On zo, 2007-03-04 at 16:36 +0000, Kyrlian wrote:
> Hi all. 
> Had this problem since my adoption of ubuntu 6 month ago. Get the
> dinovo set to work by unsinstalling all bluez packages. More recently
> I came back to this problem, and solved it using instruction (in
> french) at http://forum.ubuntu-fr.org/viewtopic.php?id=70506
> 
> in a nutshell - on edgy, with all bluez packages installed:
> 
> 1/ check /etc/default/bluetooth
> HIDD_ENABLED=1
> and add "-i hci0" in HIDD_OPTIONS :
> HIDD_OPTIONS="-i hci0 --master --server"

OK, I did that.

> 2/
> add in /etc/init.d/bluetooth, in "start)"

It's already there.

>  and "restart|force-reload)" sections :
>       enable_hci_input || true


OK, did that.

> 3/ I had to force the very first pairing with this script (launch with sudo)
> hid2hci --tohci
> sleep 1
> /etc/init.d/bluetooth restart
> sleep 1
> hidd -i hci0 --connect xx:xx:... mouse adress
> hidd -i hci0 --connect xx:xx... kb adress

This is my script:

hid2hci --tohci
sleep 1
/etc/init.d/bluetooth restart
sleep 1
hidd -i hci0 --connect 00:07:61:48:71:DE
hidd -i hci0 --connect 00:07:61:3F:DA:41

This is the output:

[EMAIL PROTECTED]:~$ sudo ./enable_bluetooth.sh
Switching device 046d:c70a to HCI mode was successful
Switching device 046d:c70e to HCI mode was successful
 * Restarting Bluetooth services
[ OK ]
Can't get device information: Invalid exchange

> now works fine, no need to unplug any more. And I can have my wiimote
connected via bluetooth :)

I was writing a whole story on the website, but Firefox crashed so I'll
try again by email. Shorter this time.

*Something* has changed.
Mouse works, sending files to the phone works, keyboard doesn't work.

I attached some log files (in .tar.gz). Some of them may even be
relevant.

In some of the log files I see something about a bug. I'm not a kernel
hacker, but if I see something about a bug in a kernel log, then I'm
worried...

-- 
Amedee Van Gasse
[EMAIL PROTECTED]

-- 
Bluetooth Mouse and Keyboard Broken in Dapper/Edgy/Feisty
https://launchpad.net/bugs/32415

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

Reply via email to