public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] usb-keyboard not working...
@ 2009-11-06 19:32 Jarry
  2009-11-06 21:22 ` Ian Lee
  0 siblings, 1 reply; 6+ messages in thread
From: Jarry @ 2009-11-06 19:32 UTC (permalink / raw
  To: gentoo-user

Hi,
I carefully followed "Gentoo Linux USB Guide" and tried
everything, but my usb-keyboard is still not working...

I doubt there is hardware problem in keyboard itself,
because it works in bios as well as on lilo-screen, and
it even works when I attach to PS2-port using adapter.

In kernel-config (2.6.22) Support for Host-side USB is
activated, EHCI/OHCI/UHCI HCD support, USB mass storage
support, and USB Human Interface Devide (full HID)
in Generic HID Support.

I can select kernel on lilo screen, but after boot-up
process is finished, my keyboard is dead. I tried to pull
it out, and reconnect, no difference. What can I do more?

Jarry

-- 
_______________________________________________________________
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.



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

* Re: [gentoo-user] usb-keyboard not working...
  2009-11-06 19:32 [gentoo-user] usb-keyboard not working Jarry
@ 2009-11-06 21:22 ` Ian Lee
  2009-11-06 21:39   ` alex ponomarev
  0 siblings, 1 reply; 6+ messages in thread
From: Ian Lee @ 2009-11-06 21:22 UTC (permalink / raw
  To: gentoo-user

Jarry wrote:
> Hi,
> I carefully followed "Gentoo Linux USB Guide" and tried
> everything, but my usb-keyboard is still not working...
> 
> I doubt there is hardware problem in keyboard itself,
> because it works in bios as well as on lilo-screen, and
> it even works when I attach to PS2-port using adapter.
> 
> In kernel-config (2.6.22) Support for Host-side USB is
> activated, EHCI/OHCI/UHCI HCD support, USB mass storage
> support, and USB Human Interface Devide (full HID)
> in Generic HID Support.
> 
> I can select kernel on lilo screen, but after boot-up
> process is finished, my keyboard is dead. I tried to pull
> it out, and reconnect, no difference. What can I do more?
> 
> Jarry
> 
Is this on the console or in X?
X has recently changed the keyboard and mouse configuration to use HAL

Ian



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

* Re: [gentoo-user] usb-keyboard not working...
  2009-11-06 21:22 ` Ian Lee
@ 2009-11-06 21:39   ` alex ponomarev
  2009-11-06 21:48     ` Sebastian Beßler
  2009-11-07  6:53     ` [gentoo-user] " Jarry
  0 siblings, 2 replies; 6+ messages in thread
From: alex ponomarev @ 2009-11-06 21:39 UTC (permalink / raw
  To: gentoo-user

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

If you're talking about X, try to emerge HAL daemon, it's now necessary to
work your input devices correctly.
If you're talking about console, try to look trough output of "dmesg | grep
'usb' " there must be something about your USB HID keyboard, may be some
errors about it. Also look through "lsusb", is your keyboard mentioned here?
On Sat, Nov 7, 2009 at 12:22 AM, Ian Lee <ian@leehouse.eclipse.co.uk> wrote:

> Jarry wrote:
>
>> Hi,
>> I carefully followed "Gentoo Linux USB Guide" and tried
>> everything, but my usb-keyboard is still not working...
>>
>> I doubt there is hardware problem in keyboard itself,
>> because it works in bios as well as on lilo-screen, and
>> it even works when I attach to PS2-port using adapter.
>>
>> In kernel-config (2.6.22) Support for Host-side USB is
>> activated, EHCI/OHCI/UHCI HCD support, USB mass storage
>> support, and USB Human Interface Devide (full HID)
>> in Generic HID Support.
>>
>> I can select kernel on lilo screen, but after boot-up
>> process is finished, my keyboard is dead. I tried to pull
>> it out, and reconnect, no difference. What can I do more?
>>
>> Jarry
>>
>>  Is this on the console or in X?
> X has recently changed the keyboard and mouse configuration to use HAL
>
> Ian
>
>

[-- Attachment #2: Type: text/html, Size: 1802 bytes --]

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

* Re: [gentoo-user] usb-keyboard not working...
  2009-11-06 21:39   ` alex ponomarev
