• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Probleme mit Bluetooth Adapter

B.Hannes

Member
Hallo Alle,

versuche einen BlueTooth USB Adapter zum Laufen zu bringen. Ich bringe nur die Richtung Rechner -> Mobilgeräte zum laufen.

Mobilgeräte -> Rechner finden die Mobilgeräte den Rechner nicht. Als wenn der Adapter versteckt wäre.

Adapter Typ D-Link DBT-122.
Suse 10.3, Linux 2.6.22.18-0.2-default i686, KDE 3.5.7 "release 72.9

Code:
arne@Marvin:~> hcitool scan
Scanning ...
        00:17:E5:B8:9E:0F       E65
arne@Marvin:~> hcitool dev
Devices:
        hci0    00:1C:F0:6C:89:4D

aber wenn ich von anderen Geräten (Palm, Mobile, ...) nach dem Rechner (USB-Adapter) scanne, finden diese ihn nicht.

In meiner hcid.conf sind iscan und pscan auf enable gesetzt.

Code:
 more hcid.conf
#
# HCI daemon configuration file.
#

# HCId options
options {
        # Automatically initialize new devices
        autoinit yes;

        # Security Manager mode
        #   none - Security manager disabled
        #   auto - Use local PIN for incoming connections
        #   user - Always ask user for a PIN
        #
        security user;

        # Pairing mode
        #   none  - Pairing disabled
        #   multi - Allow pairing with already paired devices
        #   once  - Pair once and deny successive attempts
        pairing multi;

        # Default PIN code for incoming connections
        passkey "";
}

# Default settings for HCI devices
device {
        # Local device name
        #   %d - device id
        #   %h - host name
        name "BlueZ %h (%d)";

        # Local device class
        # e.g.
        #  0xsss100 = Computer
        #  0xsss104 = Computer Desktop
        #  0xsss108 = Computer Server
        #  0xsss10c = Computer Laptop
        # The 'sss' above defines the service-class (not quite, only the
        # first 11 bits, the next 11 define the device-class, than 2 format bits.)
        # See https://www.bluetooth.org/foundry/assignnumb/document/baseband
        # for more information.
        # 0x100bbb stands for "Object Transfer  (v-Inbox, v-Folder, ...)"
        # 0x020bbb stands for "Networking (LAN, Ad hoc, ...)"
        class 0x100;

        # Default packet type
        #pkt_type DH1,DM1,HV1;

        # Inquiry and Page scan
        # valid parameters: enable | disable
        iscan enable;
        pscan enable;

        # Default link mode
        #   none   - no specific policy
        #   accept - always accept incoming connections
        #   master - become master on incoming connections,
        #            deny role switch on outgoing connections
        lm accept;

        # Default link policy
        #   none    - no specific policy
        #   rswitch - allow role switch
        #   hold    - allow hold mode
        #   sniff   - allow sniff mode
        #   park    - allow park mode
        lp rswitch,hold,sniff,park;
}


Google hat mir leider auch nicht weitergeholfen. Waren nur Informationen für Windows ala neue Treiber installieren.

Grüße

Hannes
 

whois

Ultimate Guru
Hi

Eine erste Frage bevor uns da weiter wagen.
Hast du den Adapter an einem USB HUB am laufen?

cu
 
OP
B

B.Hannes

Member
Hallo Whois,

aktuell ja, aber direkt am Rechner habe ich den gleichen Effekt.


Hier direkt am Rechner, ohne Hub angesteckt.

Code:
arne@Marvin:~> lsusb
Bus 002 Device 002: ID 07d1:f101 D-Link System
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 005: ID 0c4b:0100 Reiner SCT Kartensysteme GmbH cyberJack e-com/pinpad
Bus 001 Device 003: ID 062a:0107 Creative Labs
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc.
Bus 001 Device 001: ID 0000:0000
arne@Marvin:~>
arne@Marvin:~> hcitool scan
Scanning ...
        00:17:E5:B8:9E:0F       E65
arne@Marvin:~> hcitool dev
Devices:
        hci0    00:1C:F0:6C:89:4D
arne@Marvin:~> apitest GetMode
connectable
arne@Marvin:~>

Hier am Hub

Code:
arne@Marvin:~> lsusb
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 006: ID 07d1:f101 D-Link System
Bus 001 Device 005: ID 0c4b:0100 Reiner SCT Kartensysteme GmbH cyberJack e-com/pinpad
Bus 001 Device 003: ID 062a:0107 Creative Labs
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc.
Bus 001 Device 001: ID 0000:0000
arne@Marvin:~> hcitool scan
Scanning ...
        00:17:E5:B8:9E:0F       E65
arne@Marvin:~> hcitool dev
Devices:
        hci0    00:1C:F0:6C:89:4D
arne@Marvin:~> apitest GetMode
connectable
arne@Marvin:~>

Noch ein Zusatz.

Palm TX und Nokia E65 und Siemens SP65 sehen sich alle gegenseitig.

Grüße

Hannes
 

whois

Ultimate Guru
Komisch muss ich mir mal genauer ansehen.
Ich weiss nur das es an Hubs sehr oft Probleme gibt.

http://www.linux-club.de/viewtopic.php?f=61&t=94370
 
OP
B

B.Hannes

Member
Hallo Whois,

unter /usr/share/doc/packages/bluez-utils habe ich noch einige ReadMe Dateien gefunden. Speziell README.SUSE. Hier war etwas, das nach 3 Minuten der Adapter auf invisible geht. Aber so richtig habe habe ich es nicht verstanden was gemeint war und wie einstellen.

Grüße

Hannes
 
Oben