Author: alexander
Date: 2007-09-16 07:42:14 -0600 (Sun, 16 Sep 2007)
New Revision: 2063

Added:
   trunk/etc/modprobe.conf
Modified:
   trunk/packages/module-init-tools/Makefile
Log:
Added aliases that facilitate detection of common PnP devices (like a floppy).
Worked around the "hardware scanning does not work" bug in the iwlwifi driver.


Added: trunk/etc/modprobe.conf
===================================================================
--- trunk/etc/modprobe.conf                             (rev 0)
+++ trunk/etc/modprobe.conf     2007-09-16 13:42:14 UTC (rev 2063)
@@ -0,0 +1,12 @@
+blacklist 8139cp
+blacklist eth1394
+blacklist sk98lin
+blacklist eepro100
+options iwl3945 disable_hw_scan=1
+options iwl4965 disable_hw_scan=1
+
+alias pnp:dPNP0510 irtty-sir
+alias pnp:dPNP0511 irtty-sir
+alias pnp:dPNP0700 floppy
+alias pnp:dPNP0800 pcspkr
+alias pnp:dPNP0f13 psmouse

Modified: trunk/packages/module-init-tools/Makefile
===================================================================
--- trunk/packages/module-init-tools/Makefile   2007-09-16 13:39:14 UTC (rev 
2062)
+++ trunk/packages/module-init-tools/Makefile   2007-09-16 13:42:14 UTC (rev 
2063)
@@ -28,10 +28,7 @@
        ./configure --prefix=/ --enable-zlib
        make
        make install
-       echo 'blacklist 8139cp' >/etc/modprobe.conf
-       echo 'blacklist eth1394' >>/etc/modprobe.conf
-       echo 'blacklist sk98lin' >>/etc/modprobe.conf
-       echo 'blacklist eepro100' >>/etc/modprobe.conf
+       install -m644 $(ROOT)/etc/modprobe.conf /etc/modprobe.conf
 
 clean:
        -rm -rf $(DIR)

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to