bluetooth Targus USB2

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
Benutzeravatar
mosa
Beiträge: 324
Registriert: 29.10.2004 09:53:35

bluetooth Targus USB2

Beitrag von mosa » 15.09.2006 17:03:31

Code: Alles auswählen

~# hciconfig -a
hci0:   Type: USB
        BD Address: 00:16:38:3A:4E:5D ACL MTU: 1017:8 SCO MTU: 64:0
        UP RUNNING
        RX bytes:135 acl:0 sco:0 events:19 errors:0
        TX bytes:332 acl:0 sco:0 commands:19 errors:0
        Features: 0xff 0xff 0x8d 0xfe 0x9b 0xfd 0x00 0x80
        Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
        Link policy: RSWITCH HOLD SNIFF PARK
        Link mode: SLAVE ACCEPT
>>> Can't read local name on hci0: Input/output error (5) <<<
#
~# /etc/init.d/bluez-utils start
Starting bluez-utils: hcid sdpdsyntax error line 13
syntax error line 13
syntax error line 13
syntax error line 16
syntax error line 16
syntax error line 16
syntax error line 19
syntax error line 19
syntax error line 19

# hcitool scan
Scanning ...
Inquiry failed: Connection timed out
#     

All dies um via Bluetooth den PC mit dem Handy zu verbinden :oops:
Wie schaltet man dies input/output Error um?
Danke

Edit

# hcid -n
hcid[7405]: Bluetooth HCI daemon
hcid[7405]: Starting security manager 0
hcid[7407]: Can't set scan mode on hci0: Device or resource busy (16)
hcid[7407]: Can't set auth on hci0: Device or resource busy (16)
hcid[7407]: Can't set encrypt on hci0: Device or resource busy (16)
hcid[7405]: Exit.

HILFE!!
Ich finde kein BLUETOOTH-Module

Code: Alles auswählen

# lsmod | grep hci
ohci1394               36868  0
ieee1394              111544  2 eth1394,ohci1394
ehci_hcd               33028  0
uhci_hcd               33936  0
hci_usb                15872  2
usbcore               119908  8 usbhid,usb_storage,usbmouse,ehci_hcd,uhci_hcd,hci_usb
hci_uart               17244  0
Wie komme ich zu dem?

Benutzeravatar
mosa
Beiträge: 324
Registriert: 29.10.2004 09:53:35

Beitrag von mosa » 20.09.2006 10:25:50

Hi, das Modul bluetooth ist nun ok. Beim einstecken des Broadcom-Bluetooth kommt:

Code: Alles auswählen

Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 009: ID 0a5c:4503 Broadcom Corp.
Bus 001 Device 008: ID 0a5c:4502 Broadcom Corp.
Bus 001 Device 007: ID 0a5c:2100 Broadcom Corp.
Bus 001 Device 006: ID 0a5c:4500 Broadcom Corp.
Bus 001 Device 001: ID 0000:0000
hciconfig zeigt:

Code: Alles auswählen

hci0:   Type: USB
        BD Address: 00:16:38:3A:4E:5D ACL MTU: 1017:8 SCO MTU: 64:0
        UP RUNNING
        RX bytes:93 acl:0 sco:0 events:12 errors:0
        TX bytes:296 acl:0 sco:0 commands:12 errors:0
Doch :oops: hciconfig -a

Code: Alles auswählen

hci0:   Type: USB
        BD Address: 00:16:38:3A:4E:5D ACL MTU: 1017:8 SCO MTU: 64:0
        UP RUNNING
        RX bytes:93 acl:0 sco:0 events:12 errors:0
        TX bytes:296 acl:0 sco:0 commands:12 errors:0
        Features: 0xff 0xff 0x8d 0xfe 0x9b 0xfd 0x00 0x80
        Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
        Link policy: RSWITCH HOLD SNIFF PARK
        Link mode: SLAVE ACCEPT
Can't read local name on hci0: Input/output error (5)
Can't read local name on hci0: Input/output error (5)[/code]
Kann mir jemand diesbezüglich bitte helfen?
Debian Sarge 2.6.8-2-386

Code: Alles auswählen

tail -f /var/log/messages
Sep 20 12:55:01 kernel: input: Broadcom Corp BCM92045DG-Flash_UHE as /class/input/input9
Sep 20 12:55:01 kernel: input: USB HID v1.11 Mouse [Broadcom Corp BCM92045DG-Flash_UHE] on usb-0000:00:1d.0-1.3
Sep 20 12:55:02 usb.agent[9336]:      usbhid: already loaded
Sep 20 12:55:05 usb.agent[9273]:      hci_usb: already loaded
Sep 20 12:55:05 usb.agent[9269]:      hci_usb: already loaded
Sep 20 12:55:05 usb.agent[9321]:      usbhid: already loaded
Sep 20 12:55:06 usb.agent[9257]:      hci_usb: already loaded
Sep 20 12:55:06 usb.agent[9264]:      hci_usb: already loaded
Sep 20 12:55:11 input.agent[9639]:      tsdev: already loaded
Sep 20 12:55:12 input.agent[9639]:      mousedev: already loaded

lukasm
Beiträge: 1
Registriert: 27.01.2007 18:06:47

Beitrag von lukasm » 27.01.2007 18:41:17

Hallo, ich bin zwar kein debian user, ich habe aber kürzlich auch so ein Teil gekauft und "hciconfig -a" gab nach dem Einstecken auch diese "Input/output error".
Bis ich nach einiger Zeit ein

Code: Alles auswählen

hciconfig hci0 reset
versucht habe. Danach funktionierte es tadellos.
Damit ich nicht nach jedem Einstecken von Hand das reset ausführen muss, habe ich in meinen udev rules folgendes hinzugefügt:

Code: Alles auswählen

KERNEL=="hci[0-9]*", ACTION=="add", RUN+="/bin/sh -c '(sleep 5; hciconfig %k reset)&'"
Ohne das "sleep" gings nicht.

Antworten