@ 2009-11-06 21:48     ` Sebastian Beßler
  2009-11-07  2:47       ` [gentoo-user] " Harry Putnam
  2009-11-07  6:53     ` [gentoo-user] " Jarry
  1 sibling, 1 reply; 6+ messages in thread
From: Sebastian Beßler @ 2009-11-06 21:48 UTC (permalink / raw
  To: gentoo-user

Am 06.11.2009 22:39, schrieb alex ponomarev:
> If you're talking about X, try to emerge HAL daemon, it's now necessary to
> work your input devices correctly.

Is it?
I have X without hal working here.
As long as it works it can help to make things easier.
But it can be disabled.

Greetings

Sebastian Beßler



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

* [gentoo-user]  Re: usb-keyboard not working...
  2009-11-06 21:48     ` Sebastian Beßler
@ 2009-11-07  2:47       ` Harry Putnam
  0 siblings, 0 replies; 6+ messages in thread
From: Harry Putnam @ 2009-11-07  2:47 UTC (permalink / raw
  To: gentoo-user

Sebastian Beßler <webmaster@darkmetatron.de> writes:

> Am 06.11.2009 22:39, schrieb alex ponomarev:
>> If you're talking about X, try to emerge HAL daemon, it's now necessary to
>> work your input devices correctly.
>
> Is it?
> I have X without hal working here.
> As long as it works it can help to make things easier.
> But it can be disabled.

True here to... I've been running without hal for a while.  At the
most recent update world (3 days ago now) I noticed something wanted
to pull in hal, but quickly put `-hal' under  /etc/make.conf USE, and
proceeded without it.

If you've upgraded xorg-server recently, you also need to rebuild and
of the xorg drivers you have installed.   I didn't do that at the
upgrade mentioned above and had no mouse keyboard in X either.

First I found all drivers with `eix -Ic |grep driver'

Then re-emerged them all.  Rebooted and mouse/keyboard worked in X
then.

I'm running a much newer kernel than what you posted, so not sure how
that effected things.





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

* Re: [gentoo-user] usb-keyboard not working...
  2009-11-06 21:39   ` alex ponomarev
  2009-11-06 21:48     ` Sebastian Beßler
@ 2009-11-07  6:53     ` Jarry
  1 sibling, 0 replies; 6+ messages in thread
From: Jarry @ 2009-11-07  6:53 UTC (permalink / raw
  To: gentoo-user

alex ponomarev wrote:
> If you're talking about console, try to look trough output of "dmesg | grep
> 'usb' " there must be something about your USB HID keyboard, may be some
> errors about it. Also look through "lsusb", is your keyboard mentioned here?

Sorry, I forgot to say, I'm talking about console.

-----------------------------
obelix ~ # dmesg | grep 'usb'
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
usb usb1: configuration #1 chosen from 1 choice
usb usb2: configuration #1 chosen from 1 choice
usb 2-1: new low speed USB device using ohci_hcd and address 2
usb 2-1: configuration #1 chosen from 1 choice
usbcore: registered new interface driver usb-storage
input: USB HID v1.00 Keyboard [  USB Multimedia Keyboard ] on 
usb-0000:00:02.0-1
input: USB HID v1.00 Device [  USB Multimedia Keyboard ] on 
usb-0000:00:02.0-1
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver

obelix ~ # lsusb
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 002: ID 099a:713a Zippy Technology Corp.
Bus 002 Device 001: ID 0000:0000
-----------------------------

It seems usb-keyboard is there (at least in dmesg output),
but it simply does not work at all. Even NumLock & SysLock
keys do not switch checklights on/off. It is like frozen...

Jarry

-- 
_______________________________________________________________
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.



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

end of thread, other threads:[~2009-11-07  6:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-06 19:32 [gentoo-user] usb-keyboard not working Jarry
2009-11-06 21:22 ` Ian Lee
2009-11-06 21:39   ` alex ponomarev
2009-11-06 21:48     ` Sebastian Beßler
2009-11-07  2:47       ` [gentoo-user] " Harry Putnam
2009-11-07  6:53     ` [gentoo-user] " Jarry

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