Mailing List archive

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

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



Fixed it! a + b + c = :-)
--------------------------------------------
[root@mergebox ~]# ls -l /dev/d*
crw------- 1 root root 36, 14 Dec 17 2004 /dev/dnrtmsg
crw------- 1 root root 14, 3 Dec 17 2004 /dev/dsp
lrwxrwxrwx 1 root root 3 Dec 17 2004 /dev/dvd -> hda

/dev/dvb:
total 0
drwxr-xr-x 2 root root 120 Dec 17 00:27 adapter0
--------------------------------------------
[root@mergebox ~]# ls -l /dev/dvb/adapter0/
total 0
crw-rw---- 1 root video 212, 4 Dec 17 00:27 demux0
crw-rw---- 1 root video 212, 5 Dec 17 00:27 dvr0
crw-rw---- 1 root video 212, 3 Dec 17 00:27 frontend0
crw-rw---- 1 root video 212, 7 Dec 17 00:27 net0
--------------------------------------------

How?

a) by following Gerd's advice below (and not using a /etc/udev/scripts/dvb.sh file)

b) by following Kimo's advice and using udev-042-1

c) by not using (the segfaulting on starting udev kernel) 2.6.9-1.681_FC3 and using FC3's vanilla kernel-2.6.9-1.667 (result of trial and error)

Thanks Kimmo, Gerd, Tony and the list in general. As promised, a detailed mini-howto will be published to this list real soon.....

Paul
Sydney, Australia
==========
On 13 Dec 2004 11:20:55 +0100
 Gerd Knorr <kraxel@bytesex.org> wrote:
<merge@paulpettigrew.com> writes:

device structure I had in FC2:

[root@mythtv build-2.6]# ls /dev/dv*
/dev/dvb0.demux0  /dev/dvb0.dvr0  /dev/dvb0.frontend0 /dev/dvb0.net0
http://dl.bytesex.org/misc/51-dvb.rules

[ fixes it on suse 9.2, chances are good that it works on any
 udev-using distro through. ]

 Gerd

--
#define printk(args...) fprintf(stderr, ## args)



Home | Main Index | Thread Index