[mythtv-users] HD3000 FC3 Install guide

Eric Gilbert eric.gilbert at gmail.com
Fri Mar 4 18:26:24 UTC 2005


[snip]
> groups
> mythtv video
> 
> I need a brilliant idea.
> sean
> 
> ls -l /dev/dvb
> total 0
> drwxr-xr-x  2 root root 200 Mar  3 14:06 adapter0
> drwxr-xr-x  2 root root 200 Mar  3 14:06 adapter1
> drwxr-xr-x  2 root root 200 Mar  3 14:06 adapter2
> drwxr-xr-x  2 root root 200 Mar  3 14:06 adapter3

Looks like initially still a permissions issue. My guess would be that
since the adapter directories are owned by the root group, if you
chown -R root:video /dev/dvb it would solve your issue.
 
> ls -l /dev/dvb/adapter0
> total 0
> crw-rw-rw-  1 root video 212, 1 Mar  3 14:06 audio0
> crw-rw-rw-  1 root video 212, 6 Mar  3 14:06 ca0
> crw-rw-rw-  1 root video 212, 4 Mar  3 14:06 demux0
> crw-rw-rw-  1 root video 212, 5 Mar  3 14:06 dvr0
> crw-rw-rw-  1 root video 212, 3 Mar  3 14:06 frontend0
> crw-rw-rw-  1 root video 212, 7 Mar  3 14:06 net0
> crw-rw-rw-  1 root video 212, 8 Mar  3 14:06 osd0
> crw-rw-rw-  1 root video 212, 0 Mar  3 14:06 video0
> 
> /sbin/lsmod | sort | grep cx
> btcx_risc               4872  3 cx8800,cx8802,cx88xx
> cx22702                 8964  1 cx88_dvb
> cx8800                 30988  0
> cx8802                 10500  2 cx88_dvb,cx88_blackbird
> cx88_blackbird         14980  0

I'm not sure on this, but I think that the cx88_blackbird module
conflicts with cx88_dvb, I've added cx88_blackbird to my
/etc/hotplug/blacklist

HTH,
Eric


More information about the mythtv-users mailing list