All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Brownell <david-b@pacbell.net>
To: linux-hotplug@vger.kernel.org
Subject: Re: Help needed to add USB keyboard vendor ID etc.
Date: Mon, 19 May 2003 00:39:39 +0000	[thread overview]
Message-ID: <marc-linux-hotplug-105330486803325@msgid-missing> (raw)
In-Reply-To: <marc-linux-hotplug-105253236005924@msgid-missing>

Damon Lynch wrote:
> Hi all,
> 
> I'm a Mandrake 9.1 user getting a "/etc/hotplug/usb.agent: ...
> no modules for USB product 5f3/81/270" kernel message.  The keyboard I'm
> trying to get to work is this:
> http://www.kinesis-ergo.com/advantage_pro.htm
> 
>>From the reading I've done on these pages:
> 
> http://linux-hotplug.sourceforge.net/?selectedÞbug
> and
> http://linux-hotplug.sourceforge.net/?selected=overview
> 
> I gather I've got to add something to the file
> /lib/..../modules.usbmap..... but what? ;-)

Actually, from what I see below your problems are
a lot more basic than this.  The keyboard is
giving "usb-uhci" (and likely other HCDs) some
level of indigestion, by not responding.

Try using "uhci", not "usb-uhci", for starters.

Don't use "usbkbd", ever.  That's likely not
the root problem here, but I see it in your
messages below.  Use HID with the keyboard
input event handler.

- Dave




> I don't know anything about those IDs: specifically, I don't know how to
> map 5f3/81/270 to this long list: match_flags idVendor idProduct
> bcdDevice_lo bcdDevice_hi bDeviceClass bDeviceSubClass bDeviceProtocol
> bInterfaceClass bInterfaceSubClass bInterfaceProtocol driver_info
> 
> I guess whatever numbers I do plug in should have usbkbd as the
> usb_module, right?
> 
> FYI I have posted a selection of messages from /var/log/messages below.
> 
> Thanks and best wishes,
> Damon
> 
> May  9 09:58:33 devnet kernel: hub.c: new USB device 00:07.2-1, assigned
> address 3
> May  9 09:58:33 devnet kernel: hub.c: USB hub found
> May  9 09:58:33 devnet kernel: hub.c: 4 ports detected
> May  9 09:58:34 devnet kernel: hub.c: new USB device 00:07.2-1.2,
> assigned address 4
> May  9 09:58:34 devnet kernel: input1: USB HID v1.00 Keyboard
> [05f3:0007] on usb1:4.0
> May  9 09:58:34 devnet kernel: usb-uhci.c: interrupt, status 2, frame#
> 1597
> May  9 09:58:37 devnet /etc/hotplug/usb.agent: ... no modules for USB
> product 5f3/81/270
> May  9 09:58:39 devnet kernel: usb_control/bulk_msg: timeout
> May  9 09:58:44 devnet kernel: usb_control/bulk_msg: timeout
> May  9 09:58:49 devnet kernel: usb_control/bulk_msg: timeout
> May  9 09:58:49 devnet kernel: input2: USB HID v1.00 Pointer [05f3:0007]
> on usb1:4.1
> May  9 09:58:50 devnet kernel: usb_control/bulk_msg: timeout
> May  9 09:58:50 devnet kernel: hub.c: usb_hub_port_status (3) failed
> (err = -110)
> May  9 09:58:51 devnet kernel: usb_control/bulk_msg: timeout
> May  9 09:58:51 devnet kernel: hub.c: usb_hub_port_status (3) failed
> (err = -110)
> May  9 09:58:52 devnet kernel: usb_control/bulk_msg: timeout
> May  9 09:58:52 devnet kernel: hub.c: get_hub_status failed
> May  9 09:58:53 devnet /etc/hotplug/usb.agent: Setup usbkbd hid for USB
> product 5f3/7/270
> May  9 09:58:53 devnet kernel: usb.c: registered new driver keyboard
> May  9 09:58:53 devnet kernel: usbkbd.c: :USB HID Boot Protocol keyboard
> driver
> May  9 09:58:53 devnet kernel: usb_control/bulk_msg: timeout
> May  9 09:58:53 devnet kernel: hub.c: usb_hub_port_status (3) failed
> (err = -110)
> May  9 09:58:54 devnet kernel: usb_control/bulk_msg: timeout
> May  9 09:58:54 devnet kernel: hub.c: usb_hub_port_status (3) failed
> (err = -110)
> May  9 09:58:55 devnet kernel: usb_control/bulk_msg: timeout
> May  9 09:58:55 devnet kernel: hub.c: usb_hub_port_status (3) failed
> (err = -110)
> May  9 09:58:56 devnet kernel: usb_control/bulk_msg: timeout
> May  9 09:58:56 devnet kernel: hub.c: usb_hub_port_status (3) failed
> (err = -110)
> May  9 09:58:57 devnet kernel: usb_control/bulk_msg: timeout
> May  9 09:58:57 devnet kernel: hub.c: get_hub_status failed
> 
> and some more:
> 
> May  9 10:03:15 devnet kernel: usb_control/bulk_msg: timeout
> May  9 10:03:15 devnet kernel: usb.c: error getting string descriptor 0
> (error=-110)
> May  9 10:03:20 devnet kernel: usb_control/bulk_msg: timeout
> May  9 10:03:20 devnet kernel: usb.c: error getting string descriptor 0
> (error=-110)
> May  9 10:03:25 devnet kernel: usb_control/bulk_msg: timeout
> May  9 10:03:31 devnet kernel: usb_control/bulk_msg: timeout
> May  9 10:03:31 devnet kernel: usb.c: error getting string descriptor 0
> (error=-110)





-------------------------------------------------------
This SF.net email is sponsored by: If flattening out C++ or Java
code to make your application fit in a relational database is painful, 
don't do it! Check out ObjectStore. Now part of Progress Software.
http://www.objectstore.net/sourceforge
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

      reply	other threads:[~2003-05-19  0:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-10  2:01 Help needed to add USB keyboard vendor ID etc Damon Lynch
2003-05-19  0:39 ` David Brownell [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-hotplug-105330486803325@msgid-missing \
    --to=david-b@pacbell.net \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.