Hello Joe,

On 02/11/13(Sat) 13:58, Joe Gidi wrote:
> 
> I have an HP MicroServer N36L with HP's remote management card installed.
> The card provides KVM-over-IP by presenting a video device and an emulated
> USB keyboard and mouse to the system. The KVM is accessed via a Java (ugh)
> applet in the card's web GUI.
> 
> When I open the KVM session, the video display works fine, and the
> emulated keyboard works at the boot prompt. However, it doesn't work on
> the console once the system has booted. I don't see an error anywhere, but
> typing into the KVM session simply has no effect at all.
> 
> Opening the KVM session after the system is booted causes this to appear
> in the dmesg; apparently it's disconnecting and reconnecting the emulated
> keyboard and mouse:
> 
> Nov  2 13:39:11 microserver /bsd: wskbd0: disconnecting from wsdisplay0
> Nov  2 13:39:11 microserver /bsd: wskbd0 detached
> Nov  2 13:39:11 microserver /bsd: ukbd0 detached
> Nov  2 13:39:11 microserver /bsd: uhidev0 detached
> Nov  2 13:39:11 microserver /bsd: wsmouse0 detached
> Nov  2 13:39:11 microserver /bsd: ums0 detached
> Nov  2 13:39:11 microserver /bsd: uhidev1 detached
> Nov  2 13:39:11 microserver /bsd: wsmouse1 detached
> Nov  2 13:39:11 microserver /bsd: ums1 detached
> Nov  2 13:39:11 microserver /bsd: uhidev2 detached
> Nov  2 13:39:19 microserver /bsd: uhidev0 at uhub1
> Nov  2 13:39:19 microserver /bsd:  port 2 configuration 1 interface 0
> "Avocent USB Composite Device-0" rev 2.00/0.00 addr 2
> Nov  2 13:39:19 microserver /bsd: uhidev0: iclass 3/1
> Nov  2 13:39:19 microserver /bsd: ukbd0 at uhidev0: 8 variable keys, 6 key
> codes
> Nov  2 13:39:19 microserver /bsd: wskbd0 at ukbd0 mux 1
> Nov  2 13:39:19 microserver /bsd: wskbd0: connecting to wsdisplay0
> Nov  2 13:39:19 microserver /bsd: uhidev1 at uhub1
> Nov  2 13:39:19 microserver /bsd:  port 2 configuration 1 interface 1
> "Avocent USB Composite Device-0" rev 2.00/0.00 addr 2
> Nov  2 13:39:19 microserver /bsd: uhidev1: iclass 3/1
> Nov  2 13:39:19 microserver /bsd: ums0 at uhidev1: 3 buttons, Z dir
> Nov  2 13:39:19 microserver /bsd: wsmouse0 at ums0 mux 0
> Nov  2 13:39:19 microserver /bsd: uhidev2 at uhub1
> Nov  2 13:39:19 microserver /bsd:  port 2 configuration 1 interface 2
> "Avocent USB Composite Device-0" rev 2.00/0.00 addr 2
> Nov  2 13:39:19 microserver /bsd: uhidev2: iclass 3/1
> Nov  2 13:39:19 microserver /bsd: ums1 at uhidev2: 3 buttons, Z dir
> Nov  2 13:39:19 microserver /bsd: wsmouse1 at ums1 mux 0
> 
> The system is currently running 5.3/amd64; I plan to upgrade to 5.4 in the
> next week or so. Full dmesg is included below. Any ideas on how I can
> start troubleshooting this? Thanks for any suggestions.

Some changes have been made in this area, post 5.3 to fix a ukbd(4) attach
problem and post 5.4 to fix issues with USB KVM.  So the first thing you
can try is a -current snapshot.  Tell me if it helps ;)

If your problem is still present, could you compile a kernel defining
EHCI_DEBUG and USB_DEBUG, then set ehci_debug = 3 and usbdebug = 6
and send me the corresponding dmesg?

Regards,
Martin

Reply via email to