[classic-discuss] install with usb keyboard

Jaakko Heinonen jh at tinysofa.org
Tue Jul 4 17:53:01 UTC 2006


On 2006-07-04, Mikael Bak wrote:
> I'm unfortunately trying to install ts-classic on a machine without ps/2 
> keyboard. And it seems that the boot CD does not load the modules required.

This changeset which I just committed to svn might fix it. Currently I
don't have enough time to verify it.

Index: sources/anaconda-9.1-scripts-kernel26.patch
===================================================================
--- sources/anaconda-9.1-scripts-kernel26.patch	(revision 6979)
+++ sources/anaconda-9.1-scripts-kernel26.patch	(revision 6980)
@@ -201,7 +201,7 @@
  # LATEUSBMODS go in the second stage.  
  # FIXME: bleah, have to include sd_mod, sr_mod for usb-storage
 -USBMODS="usb-ohci usb-uhci hid keybdev usb-storage sd_mod sr_mod"
-+USBMODS="usbcore ohci-hcd uhci-hcd hid usb-storage sd_mod sr_mod"
++USBMODS="usbcore ohci-hcd uhci-hcd hid usbhid usb-storage sd_mod sr_mod"
  # usb-storage goes on both so we can reload it.  *sigh*
 -LATEUSBMODS="mousedev usb-storage"
 -IDEMODS=""
Index: specs/anaconda.spec
===================================================================
--- specs/anaconda.spec	(revision 6979)
+++ specs/anaconda.spec	(revision 6980)
@@ -1,7 +1,7 @@
 ExcludeArch: ppc64
 Name: anaconda
 Version: 9.1
-Release: 13jh
+Release: 14jh
 License: GPL
 Summary: installation program
 Group: development
@@ -217,6 +217,9 @@
 
 
 %changelog
+* Tue Jul  4 2006 Jaakko Heinonen <jh at tinysofa dot org> 9.1-14jh
+- load usbhid module early
+
 * Tue May  9 2006 Jaakko Heinonen <jh at tinysofa dot org> 9.1-13jh
 - more genhdlist kludges
 
-- 
Jaakko



More information about the Classic-discuss mailing list