Re: USB keyboards and linux 2.6

2004-06-09 Thread csj
On 8. June 2004 at 6:18PM -0400,
Carl Fink <[EMAIL PROTECTED]> wrote:

> On Wed, Jun 09, 2004 at 05:25:22AM +0800, csj wrote:
> 
> > ... It seems I have all the necessary kernel bits in place.
> > But rebooting with the USB keyboard attached causes my
> > computer to hang (with or without my normal keyboard
> > attached) ...
> 
> USB being hot-pluggable: what if you boot without the keyboard
> (using a PS/2 style connector instead), and then plug the
> keyboard in after boot time?
> 
> Use this command: "sudo tail -f /var/log/messages" first, and
> you can watch the USB system identify the new device as it's
> detected.

Not necessary: I see the device identified by the console
messages correcty as a "USB keyboard".  But banging at the USB
keyboard adds nothing to the screen ouput (not even garbage
characters).  The PS/2 keyboard is okay.  So is my USB mouse
(under X).

I have the "hotplug" package installed (in in its default setup).
Could this be a problem?  I'm thinking maybe I'm having a module
loading order problem (this was certainly the case with my TV
tuner card under linux 2.6).  So I'm looking to clone the
/etc/modules or /etc/hotplug* of someone with a successful linux
2.6 + USB keyboard setup.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: USB keyboards and linux 2.6

2004-06-08 Thread linux
Hi,

You must have something like the following:

USB support  --->
 <*> Support for USB
 [ ]   USB verbose debug messages
 --- Miscellaneous USB options
 [*]   Preliminary USB device filesystem
 [ ]   Enforce USB bandwidth allocation (EXPERIMENTAL)
 --- USB Host Controller Drivers
 < >   EHCI HCD (USB 2.0) support (EXPERIMENTAL)
 < >   UHCI (Intel PIIX4, VIA, ...) support
UHCI Alternate Driver (JE) support
 < >   OHCI (Compaq, iMacs, OPTi, SiS, ALi, ...) support
 --- USB Device Class drivers
 .
 .
USB Mass Storage support
 [*] USB Mass Storage verbose debug
 .
 .
 --- USB Human Interface Devices (HID)
USB Human Interface Device (full HID) support

Cheers,

> Does anybody have a link to a quick howto on getting USB
> keyboards to work with kernel 2.6?  All my google searches on the
> subject turn up links on kernel 2.4, which tend to list kernel
> modules which aren't available on 2.6.  The "best" advice I've
> gotten thus far is to disable the kernel's entire USB subsystem!
> That is, let the BIOS handle the keyboard via legacy DOS support.
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>
>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



USB keyboards and linux 2.6

2004-06-07 Thread csj
Does anybody have a link to a quick howto on getting USB
keyboards to work with kernel 2.6?  All my google searches on the
subject turn up links on kernel 2.4, which tend to list kernel
modules which aren't available on 2.6.  The "best" advice I've
gotten thus far is to disable the kernel's entire USB subsystem!
That is, let the BIOS handle the keyboard via legacy DOS support.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]