On Wed, Nov 14, 2012 at 3:24 PM, yunplusplus <yunplusp...@163.com> wrote: > After the Noppoo keyboard plugged in, usbdevs -dv shows: > > Controller /dev/usb0: > addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), > NEC(0x1033), rev 1.00 > uhub0 > port 1 powered > port 2 powered > port 3 powered > Controller /dev/usb1: > addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), > AMD(0x1022), rev 1.00 > uhub1 > port 1 addr 2: high speed, power 500 mA, config 1, USB2.0-CRW(0x0158), > Generic(0x0bda), rev 58.87, iSerialNumber 20071114173400000 > umass0 > port 2 powered > port 3 powered > port 4 addr 4: high speed, power 500 mA, config 1, RTL8187B(0x8189), > Realtek(0x0bda), rev 2.00, iSerialNumber 00e04c000001 > urtw0 > Controller /dev/usb2: > addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), > NEC(0x1033), rev 1.00 > uhub2 > port 1 powered > port 2 powered > port 3 powered > Controller /dev/usb3: > addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), > AMD(0x1022), rev 1.00 > uhub3 > port 1 powered > port 2 addr 2: low speed, power 100 mA, config 1, USB Keyboard(0x0022), > vendor 0x1006(0x1006), rev 1.40 > uhidev0 > uhidev1 > port 3 powered > port 4 powered > > I am upgrading my system form 5.2 to current version. > I hope it will work correctly on the current version. > Thank you for your advise.
However I think you need to do this (you need to do that and test on current anyway) http://undeadly.org/cgi?action=article&sid=20080315134047 or http://undeadly.org/cgi?action=article&sid=20070207152423 because I can't see your device in /usr/src/sys/dev/usb/usbdevs* > > > > > > At 2012-11-14 14:06:57,"Tomas Bodzar" <tomas.bod...@gmail.com> wrote: >>On Wed, Nov 14, 2012 at 6:19 AM, yunplusplus <yunplusp...@163.com> wrote: >>> PLATFORM: Yeelong 2F 8089D >>> OS: OpenBSD 5.2 stable >>> PROBLEM: Noppoo Mini Choc 84 USB keyboard do not work correctly on my >>> system. >>> For exampIe, when I type "Enter", but get "5" >>> displayed on the screen. >>> >>> >>> When I plug in my Noppoo Mini Choc 84 USB keyboard, the dmesg is: >>> ukbd1 detached >>> uhidev1 detached >>> uhidev0 at uhub3 port 2 configuration 1 interface 0 "vendor 0x1006 USB >>> Keyboard" rev 2.00/1.40 addr 2 >>> uhidev0: iclass 3/1 >>> ukbd0 at uhidev0: 64 variable keys, 0 key codes >>> wskbd1 at ukbd0 mux 1 >>> wskbd1: connecting to wsdisplay0 >>> uhidev1 at uhub3 port 2 configuration 1 interface 1 "vendor 0x1006 USB >>> Keyboard" rev 2.00/1.40 addr 2 >>> uhidev1: iclass 3/0, 3 report ids >>> uhid0 at uhidev1 reportid 1: input=2, output=0, feature=0 >>> uhid1 at uhidev1 reportid 2: input=1, output=0, feature=0 >>> ukbd1 at uhidev1 reportid 3: 56 variable keys, 0 key codes >>> wskbd2 at ukbd1 mux 1 >>> wskbd2: connecting to wsdisplay0 >>> >>> >>> Another Logitech USB keyboard works well. Its dmesg is: >>> uhidev0 at uhub3 port 2 configuration 1 interface 0 "Logitech Logitech >>> USB Keyboard" rev 1.10/28.00 addr 2 >>> uhidev0: iclass 3/1 >>> ukbd0 at uhidev0: 8 variable keys, 6 key codes >>> wskbd1 at ukbd0 mux 1 >>> wskbd1: connecting to wsdisplay0 >>> >>> >>> It seems that the OS detect two devices when I plugged in my Noppoo Mini >>> Choc 84 USB keyboard. >>> By the way, this Noppoo Mini Choc 84 USB keyboard works well on several >>> diffirent linux distributions i ever used. >>> >>> >>> Can any one help me? >> >>Can you post output of usbdevs -dv ? Can't see 0x1006 related with >>your device in /usr/src/sys/dev/usb , but any chance to try current? >> >>> >>> >>> Thanks.