Date: Thu, 14 Nov 2013 19:43:44 +0000 From: =?iso-8859-1?B?RXJuZXN0byBHYXJj7WE=?= <rnst_garcia@hotmail.com> To: Hans Petter Selasky <hps@bitfrost.no>, "freebsd-usb@freebsd.org" <freebsd-usb@freebsd.org> Subject: RE: freebsd qpad mk-85 usb keyboard not working Message-ID: <DUB113-W57AC58643035565BC9010294F80@phx.gbl> In-Reply-To: <52852084.4060907@bitfrost.no> References: <BLU0-SMTP118FAAAA5A1D72DDEFD7B2094F80@phx.gbl>, <52852084.4060907@bitfrost.no>
index | next in thread | previous in thread | raw e-mail
Hi,
"dmesg"
[...]
Root mount waiting for: usbus4
ugen4.3: <EST> at usbus4
ukbd0: <EST Gaming keyboard, class 0/0, rev 2.00/0.97, addr 3> on usbus4
kbd2 at ukbd0
uhid0: <EST Gaming keyboard, class 0/0, rev 2.00/0.97, addr 3> on usbus4
ukbd1: <EST Gaming keyboard, class 0/0, rev 2.00/0.97, addr 3> on usbus4
kbd3 at ukbd1
[...]
"usbconfig -d X.Y dump_device_desc dump_curr_config_desc"
sudo usbconfig -d 4.3 dump_device_desc dump_curr_config_desc
ugen4.3: <Gaming keyboard EST> at usbus4, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
bLength = 0x0012
bDescriptorType = 0x0001
bcdUSB = 0x0200
bDeviceClass = 0x0000
bDeviceSubClass = 0x0000
bDeviceProtocol = 0x0000
bMaxPacketSize0 = 0x0040
idVendor = 0x0665
idProduct = 0x6000
bcdDevice = 0x0097
iManufacturer = 0x0001 <EST>
iProduct = 0x0002 <Gaming keyboard>
iSerialNumber = 0x0000 <no string>
bNumConfigurations = 0x0001
Configuration index 0
bLength = 0x0009
bDescriptorType = 0x0002
wTotalLength = 0x0054
bNumInterfaces = 0x0003
bConfigurationValue = 0x0001
iConfiguration = 0x0000 <no string>
bmAttributes = 0x00a0
bMaxPower = 0x0032
Interface 0
bLength = 0x0009
bDescriptorType = 0x0004
bInterfaceNumber = 0x0000
bAlternateSetting = 0x0000
bNumEndpoints = 0x0001
bInterfaceClass = 0x0003
bInterfaceSubClass = 0x0001
bInterfaceProtocol = 0x0001
iInterface = 0x0000 <no string>
Additional Descriptor
bLength = 0x09
bDescriptorType = 0x21
bDescriptorSubType = 0x11
RAW dump:
0x00 | 0x09, 0x21, 0x11, 0x01, 0x00, 0x01, 0x22, 0x41,
0x08 | 0x00
Endpoint 0
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0081 <IN>
bmAttributes = 0x0003 <INTERRUPT>
wMaxPacketSize = 0x0008
bInterval = 0x0002
bRefresh = 0x0000
bSynchAddress = 0x0000
Interface 1
bLength = 0x0009
bDescriptorType = 0x0004
bInterfaceNumber = 0x0001
bAlternateSetting = 0x0000
bNumEndpoints = 0x0001
bInterfaceClass = 0x0003
bInterfaceSubClass = 0x0000
bInterfaceProtocol = 0x0000
iInterface = 0x0000 <no string>
Additional Descriptor
bLength = 0x09
bDescriptorType = 0x21
bDescriptorSubType = 0x11
RAW dump:
0x00 | 0x09, 0x21, 0x11, 0x01, 0x00, 0x01, 0x22, 0x19,
0x08 | 0x00
Endpoint 0
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0082 <IN>
bmAttributes = 0x0003 <INTERRUPT>
wMaxPacketSize = 0x0004
bInterval = 0x0002
bRefresh = 0x0000
bSynchAddress = 0x0000
Interface 2
bLength = 0x0009
bDescriptorType = 0x0004
bInterfaceNumber = 0x0002
bAlternateSetting = 0x0000
bNumEndpoints = 0x0001
bInterfaceClass = 0x0003
bInterfaceSubClass = 0x0000
bInterfaceProtocol = 0x0000
iInterface = 0x0000 <no string>
Additional Descriptor
bLength = 0x09
bDescriptorType = 0x21
bDescriptorSubType = 0x11
RAW dump:
0x00 | 0x09, 0x21, 0x11, 0x01, 0x00, 0x01, 0x22, 0x25,
0x08 | 0x00
Endpoint 0
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0083 <IN>
bmAttributes = 0x0003 <INTERRUPT>
wMaxPacketSize = 0x000f
bInterval = 0x0002
bRefresh = 0x0000
bSynchAddress = 0x0000
Thanks!
> Date: Thu, 14 Nov 2013 20:12:04 +0100
> From: hps@bitfrost.no
> To: rnst_garcia@hotmail.com; freebsd-usb@freebsd.org
> Subject: Re: freebsd qpad mk-85 usb keyboard not working
>
> On 11/14/13 20:04, Ernesto wrote:
> > Hi!
> >
> > I have qpad mk-85 usb keyboard (which have usb 2.0 hub itself). When I
> > start the machine up, I can type bios password and select the boot
> > option. The backlights of the keyboard switch on but I cannot use at the
> > login prompt, and the keyboard is not working. USB hub works fine and I
> > can connect and use properly a usb mouse, but keyboard doesn't work at
> > all (although it gets power, since back-lights are up). I have two more
> > usb keyboards (logitec and Ducky keyboards) which work fine.
> >
> > I have read some forums but cannot find a solution for this. Any
> > suggestion or help will be very appreciated.
> >
> > Thanks in advance and kind regards,
> > Ernesto
>
> Hi,
>
> What does "dmesg" say and "usbconfig -d X.Y dump_device_desc
> dump_curr_config_desc" about your device ?
>
> --HPS
>
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DUB113-W57AC58643035565BC9010294F80>
