Date: Thu, 5 Jul 2012 10:31:53 +0200 From: Matthias Apitz <guru@unixarea.de> To: Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp> Cc: freebsd-current@freebsd.org, Hans Petter Selasky <hselasky@c2i.net> Subject: Re: no keyboard after booting r235646 in laptop FS Amilo D 7830 Message-ID: <20120705083153.GA3020@tinyCurrent> In-Reply-To: <26978.1341470182@elam.kais.kyoto-u.ac.jp> References: <201206301349.58930.erich@alogreentechnologies.com> <20120630151130.GA1106@tiny.Sisis.de> <201207010629.29148.erich@alogreentechnologies.com> <20120701065849.GA2681@tinyCurrent> <6039.1341276697@pf2.ed.niigata-u.ac.jp> <20120703104007.GA2780@tinyCurrent> <81815.1341397988@elam.kais.kyoto-u.ac.jp> <20120705052833.GA2386@tinyCurrent> <20120705055730.GA2516@tinyCurrent> <26978.1341470182@elam.kais.kyoto-u.ac.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
El día Thursday, July 05, 2012 a las 03:36:22PM +0900, Kaho Toshikazu escribió: > Hello Matthias Apitz, and ML members, > > Thanks to upload acpi dump. Your keyboard controller ID is "PNP030B", > and your posted patch may be correct. Please undo your reversion, > and try your patch. Hello Kaho and all, Yes! Now it works after inserting the line shown below: $ dmesg | fgrep kbd kbd1 at kbdmux0 atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: <PS/2 Mouse> irq 12 on atkbdc0 also the mouse works fine; Thanks for helping me getting to the point. I will later comment the bug report in the issue tracker. Interesting question remains: why it works in the older revision r214444? matthias > > maybe it helps to add a line like this: > > > > static struct isa_pnp_id atkbdc_ids[] = { > > { 0x0303d041, "Keyboard controller (i8042)" }, /* PNP0303 */ > > { 0x2003d041, "Keyboard controller (i8042)" }, /* PNP0320 */ > > + { 0x0b03d041, "Keyboard controller (i8042)" }, /* PNP030B */ > > { 0 } > > > > -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e <guru@unixarea.de> - w http://www.unixarea.de/ UNIX since V7 on PDP-11 | UNIX on mainframe since ESER 1055 (IBM /370) UNIX on x86 since SVR4.2 UnixWare 2.1.2 | FreeBSD since 2.2.5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120705083153.GA3020>