Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. INTEL NUC Kit NUC8i5BEK Proxmox+Debian VM kein Onboard BT

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    415

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.0k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

INTEL NUC Kit NUC8i5BEK Proxmox+Debian VM kein Onboard BT

Scheduled Pinned Locked Moved ioBroker Allgemein
189 Posts 18 Posters 24.5k Views 10 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Superdad

    Sorry! Debian.

    unltdnetworxU Offline
    unltdnetworxU Offline
    unltdnetworx
    Developer
    wrote on last edited by unltdnetworx
    #41

    @Superdad
    Wie gesagt, bei mir Ubuntu ohne weiteres Zutun sofort lauffähig.

    Aber es stand auch bei driver=btusb. Ist BT im BIOS aktiviert?

    Gruß, Michael
    Weitere Infos im Profil.
    Wenn euch der Beitrag weitergeholfen hat, könnt ihr die Bewertung rechts unten im Beitrag nutzen.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Superdad
      wrote on last edited by
      #42

      Ist aktiviert im BIOS.
      Habe jetzt nochmal alle raus gelöscht und nur die zwei angegebenen eingefügt.
      Und einen Reboot ausgeführt.

      CCU3

      iOBroker auf IntelNUC Proxmox

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Superdad
        wrote on last edited by
        #43

        Das kommt:

        root@pve:~# service bluetooth status
        ● bluetooth.service - Bluetooth service
           Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
           Active: active (running) since Wed 2019-06-19 15:32:37 CEST; 3s ago
             Docs: man:bluetoothd(8)
         Main PID: 2162 (bluetoothd)
           Status: "Running"
            Tasks: 1 (limit: 4915)
           Memory: 792.0K
              CPU: 6ms
           CGroup: /system.slice/bluetooth.service
                   └─2162 /usr/lib/bluetooth/bluetoothd
        
        Jun 19 15:32:37 pve systemd[1]: Starting Bluetooth service...
        Jun 19 15:32:37 pve bluetoothd[2162]: Bluetooth daemon 5.43
        Jun 19 15:32:37 pve systemd[1]: Started Bluetooth service.
        Jun 19 15:32:37 pve bluetoothd[2162]: Starting SDP server
        Jun 19 15:32:37 pve bluetoothd[2162]: Bluetooth management interface 1.14 initialized
        

        Es steht aber bei lsusb -t :

        root@pve:~# lsusb -t
        /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 10000M
        /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
            |__ Port 10: Dev 2, If 0, Class=Wireless, Driver=usbfs, 12M
            |__ Port 10: Dev 2, If 1, Class=Wireless, Driver=usbfs, 12M
        

        CCU3

        iOBroker auf IntelNUC Proxmox

        unltdnetworxU 1 Reply Last reply
        0
        • S Superdad

          Das kommt:

          root@pve:~# service bluetooth status
          ● bluetooth.service - Bluetooth service
             Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
             Active: active (running) since Wed 2019-06-19 15:32:37 CEST; 3s ago
               Docs: man:bluetoothd(8)
           Main PID: 2162 (bluetoothd)
             Status: "Running"
              Tasks: 1 (limit: 4915)
             Memory: 792.0K
                CPU: 6ms
             CGroup: /system.slice/bluetooth.service
                     └─2162 /usr/lib/bluetooth/bluetoothd
          
          Jun 19 15:32:37 pve systemd[1]: Starting Bluetooth service...
          Jun 19 15:32:37 pve bluetoothd[2162]: Bluetooth daemon 5.43
          Jun 19 15:32:37 pve systemd[1]: Started Bluetooth service.
          Jun 19 15:32:37 pve bluetoothd[2162]: Starting SDP server
          Jun 19 15:32:37 pve bluetoothd[2162]: Bluetooth management interface 1.14 initialized
          

          Es steht aber bei lsusb -t :

          root@pve:~# lsusb -t
          /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 10000M
          /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
              |__ Port 10: Dev 2, If 0, Class=Wireless, Driver=usbfs, 12M
              |__ Port 10: Dev 2, If 1, Class=Wireless, Driver=usbfs, 12M
          
          unltdnetworxU Offline
          unltdnetworxU Offline
          unltdnetworx
          Developer
          wrote on last edited by
          #44

          @Superdad
          Funktioniert ein Scan auf dem Host?

          hcitool -i hci0 scan
          

          Gruß, Michael
          Weitere Infos im Profil.
          Wenn euch der Beitrag weitergeholfen hat, könnt ihr die Bewertung rechts unten im Beitrag nutzen.

          1 Reply Last reply
          0
          • S Offline
            S Offline
            Superdad
            wrote on last edited by
            #45

            Da kommt Invalid device: No such device.

            CCU3

            iOBroker auf IntelNUC Proxmox

            L 1 Reply Last reply
            0
            • S Superdad

              Da kommt Invalid device: No such device.

              L Offline
              L Offline
              ltsalvatore
              wrote on last edited by
              #46

              @Superdad sagte in INTEL NUC Kit NUC8i5BEK Proxmox+Debian VM kein Onboard BT:

              Da kommt Invalid device: No such device.

              dann ist der bt adapter vom nuc noch nicht richtig durchgereicht an die VM

              unltdnetworxU 1 Reply Last reply
              0
              • S Offline
                S Offline
                Superdad
                wrote on last edited by
                #47

                Kannst du mir erklären wie man das macht mit dem durchreichen?
                Habe von Linux fast keine Ahnung.

                CCU3

                iOBroker auf IntelNUC Proxmox

                1 Reply Last reply
                0
                • L ltsalvatore

                  @Superdad sagte in INTEL NUC Kit NUC8i5BEK Proxmox+Debian VM kein Onboard BT:

                  Da kommt Invalid device: No such device.

                  dann ist der bt adapter vom nuc noch nicht richtig durchgereicht an die VM

                  unltdnetworxU Offline
                  unltdnetworxU Offline
                  unltdnetworx
                  Developer
                  wrote on last edited by
                  #48

                  @ltsalvatore
                  Ich denke, dass es noch nicht mal richtig auf dem Host läuft. Daher auch kein Device.

                  Welche Treiber hast du denn wohin kopiert?

                  Gruß, Michael
                  Weitere Infos im Profil.
                  Wenn euch der Beitrag weitergeholfen hat, könnt ihr die Bewertung rechts unten im Beitrag nutzen.

                  1 Reply Last reply
                  0
                  • unltdnetworxU Offline
                    unltdnetworxU Offline
                    unltdnetworx
                    Developer
                    wrote on last edited by
                    #49
                    hciconfig -a
                    

                    Ergibt vermutlich kein Gerät auf dem Proxmox

                    Gruß, Michael
                    Weitere Infos im Profil.
                    Wenn euch der Beitrag weitergeholfen hat, könnt ihr die Bewertung rechts unten im Beitrag nutzen.

                    L 1 Reply Last reply
                    0
                    • unltdnetworxU unltdnetworx
                      hciconfig -a
                      

                      Ergibt vermutlich kein Gerät auf dem Proxmox

                      L Offline
                      L Offline
                      ltsalvatore
                      wrote on last edited by
                      #50

                      @unltdnetworx sagte in INTEL NUC Kit NUC8i5BEK Proxmox+Debian VM kein Onboard BT:

                      hciconfig -a
                      

                      Ergibt vermutlich kein Gerät auf dem Proxmox

                      was aber auch bei einem korrekt durchgeschliffenen BT an einem VM der fall wäre.

                      1 Reply Last reply
                      0
                      • S Offline
                        S Offline
                        Superdad
                        wrote on last edited by
                        #51

                        Ich hatte unter der PVE Bluez installiert.
                        Dann die iwlwifi Dateien unter /lib/firmware kopiert.
                        Dann in Proxmox Reboot.
                        Habe ja zwei Adressen.
                        Einmal 192.168.1.132 fürs pve.
                        Und 192.168.1.136 für iobroker.

                        Unter iobroker gibt es ja kein /lib/firmware

                        CCU3

                        iOBroker auf IntelNUC Proxmox

                        1 Reply Last reply
                        0
                        • S Offline
                          S Offline
                          Superdad
                          wrote on last edited by
                          #52

                          Habe ich auf einer andern Seite gefunden.
                          Und mal ausgeführt.
                          Vielleicht könnt ihr damit was anfangen?

                          root@pve:~# dmesg |grep iwlwifi
                          [    4.537177] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
                          [    4.547087] iwlwifi 0000:00:14.3: loaded firmware version 34.0.0 op_mode iwlmvm
                          [    4.567216] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
                          [    4.620137] iwlwifi 0000:00:14.3: base HW address: d8:f2:ca:31:d5:26
                          [    4.689043] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
                          

                          CCU3

                          iOBroker auf IntelNUC Proxmox

                          1 Reply Last reply
                          0
                          • L Offline
                            L Offline
                            ltsalvatore
                            wrote on last edited by
                            #53

                            nebenbei gefragt..
                            welche debian version hast du drauf..
                            ich habe die erfahrung gemacht, dass es erst ab der 4.19 läuft.

                            crunchipC 1 Reply Last reply
                            0
                            • S Offline
                              S Offline
                              Superdad
                              wrote on last edited by
                              #54

                              Linux pve 4.15.18-16-pve #1 SMP PVE 4.15.18-41

                              CCU3

                              iOBroker auf IntelNUC Proxmox

                              1 Reply Last reply
                              0
                              • S Offline
                                S Offline
                                Superdad
                                wrote on last edited by
                                #55

                                Oh Gott!!!!!!!
                                Wie mache ich denn ein Upgrade auf 4.19?

                                CCU3

                                iOBroker auf IntelNUC Proxmox

                                1 Reply Last reply
                                0
                                • L ltsalvatore

                                  nebenbei gefragt..
                                  welche debian version hast du drauf..
                                  ich habe die erfahrung gemacht, dass es erst ab der 4.19 läuft.

                                  crunchipC Away
                                  crunchipC Away
                                  crunchip
                                  Forum Testing Most Active
                                  wrote on last edited by crunchip
                                  #56

                                  @Superdad @ltsalvatore grade gesehen, das du hier schon geantwortet hast und wollte den Link von dir einfügen.
                                  Hatte ich damals auch mit meinem Zotac das Problem mit dem Kernel.
                                  Ein Proxmox Update bringt mittlerweile diesen
                                  0c5ac9af-8682-41f3-9ca4-fe3c068a022a-image.png.

                                  umgestiegen von Proxmox auf Unraid

                                  L 1 Reply Last reply
                                  0
                                  • crunchipC crunchip

                                    @Superdad @ltsalvatore grade gesehen, das du hier schon geantwortet hast und wollte den Link von dir einfügen.
                                    Hatte ich damals auch mit meinem Zotac das Problem mit dem Kernel.
                                    Ein Proxmox Update bringt mittlerweile diesen
                                    0c5ac9af-8682-41f3-9ca4-fe3c068a022a-image.png.

                                    L Offline
                                    L Offline
                                    ltsalvatore
                                    wrote on last edited by ltsalvatore
                                    #57

                                    @crunchip sagte in INTEL NUC Kit NUC8i5BEK Proxmox+Debian VM kein Onboard BT:

                                    @Superdad @ltsalvatore grade gesehen, das du hier schon geantwortet hast und wollte den Link von dir einfügen.
                                    Hatte ich damals auch mit meinem Zotac das Problem mit dem Kernel.

                                    jo tatsache..
                                    habe ich gerade auch noch mal durchgelesen und bei mir geschaut..
                                    hab ja selbst auch kein 4.19 kernel drauf und es läuft.

                                    hatte wohl etwas den überblick verloren :relaxed:

                                    @Superdad
                                    ich würde sagen, geh doch noch mal auf den link, den crunchip gepostet hat, und dann komplett die anleitung/anweisungen durch, die da stehen.
                                    ich hatte ja auch die gleichen probleme damit und hatte dann schlussendlich erfolg.
                                    es müsste alles was benötigt wird da auch irgendwo drin stehen.

                                    1 Reply Last reply
                                    0
                                    • S Offline
                                      S Offline
                                      Superdad
                                      wrote on last edited by
                                      #58

                                      OK! Mach ich.
                                      Hatte gerade geschaut und das Update schon angeworfen.
                                      Es wird 4.19.0 angeboten.

                                      Also nicht ausführen?

                                      CCU3

                                      iOBroker auf IntelNUC Proxmox

                                      1 Reply Last reply
                                      0
                                      • crunchipC Away
                                        crunchipC Away
                                        crunchip
                                        Forum Testing Most Active
                                        wrote on last edited by
                                        #59

                                        dieses Update´s stehen bei mir an
                                        also noch mal ein Kernel update
                                        6b5a9a88-d691-451c-8d44-8372d4a6fd61-image.png

                                        umgestiegen von Proxmox auf Unraid

                                        1 Reply Last reply
                                        0
                                        • L Offline
                                          L Offline
                                          ltsalvatore
                                          wrote on last edited by
                                          #60

                                          offen gestanden kann es nicht schaden, die updates auszuführen,
                                          habe diese bei mir die tage auch alles ausgeführt, und der BT läuft ja immer noch.

                                          ich habe hier noch ein paar von meinen notizen, die vielleicht helfen könnten:

                                          Pass Hardware Through To VM

                                          • Activate IOMMU
                                            o BIOS
                                             IOMMU is Intel's name for VT-x (virtual memory & execution) and VT-d (virtual PCIe addressing for peripherals) activate IOMMU on BIOS by enabling VT-d or intel virtualisation technology for Intel CPU
                                            o Changes On Proxmox Host
                                             vim /etc/default/grub
                                             change GRUB_CMDLINE_LINUX_DEFAULT="quiet" to GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
                                             then # update-grub
                                             reboot
                                             enter dmesg | grep -e DMAR -e IOMMU
                                             you should get an output

                                          • Pass Through USB
                                            o https://www.synetec.de/linux/usb-geraet-an-vm-durchreichen-usb-passthrough-auf-proxmox-ve/
                                            o lsusb -t

                                          Troubleshooting

                                          • Bluetooth
                                            o Install Bluetooth Apps and Services
                                             apt-get install bluetooth bluez-hcidump bluez blueman libcap2-bin arp-scan libbluetooth-dev libudev-dev
                                            o check if Bluetooth is started
                                             sudo service bluetooth status
                                             sudo service bluetooth start
                                             sudo service bluetooth stop
                                            o ping a device
                                             sudo l2ping -i hci0 -c1 AC:CF:5C:5D:E5:11
                                            o scan for devices on selected interface
                                             hcitool -i hci0 scan
                                            o check which interface is used
                                             hciconfig -a
                                            o check which bus/port BT is using
                                             lsusb -t

                                          und was schlussendlich bei mir funktioniert hatte um den BT von gelb auf grün zu bekommen war dann dieser befehl hier:
                                           sudo setcap cap_net_raw+eip $(eval readlink -f which node)

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          633

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe