logitech dinovo mini
Bluetooth DiNoVo setup (desktop size) I had problems with my logitech diNovo keyboard and mouse, which went dead when computer went into sleep mode.. I managed to fix it like this (the keyboard and mouse are supposed to be installed and bonded properly already-there are several threads which describe how to do this-):
I typed Code:
gksudo gedit /etc/default/bluetooth
in terminal and then in the bluetooth file, in the HIDD part , I added
sudo hciconfig hci0 down sudo hciconfig hci0 up
(Apart from that it should also be
HIDD_ENABLED=1
and in addition Code:
HIDD_OPTIONS="-i hci0 --connect 00:07:61:24:0E:B9 --connect 00:07:61:23:eb:58 --master --server
where 00:07:61:24:0E:B9 and 00:07:61:23:eb:58 are the bluetooth addresses of my keyboard and mouse. You should add yours.
for dinovo mini
- I found:-
lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 004: ID 046d:c71f Logitech, Inc. Bus 001 Device 003: ID 046d:c71e Logitech, Inc. Bus 001 Device 002: ID 046d:0b07 Logitech, Inc. Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
My di novo mini section for logitech dongle-tested on Debian
# HID daemon
HIDD_ENABLED=1
sudo hciconfig hci0 down
sudo hciconfig hci0 up
HIDD_OPTIONS="-i hci0 --connect 046d:c71f --connect 046d:c71e --connect 046d:0b07
Another way Quote:
options usbhid quirks=0x046d:0xc71f:0x00080000
then
gksudo gedit /etc/modprobe.d/options.conf,
add options usbhid quirks=0x046d:0xc71f:0x00080000 Bug hardy heron module usbhid not saving and activating without removal and modprobing
Hardy Heron pair with a bluetooth dongle
hcitool scan
sudo gedit /etc/bluetooth/hcid.conf
device 00:07:61:D3:9F:5E {
}
sudo hidd --search
more here http://ubuntuforums.org/showthread.php?t=227057 regards teaker1s
logitech dinovo mini (last edited 2009-12-23 01:11:41 by ip72-213-131-215)