It is not the problem. I have setup mouse many times in FreeBSD before. freebsd:/home/staff/yurtesen#ls -al /dev/ums0 crw-r--r-- 1 root operator 111, 0 Dec 30 19:56 /dev/ums0 freebsd:/home/staff/yurtesen#
The mouse just doesnt work under FreeBSD. The usbd is running and it runs moused automatically I tried killing moused and using the command cat /dev/ums0 but I dont get anything to screen when I use my mouse. This mouse is working with PS/2 for sure but it shows itself as a USB mouse. Under the mouse the model number is M/N: M-RR67A Cordless Optical mouse I have also found another person who has the same problem from google. He couldnt find a solution either. I am sure this requires a bit source tweaking... Evren On Tue, 30 Dec 2003, Ryan Sommers wrote: > On Tue, 2003-12-30 at 08:54, Evren Yurtesen wrote: > > I tried to use ums0 device and with moused I tried sysmouse device > > but none makes any effect in X. > > > > Sysmouse is the device moused sets up, you can't just use it. > > Try this: > killall -9 moused > moused -t auto -p /dev/ums0 > vidcontrol -m on > > if you can see a mouse cursor when you move the mouse around then you > can use that and /dev/sysmouse as your device in X. > > Also, do you have usbd running? (ps -xa|grep usbd) > If you don't have usbd running then I don't think you'll get a /dev/ums0 > in devfs. > > -- > Ryan "leadZERO" Sommers > Gamer's Impact President > [EMAIL PROTECTED] > ICQ: 1019590 > AIM/MSN: leadZERO > > -= http://www.gamersimpact.com =- > > > _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

