linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* USB Keyboard problem
@ 2002-05-25 15:26 Itai Nahshon
  2002-05-25 17:46 ` Randy.Dunlap
  0 siblings, 1 reply; 6+ messages in thread
From: Itai Nahshon @ 2002-05-25 15:26 UTC (permalink / raw)
  To: Vojtech Pavlik; +Cc: linux-kernel

Just bought an "HP Multimedia Keyboard Hub" (USB).
Using with RedHat 7.2, kernels 2.4.9-81 and also
various 2.4.19-pre.

Immediately after boot the keyboard does not work.
I see some events from the knob and also from
some extra buttons but not from the keyboard itself
(some produce "unknown scancode" errors. That's
a different topic). The keyboard leds turn on and off
responding to pressing caps-lock etc on the PS/2
keyboard.

After "rmmod hid" and "modprobe hid" The usb
keyboard works just fine - until I disconnect/reconnect
it or until the next reboot.

The hub function on they keyboard works OK.

The keyboard works with other OS, or with the bios
(after I enabled "USB Legasy Support").

Any suggestions/hints?

I'm also looking for programs o test the HID event
interface (evtest) as suggested in the docs, It is not in
the suggested web page.

Thanks,

-- Itai


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

* Re: USB Keyboard problem
  2002-05-25 15:26 USB Keyboard problem Itai Nahshon
@ 2002-05-25 17:46 ` Randy.Dunlap
  0 siblings, 0 replies; 6+ messages in thread
From: Randy.Dunlap @ 2002-05-25 17:46 UTC (permalink / raw)
  To: Itai Nahshon; +Cc: Vojtech Pavlik, linux-kernel

On Sat, 25 May 2002, Itai Nahshon wrote:

[snippage]

| I'm also looking for programs o test the HID event
| interface (evtest) as suggested in the docs, It is not in
| the suggested web page.

I don't know if this is the current/latest version or not,
but I found it in CVS of the Linux Console project at
sourceforge.net.  Browse the CVS here:
  http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/linuxconsole/ruby/utils/

-- 
~Randy


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

* usb keyboard problem.
@ 2003-05-18 13:07 LeVA
  0 siblings, 0 replies; 6+ messages in thread
From: LeVA @ 2003-05-18 13:07 UTC (permalink / raw)
  To: linux-kernel

Hi!

I have an usb keyboard, and it has some extra keys (internet keys,
multimedia keys).
If I use the keyboard in ps/2 port, all of those extra buttons work,
because I can bind the extra keys's keycodes in a hotkeys program.
If I use the keyboard in the usb port, some of the extra keys don't
work. In plain console, if I push some of the "non-working" extra
buttons, I get these error messages:

    keyboard.c: can't emulate rawmode for keycode 259
    keyboard.c: can't emulate rawmode for keycode 259

The problem is, that I can not bind keycode 259 in X, because it only
works for keycodes between 8 - 255. But when I use the keyboard in the
usb port, I get too high keycodes like (see above) 259, which I can not use.
I (fortunately) have a few working internet buttons. If I press those in
plain console, I get these messages:

    keyboard: unknown scancode e0 66

I don't think this is an error, because that key, which "produces" the
"keyboard: unknown scancode e0 66" message, works under X, and can be
binded to an action.

Is there any chance to make the keyboard work similarly in the ps/2 and
the usb port?

Please try to help me with this problem, I'm already through the
xfree86-list, and the debian-user list, but nobody could help me.

Thanks!

Levai Daniel




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

* usb keyboard problem.
@ 2003-05-18  6:51 LeVA
  0 siblings, 0 replies; 6+ messages in thread
From: LeVA @ 2003-05-18  6:51 UTC (permalink / raw)
  To: linux-kernel, vojtech

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

Hi!

I have an usb keyboard, and it has some extra keys (internet keys, 
multimedia keys).
If I use the keyboard in ps/2 port, all of those extra buttons work, 
because I can bind the extra keys's keycodes in a hotkeys program.
If I use the keyboard in the usb port, some of the extra keys don't 
work. In plain console, if I push some of the "non-working" extra 
buttons, I get these error messages:

   keyboard.c: can't emulate rawmode for keycode 259
   keyboard.c: can't emulate rawmode for keycode 259

