Hi.
Lots of posts recently - many of which I've resolved!
The latest -
I've added an Irdeto CI adapter to my TT-1500 Budget card. But I can't decrypt channels, and get the following errors:
In /var/log/messages: Apr 30 19:31:26 media1 vdr: [2774] CAM 1: module present Apr 30 19:31:28 media1 kernel: dvb_ca adapter 0: DVB CAM detected and initialised successfully Apr 30 19:31:28 media1 vdr: [2774] CAM 1: module ready Apr 30 19:31:29 media1 vdr: [2774] ERROR: can't write to CI adapter on device 0: Input/output error
In dmesg: dvb_ca adapter 0: DVB CAM detected and initialised successfully dvb_ca adapter 0: DVB CAM detected and initialised successfully dvb_ca adapter 0: DVB CAM detected and initialised successfully
and in the CAM menu on VDR: 1 CAM present 1 CAM ready 1 CAM present 1 CAM ready (etc)
vdr-1.5.2, v4l-dvb hg snapshot from yesterday.
Any ideas??
On 04/30/07 10:03, Simon Baxter wrote:
Hi.
Lots of posts recently - many of which I've resolved!
The latest -
I've added an Irdeto CI adapter to my TT-1500 Budget card. But I can't decrypt channels, and get the following errors:
In /var/log/messages: Apr 30 19:31:26 media1 vdr: [2774] CAM 1: module present Apr 30 19:31:28 media1 kernel: dvb_ca adapter 0: DVB CAM detected and initialised successfully Apr 30 19:31:28 media1 vdr: [2774] CAM 1: module ready Apr 30 19:31:29 media1 vdr: [2774] ERROR: can't write to CI adapter on device 0: Input/output error
Looks like VDR can do ioctl() calls on the CI file handle, but no write operations. Do you have write access to /dev/dvb/adapter0/ca0?
Klaus
Looks like VDR can do ioctl() calls on the CI file handle, but no write operations. Do you have write access to /dev/dvb/adapter0/ca0?
Klaus
Hmm, I'm running as root. And just in case, I : chmod -R 666 /dev/dvb/adapter0/* chown -R vdruser /dev/dvb/
[root@media1 vdr-1.5.2]# ls -l /dev/dvb/adapter0/ -l total 0 crw-rw-rw- 1 vdruser root 212, 6 Apr 30 19:34 ca0 crw-rw-rw- 1 vdruser root 212, 4 Apr 30 19:34 demux0 crw-rw-rw- 1 vdruser root 212, 5 Apr 30 19:34 dvr0 crw-rw-rw- 1 vdruser root 212, 3 Apr 30 19:34 frontend0 crw-rw-rw- 1 vdruser root 212, 7 Apr 30 19:34 net0
but I still get the same error...??
On 04/30/07 12:02, Simon Baxter wrote:
Looks like VDR can do ioctl() calls on the CI file handle, but no write operations. Do you have write access to /dev/dvb/adapter0/ca0?
Klaus
Hmm, I'm running as root. And just in case, I : chmod -R 666 /dev/dvb/adapter0/* chown -R vdruser /dev/dvb/
[root@media1 vdr-1.5.2]# ls -l /dev/dvb/adapter0/ -l total 0 crw-rw-rw- 1 vdruser root 212, 6 Apr 30 19:34 ca0 crw-rw-rw- 1 vdruser root 212, 4 Apr 30 19:34 demux0 crw-rw-rw- 1 vdruser root 212, 5 Apr 30 19:34 dvr0 crw-rw-rw- 1 vdruser root 212, 3 Apr 30 19:34 frontend0 crw-rw-rw- 1 vdruser root 212, 7 Apr 30 19:34 net0
but I still get the same error...??
I'm afraid then I don't know why this happens. Maybe a driver problem?
Klaus