sidux.com
Menu

News

Give back
Last 3 Contributions
30-11-2008 20.00
25-11-2008 100.00
25-11-2008 20.00

Donate


Sponsor
hetzner.de

Languages
Preferred language:



Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
cowboyofbottrop
Post subject: [SOLVED] Bluetooth USB-Dongle mag nicht  PostPosted: Jul 23, 2008 - 03:37 PM



Joined: Feb 29, 2008
Posts: 3

Status: Offline
Hallo zusammen.

Ich habe heute ein Bluetooth Dongle bekommen, das zwar korrekt erkannt, aber nicht eingebunden wird. lsusb spuckt dieses aus:
Code:
Bus 001 Device 005: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)

hciconfig -a ergibt:
Code:
hci0:   Type: USB
        BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
        DOWN
        RX bytes:0 acl:0 sco:0 events:0 errors:0
        TX bytes:0 acl:0 sco:0 commands:0 errors:0

Die Module sind geladen:
Code:
root@hostmane:# lsmod | grep hci
hci_usb                19996  0
bluetooth              63844  3 rfcomm,l2cap,hci_usb
firewire_ohci          23040  0
firewire_core          47808  1 firewire_ohci
ehci_hcd               41868  0
ohci_hcd               31492  0
usbcore               154608  9 snd_usb_audio,snd_usb_lib,hci_usb,uvcvideo,usb_storage,usblp,ehci_hcd,ohci_hcd
ssb                    39812  1 ohci_hcd

Ich habe dann "hciconfig hci0 up" eingegeben, und hciconfig -a erneut abgefragt:
Code:
hci0:   Type: USB
        BD Address: 00:10:60:A9:BD:67 ACL MTU: 192:8 SCO MTU: 64:8
        UP RUNNING
        RX bytes:348 acl:0 sco:0 events:11 errors:0
        TX bytes:35 acl:0 sco:0 commands:10 errors:0
        Features: 0xff 0xff 0x0f 0x00 0x00 0x00 0x00 0x00
        Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
        Link policy:
        Link mode: SLAVE ACCEPT
        Name: 'James-1711����'
        Class: 0x000000
        Service Classes: Unspecified
        Device Class: Miscellaneous,
        HCI Ver: 1.1 (0x1) HCI Rev: 0x460 LMP Ver: 1.1 (0x1) LMP Subver: 0x460
        Manufacturer: Cambridge Silicon Radio (10)

Ich bekomme keine Verbindung von anderen Geräten zum Dongle, und kbluetooth zeigt "No Bluetooth Adapter" an.

Hat jemand eine Idee, an welcher Schraube ich noch drehen muss? Vielen Dank für Eure zielführenden Antworten.

Nachtrag: cat /proc/bus/usb/devices ergibt:
Code:
T:  Bus=01 Lev=02 Prnt=04 Port=00 Cnt=01 Dev#=  8 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=e0(unk. ) Sub=01 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0a12 ProdID=0001 Rev=11.20
C:* #Ifs= 2 Cfg#= 1 Atr=c0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 3 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb
E:  Ad=81(I) Atr=03(Int.) MxPS=  16 Ivl=1ms
E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
I:  If#= 1 Alt= 0 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb
E:  Ad=03(O) Atr=01(Isoc) MxPS=   0 Ivl=1ms
E:  Ad=83(I) Atr=01(Isoc) MxPS=   0 Ivl=1ms
I:  If#= 1 Alt= 1 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb
E:  Ad=03(O) Atr=01(Isoc) MxPS=   9 Ivl=1ms
E:  Ad=83(I) Atr=01(Isoc) MxPS=   9 Ivl=1ms
I:* If#= 1 Alt= 2 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb
E:  Ad=03(O) Atr=01(Isoc) MxPS=  17 Ivl=1ms
E:  Ad=83(I) Atr=01(Isoc) MxPS=  17 Ivl=1ms
I:  If#= 1 Alt= 3 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb
E:  Ad=03(O) Atr=01(Isoc) MxPS=  25 Ivl=1ms
E:  Ad=83(I) Atr=01(Isoc) MxPS=  25 Ivl=1ms
I:  If#= 1 Alt= 4 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb
E:  Ad=03(O) Atr=01(Isoc) MxPS=  33 Ivl=1ms
E:  Ad=83(I) Atr=01(Isoc) MxPS=  33 Ivl=1ms
I:  If#= 1 Alt= 5 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb
E:  Ad=03(O) Atr=01(Isoc) MxPS=  49 Ivl=1ms
E:  Ad=83(I) Atr=01(Isoc) MxPS=  49 Ivl=1ms

_________________
Keep it Country,
Markus


Last edited by cowboyofbottrop on Jul 23, 2008 - 05:55 PM; edited 1 time in total
 
 View user's profile Send private message  
Reply with quote Back to top
RoEn
Post subject: Bluetooth USB-Dongle mag nicht  PostPosted: Jul 23, 2008 - 04:43 PM



Joined: Nov 26, 2006
Posts: 357

Status: Offline
hi Markus,

da ich annehme, dass Du alle KDE-Bluetooth-Programme blue* installiert hast, starte doch einfach auch mal den Dienst dazu:
/etc/init.d/bluetooth restart
Jetzt sollte unten rechts das BT-Logo-Icon auftauchen.

EDIT: Wenn Du noch keine Erfahrungen mit BT hast, kann ich nur empfehlen, dass Connect-Prinzip in Windows zu erforschen. Die Durchsicht kommt da nicht sofort. Smile

_________________
So long
RoEn

"Lesen gefährdet die Dummheit"
"Was unserer Welt fehlt, ist nicht Öl, sondern mehr Toleranz"
 
 View user's profile Send private message  
Reply with quote Back to top
cowboyofbottrop
Post subject: RE: Bluetooth USB-Dongle mag nicht  PostPosted: Jul 23, 2008 - 05:54 PM



Joined: Feb 29, 2008
Posts: 3

Status: Offline
Hi RoEn,

den Dienst neu starten, dass war der entscheidende Hinweis. Jetzt habe ich mein Handy mit dem Dongle paaren können. Daten lassen sich in beide Richtungen übertragen. Besten Dank Smile

_________________
Keep it Country,
Markus
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
 
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2006-2008 by sidux e.V., 10407 Berlin, Kniprodestr. 104. sidux e.V. is a Berlin, Germany based non-profit foundation. Consult Impressum and Legal Terms for details. sidux™ is Free Software released under the GNU/GPL license and other compatible licenses.
powered by Zikula & Zafenio