Re: USB Mouse not working

2008-04-23 Thread bataa

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: vendor 0x1241 product 0x, class 0/0, rev 1.00/1.00, addr
  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
  OptionProtocol Auto
  OptionDevice /dev/sysmouse
  OptionZAxisMapping 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

2008-03-26 Thread Wouter Oosterveld
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 Protocolauto
 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: vendor 0x1241 product 0x, class 0/0, rev 1.00/1.00, addr
  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
  OptionProtocol Auto
  OptionDevice /dev/sysmouse
  OptionZAxisMapping 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]


Re: USB Mouse not working

2008-03-26 Thread Wouter Oosterveld
Forgot Driver:

Section InputDevice
 Identifier  Mouse1
 Driver  mouse
 Option Protocolauto
 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 Protocolauto
   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: vendor 0x1241 product 0x, class 0/0, rev 1.00/1.00, addr
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
OptionProtocol Auto
OptionDevice /dev/sysmouse
OptionZAxisMapping 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

2008-03-26 Thread Nikolaj Thygesen

Wouter Oosterveld wrote:

Forgot Driver:

Section InputDevice
 Identifier  Mouse1
 Driver  mouse
 Option Protocolauto
 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 Protocolauto
  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: vendor 0x1241 product 0x, class 0/0, rev 1.00/1.00, addr
   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
   OptionProtocol Auto
   OptionDevice /dev/sysmouse
   OptionZAxisMapping 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

2007-07-30 Thread Chris Maness

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

2007-07-30 Thread Ian Smith
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

2007-07-29 Thread Adam J Richardson

snip


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

2007-07-29 Thread Chris Maness





snip


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

2007-07-29 Thread Adam J Richardson

snip


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

2007-07-28 Thread Chris Maness



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

2007-07-27 Thread Adam J Richardson

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]


Re: USB Mouse not Working

2007-07-27 Thread Chris Maness

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

2007-07-27 Thread Garrett Cooper

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...

2006-06-19 Thread Andrey Slusar
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: PS/2 Mouse irq 12 on atkbdc0
 psm0: [GIANT-LOCKED]
 psm0: model IntelliMouse, device ID 3
 ppc0: parallel port not found.
 sc0: System console 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: Generic ISA VGA 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]


Re: USB mouse not working after move

2006-05-17 Thread nikilux
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]