yet another ``USB mouse and FreeBSD 5.1'' thread

2003-11-08 Thread Brian Reichholf
this is slowly starting to get annoying...
i've got a logitech wheel mouse connected to my pc, installed freebsd 
5.1-RELEASE and had a few problems with the usb mouse at first, but 
don't recall changing anything when it finally worked on the usb port.

now i just disconnected everything from my pc, took it into another 
room, connected everything, booted, usb mouse _doesn't_ work.

so far google hasn't produced any helpful information either :(

settings in rc.conf
---
[ .. blah ... unimportant stuff ... ]
# -- sysinstall generated deltas -- # Wed Oct 15 20:58:22 2003
moused_port=/dev/psm0
moused_type=auto
moused_enable=YES
[ .. blah ... unimportant stuff ... ]
---
settings in /boot/loader.conf
---
linux_load=YES
---
connected to the PS/2 Port it does work (and no, i _know_ that it's not 
due to XF86Config, as i didn't change that either)
and of course the device is in the kernel.

is it perhaps just a matter of `pluging, unpluging, pluging, unpluging'' 
until it works?

help would greatly be appreciated.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB Mouse in FreeBSD 5.1...

2003-11-07 Thread Andrey
Hello, freebsd-questions!
Doesn't work my Genius Optical Wheel Mouse (USB)...
MotheBoard - Gigabyte GA-8SG667.
/boot/loader.conf:
---
uhid_load = YES
ums_load = YES
---
/etc/X11/XF86Config:
---
Protocol Auto
Device /dev/sysmouse
---
Kernel standard (installation)...
Thanks for any clues.
-- 

*  Andrey  *

ICQ: 201045832
E-MAIL: [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB Mouse in FreeBSD 5.1...

2003-11-07 Thread Jason
Andrey wrote:

Hello, freebsd-questions!
Doesn't work my Genius Optical Wheel Mouse (USB)...
MotheBoard - Gigabyte GA-8SG667.
/boot/loader.conf:
---
uhid_load = YES
ums_load = YES
---
/etc/X11/XF86Config:
---
Protocol Auto
Device /dev/sysmouse
---
Kernel standard (installation)...
Thanks for any clues.
 

If that is standard in loader.conf then leave it, I don't have it in 
my.  In my /etc/rc.conf I have:
usbd_enable=YES
moused_enable=YES
When I plug in my usb mouse I see the pointer and everything is good.

PS.
Check your XF86Config for this:
Section InputDevice
   Identifier  Mouse0
   Driver  mouse
   OptionProtocol auto
   OptionDevice /dev/sysmouse
   Option  ZAxisMapping 4 5
EndSection
The last option enables the scroll on the mouse, for a better internet 
experience. ;-)

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]