On Wednesday 07 December 2005 05:48 pm, Rick Lim wrote: > Anyone using a Bluetooth mouse with linux? Yes I do - works fine. Here's what I did. # do the initial pairing service bluetooth start hidd --server --search # make sure it pairs at boot and automatically repairs when needed echo 1234 > /etc/bluetooth/pin # this step might be unnecessary? echo HIDDARGS=\"--server\" > /etc/sysconfig/hidd chkconfig --level 35 hidd on chkconfig --level 35 bluetooth on Hope that helps g/