Dan, I found that I needed to add the following lines to the bottom of my /etc/udev/permissions.d/50-udev.permissions file:-
# DVB dvb/*:root:root:0666 dvb:root:root:0666 dvb/adapter*:root:root:0666 dvb/adapter*/*:root:root:0666 I've also got the following in my /etc/udev/rules.d/50-udev.rules file:- KERNEL="dvb*", PROGRAM="/etc/udev/scripts/dvb.sh %k", NAME="%c" which references /etc/udev/scripts/dvb.sh containing:- #!/bin/sh /bin/echo $1 | /bin/sed -e 's,dvb\([0-9]\)\.\([^0-9]*\)\([0-9]\),dvb/adapter\1/\2\3,' Hope this helps, Andy. On Thu, 27 Jan 2005 12:02:55 +0000, Dan Robinson <[EMAIL PROTECTED]> wrote: > > Scratch my response, I've found them inside the video4linux group, I > hadn't realised there were packages for specific chipsets. > > Thanks again, I'll try this later today. > > > _______________________________________________ > mythtv-users mailing list > [email protected] > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users > > >
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
