Hi,
I have a problem with setting up bluetooth.
root@dreamplug-debian:~# /etc/init.d/bluetooth start
Starting bluetooth:Illegal instruction
Before that it exited with segmentation fault. I solved it by installing libcap-ng0_0.6.6-1_armel.deb from Ubuntu's repo as suggested
here.
Before that I saw error messages in dmesg:
Bluetooth: request_firmware(helper) failed, error code = -2
Bluetooth: Failed to download helper!
Bluetooth: sbi_interrupt(dfa37400) card or priv is NULL, card=de81f340
Bluetooth: Downloading firmware failed!
The solution according to
this is to create these symbolic links:
root@dreamplug-debian:~# ln -s /lib/firmware/mrvl/sd8688_helper.bin /lib/firmware/sd8688_helper.bin
root@dreamplug-debian:~# ln -s /lib/firmware/mrvl/sd8688.bin /lib/firmware/sd8688.bin
But I stucked here. Any idea?