Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: /dev/dvb0.dvr0 instead of /dev/dvb/adapter0/dvr0??



tony wrote:

Le samedi 11 décembre 2004 à 05:34 -0500, merge@paulpettigrew.com a
écrit :


The udev man page states that the suffix should be .rules (not .rule). However, the linux/Documentation/dvb/udev.txt file in the dvb-kernel CVS conflicts with this by stating:

Create a new rule file in that directory called "dvb.rule" and add the following line:

....

It doesn't work! Believe me. get the makedvb.sh script and run it at
startup. Ignore the errors. This is what I have been doing for the last
couple of weeks. I am also using SVDRP instead of lirc to control VDR.

I am hoping that this is short term and temporary...

Well, if you meant that udev doesn't work with dvb... It works for me.

I'm running Mandrake Cooker, kernel 2.6.10-rc3, cvs dvb-kernel, udev-046-1mdk.

These files came with the udev-package of Mandrake:

$ cat /etc/udev/rules.d/06-dvb.rules
KERNEL="dvb*", PROGRAM="/etc/udev/scripts/dvb.sh %k", NAME="%c"

$ cat /etc/udev/scripts/dvb.sh
#!/bin/sh
/bin/echo $1 | /bin/sed -e 's,dvb\([0-9]\)\.\([^0-9]*\)\([0-9]\),dvb/adapter\1/\2\3,'


--
Anssi Hannula




Home | Main Index | Thread Index