Opened 19 years ago
Closed 19 years ago
#1590 closed defect (invalid)
Udev rules for DVB devices
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
With the current LFS udev rules, dvb devices don't get correct names which results in programs like dvbtune to not run. Could you please add the following rules to the lfs-udev.rules ? KERNEL="dvb0.dvr*", NAME="dvb/adapter0/dvr%n" KERNEL="dvb0.demux*", NAME="dvb/adapter0/demux%n" KERNEL="dvb0.frontend*", NAME="dvb/adapter0/frontend%n" KERNEL="dvb0.audio*", NAME="dvb/adapter0/audio%n" KERNEL="dvb0.ca*", NAME="dvb/adapter0/ca%n" KERNEL="dvb0.osd*", NAME="dvb/adapter0/osd%n" KERNEL="dvb0.net*", NAME="dvb/adapter0/net%n" KERNEL="dvb0.video*", NAME="dvb/adapter0/video%n" Thanks, Pantelis
I don't think DVB devices are usable without BLFS utilities, are they? If that's the case, then LFS has no place setting up devices which it can't interact with. Certainly, `dvbtune' isn't installed during LFS.