Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: MiniQ9 on May 09, 2010, 08:17:27 AM

Title: udev & DVB devices
Post by: MiniQ9 on May 09, 2010, 08:17:27 AM
For correct create DVB devices edit /etc/udev/rules.d/50-udev-default.rules
as writen this
http://dolot.kipdola.com/wiki/Install_S2API (http://dolot.kipdola.com/wiki/Install_S2API)

change

# DVB (video)
SUBSYSTEM=="dvb", GROUP="staff"

to

# DVB (video)
SUBSYSTEM=="dvb", PROGRAM="/bin/sh -c 'K=%k; K=$${K#dvb}; printf dvb/adapter%%i/%%s $${K%%%%.*} $${K#*.}'", NAME="%c", GROUP="video"

Title: Re: udev & DVB devices
Post by: curaga on May 09, 2010, 11:19:36 AM
Quoting from the link

Quote
We need to compile it ourselves because it has not yet been accepted in to the kernel.

If it's not in the upstream kernel, there is no reason to create rules by that definition. I trust the kernel devs to have the proper creation for the dvb modules included.