View Single Post
  #1   (View Single Post)  
Old 9th September 2008
renej renej is offline
Real Name: Rene
Port Guard
 
Join Date: Sep 2008
Location: Belgium
Posts: 11
Unhappy 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.
Reply With Quote