Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
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

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.6k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.1k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    2.9k

INTEL NUC Kit NUC8i5BEK Proxmox+Debian VM kein Onboard BT

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
189 Beiträge 18 Kommentatoren 21.8k Aufrufe 10 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • S Offline
    S Offline
    Superdad
    schrieb am zuletzt editiert von
    #99

    Ich probier die ganze Zeit schon alle möglichen Kombis.
    Und nach gefühlten 10000 Reboots immer noch kein Ergebnis.

    CCU3

    iOBroker auf IntelNUC Proxmox

    unltdnetworxU 1 Antwort Letzte Antwort
    0
    • S Superdad

      Ich probier die ganze Zeit schon alle möglichen Kombis.
      Und nach gefühlten 10000 Reboots immer noch kein Ergebnis.

      unltdnetworxU Offline
      unltdnetworxU Offline
      unltdnetworx
      Developer
      schrieb am zuletzt editiert von unltdnetworx
      #100

      @Superdad
      Kopier dir mal aus diesem Repo die genannten ucode-Dateien in den lib/firmware des Host und aus dem Unterordnen Intel alle 17-irgendwas ebenfalls in den Unterordner /lib/firmware/intel. Die neueste 17-2 hatte ich wieder gelöscht, damit ging es bei mir nicht.

      Danach Reboot des Host und mal die ioBroker VM anhalten, damit nichts durchgereicht wird.

      Ein

      hciconfig -a
      

      sollte dann was auswerfen.

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

      1 Antwort Letzte Antwort
      1
      • S Offline
        S Offline
        Superdad
        schrieb am zuletzt editiert von
        #101

        root@pve:~# Hciconfig -a
        -bash: Hciconfig: command not found

        CCU3

        iOBroker auf IntelNUC Proxmox

        L 1 Antwort Letzte Antwort
        0
        • S Superdad

          root@pve:~# Hciconfig -a
          -bash: Hciconfig: command not found

          L Offline
          L Offline
          ltsalvatore
          schrieb am zuletzt editiert von
          #102

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

          root@pve:~# Hciconfig -a
          -bash: Hciconfig: command not found

          case sensitive

          hciconfig -a

          unltdnetworxU 1 Antwort Letzte Antwort
          0
          • L ltsalvatore

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

            root@pve:~# Hciconfig -a
            -bash: Hciconfig: command not found

            case sensitive

            hciconfig -a

            unltdnetworxU Offline
            unltdnetworxU Offline
            unltdnetworx
            Developer
            schrieb am zuletzt editiert von
            #103

            @ltsalvatore
            Sry. Am Handy getippt

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

            1 Antwort Letzte Antwort
            0
            • S Offline
              S Offline
              Superdad
              schrieb am zuletzt editiert von
              #104

              Sorry!
              Dann:

              root@pve:~# hciconfig -a
              hci0:   Type: Primary  Bus: USB
                      BD Address: D8:F2:CA:31:D5:2A  ACL MTU: 1021:4  SCO MTU: 96:6
                      UP RUNNING 
                      RX bytes:745 acl:0 sco:0 events:51 errors:0
                      TX bytes:2187 acl:0 sco:0 commands:51 errors:0
                      Features: 0xbf 0xfe 0x0f 0xfe 0xdb 0xff 0x7b 0x87
                      Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
                      Link policy: RSWITCH SNIFF 
                      Link mode: SLAVE ACCEPT 
                      Name: 'pve'
                      Class: 0x000104
                      Service Classes: Unspecified
                      Device Class: Computer, Desktop workstation
                      HCI Version:  (0x9)  Revision: 0x100
                      LMP Version:  (0x9)  Subversion: 0x100
                      Manufacturer: Intel Corp. (2)
              

              CCU3

              iOBroker auf IntelNUC Proxmox

              L 1 Antwort Letzte Antwort
              0
              • S Superdad

                Sorry!
                Dann:

                root@pve:~# hciconfig -a
                hci0:   Type: Primary  Bus: USB
                        BD Address: D8:F2:CA:31:D5:2A  ACL MTU: 1021:4  SCO MTU: 96:6
                        UP RUNNING 
                        RX bytes:745 acl:0 sco:0 events:51 errors:0
                        TX bytes:2187 acl:0 sco:0 commands:51 errors:0
                        Features: 0xbf 0xfe 0x0f 0xfe 0xdb 0xff 0x7b 0x87
                        Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
                        Link policy: RSWITCH SNIFF 
                        Link mode: SLAVE ACCEPT 
                        Name: 'pve'
                        Class: 0x000104
                        Service Classes: Unspecified
                        Device Class: Computer, Desktop workstation
                        HCI Version:  (0x9)  Revision: 0x100
                        LMP Version:  (0x9)  Subversion: 0x100
                        Manufacturer: Intel Corp. (2)
                
                L Offline
                L Offline
                ltsalvatore
                schrieb am zuletzt editiert von
                #105

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

                Sorry!
                Dann:

                root@pve:~# hciconfig -a
                hci0:   Type: Primary  Bus: USB
                        BD Address: D8:F2:CA:31:D5:2A  ACL MTU: 1021:4  SCO MTU: 96:6
                        UP RUNNING 
                        RX bytes:745 acl:0 sco:0 events:51 errors:0
                        TX bytes:2187 acl:0 sco:0 commands:51 errors:0
                        Features: 0xbf 0xfe 0x0f 0xfe 0xdb 0xff 0x7b 0x87
                        Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
                        Link policy: RSWITCH SNIFF 
                        Link mode: SLAVE ACCEPT 
                        Name: 'pve'
                        Class: 0x000104
                        Service Classes: Unspecified
                        Device Class: Computer, Desktop workstation
                        HCI Version:  (0x9)  Revision: 0x100
                        LMP Version:  (0x9)  Subversion: 0x100
                        Manufacturer: Intel Corp. (2)
                

                sieht doch prima aus..

                jetzt noch an die VM durchreichen

                1 Antwort Letzte Antwort
                0
                • S Offline
                  S Offline
                  Superdad
                  schrieb am zuletzt editiert von
                  #106

                  Ich habe jetzt ein:

                  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 4: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 12M
                      |__ Port 4: Dev 2, If 2, Class=Human Interface Device, Driver=usbhid, 12M
                      |__ Port 4: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
                      |__ Port 10: Dev 3, If 0, Class=Wireless, Driver=btusb, 12M
                      |__ Port 10: Dev 3, If 1, Class=Wireless, Driver=btusb, 12M
                  

                  CCU3

                  iOBroker auf IntelNUC Proxmox

                  unltdnetworxU 1 Antwort Letzte Antwort
                  0
                  • S Superdad

                    Ich habe jetzt ein:

                    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 4: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 12M
                        |__ Port 4: Dev 2, If 2, Class=Human Interface Device, Driver=usbhid, 12M
                        |__ Port 4: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
                        |__ Port 10: Dev 3, If 0, Class=Wireless, Driver=btusb, 12M
                        |__ Port 10: Dev 3, If 1, Class=Wireless, Driver=btusb, 12M
                    
                    unltdnetworxU Offline
                    unltdnetworxU Offline
                    unltdnetworx
                    Developer
                    schrieb am zuletzt editiert von unltdnetworx
                    #107

                    @Superdad
                    Läuft. Dann sollte der Adapter auch grün werden. Dir haben die beiden Dateien gefehlt

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

                    1 Antwort Letzte Antwort
                    0
                    • S Offline
                      S Offline
                      Superdad
                      schrieb am zuletzt editiert von
                      #108

                      Dann muss ich jetzt die Datei öffnen und eintragen, oder?

                      CCU3

                      iOBroker auf IntelNUC Proxmox

                      unltdnetworxU 1 Antwort Letzte Antwort
                      0
                      • S Offline
                        S Offline
                        Superdad
                        schrieb am zuletzt editiert von
                        #109

                        Welche Dateien meinst du?
                        Für später mal zur Info.

                        CCU3

                        iOBroker auf IntelNUC Proxmox

                        unltdnetworxU 1 Antwort Letzte Antwort
                        0
                        • S Superdad

                          Dann muss ich jetzt die Datei öffnen und eintragen, oder?

                          unltdnetworxU Offline
                          unltdnetworxU Offline
                          unltdnetworx
                          Developer
                          schrieb am zuletzt editiert von
                          #110

                          @Superdad
                          nur 10-3 durchreichen

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

                          L 1 Antwort Letzte Antwort
                          0
                          • S Superdad

                            Welche Dateien meinst du?
                            Für später mal zur Info.

                            unltdnetworxU Offline
                            unltdnetworxU Offline
                            unltdnetworx
                            Developer
                            schrieb am zuletzt editiert von
                            #111

                            @Superdad
                            Die aus dem Unterordner Intel

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

                            1 Antwort Letzte Antwort
                            0
                            • S Offline
                              S Offline
                              Superdad
                              schrieb am zuletzt editiert von
                              #112

                              Muss das nicht 1-10 sein?

                              CCU3

                              iOBroker auf IntelNUC Proxmox

                              1 Antwort Letzte Antwort
                              0
                              • unltdnetworxU unltdnetworx

                                @Superdad
                                nur 10-3 durchreichen

                                L Offline
                                L Offline
                                ltsalvatore
                                schrieb am zuletzt editiert von
                                #113

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

                                @Superdad
                                nur 10-3 durchreichen

                                du meinst, 1-10, oder?!

                                unltdnetworxU 1 Antwort Letzte Antwort
                                0
                                • S Offline
                                  S Offline
                                  Superdad
                                  schrieb am zuletzt editiert von
                                  #114

                                  Noch eine Frage.
                                  Muss ich auf der VM auch "service bluetooth start" ausführen?

                                  CCU3

                                  iOBroker auf IntelNUC Proxmox

                                  unltdnetworxU 2 Antworten Letzte Antwort
                                  0
                                  • L ltsalvatore

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

                                    @Superdad
                                    nur 10-3 durchreichen

                                    du meinst, 1-10, oder?!

                                    unltdnetworxU Offline
                                    unltdnetworxU Offline
                                    unltdnetworx
                                    Developer
                                    schrieb am zuletzt editiert von
                                    #115

                                    @ltsalvatore
                                    1-10. Ja xD

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

                                    1 Antwort Letzte Antwort
                                    0
                                    • S Superdad

                                      Noch eine Frage.
                                      Muss ich auf der VM auch "service bluetooth start" ausführen?

                                      unltdnetworxU Offline
                                      unltdnetworxU Offline
                                      unltdnetworx
                                      Developer
                                      schrieb am zuletzt editiert von
                                      #116

                                      @Superdad

                                      sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev libcap2-bin
                                      

                                      Auf der VM

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

                                      1 Antwort Letzte Antwort
                                      1
                                      • S Superdad

                                        Noch eine Frage.
                                        Muss ich auf der VM auch "service bluetooth start" ausführen?

                                        unltdnetworxU Offline
                                        unltdnetworxU Offline
                                        unltdnetworx
                                        Developer
                                        schrieb am zuletzt editiert von
                                        #117

                                        @Superdad
                                        Und

                                        sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)
                                        

                                        halt noch.

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

                                        1 Antwort Letzte Antwort
                                        1
                                        • S Offline
                                          S Offline
                                          Superdad
                                          schrieb am zuletzt editiert von
                                          #118

                                          Da kommt aber keine Meldung.

                                          root@iOBrokerNUC:~# sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)
                                          root@iOBrokerNUC:~#
                                          
                                          

                                          CCU3

                                          iOBroker auf IntelNUC Proxmox

                                          unltdnetworxU 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          809

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe