From owner-freebsd-current@FreeBSD.ORG Sat Jun 30 05:25:23 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4FA9106566C for ; Sat, 30 Jun 2012 05:25:23 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.c2i.net [212.247.154.98]) by mx1.freebsd.org (Postfix) with ESMTP id 321308FC1B for ; Sat, 30 Jun 2012 05:25:23 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe04.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 291393048; Sat, 30 Jun 2012 07:25:16 +0200 From: Hans Petter Selasky To: Matthias Apitz Date: Sat, 30 Jun 2012 07:25:04 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <20120629133422.GA2233@tiny.Sisis.de> <201206291645.57359.hselasky@c2i.net> <20120630044316.GA2383@tinyCurrent> In-Reply-To: <20120630044316.GA2383@tinyCurrent> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@ =?iso-8859-1?q?d2+AyewRX=7DmAm=3BYp=0A=09=7CU=5B?=@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y> =?iso-8859-1?q?Y=7Dk1C4TfysrsUI=0A=09-=25GU9V5=5DiUZF=26nRn9mJ=27=3F=26?=>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Message-Id: <201206300725.04903.hselasky@c2i.net> Cc: freebsd-current@freebsd.org Subject: Re: no keyboard after booting r235646 in laptop FS Amilo D 7830 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jun 2012 05:25:23 -0000 On Saturday 30 June 2012 06:43:16 Matthias Apitz wrote: > El d=EDa Friday, June 29, 2012 a las 04:45:57PM +0200, Hans Petter Selask= y=20 escribi=F3: > > On Friday 29 June 2012 15:34:23 Matthias Apitz wrote: > > > Hello, > > >=20 > > > I have a boot-able USB key with r235646 which works fine in all my > > > laptops so far; today I got as a gift an older FS Amilo D 7830 which > > > has enough resources to use it as new build machine (1 GByte RAM, 80 > > > GByte disk). I booted it with from the USB key and after the system > > > is up it does not echo or react on any key-press; before booting the > > > keys are working, for example in the menu to boot into single user > > > etc. > > >=20 > > > What could be the problem? > > >=20 > > > I will later configure that the USB booted system brings Ethernet and > > > SSH up, maybe I can see something when I can login via SSH... > > >=20 > > > matthias > >=20 > > What does dmesg say about USB? >=20 > attached is the dmesg output >=20 > matthias Hi, Can you try to play with USB settings in the BIOS? You can also try to compile a kernel with options USB_DEBUG, and=20 hw.usb.uhub.debug=3D15. I don't see any errors in the dmesg. Maybe there are some magick bits that= =20 needs to be tweaked. Also try to put an external high speed hub in between. =2D-HPS