Menu

FreeBSD Razer Copperhead USB-mouse

Help
2007-02-25
2013-04-23
  • Eugene Nujdin

    Eugene Nujdin - 2007-02-25

    beasty# dmesg | grep Razer
    ukbd0: Razer Razer Copperhead Laser Mouse, rev 2.00/21.00, addr 3, iclass 3/1
    uhid0: Razer Razer Copperhead Laser Mouse, rev 2.00/21.00, addr 3, iclass 3/1
    beasty# moused -f -p /dev/uhid0 -t auto
    moused: unable to get status of mouse fd: Invalid argument
    moused: cannot determine mouse type on /dev/uhid0
    beasty# moused -f -p /dev/ukbd0 -t auto
    moused: unable to open /dev/ukbd0: Device busy
    beasty#

    FreeBSD 6.1-RELEASE #0: Sun Dec 31 15:27:17 YAKT 2006

    Will the mouse work in my operating system? And what has been set?
    Sorry for the English. :)

     
    • Zinx Verituse

      Zinx Verituse - 2007-02-27

      It should work, since it's a standard HID mouse/keyboard.  I don't know how to directly access it in FreeBSD, though.  It would probably be best to ask a FreeBSD oriented forum or IRC channel how to use USB mice in FreeBSD.

      razertool uses libusb, so you shouldn't need to do anything special to get it to work (other than compile it).

       

Log in to post a comment.