Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hello,
i'm trying to get a bluetooth dongle working when i chroot to etch.
dmesg shows me that the usb device is detected:
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 3 ports detected
usb 1-1.1: new full speed USB device using ehci_platform and address 11
usb 1-1.2: new full speed USB device using ehci_platform and address 12
usb 1-1.3: new full speed USB device using ehci_platform and address 13
but i'm not there yet, when i try:
hcitool scan
i get the following error:
Device is not available: Address family not supported by protocol
Because i am newbie in linux, i'm wondering:
is it possible to get the usb bluetooth working and if it is possible, what could help me to get it working?
i'm not using a 1.1 usb hub with own powersource, the bluetooth dongle is v2.0 and directly plugged into the dns-323.
Last edited by erostiff (2007-08-28 20:17:31)
Offline
You need to load an appropriate kernel module. And this module needs to be loaded outside of the chroot.
Here are some of the kernel modules:
bcm203x.ko bluecard_cs.ko bt3c_cs.ko dtl1_cs.ko hci_usb.ko
bfusb.ko bpa10x.ko btuart_cs.ko hci_uart.ko hci_vhci.ko
Not sure exactly which ones you will need. But most probably at leaste the hci_usb.ko
Offline
some google search pointed me in the direction of hci_usb.ko or bnep.ko...
does anybody have an idea where i could find these files, looked mostly in
http://dev.skcserver.de/dns323/
but no luck so far
Offline
does anybody now how i could compile the hci_usb.c (and h?) file for the dns 323?
Offline