Lines Matching refs:udev
8 Nevertheless it's now possible to add proper udev rules so that the
11 We assume that you have udev already up and running and that have been
21 dir where udev can execute it, most likely /etc/udev/scripts/
23 So, create a new file /etc/udev/scripts/dvb.sh and add the following:
31 1. You need to create a proper udev rule that will create the device nodes
32 like you know them. All real distributions out there scan the /etc/udev/rules.d
33 directory for rule files. The main udev configuration file /etc/udev/udev.conf
34 will tell you the directory where the rules are, most likely it's /etc/udev/rules.d/
38 KERNEL="dvb*", PROGRAM="/etc/udev/scripts/dvb.sh %k", NAME="%c"
42 have a look at "man udev".
45 the helper script /etc/udev/scripts/dvb.sh is invoked, which will then