* C.Y.M <[EMAIL PROTECTED]>:

> With debug on it works and with debug off it still fails, even with 
> udevmonitor.
>  I created a link in /etc/udev/rules.d/ like this:

I can confirm this behaviour. I used udev_log="debug" and the devices
are created:

$ ls -l /dev/dvb
/dev/dvb:
total 0
drwxr-xr-x  2 root root 120 Aug 17 14:49 adapter0

/dev/dvb/adapter0:
total 0
crw-rw----  1 root video 212, 4 Aug 17 14:49 demux0
crw-rw----  1 root video 212, 5 Aug 17 14:49 dvr0
crw-rw----  1 root video 212, 3 Aug 17 14:49 frontend0
crw-rw----  1 root video 212, 7 Aug 17 14:49 net0

But the strange thing is that it does not seemed to be created by udev:

$ grep udev /var/log/syslog | grep dvb
$

I expected that the /etc/udev/scripts/dvb.sh script was started.

If I remove udev_log="debug" and start udev manually it creates the
devices. But then the adapter number is 1 instead of 0 (/dev/dvb/adapter1).

Regards, Kai


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to