Okay. That's not it. Here's what I have in /etc/conf.d/rc that pertains
to udev/devfs. I assume you have RC_DEVFSD_STARTUP set to no but what
about the tarball?
# Set to "yes" if you want to save /dev to a tarball on shutdown
# and restore it on startup. This is useful if you have a lot of
# custom device nodes that udev do not handle/know about.
# (ONLY used by UDEV enabled systems!)
RC_DEVICE_TARBALL="no"
# Set to "yes" if you want devfsd to start upon bootup. This is
# the default for Gentoo.
# Set to "no" only if you understand the full implications. A
# number of files may need to be altered (i.e. /etc/inittab,
# /etc/fstab, etc.).
# Also note that it does _NOT_ start for UDEV enabled systems,
# even if RC_DEVFSD_STARTUP="yes" ...
RC_DEVFSD_STARTUP="no"
On Sun, 22 May 2005, Mark Knecht wrote:
Brett,
Thanks. Looking at 50.xxx there are rules for v4l devices but for
some reason they do not seem to be turning on:
# v4l devices KERNEL="video[0-9]*", NAME="v4l/video%n",
SYMLINK="video%n", GROUP="video"
KERNEL="radio[0-9]*", NAME="v4l/radio%n", GROUP="video"
KERNEL="vbi[0-9]*", NAME="v4l/vbi%n", SYMLINK="vbi%n", GROUP="video"
KERNEL="vtx[0-9]*", NAME="v4l/vtx%n", GROUP="video"
--
gentoo-user@gentoo.org mailing list