WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: udev & DVB devices  (Read 1998 times)

Offline MiniQ9

  • Newbie
  • *
  • Posts: 48
udev & DVB devices
« 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

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"


Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: udev & DVB devices
« Reply #1 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.
The only barriers that can stop you are the ones you create yourself.