Glad it worked for you guys! I use the keyboard when I am lying in bed
at night using my computer on my TV, and I only run linux on my devices
so I am relieved it works (especially seeming it cost me about $150 in
Australia for the keyboard and $30 for the Bluetooth adapter).

Does anyone more adept at Linux know why this fails to connect on the
GUI; it seems it fails in Ubuntu & Redhat from what I have seen so far
(basically gnome-bluetooth).


On a side note, if you want to make the Fn keys work without hitting the Fn 
button (useful for switching terminal windows etc if you have command line 
based system or setting up, stops you accidently 'changing devices' while 
looking for the F1, F2, F3 key), read, download and compile this:

http://www.trial-n-error.de/posts/2012/12/31/logitech-k810-keyboard-configurator/
http://www.trial-n-error.de/static/articles/k810/k810_conf-v0.1.tar.bz2

I had to change line 59 from:
printf("write: %d were written instead of %ld.\n", res, len);

to:
printf("write: %d were written instead of %d.\n", res, len);

to get it to compile properly. Then just set it up to run everytime on
bootup and your Fn keys act like normal.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1035431

Title:
  bluetooh-wizard failed to connect to a keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/1035431/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to