On Wed, Feb 04, 2009 at 06:49:08AM +1100, Elizabeth Dodd wrote:
> My debian lenny has been installed from Mepis LiveCD which has excellent 
> hardware recognition etc.
> My current kernel is 2.27 with patches.
> 
> from /etc/udev/rules.d/50-udev.rules
> 
> # video devices
> KERNEL=="dvb*",                       PROGRAM="/bin/sh -c 'K=%k; K=$${K#dvb}; 
> printf 
> dvb/adapter%%i/%%s $${K%%%%.*} $${K#*.}", ACTION=="add|change", \
>                               NAME="$result"
> KERNEL=="card[0-9]*",         NAME="dri/%k"

My freevo box is also running Debian Lenny, but these lines are also
present with Etch's udev, in /etc/udev/rules.d/udev.rules:

# video devices
KERNEL=="dvb*",                 PROGRAM="/bin/sh -c 'K=%k; K=$${K#dvb}; printf 
dvb/adapter%%i/%%s $${K%%%%.*} $${K#*.}", ACTION=="add", \
                                NAME="%c"

So, as a first step, remove all additional lines you added to the
udev rules and try to stick to the stock Debian udev ruleset.

so long,

Hias

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to