KY Lui wrote: > I am trying very hard to make the 3com USB Bluetooth works on my Linux > box. > I think there are some problems, please help..... please read below the > status. > 1) I can see that the 3Com SUB device is detected and mounted to ttyUB0 > (when the linux box is booting up) > 2) I checked the file (/proc/bus/usb/devices), please read a portion of > the file below > ====== > T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=12 MxCh= 0 > D: Ver= 1.10 Cls=e0(unk. ) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 > P: Vendor=0506 ProdID=00a0 Rev= 1.15 > C:* #Ifs= 3 Cfg#= 1 Atr=80 MxPwr=120mA > I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(unk. ) Sub=01 Prot=01 Driver=bluetooth > E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl= 1ms > E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl= 1ms > E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl= 1ms > ====== > In the file, it shows that the driver=Bluetooth. Is this a correct > settings? How can I change it?
hciconfig only needs kernel modules hci.o, l2cap.o and hci_usb.o (for USB). Try unloading the bluetooth module (modprobe -r bluetooth) and then run hciconfig. > 3) when I tried to run the command "hciconfig", it shows nothing. As I > know, "hciconfig" command should list out all the Bluetooth devices. > Please advice how to make it? Perhaps removing the bluetooth.o module work or perhaps you need to be more specific and try 'hciconfig hci0' > Please help.... this problem is around me for a long time.... please > Thanks > > Lui Kind regards, Bertrik Sikken _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
