no keyboard after booting r235646 in laptop FS Amilo D 7830

Kaho Toshikazu kaho at elam.kais.kyoto-u.ac.jp
Thu Jul 5 06:36:34 UTC 2012


  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.


Matthias Apitz <guru at unixarea.de> wrote:

> > and there is now an entry for "PS2K" (not for "KBC"):
> > 
> >                 Device (PS2K)
> >                 {
> >                     Name (_HID, EisaId ("PNP030B"))
> >                     Name (_CID, EisaId ("PNP030B"))
> >                     Method (_STA, 0, NotSerialized)
> >                     {
> >                         ShiftLeft (0x01, 0x0A, Local0)
> >                         If (And (IOST, Local0))
> >                         {
> >                             Return (0x0F....
> > 
> > the full file is here: http://www.unixarea.de/acpidump-r214444.txt
> 
> 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 }
> 
> 

-- 
kaho at elam.kais.kyoto-u.ac.jp


More information about the freebsd-current mailing list