Re: USB Mouse not working
Hi , I got same problem the mouse is not working under Xwindows. I solved it anyway. I installed freebsd 6.2. Problem is only xorg.conf. you should copy Xorg.config.new to xorg.conf in X11 directory. Then it should be ok. Good luck Fabio Pennati wrote: > > >I am a new FreeBSD user coming from Gentoo. I am not able to get >working an usb optical wired mouse from Labtec that is working well >with many Linux distro's and WXP too. >I am using a FreeBSD 7.0 standard GENERIC kernel configuration with >all usb devices installed, thus: > > # USB support > deviceuhci# UHCI PCI->USB interface > deviceohci# OHCI PCI->USB interface > deviceehci# EHCI PCI->USB interface (USB 2.0) > deviceusb# USB Bus (required) > #deviceudbp# USB Double Bulk Pipe devices > deviceugen# Generic > deviceuhid# "Human Interface Devices" > deviceukbd# Keyboard > deviceulpt# Printer > deviceumass# Disks/Mass storage - Requires scbus > and da > deviceums# Mouse > >Here is an extract from my rc.conf: > > usbd_enable="YES" > moused_enable="YES" > moused_type="auto" > moused_port="/dev/ums0" > moused_flags="" > usbd_flags="" > moused_nondefault_enable="YES" > moused_ums0_flags="" > >I tried also to take out from rc.conf any "moused-stuff" lines but >without no results. >And here is the messages from kernel during boot, probing ums device: > > ums0: 2> on uhub0 > ums0: 3 buttons and Z dir. > >This is the xorg.conf, for the part interesting the mouse: > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option"Protocol" "Auto" > Option"Device" "/dev/sysmouse" > Option"ZAxisMapping" "4 5 6 7" > EndSection > >Furthermore I installed the same mouse with an hw adapter to the >serial port of the PC and obviously it works, of course as pms device, >but very slowly and with no precision. >There is someone that has any idea ? >Thanks, Fabio > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" > > -- View this message in context: http://www.nabble.com/USB-Mouse-not-working-tp16307942p16832739.html Sent from the freebsd-questions mailing list archive at Nabble.com. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB Mouse not working
Wouter Oosterveld wrote: Forgot "Driver": Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol""auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection 2008/3/26, Wouter Oosterveld <[EMAIL PROTECTED]>: I've had probably had the same issues with an logitech wheel-mouse (usb): Mar 24 23:56:55 harare kernel: ums0: 3 buttons and Z dir. The following xorg-section without any rc.conf moosed stuff got it to work: Section "InputDevice" Identifier "Mouse1" Option "Protocol""auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection Hope this helps. Regards, Wouter 2008/3/26, Fabio Pennati <[EMAIL PROTECTED]>: >I am a new FreeBSD user coming from Gentoo. I am not able to get >working an usb optical wired mouse from Labtec that is working well >with many Linux distro's and WXP too. >I am using a FreeBSD 7.0 standard GENERIC kernel configuration with >all usb devices installed, thus: > > # USB support > deviceuhci# UHCI PCI->USB interface > deviceohci# OHCI PCI->USB interface > deviceehci# EHCI PCI->USB interface (USB 2.0) > deviceusb# USB Bus (required) > #deviceudbp# USB Double Bulk Pipe devices > deviceugen# Generic > deviceuhid# "Human Interface Devices" > deviceukbd# Keyboard > deviceulpt# Printer > deviceumass# Disks/Mass storage - Requires scbus > and da > deviceums# Mouse > >Here is an extract from my rc.conf: > > usbd_enable="YES" > moused_enable="YES" > moused_type="auto" > moused_port="/dev/ums0" > moused_flags="" > usbd_flags="" > moused_nondefault_enable="YES" > moused_ums0_flags="" > >I tried also to take out from rc.conf any "moused-stuff" lines but >without no results. >And here is the messages from kernel during boot, probing ums device: > > ums0: 2> on uhub0 > ums0: 3 buttons and Z dir. > >This is the xorg.conf, for the part interesting the mouse: > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option"Protocol" "Auto" > Option"Device" "/dev/sysmouse" > Option"ZAxisMapping" "4 5 6 7" > EndSection > >Furthermore I installed the same mouse with an hw adapter to the >serial port of the PC and obviously it works, of course as pms device, >but very slowly and with no precision. >There is someone that has any idea ? >Thanks, Fabio > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > What happens if you unplug and replug the mouse?? N ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB Mouse not working
Forgot "Driver": Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol""auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection 2008/3/26, Wouter Oosterveld <[EMAIL PROTECTED]>: > I've had probably had the same issues with an logitech wheel-mouse (usb): > > Mar 24 23:56:55 harare kernel: ums0: 3 buttons and Z dir. > > The following xorg-section without any rc.conf moosed stuff got it to work: > > Section "InputDevice" > Identifier "Mouse1" > > Option "Protocol""auto" > Option "Device" "/dev/sysmouse" > > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > EndSection > > Hope this helps. > > Regards, > > Wouter > > 2008/3/26, Fabio Pennati <[EMAIL PROTECTED]>: > > > > >I am a new FreeBSD user coming from Gentoo. I am not able to get > >working an usb optical wired mouse from Labtec that is working well > >with many Linux distro's and WXP too. > >I am using a FreeBSD 7.0 standard GENERIC kernel configuration with > >all usb devices installed, thus: > > > > # USB support > > deviceuhci# UHCI PCI->USB interface > > deviceohci# OHCI PCI->USB interface > > deviceehci# EHCI PCI->USB interface (USB 2.0) > > deviceusb# USB Bus (required) > > #deviceudbp# USB Double Bulk Pipe devices > > deviceugen# Generic > > deviceuhid# "Human Interface Devices" > > deviceukbd# Keyboard > > deviceulpt# Printer > > deviceumass# Disks/Mass storage - Requires scbus > > and da > > deviceums# Mouse > > > >Here is an extract from my rc.conf: > > > > usbd_enable="YES" > > moused_enable="YES" > > moused_type="auto" > > moused_port="/dev/ums0" > > moused_flags="" > > usbd_flags="" > > moused_nondefault_enable="YES" > > moused_ums0_flags="" > > > >I tried also to take out from rc.conf any "moused-stuff" lines but > >without no results. > >And here is the messages from kernel during boot, probing ums device: > > > > ums0: > 2> on uhub0 > > ums0: 3 buttons and Z dir. > > > >This is the xorg.conf, for the part interesting the mouse: > > > > Section "InputDevice" > > Identifier "Mouse0" > > Driver "mouse" > > Option"Protocol" "Auto" > > Option"Device" "/dev/sysmouse" > > Option"ZAxisMapping" "4 5 6 7" > > EndSection > > > >Furthermore I installed the same mouse with an hw adapter to the > >serial port of the PC and obviously it works, of course as pms device, > >but very slowly and with no precision. > >There is someone that has any idea ? > >Thanks, Fabio > > ___ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > > > -- [ [EMAIL PROTECTED] is binnenkort niet meer, [EMAIL PROTECTED] is mijn nieuwe email-adres. ] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB Mouse not working
I've had probably had the same issues with an logitech wheel-mouse (usb): Mar 24 23:56:55 harare kernel: ums0: 3 buttons and Z dir. The following xorg-section without any rc.conf moosed stuff got it to work: Section "InputDevice" Identifier "Mouse1" Option "Protocol""auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection Hope this helps. Regards, Wouter 2008/3/26, Fabio Pennati <[EMAIL PROTECTED]>: > >I am a new FreeBSD user coming from Gentoo. I am not able to get >working an usb optical wired mouse from Labtec that is working well >with many Linux distro's and WXP too. >I am using a FreeBSD 7.0 standard GENERIC kernel configuration with >all usb devices installed, thus: > > # USB support > deviceuhci# UHCI PCI->USB interface > deviceohci# OHCI PCI->USB interface > deviceehci# EHCI PCI->USB interface (USB 2.0) > deviceusb# USB Bus (required) > #deviceudbp# USB Double Bulk Pipe devices > deviceugen# Generic > deviceuhid# "Human Interface Devices" > deviceukbd# Keyboard > deviceulpt# Printer > deviceumass# Disks/Mass storage - Requires scbus > and da > deviceums# Mouse > >Here is an extract from my rc.conf: > > usbd_enable="YES" > moused_enable="YES" > moused_type="auto" > moused_port="/dev/ums0" > moused_flags="" > usbd_flags="" > moused_nondefault_enable="YES" > moused_ums0_flags="" > >I tried also to take out from rc.conf any "moused-stuff" lines but >without no results. >And here is the messages from kernel during boot, probing ums device: > > ums0: 2> on uhub0 > ums0: 3 buttons and Z dir. > >This is the xorg.conf, for the part interesting the mouse: > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option"Protocol" "Auto" > Option"Device" "/dev/sysmouse" > Option"ZAxisMapping" "4 5 6 7" > EndSection > >Furthermore I installed the same mouse with an hw adapter to the >serial port of the PC and obviously it works, of course as pms device, >but very slowly and with no precision. >There is someone that has any idea ? >Thanks, Fabio > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
USB Mouse not working
I am a new FreeBSD user coming from Gentoo. I am not able to get working an usb optical wired mouse from Labtec that is working well with many Linux distro's and WXP too. I am using a FreeBSD 7.0 standard GENERIC kernel configuration with all usb devices installed, thus: # USB support deviceuhci# UHCI PCI->USB interface deviceohci# OHCI PCI->USB interface deviceehci# EHCI PCI->USB interface (USB 2.0) deviceusb# USB Bus (required) #deviceudbp# USB Double Bulk Pipe devices deviceugen# Generic deviceuhid# "Human Interface Devices" deviceukbd# Keyboard deviceulpt# Printer deviceumass# Disks/Mass storage - Requires scbus and da deviceums# Mouse Here is an extract from my rc.conf: usbd_enable="YES" moused_enable="YES" moused_type="auto" moused_port="/dev/ums0" moused_flags="" usbd_flags="" moused_nondefault_enable="YES" moused_ums0_flags="" I tried also to take out from rc.conf any "moused-stuff" lines but without no results. And here is the messages from kernel during boot, probing ums device: ums0: on uhub0 ums0: 3 buttons and Z dir. This is the xorg.conf, for the part interesting the mouse: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option"Protocol" "Auto" Option"Device" "/dev/sysmouse" Option"ZAxisMapping" "4 5 6 7" EndSection Furthermore I installed the same mouse with an hw adapter to the serial port of the PC and obviously it works, of course as pms device, but very slowly and with no precision. There is someone that has any idea ? Thanks, Fabio ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB Mouse not Working
Ian Smith wrote: On Sun, 29 Jul 2007 15:58:39 +0100 Adam J Richardson <[EMAIL PROTECTED]> wrote: > >>> I beleive in the past I have checked with > >>> #cat /dev/ums0 > >>> and if things are working corectly, cat display binary garbage on the > screen when you wiggle the mouse. Try this after killing moused (moused > makes ums0 unavailable). > >> > >> Perhaps the mouse is dead or dying? Mine keeps its USB cable on a > >> little spindle, and to unreel the cable you have to tug on the cable. > >> Not the best design since the cable is very thin and has taken damage > >> over time. > >> > >> Adam J Richardson > > > > The mouse is working well on another system. Did you try my little > > experiment? > > > > Chris Maness > > Trying it in a terminal under xfce4 and substituting /dev/sysmouse > produces a torrent of spaces characters. I'm currently using a PS/2 > mouse [ie. the "tit" mouse on an old laptop]. > > $ sudo cat /dev/sysmouse > > Perhaps the xfce4 terminal translates the garbage into spaces. Or just undisplayed codes, some of which might wedge your terminal. Apart from using xev (in X), try piping cat through hexdump: paqi# cat /dev/sysmouse | hd 87 fc ff fd ff 00 00 7f 87 fd ff fe 00 00 00 7f || 0010 87 ff 00 ff 00 00 00 7f 87 ff ff ff 00 00 00 7f || 0020 87 ff 00 00 00 00 00 7f 87 ff ff 00 00 00 00 7f || 0030 87 ff ff 00 00 00 00 7f 87 ff ff ff 00 00 00 7f || 0040 87 ff ff ff 00 00 00 7f 87 ff 00 00 00 00 00 7f || 0050 87 ff 00 00 00 00 00 7f 87 01 ff 01 00 00 00 7f || ^C Cheers, Ian Try doing that with /dev/ums0 after killing moused. I would imagine it would do the same. I installed PC-BSD on the same box and tried several USB mice. Still no worky. I think I have some kind of bug either in the mother board, or in FreeBSD, because I had tried installing WinXP over it and the USB mouse worked. Really weird. I think I will probably have to use a PS/2 mouse on this box. Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB Mouse not Working
On Sun, 29 Jul 2007 15:58:39 +0100 Adam J Richardson <[EMAIL PROTECTED]> wrote: > >>> I beleive in the past I have checked with > >>> #cat /dev/ums0 > >>> and if things are working corectly, cat display binary garbage on the > screen when you wiggle the mouse. Try this after killing moused (moused > makes ums0 unavailable). > >> > >> Perhaps the mouse is dead or dying? Mine keeps its USB cable on a > >> little spindle, and to unreel the cable you have to tug on the cable. > >> Not the best design since the cable is very thin and has taken damage > >> over time. > >> > >> Adam J Richardson > > > > The mouse is working well on another system. Did you try my little > > experiment? > > > > Chris Maness > > Trying it in a terminal under xfce4 and substituting /dev/sysmouse > produces a torrent of spaces characters. I'm currently using a PS/2 > mouse [ie. the "tit" mouse on an old laptop]. > > $ sudo cat /dev/sysmouse > > Perhaps the xfce4 terminal translates the garbage into spaces. Or just undisplayed codes, some of which might wedge your terminal. Apart from using xev (in X), try piping cat through hexdump: paqi# cat /dev/sysmouse | hd 87 fc ff fd ff 00 00 7f 87 fd ff fe 00 00 00 7f || 0010 87 ff 00 ff 00 00 00 7f 87 ff ff ff 00 00 00 7f || 0020 87 ff 00 00 00 00 00 7f 87 ff ff 00 00 00 00 7f || 0030 87 ff ff 00 00 00 00 7f 87 ff ff ff 00 00 00 7f || 0040 87 ff ff ff 00 00 00 7f 87 ff 00 00 00 00 00 7f || 0050 87 ff 00 00 00 00 00 7f 87 01 ff 01 00 00 00 7f || ^C Cheers, Ian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB Mouse not Working
I beleive in the past I have checked with #cat /dev/ums0 and if things are working corectly, cat display binary garbage on the screen when you wiggle the mouse. Try this after killing moused (moused makes ums0 unavailable). Perhaps the mouse is dead or dying? Mine keeps its USB cable on a little spindle, and to unreel the cable you have to tug on the cable. Not the best design since the cable is very thin and has taken damage over time. Adam J Richardson The mouse is working well on another system. Did you try my little experiment? Chris Maness Trying it in a terminal under xfce4 and substituting /dev/sysmouse produces a torrent of spaces characters. I'm currently using a PS/2 mouse [ie. the "tit" mouse on an old laptop]. $ sudo cat /dev/sysmouse Perhaps the xfce4 terminal translates the garbage into spaces. Adam J Richardson ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB Mouse not Working
The mouse seems to get detected perfectly and this is the GENERIC kernel build that has the modules. The mouse gets detected and listed at boot time. However, I don't think I am getting data out of the mouse port. I beleive in the past I have checked with #cat /dev/ums0 and if things are working corectly, cat display binary garbage on the screen when you wiggle the mouse. Try this after killing moused (moused makes ums0 unavailable). Chris Maness ___ Perhaps the mouse is dead or dying? Mine keeps its USB cable on a little spindle, and to unreel the cable you have to tug on the cable. Not the best design since the cable is very thin and has taken damage over time. Adam J Richardson The mouse is working well on another system. Did you try my little experiment? Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB Mouse not Working
The mouse seems to get detected perfectly and this is the GENERIC kernel build that has the modules. The mouse gets detected and listed at boot time. However, I don't think I am getting data out of the mouse port. I beleive in the past I have checked with #cat /dev/ums0 and if things are working corectly, cat display binary garbage on the screen when you wiggle the mouse. Try this after killing moused (moused makes ums0 unavailable). Chris Maness ___ Perhaps the mouse is dead or dying? Mine keeps its USB cable on a little spindle, and to unreel the cable you have to tug on the cable. Not the best design since the cable is very thin and has taken damage over time. Adam J Richardson ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB Mouse not Working
Chris Maness wrote: Adam J Richardson wrote: Chris Maness wrote: I am having issues getting my USB mouse running. I don't get any error messages of the sort, and when I do #cat /dev/ums0 I don't get any funny garbage like I normally do out of a IO device. (That is after I kill moused). Any suggestions? I had this. I had to start some daemon before starting X... what was it now... devd? usbd? psmd? moused? Something like that, anyway. And I had to specify the "mouse port" IIRC. You know, something like "moused -p /dev/ums0". Adam J Richardson I tried that, but I get nothing. Should I expect to see garbage from #cat /dev/sysmouse and then move the mouse around? Can you do that in console mode, and see if that gives you anything? Chris Maness moused(1) with usbd(1). Don't forget to compile uhid, ums, and all other dependent drivers into the kernel, either statically or as modules (man ums, uhid will get you on your way here). Try moused with auto detection, using /dev/ums0. If you don't see anything about a USB mouse being attached in dmesg, you don't have the right drivers compiled for your kernel. If you do, moused / usbd hasn't been setup yet. cat /dev/sysmouse will yield you the info you seek in the end, but you should try /dev/ums0 first, because that will work regardless of whether or not moused is started. Good luck :), -Garrett The mouse seems to get detected perfectly and this is the GENERIC kernel build that has the modules. The mouse gets detected and listed at boot time. However, I don't think I am getting data out of the mouse port. I beleive in the past I have checked with #cat /dev/ums0 and if things are working corectly, cat display binary garbage on the screen when you wiggle the mouse. Try this after killing moused (moused makes ums0 unavailable). Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB Mouse not Working
Chris Maness wrote: Adam J Richardson wrote: Chris Maness wrote: I am having issues getting my USB mouse running. I don't get any error messages of the sort, and when I do #cat /dev/ums0 I don't get any funny garbage like I normally do out of a IO device. (That is after I kill moused). Any suggestions? I had this. I had to start some daemon before starting X... what was it now... devd? usbd? psmd? moused? Something like that, anyway. And I had to specify the "mouse port" IIRC. You know, something like "moused -p /dev/ums0". Adam J Richardson I tried that, but I get nothing. Should I expect to see garbage from #cat /dev/sysmouse and then move the mouse around? Can you do that in console mode, and see if that gives you anything? Chris Maness moused(1) with usbd(1). Don't forget to compile uhid, ums, and all other dependent drivers into the kernel, either statically or as modules (man ums, uhid will get you on your way here). Try moused with auto detection, using /dev/ums0. If you don't see anything about a USB mouse being attached in dmesg, you don't have the right drivers compiled for your kernel. If you do, moused / usbd hasn't been setup yet. cat /dev/sysmouse will yield you the info you seek in the end, but you should try /dev/ums0 first, because that will work regardless of whether or not moused is started. Good luck :), -Garrett ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB Mouse not Working
Adam J Richardson wrote: Chris Maness wrote: I am having issues getting my USB mouse running. I don't get any error messages of the sort, and when I do #cat /dev/ums0 I don't get any funny garbage like I normally do out of a IO device. (That is after I kill moused). Any suggestions? I had this. I had to start some daemon before starting X... what was it now... devd? usbd? psmd? moused? Something like that, anyway. And I had to specify the "mouse port" IIRC. You know, something like "moused -p /dev/ums0". Adam J Richardson I tried that, but I get nothing. Should I expect to see garbage from #cat /dev/sysmouse and then move the mouse around? Can you do that in console mode, and see if that gives you anything? Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB Mouse not Working
Chris Maness wrote: I am having issues getting my USB mouse running. I don't get any error messages of the sort, and when I do #cat /dev/ums0 I don't get any funny garbage like I normally do out of a IO device. (That is after I kill moused). Any suggestions? I had this. I had to start some daemon before starting X... what was it now... devd? usbd? psmd? moused? Something like that, anyway. And I had to specify the "mouse port" IIRC. You know, something like "moused -p /dev/ums0". Adam J Richardson ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
USB Mouse not Working
I am having issues getting my USB mouse running. I don't get any error messages of the sort, and when I do #cat /dev/ums0 I don't get any funny garbage like I normally do out of a IO device. (That is after I kill moused). Any suggestions? Chris Maness (909) 223-9179 http://www.chrismaness.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB mouse not working...
Mon, 19 Jun 2006 10:39:13 +0200, Bak - Bitcare.dk wrote: > Hi everybody, > I'm having trouble getting my USB mouse to work on my FreeBSD 6.0 It > worked fine before on Windows XP and Ubuntu Linux. > My laptop is a Fujitsu-Siemens Amilo A7640. > The mouse is Microsoft Comfort Optical Mouse 3000. > dmesg gives the following results: > [...] > psm0: irq 12 on atkbdc0 > psm0: [GIANT-LOCKED] > psm0: model IntelliMouse, device ID 3 > ppc0: parallel port not found. > sc0: at flags 0x100 on isa0 > sc0: VGA <16 virtual consoles, flags=0x300> > sio0: configured irq 4 not in bitmap of probed irqs 0 > sio0: port may not be enabled > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > sio0: type 8250 or not responding > sio1: configured irq 3 not in bitmap of probed irqs 0 > sio1: port may not be enabled > vga0: at port 0x3c0-0x3df iomem 0xa-0xb on isa0 > uhid0: Microsoft Microsoft Optical Mouse with Tilt Wheel, rev 2.00/1.20, addr > [...] > - > As far as I can tell (and I am new to FreeBSD) psm0 is my fingertouch mouse > and uhid0 is my USB mouse. Other than that I am clueless as to where I edit > the settings to make the USB mouse functional. `kldload ums' and use the ums* devices. -- Regards, Andrey. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
USB mouse not working...
Hi everybody, I'm having trouble getting my USB mouse to work on my FreeBSD 6.0 It worked fine before on Windows XP and Ubuntu Linux. My laptop is a Fujitsu-Siemens Amilo A7640. The mouse is Microsoft Comfort Optical Mouse 3000. dmesg gives the following results: -- [...] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 ppc0: parallel port not found. sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 8250 or not responding sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa-0xb on isa0 uhid0: Microsoft Microsoft Optical Mouse with Tilt Wheel, rev 2.00/1.20, addr [...] - As far as I can tell (and I am new to FreeBSD) psm0 is my fingertouch mouse and uhid0 is my USB mouse. Other than that I am clueless as to where I edit the settings to make the USB mouse functional. I tried googling but didn't find an answer... Hope someone can help. -- Saeed ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB mouse not working after move
Il giorno Tue, 16 May 2006 09:59:45 -0400 (EDT) Matt Juszczak <[EMAIL PROTECTED]> ha scritto: > Hi all, > > I moved, and now I can't seem to get my USB mouse to work. I keep > getting "/dev/psm0: no such file or directory" when trying to start > moused. dmesg shows proper detection of the mouse, with no errors. > > Any ideas? > > Thanks! > > -Matt > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" Try with /dev/sysmouse. Hello. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
USB mouse not working after move
Hi all, I moved, and now I can't seem to get my USB mouse to work. I keep getting "/dev/psm0: no such file or directory" when trying to start moused. dmesg shows proper detection of the mouse, with no errors. Any ideas? Thanks! -Matt ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: My USB mouse not working in FreeBSD 5.1
Hi, My mouse is still not working :( Andrew Boothman wrote: > Do a 'ps ax|grep moused' and see if moused is already running Yes, moused is running. > Then in your X config you should be able to use /dev/sysmouse I already had /dev/sysmouse in my X config, however moused is not working with my mouse, so it doesn't work. I also tried killing moused and changing my X config to use /dev/ums0, but I still couldn't move my cursor. Adam Bozanich wrote: > Have you tried adding > usbd_enable="YES" > to the file /etc/rc.conf? I had the same issue the other day and this > fixed it. usbd_enable="YES" already existed in my /etc/rc.conf, so I don't think that was the problem. fbsd_user wrote: > First an word of advice. All the 5.x versions are from the > development source code branch and has a lot of new code bugs. You > should really be using the 4.9 stable production release to be > learning on. That's probably the best advice, I am downloading the ISO now. > During the sysinstall you were prompted with question about mouse, > you must have selected the serial mouse option, and that populated > your rc.conf file with the wrong enable options. Delete all the > serial mouse stuff from rc.conf. > You need this usbd_enable="YES" in /etc/rc.conf to make your usb > mouse come alive. No, I did not select serial mouse and there is no serial mouse stuff in /etc/rc.conf. As I said above to Adam, usbd_enable="YES" already exists. I have also now tried another USB mouse which I have and that doesn't work. I don't have a PS/2 mouse to test, but if I get my hands on one I will try that as well. Thanks, Shaun Friedle ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: My USB mouse not working in FreeBSD 5.1
On Mon, 26 Jan 2004, Shaun Friedle wrote: > Hi, > I am very new to FreeBSD, but I'm trying to learn how to use it. This is made very > difficult by not having a mouse. Have you tried adding usbd_enable="YES" to the file /etc/rc.conf? I had the same issue the other day and this fixed it. Good Luck, -Adam ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: My USB mouse not working in FreeBSD 5.1
Shaun Friedle wrote: Hi, I am very new to FreeBSD, but I'm trying to learn how to use it. This is made very difficult by not having a mouse. I have tried searching on Google for a few hours, but haven't fixed the problem yet. Anyway, here it is: My mouse is a "Logitech Cordless Desktop iTouch" optical USB mouse. H - I can remember some people reporting problems with these mice - but I had one that worked flawlessly. /dev/ums0 does exist. If I try to set up the mouse deamon in /stand/sysinstall the cursor will not move when set to Auto (or any other protocol). If I do "moused -p /dev/ums0" I get "moused: unable to open /dev/ums0: Device busy". That's becuase there should already be a moused running. usbd will start a new moused when it discovers a mouse connected. Do a 'ps ax|grep moused' and see if moused is already running dmesg finds everything alright: ums0: Logitech USB Receiver, rev 1.10/13.10, addr 2, iclass 3/1 ums0: 5 buttons and Z dir. When I try to use X everything is OK, but I just can't mouse the cursor. Then in your X config you should be able to use /dev/sysmouse Hope that gets you up and running! Cheers. P.S. There's a mailing list for UK FreeBSD users - have a look at http://ukug.uk.freebsd.org - it can go pretty quiet but is good for UK-related chat ;) ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
My USB mouse not working in FreeBSD 5.1
Hi, I am very new to FreeBSD, but I'm trying to learn how to use it. This is made very difficult by not having a mouse. I have tried searching on Google for a few hours, but haven't fixed the problem yet. Anyway, here it is: My mouse is a "Logitech Cordless Desktop iTouch" optical USB mouse. /dev/ums0 does exist. If I try to set up the mouse deamon in /stand/sysinstall the cursor will not move when set to Auto (or any other protocol). If I do "moused -p /dev/ums0" I get "moused: unable to open /dev/ums0: Device busy". dmesg finds everything alright: ums0: Logitech USB Receiver, rev 1.10/13.10, addr 2, iclass 3/1 ums0: 5 buttons and Z dir. When I try to use X everything is OK, but I just can't mouse the cursor. That is all the information that I think might be useful, sorry if I left something obvious out, but I have only been unsing FreeBSD for 3 days; if I have, just tell me what (and how to get the information). Thanks, Shaun Friedle ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"