public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* USB KVM breaks under 2.6.0
@ 2004-01-14  6:40 Brian McGroarty
  2004-01-16  0:50 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Brian McGroarty @ 2004-01-14  6:40 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 655 bytes --]

I have a Belkin Omniview SE 4, a four port KVM, with keyboard and
mouse provided to a Linux box via USB.

Under 2.4.23, the device works well. The keyboard and mouse are
detected.

Under 2.6.0 (Debian build), the keyboard is not recognized.

I have verified that hid and usbkbd are loaded, and if I plug a USB
keyboard directly into the machine, the keyboard is recognized
properly.

/proc/bus/usb is empty -- with 2.4, I would have gone there to verify
that the device was seen. Is there any data I can pull from 2.6 which
might help diagnose this?

Is /proc/bus/input/handlers the proper analog?

pbit:/proc/bus/input# cat handlers
N: Number=0 Name=kbd

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: USB KVM breaks under 2.6.0
  2004-01-14  6:40 USB KVM breaks under 2.6.0 Brian McGroarty
@ 2004-01-16  0:50 ` Greg KH
  2004-01-16  5:59   ` Brian McGroarty
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2004-01-16  0:50 UTC (permalink / raw)
  To: Brian McGroarty; +Cc: linux-kernel

On Wed, Jan 14, 2004 at 12:40:32AM -0600, Brian McGroarty wrote:
> I have a Belkin Omniview SE 4, a four port KVM, with keyboard and
> mouse provided to a Linux box via USB.
> 
> Under 2.4.23, the device works well. The keyboard and mouse are
> detected.
> 
> Under 2.6.0 (Debian build), the keyboard is not recognized.
> 
> I have verified that hid and usbkbd are loaded, and if I plug a USB
> keyboard directly into the machine, the keyboard is recognized
> properly.

NEVER use the usbkbd driver, unless you _really_ know what you are
doing.  Please read the config help entry for that item.

> /proc/bus/usb is empty -- with 2.4, I would have gone there to verify
> that the device was seen. Is there any data I can pull from 2.6 which
> might help diagnose this?

Did you mount usbfs there?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: USB KVM breaks under 2.6.0
  2004-01-16  0:50 ` Greg KH
@ 2004-01-16  5:59   ` Brian McGroarty
  0 siblings, 0 replies; 3+ messages in thread
From: Brian McGroarty @ 2004-01-16  5:59 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1195 bytes --]

On Thu, Jan 15, 2004 at 04:50:41PM -0800, Greg KH wrote:
> On Wed, Jan 14, 2004 at 12:40:32AM -0600, Brian McGroarty wrote:
> > I have a Belkin Omniview SE 4, a four port KVM, with keyboard and
> > mouse provided to a Linux box via USB.
> > 
> > Under 2.4.23, the device works well. The keyboard and mouse are
> > detected.
> > 
> > Under 2.6.0 (Debian build), the keyboard is not recognized.
> 
> NEVER use the usbkbd driver, unless you _really_ know what you are
> doing.  Please read the config help entry for that item.

I had two problems. Once the second problem was resolved, pulling
usbkbd from the picture made operation more consistent between
directly-plugged and KVM-switched keyboards.

For the second problem, the uhci driver changed names from 2.4 to
2.6. If others google(v) for this problem and find this post, you want
the module "uhci_hcd" and not "usb-uhci" when going from 2.4 to 2.6

The original USB loader daemon I was using recognized the change, but
the second I had tried and was still using did not. I've sent notes to
ask Documentation/input/input.txt to be updated, and I've filed a bug
against the second daemon.


Thanks for the help!

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-01-16  5:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-14  6:40 USB KVM breaks under 2.6.0 Brian McGroarty
2004-01-16  0:50 ` Greg KH
2004-01-16  5:59   ` Brian McGroarty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox