Ubuntu & Logitech diNovo

I have a Logitech diNovo for several years now and it really worked fine under windows. But I’ve switched to ubuntu on my desktop machine about one year ago. And I got the keyboard + mouse running via bluetooth after searching a lot about this topic (examples: here, here and here). But (re-)connecting did not work properly, I always had to use this command:
sudo hidd --search
And how do you type a command when your keyboard is not connected? Yes, you use another keyboard plugged via PS/2 and this sucks!

And now? When I ran this command for the first time with the new Ubuntu 8.04 everything worked fine :)

my hcid.conf
device 00:11:22:33:44:55 {
name "Logitech diNovo MediaPad";
auth enable;
encrypt enable;
}
device 00:12:34:56:78:90 {
name "Logitech diNovo Keyboard";
auth enable;
encrypt enable;
}
device AA:BB:CC:DD:EE:FF {
name "Logitech MX1000 Laser Mouse";
auth enable;
encrypt enable;
}

Tags: , ,

2 Responses to “Ubuntu & Logitech diNovo”

  1. bifröst » Blog Archive » mobile shell? Says:

    [...] you are able to navigate with your mobile’s forward/backward keys. Lucky me: I can connect my Logitech diNovo Keyboard the my mobile Poor me: vpn is still [...]

  2. Wers Says:

    Very helpful. Thanx.

Leave a Reply