Mailing List archive

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

[linux-dvb] Re: FC3, new NOVA-T model, xawtv and sysfs/udev



Bernd Bartmann <> has written on Friday, November 12, 2004 9:42 PM:

>> Another option, instead of creating nodes with makedev.sh, is to set 
>> dvb specific rules under /etc/udev.

Cool that's what is needed, why are the Fedora-guys ignore DVB ?

>> I submitted patches to Linux Mandrake and they added these rules to 
>> udev.rpm coming with the Mandkrake 10.1.
>> (Official 2.6.8 kernel coming with Mandrake 10.1 does not has new 
>> enought dvb drivers, but their 2.6.7 multimedia kernel in contrib has

>> newer dvb drivers which are correctly detected by the udev rules.)

Great for Mandrakes...

>> So if you need help for writing those rules, just download
>> 
>> ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/Mandrakelinux/devel/cooke
>> r /cooker/media/main/udev-030-24mdk.i586.rpm
>> 
>> extract it with cpio (see
> I find mc a better better tool to browse through rpm files.

It's a little bit annoying that Fedora doesn't seems to be the right
platform at the moment for DVB (but i want to stay with my redhat).

So what's needed to make DVB run with udev under FC3 ?

cat permissions.d/00-udev.permissions | grep -i dvb
# DVB devices
dvb/*:$local:video:0660
dvb:$local:video:0660
dvb/adapter*:$local:video:0660

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

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

> Bernd.

/hgm.bg





Home | Main Index | Thread Index