NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/53599: Can't enter ddb using USB keyboard because console



The following reply was made to PR kern/53599; it has been noted by GNATS.

From: Andreas Gustafsson <gson%gson.org@localhost>
To: Martin Husemann <martin%duskware.de@localhost>
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: kern/53599: Can't enter ddb using USB keyboard because console
Date: Wed, 12 Sep 2018 17:41:15 +0300

 Martin Husemann wrote:
 >  Try
 >  	userconf=disable pcbkc*
 >  
 >  in your /boot.cfg.
 
 I think you mean pckbc*, not pcbkc*.
 
 But that doesn't work, either: with "userconf=disable pckbc*" in
 boot.cfg, the dmesg shows
 
   [130] pckbc* disabled
 
 but pckbc0 attaches anyway:
 
   pckbc0 at isa0 port 0x60-0x64 
   pckbd0 at pckbc0 (kbd slot) 
   pckbc0: using irq 1 for kbd slot 
   wskbd0 at pckbd0: console keyboard, using wsdisplay0
 
 If I add the two lines
 
   userconf=disable pckbc0
   userconf=disable pckbc*
 
 no pckbc attaches, but I still get the "HP Virtual Keyboard" as
 wskbd0:
 
   uhidev0 at uhub0 port 1 configuration 1 interface 0
   uhidev0: HP (0x3f0) Virtual Keyboard (0x7029), rev 1.10/0.02, addr 2, iclass 3/1
   ukbd0 at uhidev0
   wskbd0 at ukbd0 mux 1
   wskbd0: connecting to wsdisplay0
   uhidev1 at uhub0 port 1 configuration 1 interface 1
   uhidev1: HP (0x3f0) Virtual Keyboard (0x7029), rev 1.10/0.02, addr 2, iclass 3/1
   ums0 at uhidev1: 3 buttons
   wsmouse0 at ums0 mux 0
   uhidev2 at uhub3 port 1 configuration 1 interface 0
   uhidev2: Hewlett-Packard Company (0x3f0) HP USB Smart Card Keyboard (0x1024), rev 2.00/5.35, addr 2, iclass 3/1
   ukbd1 at uhidev2
   wskbd1 at ukbd1 mux 1
   wskbd1: connecting to wsdisplay0
 
 Unsurprisingly, ctrl-alt-esc one the one physical keyboards still
 doesn't work.  But what I find most confusing is that now *none* of
 the keyboards is marked as "console keyboard" in the dmesg.
 -- 
 Andreas Gustafsson, gson%gson.org@localhost
 


Home | Main Index | Thread Index | Old Index