Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. Zigbee Schlüsselanhänger

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Zigbee Schlüsselanhänger

    This topic has been deleted. Only users with topic management privileges can see it.
    • Wszene
      Wszene @crunchip last edited by

      @crunchip
      Du kannst fragen stellen 😊
      Wie kann ich das testen?
      Ich kenne mich damit leider nicht aus

      crunchip 1 Reply Last reply Reply Quote 0
      • crunchip
        crunchip Forum Testing Most Active @Wszene last edited by

        @Wszene guck mal auf deinem Proxmox

        dmesg | grep tooth
        
        Wszene 1 Reply Last reply Reply Quote 0
        • Wszene
          Wszene @crunchip last edited by

          @crunchip

          root@PVE-Nuc:~# dmesg | grep tooth
          [    4.802072] Bluetooth: Core ver 2.22
          [    4.802101] Bluetooth: HCI device and connection manager initialized
          [    4.802108] Bluetooth: HCI socket layer initialized
          [    4.802111] Bluetooth: L2CAP socket layer initialized
          [    4.802116] Bluetooth: SCO socket layer initialized
          [    4.825252] Bluetooth: hci0: read Intel version: 370810225019140f00
          [    4.827593] bluetooth hci0: Direct firmware load for intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq failed with error -2
          [    4.827601] Bluetooth: hci0: failed to open Intel firmware file: intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq (-2)
          [    4.827633] bluetooth hci0: Direct firmware load for intel/ibt-hw-37.8.bseq failed with error -2
          [    4.827635] Bluetooth: hci0: failed to open default fw file: intel/ibt-hw-37.8.bseq
          [1744721.400080] Bluetooth: hci0: urb 00000000030e3b26 failed to resubmit (2)
          [1744723.430588] Bluetooth: hci0: command 0x0c03 tx timeout
          [1744731.558441] Bluetooth: hci0: sending initial HCI reset command failed (-110)
          [1748410.361405] Bluetooth: hci0: urb 0000000010147e98 failed to resubmit (2)
          [1748412.383365] Bluetooth: hci0: command 0x0c03 tx timeout
          [1748420.447216] Bluetooth: hci0: sending initial HCI reset command failed (-110)
          
          Messiahs crunchip 2 Replies Last reply Reply Quote 0
          • Messiahs
            Messiahs @Wszene last edited by Messiahs

            @Wszene
            Gib im Radar-Adapter zumindest statt -1 bei Bluetooth-Adapter mal eine 0 ein...
            Das läuft danach zwar noch nicht, da Du anscheinend noch grundsätzliche Probleme mit dem Bluetooth hast...

            BD Address: 00:00:00:00:00:00
            
            [    4.827593] bluetooth hci0: Direct firmware load for intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq failed with error -2
            [    4.827601] Bluetooth: hci0: failed to open Intel firmware file: intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq (-2)
            

            aber ist besser als:

            Will try to scan BT devices: hci1....
            

            Das interne Bluetooth-Modul läuft (bzw. sollte) auf hci0 laufen... zurzeit versucht der Radar-Adapter auf hci1 die Hardware zu finden...

            1 Reply Last reply Reply Quote 1
            • crunchip
              crunchip Forum Testing Most Active @Wszene last edited by

              @Wszene lade dir mal diese Datei herunter
              https://github.com/wkennington/linux-firmware/blob/master/intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
              diese musst du auf deinen Proxmox laden,
              bin noch am suchen in welchen Ordner

              Messiahs 1 Reply Last reply Reply Quote 0
              • Messiahs
                Messiahs @crunchip last edited by

                @crunchip
                schau mal hier:
                https://unix.stackexchange.com/questions/305111/cant-connect-to-bluetooth-devices-i-e-speakers-on-debian-jessie/305112#305112

                @Wszene
                Fehler:
                Deine Bluetooth-Hardware läuft noch nicht, da die Firmware dafür fehlt (BT/BLE ist also noch nie gelaufen und die Anzeige in Radar2 somit verwirrend ).

                crunchip 1 Reply Last reply Reply Quote 0
                • crunchip
                  crunchip Forum Testing Most Active @Messiahs last edited by

                  @Messiahs
                  also Datei muss in

                  lib/firmware/intel
                  

                  @Messiahs sagte in Zigbee Schlüsselanhänger:

                  ist also noch nie gelaufen und die Anzeige in Radar2 somit verwirrend

                  leider
                  hätte man aber direkt beim aufsetzen von Proxmox merken sollen, oder nicht beachtet

                  Wszene 1 Reply Last reply Reply Quote 0
                  • Wszene
                    Wszene @crunchip last edited by

                    @crunchip
                    OK habe ich gemacht
                    Dann einmal reboot
                    und dann wieder
                    dmesg | grep tooth
                    Ausgabe:

                    root@PVE-Nuc:~# dmesg | grep tooth
                    [    4.879534] Bluetooth: Core ver 2.22
                    [    4.879567] Bluetooth: HCI device and connection manager initialized
                    [    4.879576] Bluetooth: HCI socket layer initialized
                    [    4.879578] Bluetooth: L2CAP socket layer initialized
                    [    4.879584] Bluetooth: SCO socket layer initialized
                    [    4.982751] Bluetooth: hci0: read Intel version: 370810225019140f00
                    [    4.983091] bluetooth hci0: Direct firmware load for intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq failed with error -2
                    [    4.983097] Bluetooth: hci0: failed to open Intel firmware file: intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq (-2)
                    [    4.983128] bluetooth hci0: Direct firmware load for intel/ibt-hw-37.8.bseq failed with error -2
                    [    4.983130] Bluetooth: hci0: failed to open default fw file: intel/ibt-hw-37.8.bseq
                    
                    Messiahs 1 Reply Last reply Reply Quote 0
                    • Messiahs
                      Messiahs @Wszene last edited by Messiahs

                      @Wszene
                      geh mal in den ordner:

                      lib/firmware/intel
                      

                      und mach ein

                      ls
                      

                      Er scheint die Datei noch nicht zu finden...

                      Wszene 1 Reply Last reply Reply Quote 0
                      • Wszene
                        Wszene @Messiahs last edited by

                        @Messiahs

                        root@PVE-Nuc:/lib/firmware/intel# ls -la
                        total 1240
                        drwxr-xr-x  2 root root   4096 Dec 30 22:04 .
                        drwxr-xr-x 59 root root  36864 Sep 10 17:12 ..
                        -rw-r--r--  1 root root     18 Aug 31 11:26 ibt-11-5.ddc
                        -rw-r--r--  1 root root 588196 Aug 31 11:26 ibt-11-5.sfi
                        -rw-r--r--  1 root root     14 Aug 31 11:26 ibt-12-16.ddc
                        -rw-r--r--  1 root root 585744 Aug 31 11:26 ibt-12-16.sfi
                        -rw-r--r--  1 root root  39295 Dec 30 22:04 ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
                        
                        crunchip 1 Reply Last reply Reply Quote 0
                        • crunchip
                          crunchip Forum Testing Most Active @Wszene last edited by

                          @Wszene Die Firmware sollte aber nach einem Neustart von Proxmox geladen werden

                          Messiahs Wszene 2 Replies Last reply Reply Quote 0
                          • Messiahs
                            Messiahs @crunchip last edited by

                            @crunchip
                            hat die falsche Version bzw. Namen.
                            Vorhanden: ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
                            Gesucht: ibt-hw-37.8.10-fw-22.50.19.14.f.bseq

                            Hier downloaden und nochmal in den Intel-Ordner kopieren:
                            https://github.com/wkennington/linux-firmware/blob/master/intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq

                            crunchip 1 Reply Last reply Reply Quote 1
                            • Wszene
                              Wszene @crunchip last edited by

                              @crunchip
                              neustart habe ich gemacht
                              sucht er aber nicht immer nach dieser Datei
                              ibt-hw-37.8.bseq

                              1 Reply Last reply Reply Quote 0
                              • crunchip
                                crunchip Forum Testing Most Active @Messiahs last edited by

                                @Messiahs stimmt, hatte nicht auf die Endnummer geachtet

                                Wszene 1 Reply Last reply Reply Quote 1
                                • Wszene
                                  Wszene @crunchip last edited by

                                  @crunchip
                                  so reboot

                                  root@PVE-Nuc:~# dmesg | grep tooth
                                  [    4.737779] Bluetooth: Core ver 2.22
                                  [    4.737808] Bluetooth: HCI device and connection manager initialized
                                  [    4.737814] Bluetooth: HCI socket layer initialized
                                  [    4.737817] Bluetooth: L2CAP socket layer initialized
                                  [    4.737822] Bluetooth: SCO socket layer initialized
                                  [    4.765705] Bluetooth: hci0: read Intel version: 370810225019140f00
                                  [    4.767152] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq
                                  [    4.767706] Bluetooth: hci0: Intel fw corrupted: invalid cmd read
                                  [    6.776771] Bluetooth: hci0: Exiting manufacturer mode failed (-110)
                                  [    6.776786] Bluetooth: hci0: command 0xfc11 tx timeout
                                  [    9.204808] Bluetooth: hci0: command 0x0c03 tx timeout
                                  [   17.300768] Bluetooth: hci0: sending initial HCI reset command failed (-110)
                                  
                                  Messiahs 1 Reply Last reply Reply Quote 0
                                  • Messiahs
                                    Messiahs @Wszene last edited by

                                    @Wszene said in Zigbee Schlüsselanhänger:

                                    Exiting manufacturer mode failed (-110)

                                    systemctl enable bluetooth
                                    
                                    Wszene 1 Reply Last reply Reply Quote 0
                                    • Wszene
                                      Wszene @Messiahs last edited by

                                      @Messiahs

                                      root@PVE-Nuc:~# systemctl enable bluetooth
                                      Failed to enable unit: Unit file bluetooth.service does not exist.
                                      
                                      Messiahs crunchip 2 Replies Last reply Reply Quote 0
                                      • Messiahs
                                        Messiahs @Wszene last edited by

                                        @Wszene
                                        readme lesen 😉

                                        https://github.com/frankjoke/ioBroker.radar2/blob/master/README.md

                                        die Befehle unter Installation ausführen.

                                        Wszene 1 Reply Last reply Reply Quote 0
                                        • Wszene
                                          Wszene @Messiahs last edited by

                                          @Messiahs
                                          Das habe ich schon vor der Installation der Adapters gemacht

                                          Soll ich das jetzt nochmal machen?

                                          crunchip 1 Reply Last reply Reply Quote 0
                                          • crunchip
                                            crunchip Forum Testing Most Active @Wszene last edited by

                                            @Wszene nicht auf deinem proxmox, jetzt gehts auf der VM weiter

                                            Wszene 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            728
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            anwesenheit schlüsselanhänger zigbee
                                            6
                                            60
                                            4023
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo