From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Mon, 16 Jun 2008 19:27:54 -0400 To: kix@kix.es, 9fans@9fans.net Message-ID: In-Reply-To: <4856DFE9.1000402@kix.es> References: <4856DFE9.1000402@kix.es> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] USB keyboard/mouse Topicbox-Message-UUID: c12bd8a4-ead3-11e9-9d60-3106f5b1d025 > Hi, > > I am trying to use a Logitech USB Keyboard+Mouse in Plan 9. The keyboard > is running in the bios, but when Plan 9 is starting the keyboard is not > responding. I can't select where is the root partition (hit enter). > > Any help? > > Thanks. either (a) compile a kernel without usb support and use that, or (b) add usb/usbd and usb/kb to your startup scripts in termrc or cpurc. - erik