Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. INTEL NUC Kit NUC8i5BEK Proxmox+Debian VM kein Onboard BT

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    INTEL NUC Kit NUC8i5BEK Proxmox+Debian VM kein Onboard BT

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      Superdad last edited by

      Da habe ich eine 0 drin für hci0.
      Ist doch richtig, oder?

      1 Reply Last reply Reply Quote 0
      • S
        Superdad last edited by

        Ich hoffe, dass das der richtige Scanbefehl ist?

        root@iOBrokerNUC:~# hcitool -i hci0 scan
        Invalid device: No such device
        
        1 Reply Last reply Reply Quote 0
        • S
          Superdad last edited by

          Hab ich jetzt mal auf der VM ausgeführt.

          root@iOBrokerNUC:~# service bluetooth status
          ● bluetooth.service - Bluetooth service
             Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
             Active: active (running) since Thu 2019-06-20 17:42:59 CEST; 17min ago
               Docs: man:bluetoothd(8)
           Main PID: 12394 (bluetoothd)
             Status: "Running"
              Tasks: 1 (limit: 4915)
             CGroup: /system.slice/bluetooth.service
                     └─12394 /usr/lib/bluetooth/bluetoothd
          
          Jun 20 17:42:59 iOBrokerNUC systemd[1]: Starting Bluetooth service...
          Jun 20 17:42:59 iOBrokerNUC bluetoothd[12394]: Bluetooth daemon 5.43
          Jun 20 17:42:59 iOBrokerNUC systemd[1]: Started Bluetooth service.
          Jun 20 17:42:59 iOBrokerNUC bluetoothd[12394]: Starting SDP server
          Jun 20 17:42:59 iOBrokerNUC bluetoothd[12394]: Bluetooth management interface 1.14 initialized
          root@iOBrokerNUC:~#
          
          

          Müsste ja eigentlich alles funktionieren, oder?

          unltdnetworx 1 Reply Last reply Reply Quote 0
          • unltdnetworx
            unltdnetworx Developer @Superdad last edited by unltdnetworx

            @Superdad
            Das sieht eigentlich gut aus.

            Reboot der VM vermutlich schon versucht?

            1 Reply Last reply Reply Quote 0
            • S
              Superdad last edited by

              Wenn ich die VM ausschalte, dann findet er in Proxmox mit "hcitool -i hci0 scan" zwei Bluetooth-Geräte.

              Sobald ich die VM starte geht nichts mehr.
              Der Befehl funktioniert dann nicht mehr in Proxmox.
              Ist aber vielleicht normal so? Weiss nicht.
              Und ble-Adapter bleibt gelb.

              Wenn VM aus zeigt Proxmox auch btusb Treiber an.
              Mit gestarteter VM nicht mehr.

              Muss ich den Bluetooth-Service auf Proxmox stoppen?
              Habe irgendwo gelesen, dass es nur auf einem Gerät funktioniert.

              Ich probier es mal aus.

              unltdnetworx 1 Reply Last reply Reply Quote 0
              • unltdnetworx
                unltdnetworx Developer @Superdad last edited by

                @Superdad
                Dass in Proxmox nichts geht bei laufender VM ist normal. Das Gerät wird ja weitergereicht. Auch habe ich nichts deaktiviert.

                Den Scan hast du schon auf der VM gemacht?

                1 Reply Last reply Reply Quote 0
                • S
                  Superdad last edited by

                  Nicht auf der VM sondern in Proxmox auf dem Host.

                  1 Reply Last reply Reply Quote 0
                  • S
                    Superdad last edited by

                    In der VM:

                    root@iOBrokerNUC:~# hcitool -i hci0 scan
                    Invalid device: No such device
                    
                    crunchip 1 Reply Last reply Reply Quote 0
                    • crunchip
                      crunchip Forum Testing Most Active @Superdad last edited by

                      @Superdad geb mal ein, auf deiner VM

                      hciconfig auth
                      
                      1 Reply Last reply Reply Quote 0
                      • S
                        Superdad last edited by

                        Sorry, war gerade was essen.

                        root@iOBrokerNUC:~# hciconfig auth
                        Can't get device info: No such device
                        
                        
                        crunchip 1 Reply Last reply Reply Quote 0
                        • unltdnetworx
                          unltdnetworx Developer last edited by

                          Reine Vermutung, aber evtl. müssen die Treiber auch in der VM hinzugefügt werden. Bei Ubuntu ging es sofort. Möglicherweise bei Debian nicht enthalten.

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

                            @Superdad laangsam Blick ich nimmer ganz durch
                            Du hast jetzt die "fehlenden" iwlwifi Dateien reinkopiert, Rechner neu gestartet, auf dem Host findet er nun das Gerät, aber nicht in der VM bzw
                            ein Gerät wird angezeigt, was aber nicht funktioniert.

                            Der Adapter ist installiert.

                            hast du ein

                            sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev
                            sudo apt-get install libcap2-bin
                            sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)
                            
                            

                            im IoBroker ausgeführt?

                            desweiteren
                            was ergibt

                            systemctl status bluetooth.service
                            

                            dieses muss du eingeben, das bluetooth gestartet wird und auch bei einem neustart wieder startet

                            systemctl enable bluetooth.service
                            systemctl start bluetooth.service
                            

                            ein

                            hciconfig hci0 up
                            

                            schaltet dein Bluetooth Gerät ein

                            1 Reply Last reply Reply Quote 0
                            • S
                              Superdad last edited by

                              Erstmal das:

                              root@iOBrokerNUC:~# systemctl status bluetooth.service
                              ● bluetooth.service - Bluetooth service
                                 Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
                                 Active: active (running) since Thu 2019-06-20 20:55:52 CEST; 4s ago
                                   Docs: man:bluetoothd(8)
                               Main PID: 16799 (bluetoothd)
                                 Status: "Running"
                                  Tasks: 1 (limit: 4915)
                                 CGroup: /system.slice/bluetooth.service
                                         └─16799 /usr/lib/bluetooth/bluetoothd
                              
                              Jun 20 20:55:52 iOBrokerNUC systemd[1]: Starting Bluetooth service...
                              Jun 20 20:55:52 iOBrokerNUC bluetoothd[16799]: Bluetooth daemon 5.43
                              Jun 20 20:55:52 iOBrokerNUC systemd[1]: Started Bluetooth service.
                              Jun 20 20:55:52 iOBrokerNUC bluetoothd[16799]: Starting SDP server
                              Jun 20 20:55:52 iOBrokerNUC bluetoothd[16799]: Bluetooth management interface 1.14 initialized
                              
                              
                              1 Reply Last reply Reply Quote 0
                              • S
                                Superdad last edited by

                                Dann das:

                                root@iOBrokerNUC:~# hciconfig hci0 up
                                Can't get device info: No such device
                                
                                crunchip 1 Reply Last reply Reply Quote 0
                                • crunchip
                                  crunchip Forum Testing Most Active @Superdad last edited by

                                  @Superdad auf deiner VM
                                  kannst noch Soft/Hard blocked no prüfen mit folgendem Befehl

                                  rfkill list
                                  

                                  funktionieren jetzt eigendlich nun deine Treiber in Proxmox?
                                  hast keine Ausgabe mehr gezeigt von

                                  dmesg | grep tooth
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    Superdad last edited by

                                    Also ich habe alle 17er Dateien drin und ucode 9000-34 und 9260-34.

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      Superdad last edited by

                                      Ausgabe von dmesg in Proxmox.

                                      root@pve:~# dmesg | grep tooth
                                      [    5.428947] Bluetooth: Core ver 2.22
                                      [    5.428965] Bluetooth: HCI device and connection manager initialized
                                      [    5.428995] Bluetooth: HCI socket layer initialized
                                      [    5.428999] Bluetooth: L2CAP socket layer initialized
                                      [    5.429003] Bluetooth: SCO socket layer initialized
                                      [    5.433876] Bluetooth: hci0: Firmware revision 0.1 build 184 week 15 2019
                                      [    8.031647] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
                                      [    8.031649] Bluetooth: BNEP filters: protocol multicast
                                      [    8.031652] Bluetooth: BNEP socket layer initialized
                                      [   12.070350] Bluetooth: hci0: urb 000000008df1e450 failed to resubmit (2)
                                      [  164.403866] Bluetooth: hci0: Firmware revision 0.1 build 184 week 15 2019
                                      [  256.967089] Bluetooth: hci0: urb 000000003ff3f2ed failed to resubmit (2)
                                      [  930.768975] Modules linked in: tcp_diag inet_diag nfsv3 nfs_acl nfs lockd grace fscache veth ip_set ip6table_filter ip6_tables iptable_filter cmac bnep softdog nfnetlink_log nfnetlink nls_iso8859_1 dm_thin_pool dm_persistent_data dm_bio_prison dm_bufio libcrc32c snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp snd_hda_codec_realtek snd_hda_codec_generic kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel aes_x86_64 crypto_simd glue_helper cryptd snd_soc_skl snd_soc_skl_ipc snd_hda_ext_core snd_soc_sst_dsp snd_soc_sst_ipc snd_soc_acpi i915 snd_soc_core snd_compress ac97_bus snd_pcm_dmaengine wmi_bmof intel_wmi_thunderbolt drm_kms_helper drm intel_cstate i2c_algo_bit fb_sys_fops btusb btrtl btbcm btintel iwlmvm bluetooth mac80211 rtsx_pci_ms
                                      [ 2094.425954] Bluetooth: hci0: Firmware revision 0.1 build 184 week 15 2019
                                      [ 2195.809396] Bluetooth: hci0: urb 00000000f2205b5e failed to resubmit (2)
                                      [ 4613.078873] Bluetooth: hci0: Firmware revision 0.1 build 184 week 15 2019
                                      [ 4616.769724] Bluetooth: hci0: urb 000000001b52b7b8 failed to resubmit (2)
                                      [ 4767.795902] Bluetooth: hci0: Firmware revision 0.1 build 184 week 15 2019
                                      [ 9174.243886] Bluetooth: hci0: Firmware revision 0.1 build 184 week 15 2019
                                      [ 9177.776850] Bluetooth: hci0: urb 00000000dc56a48b failed to resubmit (2)
                                      [ 9262.249870] Bluetooth: hci0: Firmware revision 0.1 build 184 week 15 2019
                                      [ 9290.733310] Bluetooth: hci0: urb 000000002a962bfd failed to resubmit (2)
                                      [ 9586.752868] Bluetooth: hci0: Firmware revision 0.1 build 184 week 15 2019
                                      [ 9607.213728] Bluetooth: hci0: urb 00000000c3d97bb3 failed to resubmit (2)
                                      [10153.768841] Bluetooth: hci0: Firmware revision 0.1 build 184 week 15 2019
                                      [10253.982889] Bluetooth: hci0: urb 00000000fc0a1aee failed to resubmit (2)
                                      [11506.075844] Bluetooth: hci0: Firmware revision 0.1 build 184 week 15 2019
                                      [11561.341543] Bluetooth: hci0: urb 000000006e2e8cd1 failed to resubmit (2)
                                      [12533.847878] Bluetooth: hci0: Firmware revision 0.1 build 184 week 15 2019
                                      [12536.773457] Bluetooth: hci0: urb 000000006e2719f4 failed to resubmit (2)
                                      
                                      unltdnetworx 1 Reply Last reply Reply Quote 0
                                      • S
                                        Superdad last edited by

                                        root@iOBrokerNUC:~# rfkill list
                                        -bash: rfkill: Kommando nicht gefunden.
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • unltdnetworx
                                          unltdnetworx Developer @Superdad last edited by

                                          @Superdad
                                          Ich hoffe ohne die 17-2??!

                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            Superdad last edited by Superdad

                                            Muss ich schauen.

                                            Ups! Die waren drin.
                                            Habs sie jetzt rausgenommen und neu rebootet.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            743
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            18
                                            189
                                            15674
                                            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