From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Brownell Date: Mon, 19 May 2003 00:39:39 +0000 Subject: Re: Help needed to add USB keyboard vendor ID etc. Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: linux-hotplug@vger.kernel.org Damon Lynch wrote: > Hi all, >=20 > 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 >=20 >>>From the reading I've done on these pages: >=20 > http://linux-hotplug.sourceforge.net/?selected=DEbug > and > http://linux-hotplug.sourceforge.net/?selected=3Doverview >=20 > 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 >=20 > I guess whatever numbers I do plug in should have usbkbd as the > usb_module, right? >=20 > FYI I have posted a selection of messages from /var/log/messages below. >=20 > Thanks and best wishes, > Damon >=20 > 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 =3D -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 =3D -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 =3D -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 =3D -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 =3D -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 =3D -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 >=20 > and some more: >=20 > 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=3D-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=3D-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=3D-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,=20 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