![]() |
|
|||||||
| OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
Hi Guys,
My problem is that my usb wireless mouse does not work on X or with smoused. From a message standpoint, everything seem normal. I got from dmesg: uhidev0 at uhub4 port 2 configuration 1 interface 0 "Microsoft Microsoft Wireless Optical Mouse\M-. 1.00" rev 2.00/0.07 addr 2 uhidev0: iclass 3/1, 23 report ids ums0 at uhidev0 reportid 17: 3 buttons, Z dir wsmouse1 at ums0 mux 0 uhid0 at uhidev0 reportid 18: input=0, output=0, feature=1 uhid1 at uhidev0 reportid 19: input=1, output=0, feature=0 uhid2 at uhidev0 reportid 20: input=1, output=0, feature=0 uhid3 at uhidev0 reportid 21: input=3, output=0, feature=0 uhid4 at uhidev0 reportid 23: input=0, output=0, feature=1 Which means that the mouse is detected and attached to the wsmouse driver as "wsmouse1". However, it does not work at all. I have been looking for a solution for a week now with no success. At this point I am clueless. Any help is very appreciated. Luis. |
|
|||
|
I'm not sure if mice are multiplexed properly, I've honestly never installed multiple mice on a computer before.
Perhaps you should disable the integrated PS/2 mouse temporarily in UKC? or just change your xorg.conf file to use wsmouse1? I just plugged in a USB mouse on a system that uses PS/2 devices, (..the majority of my systems do).. and X became aware of it instantly. Last edited by BSDfan666; 25th July 2009 at 04:07 PM. |
|
||||
|
I saw your thread on misc@, Luis.
While I can't help, directly, I can at least point to alternative behavior. My wms0 driver attaches without any mention of uhidev(4) "report ids", and works fine. And there are no report ids in the dmesg. Code:
uhidev0 at uhub0 port 1 configuration 1 interface 0 "Logitech USB RECEIVER" rev 1.10/25.10 addr 2 uhidev0: iclass 3/1 ums0 at uhidev0: 16 buttons, Z dir wsmouse1 at ums0 mux 0
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
bsdfan666: I am doing this in a laptop and I cannot disable my touchpad (what is UKC?). Even if I use wsmouse1, it does not work.
jggimi: Looking at one correct dmesg output is certainly helpful. Before I didn't realize the "reportid"s could be somekind of error. |
|
|||
|
jggimi was on track when he noticed the extra messages printed out.
Quote:
At a boot> prompt, use the -c argument.. or you can use config(8) to make the changes permanent. |
|
|||
|
The obvious solution is to obtain a different USB mouse, or to disable the laptops mouse in the BIOS and enable the Legacy support so that the USB mouse appears as a PS/2 device, you'll need to disable the uhci/ohci or ehci driver in OpenBSD first though.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mouse freezes in X | spiderpig | OpenBSD Installation and Upgrading | 0 | 20th April 2009 09:05 AM |
| patch application for usb mouse? | aesop | FreeBSD Installation and Upgrading | 1 | 17th January 2009 10:15 PM |
| Not nice PS/2 mouse :/ | latorion | FreeBSD General | 21 | 11th October 2008 06:02 PM |
| help with usb mouse?? | renej | FreeBSD General | 14 | 18th September 2008 01:25 PM |
| Mouse problems | dctr | FreeBSD General | 3 | 16th May 2008 02:52 PM |