* Setup Bluetooth Mouse under OpenSolaris Firstly, you'd better to find out "bdaddr" of your bluetooth mouse, the "bdaddr" looks like MAC address of NIC adapter, it is marked clearly on the device. # echo "00:07:61:d4:9a:db mydellms" >> /etc/bluetooth/hosts # btconfig -l ubt0 ------> (if you can see this, all your previous installation are OKAY) # btconfig ubt0 up pscan switch Place the bluetooth mouse into discoverable mode(reset it) # btconfig ubt0 inquiry Device Discovery from device: ubt0 ..... 2 responses 1: bdaddr 00:07:61:d4:9a:db (mydellms) : name "" : class: [0x002580] Peripheral Mouse : page scan rep mode 0x01 : clock offset 32244 2: bdaddr 00:1a:dc:18:58:82 (mikorephone) : name "Mikore" : class: [0x50020c] Smart Phone : page scan rep mode 0x01 : clock offset 8866 to attach the bluetooth mouse driver: # btdevctl -a mydellms -d ubt0 -m none -s HID -A to detach the bluetooth mouse driver: # btdevctl -a mydellms -d ubt0 -s HID -D to get more informations about the supported commands for btconfig and btdevclt CLI(s), please refer to below NetBSD manual page temporarily, but not all commands are tested by now. - http://netbsd.gw.com/cgi-bin/man-cgi?btconfig+8+NetBSD-current - http://netbsd.gw.com/cgi-bin/man-cgi?btdevctl+8+NetBSD-current * contact Please send your feedback to below aliases: - driver-discuss@opensolaris.org - laptop-discuss@opensolaris.org