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



On Fri, 2004-11-12 at 23:44 +0100, Bernd Bartmann wrote:
> Add this to /etc/udev/permissions.d/50-udev.permissions:
> #-------------------------------
> # DVB devices
> dvb/*:$local:video:0660
> dvb:$local:video:0660
> dvb/adapter*:$local:video:0660
> 
> Create a new file /etc/udev/rules.d/06-dvd.rules containing:
> KERNEL="dvb*", PROGRAM="/etc/udev/scripts/dvb.sh %k", NAME="%c"
> 
> Create a new file /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,'
> 
> make dvb.sh executable using chmod 755 dvb.sh

I'm using FC3 and my Nova-T:

00:0e.0 Class 0480: 1131:7146 (rev 01)
        Subsystem: 13c2:1005
        Flags: bus master, medium devsel, latency 64, IRQ 5
        Memory at fde00000 (32-bit, non-prefetchable) [size=512]

uses the budget module and the grundig_29504-401 module as frontend.
At boot time the budget module is automatically loaded but not the
grundig_29504-401, so I modified /etc/modprobe.conf like this:

install budget /sbin/modprobe --ignore-install budget && /sbin/modprobe
grundig_29504-401

in order to load both modules at same time. Does anyone have a better
idea?

Since both modules are provided by the standard fedora kernel I didnt
apply the patch:

http://dl.bytesex.org/patches/2.6.9-rc4-1/All-2.6.9-rc4.diff.gz

I followed all the steps to let the devices be created at boot time by
udev but it doesnt work... does anyone have any idea about it?
Do I need to install the patch even if the modules I need are provided
by the standard kernel?

Thanks in advance.
-- 
Simon.





Home | Main Index | Thread Index