--- xml/htdocs/doc/en/udev-guide.xml 2011/03/12 05:44:14 1.53 +++ xml/htdocs/doc/en/udev-guide.xml 2011/09/11 08:43:18 1.54 @@ -1,6 +1,6 @@ - + Gentoo udev Guide @@ -23,8 +23,8 @@ -8 -2011-03-11 +9 +2011-09-11 What is udev? @@ -191,20 +191,10 @@

If you use the proprietary driver from nVidia and the X server fails to start on -a udev-only system, then make sure you have: +a udev-only system, then make sure you have the nvidia module listed in +/etc/conf.d/modules.

-
    -
  • - the nvidia module listed in - /etc/modules.autoload.d/kernel-2.6 -
  • -
  • - a version of baselayout equal to or greater than - sys-apps/baselayout-1.8.12 -
  • -
-
@@ -347,13 +337,14 @@

Next, load the modules in the correct order. Add them to -/etc/modules.autoload.d/kernel-2.6 in the exact order you want +/etc/conf.d/modules in the exact order you want them loaded.

-# echo "budget" >> /etc/modules.autoload.d/kernel-2.6
-# echo "b2c2-flexcop-pci" >> /etc/modules.autoload.d/kernel-2.6
+# nano -w /etc/conf.d/modules
+
+modules="budget b2c2-flexcop-pci"
 
@@ -363,13 +354,6 @@

-If device nodes are not created when a module is loaded from -/etc/modules.autoload.d/kernel-2.6 but they appear when you load -the module manually with modprobe then you should try upgrading to -sys-apps/baselayout-1.8.12 or later. -

- -

Support for the framebuffer devices (/dev/fb/*) comes with the kernel starting from version 2.6.6-rc2.