From owner-freebsd-current@FreeBSD.ORG Sun Jul 1 15:07:41 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 2C6AF1065691 for ; Sun, 1 Jul 2012 15:07:41 +0000 (UTC) (envelope-from erich@alogreentechnologies.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.224.110]) by mx1.freebsd.org (Postfix) with ESMTP id BD1BF8FC1A for ; Sun, 1 Jul 2012 15:07:40 +0000 (UTC) Received: from x220.ovitrap.com ([122.129.201.29]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id q617HLZD005387; Sun, 1 Jul 2012 01:17:23 -0600 From: Erich Dollansky Organization: ALO Green Technologies To: Matthias Apitz Date: Sun, 1 Jul 2012 14:17:20 +0700 User-Agent: KMail/1.13.7 (FreeBSD/10.0-CURRENT; KDE/4.8.3; amd64; ; ) References: <20120629133422.GA2233@tiny.Sisis.de> <201207010629.29148.erich@alogreentechnologies.com> <20120701065849.GA2681@tinyCurrent> In-Reply-To: <20120701065849.GA2681@tinyCurrent> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Message-Id: <201207011417.20527.erich@alogreentechnologies.com> X-Mailman-Approved-At: Sun, 01 Jul 2012 15:26:04 +0000 Cc: freebsd-current@freebsd.org, Hans Petter Selasky 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: Sun, 01 Jul 2012 15:07:41 -0000 Hi, On Sunday, July 01, 2012 01:58:49 PM Matthias Apitz wrote: > El d=EDa Sunday, July 01, 2012 a las 06:29:28AM +0700, Erich Dollansky es= cribi=F3: >=20 > > > and no older versions. I will install the USB booted system to harddi= sk > > > and hope when booted from disk and not from USB the keyboard is worki= ng. > > >=20 >=20 > I installed the system r235646 to disk and it shows the same problem: no > keyboard; >=20 ok. > > if 7.4 still runs but not anything after 8.0, it is most likely what I = have written. Some USB hardware is not supported anymore in 8 and later. > >=20 > > I would install the old one just to see You will also know wat hwardwa= re is used there and how it is supported. > >=20 > > This might be the faster route before starting debugging something whic= h is not there. >=20 > I said already that it works with a r214444 version, CURRENT from > October 2010; so I booted this again and concerning keyboard, here is > the diff: Of course, I have read it but forgot about it then. >=20 > r214444: >=20 > atkbdc0: at port 0x60,0x64 on isa0 >=20 > r235646: >=20 > $ fgrep -i kb /tmp/dmesg-r235646.txt=20 > atkbd: the current kbd controller command byte 0065 > atkbd: keyboard ID 0x41ab (2) > sc0: fb0, kbd1, terminal emulator: scteken (teken terminal) > atkbdc0 failed to probe at port 0x60 on isa0 It must be the probing routine then. My keyboard here is at acpi but not on= isa0. Is all in the kernel which is needed for isa? It should be, but a check cou= ld help. > So the question is: why the is not > detected anymore in r235646, while it is in r214444? >=20 Maybe the hints from man will help you: Kernel configuration: options KBD_RESETDELAY=3DN options KBD_MAXWAIT=3DN options KBDIO_DEBUG=3DN device atkbdc Are they still there? /boot/device.hints: hint.atkbdc.0.at=3D"isa" hint.atkbdc.0.port=3D"0x060" I do not know if some defaults have changed. Erich