From mikael at tinysofa.org Tue Jul 4 10:01:39 2006 From: mikael at tinysofa.org (Mikael Bak) Date: Tue, 4 Jul 2006 12:01:39 +0200 Subject: [classic-discuss] install with usb keyboard Message-ID: <200607041201.39515.mikael@tinysofa.org> Hi list, 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. I wonder if there is any work around for this. I haven't been working too much with USB until now, so I'm quite new on the subject :-) TIA, Mikael From gda at tinysofa.org Tue Jul 4 10:54:33 2006 From: gda at tinysofa.org (Gerald Dachs) Date: Tue, 4 Jul 2006 12:54:33 +0200 (CEST) Subject: [classic-discuss] install with usb keyboard Message-ID: <54554.139.1.44.13.1152010473.squirrel@sohoserver.homelinux.net> > Hi list, > > 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. > > I wonder if there is any work around for this. I haven't been working too much > with USB until now, so I'm quite new on the subject :-) Me too, never tried. I remember there is often a bios option like "usb legacy support", I allways thought that this would emulate the ps/2 keyboard somehow, did you try this? Gerald From jh at tinysofa.org Tue Jul 4 17:53:01 2006 From: jh at tinysofa.org (Jaakko Heinonen) Date: Tue, 4 Jul 2006 20:53:01 +0300 Subject: [classic-discuss] install with usb keyboard In-Reply-To: <200607041201.39515.mikael@tinysofa.org> References: <200607041201.39515.mikael@tinysofa.org> Message-ID: <20060704175300.GA29120@ws64.jh.dy.fi> 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 9.1-14jh +- load usbhid module early + * Tue May 9 2006 Jaakko Heinonen 9.1-13jh - more genhdlist kludges -- Jaakko From mikael at tinysofa.org Thu Jul 6 07:23:40 2006 From: mikael at tinysofa.org (Mikael Bak) Date: Thu, 6 Jul 2006 09:23:40 +0200 Subject: [classic-discuss] install with usb keyboard In-Reply-To: <54554.139.1.44.13.1152010473.squirrel@sohoserver.homelinux.net> References: <54554.139.1.44.13.1152010473.squirrel@sohoserver.homelinux.net> Message-ID: <200607060923.40906.mikael@tinysofa.org> On Tuesday 04 July 2006 12:54, Gerald Dachs wrote: > Me too, never tried. I remember there is often a bios option like "usb > legacy support", I allways thought that this would emulate the ps/2 > keyboard > somehow, did you try this? > Gerald, There doesn't seem to be options for legacy USB support. It's a DELL PowerEdge SC430. I couldn't have a look at the machine myself. I tried to support someone else remotely by telephone :-) So maybe the option is there only they don't find it. I will try to find a similar machine and have a look at the DELL BIOS myself. Thanks for helping! Mikael From mikael at tinysofa.org Thu Jul 6 07:28:06 2006 From: mikael at tinysofa.org (Mikael Bak) Date: Thu, 6 Jul 2006 09:28:06 +0200 Subject: [classic-discuss] install with usb keyboard In-Reply-To: <20060704175300.GA29120@ws64.jh.dy.fi> References: <200607041201.39515.mikael@tinysofa.org> <20060704175300.GA29120@ws64.jh.dy.fi> Message-ID: <200607060928.07265.mikael@tinysofa.org> On Tuesday 04 July 2006 19:53, you wrote: > This changeset which I just committed to svn might fix it. Currently I > don't have enough time to verify it. > [snip] Jaakko, Thanks a bunch! I guess in order to test these changes I'll have to build an install CD of my own from the sources, right? Or are there easier ways? TIA, Mikael