Re: USB mice



> >
> >> It seems to me that the way FreeBSD is catching up with new hardware
> >> leaves you unsatisfied. One has to choose, upon boot, the option to > >> use
> >> an USB keyboard by hand, and I have found no way to make a USB mouse > >> to
> >> work. The OS broadly supports serial mice and hardly PS/2 mice, both
> >> almost out of the market nowadays. Are USB mice supported by FreeBSD?
> >>
> >> Teilhard.
> >> _______________________________________________
> >> freebsd-questions@xxxxxxxxxxx mailing list
> >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >> To unsubscribe, send any mail to
> >> "freebsd-questions-unsubscribe@xxxxxxxxxxx"
> >>
> >>
> > Currently all three systems which run FreeBSD have USB mice, two of > > them
> > just plain Logitech optical mouses, the third is a Logitech MX 300, > > but
> > every other mouse should work when you have enabled moused. Try plugin
> > in
> > the mouse when FreeBSD is up and running, it should detect it
> > automatically
>
> It didn't work. Actually I have a little more than a USB mouse, I have a
> wireless mouse and wireless keyboard which are both controlled by a
> central
> unit which plugs into an USB port in the computer. The keyboard works
> well,
> with the option of booting with an USB keyboard, but I cannot make the
> mouse
> work. Any suggestions?
>
> Teilhard.
>
> _______________________________________________
> freebsd-questions@xxxxxxxxxxx mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@xxxxxxxxxxx"
>


load the ums module by typing these  command. you need to be root though.



# kldload ums
# moused -p /dev/ums0 -t auto

then see if the mouse daemon is running using top or ps.

---
if this does not work you may have to rebuild yoru kernel with the
following options

device ohci
device ums
--------------

Thanks. Upon issuing the command:

# kldload ums,

I get:

'kldload: can't load ums: file exists'.

But if I go to /dev, ums is not present. Are you sure kldload is the right
command?

Teilhard.


_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



i am positive. The message basically means that the ums module is already. You can check this by issuing the command

# kldstat

Yes, I have found it. It is under /usr/src/sys/modules. Shouldn't it be under /dev? The second command you ask me to perform gives an error: 'no such device ums0'. What should I do now?

Teilhard


_______________________________________________ freebsd-questions@xxxxxxxxxxx mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: [Fwd: Re: Kernel panicking in 6.2 and 7-CURRENT -- interrupt issues]
    ... 6.2 RELEASE panics if I don't boot FreeBSD up into "safe mode", ... ohci_add_done looking for a non-existent memory address, if the USB ... controller is enabled in the BIOS with "Legacy Mode", i.e. USB Keyboard ... This is my first nvidia chipset board but it looks as though I'll be looking for one with the trusty Intel chipset. ...
    (freebsd-stable)
  • Re: Installation Hangs
    ... I am trying to install FreeBSD. ... controller OK then later it states there was an IO error and that the USB ... FreeBSD isn't properly working with your USB keyboard (this is very ...
    (freebsd-questions)
  • Re: USB mice
    ... >> an USB keyboard by hand, and I have found no way to make a USB mouse to ... Are USB mice supported by FreeBSD? ... with the option of booting with an USB keyboard, but I cannot make the mouse ...
    (freebsd-questions)
  • Re: USB mice
    ... >>> an USB keyboard by hand, and I have found no way to make a USB mouse to ... Are USB mice supported by FreeBSD? ... > wireless mouse and wireless keyboard which are both controlled by a central ... > with the option of booting with an USB keyboard, but I cannot make the mouse ...
    (freebsd-questions)
  • Re: usb mouse support update plans
    ... >> On my grande circuit of trying to make mouse support better for>> FreeBSD, ... >> I've finally come about to working on usb mice. ... It uses the same reciever as the keyboard and touch pad. ...
    (freebsd-current)