|
FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
|
Thread Tools | Display Modes |
|
|||
help with usb mouse??
I have been trying to get a logitech mouse (cordless mouse receiver) to work after installation of FreeBSD 7.0 ... but just cannot get it to work. I have been reading a lot of things that I tried out, but all in vain.
The mouse is working without problems in Windows, Suse and Sidux. So it is quite frustrating .. without mouse there is nothing much i can do to start using FreeBSD. In rc.conf i have : usbd_enable="YES" moused_enable="YES" My xorg.conf (based upon the one i use in Sidux) is like this : Section "InputDevice" Identifier "Logitech USB RECEIVER 0" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "Auto" Option "Emulate3Buttons" "true" Option "CorePointer" EndSection Anybody any guidance??? If you need more info, tell me. I really hope to solve this asap. |
|
|||
Copying xorg.conf sections between systems will typically cause problems, my advice is to run the following as root:
% X -configure Study the generated xorg.conf.new file.. and see how it detects your mouse, I don't use FreeBSD, but I suspect the Device section above may be incorrect. Good luck. |
|
|||
thanks for the replies ... as soon as i have time i will try the X-configure again ...
i already used /dev/sysmouse (and other options) ... that did not help me. |
|
||||
Remove both entries from rc.conf. You don't need them. devd will automatically start moused when the kernel detects a USB mouse.
And change your xorg.conf to use /dev/sysmouse as the device. If that doesn't work, you can use the USB mouse driver, /dev/ums0. Be sure you have USB mouse support enabled in the kernel, or the ums driver loaded via /boot/loader.conf. What output do you get in dmesg when you connect the mouse after booting? |
|
|||
Thanks A LOT for pointing me in the right direction robbak and phoenix!!!
Unplugging and replugging the mouse in console showed that the mouse was detected. So I removed the entries from rc.conf ... made a new xorg.conf.new file and fiddled with that one till testing showed me that the mouse was working ... that happened after using /dev/ums0 as device. Very glad i finally got it to work!! Thanx guys. Sure though i will be back with other questions very soon ... sound traditionally gives me problems. |
|
||||
Up...
Hi All, I have the very same problem with my mouse. Sometimes (not always though), when i boot the machine, the mouse doesn't work. If I unplug it and put it back it works. Last two lines of dmesg show: Quote:
Quote:
I also added Quote:
Still, mouse doesn't work without "helping" it. Does anyone have any recommendation? Thanks in advance Last edited by anemos; 14th September 2008 at 03:29 PM. |
|
||||
Which version of FreeBSD are you using? 6 needs usbd_enable in rc.conf, 7 doesn't (or it might have been 5 needed it and 6 didn't?).
What's the output of usbdevs when the mouse doesn't work? And what do you have in your /etc/X11/xorg.conf for the mouse device? |
|
||||
Also, check the boot messages (use the dmesg command) for any errors and postings about the usb systems. You should see the mouse recognised during startup.
__________________
The only dumb question is a question not asked. The only dumb answer is an answer not given. |
|
|||||||
First off, thanks both of you guys for the replies.
Quote:
Quote:
usbdevs Quote:
Quote:
Quote:
However, when I unplug the mouse and put it back again it shows: Quote:
Quote:
Thanks |
|
|||
If you're having USB keyboard/mouse troubles, perhaps you should look at your BIOS configuration.
Some allow you to enable "Legacy USB", which emulates PS/2 mice/keyboards.. try toggling that functionality. Personally, I hate that many newer systems are dropping PS/2 ports... USB keyboards and mice aren't worth the compatibility issues. (For one thing, they're unavailable in real mode without BIOS emulation...). |
|
||||
forget X for the time being. if the mouse is not being found at boot, then you need to fix that problem first.
My home system has an issue where the usb hubs fail to start if there is anything connected to them at boot. Annoying, to say the least. (One port works - the front panel one, connected with old usb-1 style unshielded wires. My mouse is plugged in there) The error message came from uhub, but I cannot tell you exactly what it is at this moment.
__________________
The only dumb question is a question not asked. The only dumb answer is an answer not given. |
|
||||
Remember this article?
http://www.softwareinreview.com/bsd/....0_review.html As far as I remember it has been already dispraised in this forum. However, the guy seems to having almost the same problem. Also, a search on the internet revealed a couple of similar situations but without any resolution. I read somewhere that it might be possible to at least make the unplug from within software. But I have no idea how such a thing could be done. |
|
|||
Hmm, try usb2 from here: http://www.selasky.org/hans_petter/usb4bsd/index.html
Maybe it is usb bug. It fixed few SMP panics on my side ..... |
Tags |
mouse, usb, xorg |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
USB mouse, ums and wsmouse | useche | OpenBSD General | 5 | 27th July 2009 01:08 AM |
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 11:15 PM |
Not nice PS/2 mouse :/ | latorion | FreeBSD General | 21 | 11th October 2008 06:02 PM |
Mouse problems | dctr | FreeBSD General | 3 | 16th May 2008 02:52 PM |