Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hello. I use Fedora Core 4. I have a logitech mx900 bluetooth mouse.
To make it work in fedora, either
I can start the Bluetooth Manager and press scan there, After waiting a lot, he finds the mouse. Then, I write /usr/bin/hidd –server in the terminal as root, and it works
or
I write /usr/bin/hidd --connect 00:07:61:0d:f6:1d as root and then I have to push the connect button on the mouse.
But it is annoying to do one of these procedures every time when I start my computer. Can’t I configure Fedora, that he does this automatically at every startup?
In windows, he connects automaticaly the mouse, can't I configure this in Linux.
I coud perhaps add, that I don't use the bluetooth hub of the mouse, because I have already a bluetooth module in my laptop, which I use for the mouse.
You may want to try adding the device address in the /etc/bluetooth/rfcomm.conf file, and setting bind to yes. This does work on my workstation. However, on my dell laptop, I also need to toggle FN+F2, and then restart bluetooth service for it to work.
Because I found nowhere a solution to my problem, I added now to my /etc/rc.d/rc.local file
Quote:
/usr/bin/hidd --connect 00:07:61:0d:f6:1d
. Now I have to push the connect button on my mouse when I start my computer and then it works.
But I would still be glad if some body could tell my the right method without pushing the connect button on the mouse, so that everything works automaticaly.
in /etc/init.d/bluetooth or /etc/init.d/hidd, where
/etc/sysconfig/hidd contains
Code:
HIDDARGS="--server"
).
When the hidd server is started succesfully, you should only need
to move your mouse, wait a few seconds, and then it should work.
Also, if you have not used it for some time, you need to reconnect
by moving and waiting.
If you have bluetooth in your PC, you don't need to connect the
cradle USB stuff at all---but simply use it for recharging the
batteries.
I actually can't get my bluetooth mouse to work at all with my laptop running FC4. I did the following:
[root@Whistler ~]# hcitool scan
Scanning ...
00:50:F2:E2:A5:A2 n/a
[root@Whistler ~]# hidd server
[root@Whistler ~]# hidd connect 00:50:F2:E2:A5:A2
I tap my button at the bottom
I was still not able to get my mouse working. I also tried doing this in the bluetooth manager and it discovers my mouse but I can't double click no it or right click on it or get to the poperties of it to try and connect it.
My messages log states the following when trying this:
Jul 22 13:53:41 Whistler pam_timestamp_check: pam_timestamp: `/' owner UID != 0
Jul 22 13:54:16 Whistler last message repeated 7 times
Jul 22 13:54:21 Whistler pam_timestamp_check: pam_timestamp: `/' owner UID != 0
Jul 22 13:54:23 Whistler kernel: Bluetooth: HIDP (Human Interface Emulation) ver 1.1
Jul 22 13:54:26 Whistler pam_timestamp_check: pam_timestamp: `/' owner UID != 0
Jul 22 13:55:01 Whistler last message repeated 7 times
lsmod shows:
bluetooth 56133 8 hidp,rfcomm,l2cap,hci_usb
hcitool dev shows:
Devices:
hci0 00:10:C6:62:AD:10
hcitool con shows:
Connections:
hctool scan shows:
Scanning ...
00:50:F2:E2:A5:A2 Microsoft Mouse
Originally posted by lmcilwain I actually can't get my bluetooth mouse to work at all with my laptop running FC4. I did the following:
[root@Whistler ~]# hcitool scan
Scanning ...
00:50:F2:E2:A5:A2 n/a
[root@Whistler ~]# hidd server
[root@Whistler ~]# hidd connect 00:50:F2:E2:A5:A2
I tap my button at the bottom
...now, I wonder what this last line means...
Anyway, my manual page for hidd says that you must precede switches
with two dashes. I suggest you try this:
After I push the connect button and type hidd --connect 00:07:61:0d:f6:1d, my mouse works. Then he writes as connection:
Quote:
hcitool con
Connections:
< ACL 00:07:61:0D:F6:1D handle 41 state 1 lm MASTER
When I start my computer and move my mouse, the little bluetooth light on my IBM laptop is blinking, but the cursor doesn't move. So he sees that there is a bluetooth device, but he doesn't connect to him automaticaly.
Originally posted by laurentwahl My laptop still doesn't connect at startup.
Does this mean that you are only having problems at startup?
I.e., when up and running, you can manually start hidd, waggle
your mouse to make the connection without hidd --connect or
hidd --search?
Quote:
with: hidd --server he writes nothing.
This is as it should be, but is hidd running? Try ps -A | grep hidd
Another useful command is hidd --show, but I guess it won't
show any connections in this case. And, of course, your
system log is a sensible place to look for debugging clues.
Quote:
After I push the connect button and type hidd --connect 00:07:61:0d:f6:1d, ...
Now that you have run hidd --connect once, you should not need to do
it ever again; hidd and your mouse should automatically connect when you
waggle your mouse.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.