The problem is, that I can not bind keycode 259 in X, because it only 
works for keycodes between 8 - 255. But when I use the keyboard in the 
usb port, I get too high keycodes like (see above) 259, which I can not use.
I (fortunately) have a few working internet buttons. If I press those in 
plain console, I get these messages:

   keyboard: unknown scancode e0 66

I don't think this is an error, because that key, which "produces" the 
"keyboard: unknown scancode e0 66" message, works under X, and can be 
binded to an action.

Is there any chance to make the keyboard work similarly in the ps/2 and 
the usb port?

Please try to help me with this problem, I'm already through the 
xfree86-list, and the debian-user list, but nobody could help me.

Thanks!

Levai Daniel



[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 2943 bytes --]

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

* Re: USB Keyboard problem
  2002-05-26  3:04 ` Pete Zaitcev
@ 2002-05-26  3:24   ` J Sloan
  0 siblings, 0 replies; 6+ messages in thread
From: J Sloan @ 2002-05-26  3:24 UTC (permalink / raw)
  To: Pete Zaitcev, linux kernel

Pete Zaitcev wrote:

>>[...]
>>Just bought an "HP Multimedia Keyboard Hub" (USB).
>>Using with RedHat 7.2, kernels 2.4.9-81 and also
>>various 2.4.19-pre.
>>    
>>
>
>Yeah. I am having a hell of a time with HP keyboards, and
>I would like very much if you can help.
>
>With 7.3 we roll a pretty stock 2.4.19-pre (called 2.4.18-4.x),
>
Oh yeah, it's pretty stock, as long as you
overlook the backported-from-2.5 scheduler -

;-)




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

* Re: USB Keyboard problem
       [not found] <mailman.1022340633.6466.linux-kernel2news@redhat.com>
@ 2002-05-26  3:04 ` Pete Zaitcev
  2002-05-26  3:24   ` J Sloan
  0 siblings, 1 reply; 6+ messages in thread
From: Pete Zaitcev @ 2002-05-26  3:04 UTC (permalink / raw)
  To: nahshon; +Cc: linux-kernel, zaitcev

>[...]
> Just bought an "HP Multimedia Keyboard Hub" (USB).
> Using with RedHat 7.2, kernels 2.4.9-81 and also
> various 2.4.19-pre.

Yeah. I am having a hell of a time with HP keyboards, and
I would like very much if you can help.

With 7.3 we roll a pretty stock 2.4.19-pre (called 2.4.18-4.x),
so there is practically no difference in this area. You may
be better off looking at stock kernels because the problem
is not Red Hat specific.

>[...]
> After "rmmod hid" and "modprobe hid" The usb
> keyboard works just fine - until I disconnect/reconnect
> it or until the next reboot.

Yep. "rmmod hid && insmod hid" fixes it, and this is what
makes it hard to debug. However, your hint about the disconnect
is very important.

> The keyboard works with other OS, or with the bios
> (after I enabled "USB Legasy Support").

This is also needed for Linux: LILO or GRUB won't work unless
this is enabled. Kernel does not care, naturally...

> I'm also looking for programs o test the HID event
> interface (evtest) as suggested in the docs, It is not in
> the suggested web page.

It is linked from this bug:
 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=55878
Here's the link:
 https://bugzilla.redhat.com/bugzilla/showattachment.cgi?attach_id=39264

Please make sure that Vojtech is in the loop. I do not really
follow the input and HID code (after months of trying :).

-- Pete

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

end of thread, other threads:[~2003-05-18 12:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-25 15:26 USB Keyboard problem Itai Nahshon
2002-05-25 17:46 ` Randy.Dunlap
     [not found] <mailman.1022340633.6466.linux-kernel2news@redhat.com>
2002-05-26  3:04 ` Pete Zaitcev
2002-05-26  3:24   ` J Sloan
2003-05-18  6:51 usb keyboard problem LeVA
2003-05-18 13:07 LeVA

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).