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.5k

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

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

INTEL NUC Kit NUC8i5BEK Proxmox+Debian VM kein Onboard BT

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
189 Beiträge 18 Kommentatoren 21.7k 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.
  • L ltsalvatore

    hi zusammen
    nachdem ich diverse threads und beiträge mir angeschaut habe, bin ich jetzt doch im richtigen tread gelandet.
    auch ich habe einen NUC8i5BEK auf dem proxmox läuft. auf diesem habe iobroker auf eine debian VM mit kernel 4.9 inst.

    irgendwie bekomme ich es immer noch nicht hin, dass der BT adapter in iobroker bzw. debian erkannt wird.
    ich habe das gefühl, dass das BT gerät einfach noch nicht durchgereicht wird.

    normalerweise sollte es doch reichen, wenn man in der VM unter hardware das passende usb device hinzufügt.

    root@ltserver:/etc/pve/qemu-server# lsusb -t
    /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 10000M
        |__ Port 2: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
    /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
        |__ Port 10: Dev 3, If 0, Class=Wireless, Driver=usbfs, 12M
        |__ Port 10: Dev 3, If 1, Class=Wireless, Driver=usbfs, 12M
    
    

    das wäre bei mir dann host 1-10

    2019-02-22 00_49_47-ltserver - Proxmox Virtual Environment.jpg

    auf der VM sieht es dann folgendermaßen aus:

    iobroker@shsrv:~$ sudo service bluetooth start
    iobroker@shsrv:~$ sudo service bluetooth status
    ● bluetooth.service - Bluetooth service
       Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
       Active: active (running) since Thu 2019-02-21 21:51:54 CET; 1s ago
         Docs: man:bluetoothd(8)
     Main PID: 1799 (bluetoothd)
       Status: "Running"
        Tasks: 1 (limit: 4915)
       CGroup: /system.slice/bluetooth.service
               └─1799 /usr/lib/bluetooth/bluetoothd
    
    Feb 21 21:51:54 shsrv systemd[1]: Starting Bluetooth service...
    Feb 21 21:51:54 shsrv bluetoothd[1799]: Bluetooth daemon 5.43
    Feb 21 21:51:54 shsrv systemd[1]: Started Bluetooth service.
    Feb 21 21:51:54 shsrv bluetoothd[1799]: Starting SDP server
    Feb 21 21:51:54 shsrv bluetoothd[1799]: Bluetooth management interface 1.14 initialized
    

    führe ich jetzt einen ping auf eine meiner geräte aus bekomme ich folgende fehlermeldung

    iobroker@shsrv:~$ sudo l2ping -i hci0 -c1 AC:CF:5C:5B:E5:A2
    Can't connect: No route to host
    

    ein lsusb -t auf der iobroker VM zeigt folgendes

    iobroker@shsrv:~$ lsusb -t
    /:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
    /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
    /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
        |__ Port 1: Dev 2, If 0, Class=Wireless, Driver=, 12M
        |__ Port 1: Dev 2, If 1, Class=Wireless, Driver=, 12M
    

    bei einem hciconfig -a wird jedoch nichts angezeigt.

    testweise habe ich einen usb BT dongle an die NUC angeschlossen und mit dieser hat es anstandslos funktioniert.
    der ble adapter im iobroker konnte den BT dongle direkt ansprechen.

    für jede hilfe bin ich euch sehr dankbar

    SegwayS Offline
    SegwayS Offline
    Segway
    schrieb am zuletzt editiert von
    #26

    @ltsalvatore
    Hilft dir das hier weiter

    Gruß Dirk
    Intel Proxmox Cluster (3x NUC) mit Debian & Proxmox / IoB als VM unter Debian / 60+ Adapter installiert

    L 1 Antwort Letzte Antwort
    0
    • SegwayS Segway

      @ltsalvatore
      Hilft dir das hier weiter

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

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

      @ltsalvatore
      Hilft dir das hier weiter

      hi segway,

      leider nein..
      hab mir den thread schon ein paar mal durchgelesen und diverses ausprobiert.. aber ohne erfolg.

      L 1 Antwort Letzte Antwort
      0
      • lobomauL lobomau

        Es scheint grundsätzlich zu laufen (siehe unten).

        Jetzt muss ich es nur schaffen einen ioBroker-Adapter damit zum Laufen zu bekommen.

        iobroker@iobroker-ubuntu:/$ sudo service bluetooth status
        ● bluetooth.service - Bluetooth service
           Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
           Active: active (running) since Thu 2019-02-07 18:09:56 CET; 3h 19min ago
             Docs: man:bluetoothd(8)
         Main PID: 785 (bluetoothd)
           Status: "Running"
            Tasks: 1 (limit: 4546)
           CGroup: /system.slice/bluetooth.service
                   └─785 /usr/lib/bluetooth/bluetoothd
        
        Feb 07 18:09:56 iobroker-ubuntu systemd[1]: Starting Bluetooth service...
        Feb 07 18:09:56 iobroker-ubuntu bluetoothd[785]: Bluetooth daemon 5.48
        Feb 07 18:09:56 iobroker-ubuntu bluetoothd[785]: Starting SDP server
        Feb 07 18:09:56 iobroker-ubuntu bluetoothd[785]: Bluetooth management interface
        Feb 07 18:09:56 iobroker-ubuntu systemd[1]: Started Bluetooth service.
        

        Edit: läuft tatsächlich, nur sehr schlecht, deswegen dachte ich schon es geht nicht. Entweder irgendwas noch falsch oder der brix gigabyte hat so ein schlechtes BT installiert. gTag liegt 1m entfernt und häufiger false als true.

        Z Offline
        Z Offline
        Zipkart
        schrieb am zuletzt editiert von
        #28

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

        der brix gigabyte

        Wie ich gesehen habe nutzt du einen Gigabyte BRIXX als NUC.

        Ist es zufällig ein BACE 3150?
        Den habe ich nämlich und finde kein Blietooth ist device zum durchreichen.
        Wie hast du es denn bei Proxmox in die VM eingebunden?

        Gruß
        Stefan

        Produktiv Proxmox / NUC / IOBroker / RFLInk / Mysensor / Raspimatic / Keymatic / HUE / MiHome / Tradfri / Shelly / SOnOff / Alexa / Sonos / Wandtablet / iPad

        Testsystem…
        immer mal wieder unterschiedlich

        lobomauL 1 Antwort Letzte Antwort
        0
        • L ltsalvatore

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

          @ltsalvatore
          Hilft dir das hier weiter

          hi segway,

          leider nein..
          hab mir den thread schon ein paar mal durchgelesen und diverses ausprobiert.. aber ohne erfolg.

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

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

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

          @ltsalvatore
          Hilft dir das hier weiter

          hi segway,

          leider nein..
          hab mir den thread schon ein paar mal durchgelesen und diverses ausprobiert.. aber ohne erfolg.

          EDIT:
          ich habe zum testen mal eine vm mit Ubuntu 18.04.1 LTS aufgesetzt und dort funktioniert der on board BT tadellos. :thinking_face:

          1 Antwort Letzte Antwort
          0
          • Z Zipkart

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

            der brix gigabyte

            Wie ich gesehen habe nutzt du einen Gigabyte BRIXX als NUC.

            Ist es zufällig ein BACE 3150?
            Den habe ich nämlich und finde kein Blietooth ist device zum durchreichen.
            Wie hast du es denn bei Proxmox in die VM eingebunden?

            Gruß
            Stefan

            lobomauL Offline
            lobomauL Offline
            lobomau
            schrieb am zuletzt editiert von lobomau
            #30

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

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

            der brix gigabyte

            Wie ich gesehen habe nutzt du einen Gigabyte BRIXX als NUC.

            Ist es zufällig ein BACE 3150?
            Den habe ich nämlich und finde kein Blietooth ist device zum durchreichen.
            Wie hast du es denn bei Proxmox in die VM eingebunden?

            Gruß
            Stefan

            Ja, genau den habe ich.
            Ich habe die Benutzung des BT wieder verworfen, weil der Empfang so schlecht war. Wäre interessant zu wissen ob ich was falsch gemacht habe oder es wirklich ein schlechtes Modul verbaut ist. Wie ich es hinbekommen habe, steht weiter vorne in diesem thread.

            Edit: bei mir läuft 18.04. LTS Ubuntu Server

            Host: NUC8i3 mit Proxmox:

            • ioBroker CT Debian 13, npm 10.9.3, nodejs 22.20.0
            • Slave: Pi4
            1 Antwort Letzte Antwort
            0
            • L Offline
              L Offline
              ltsalvatore
              schrieb am zuletzt editiert von ltsalvatore
              #31

              hallo zusammen,
              da ich heute etwas mehr zeit habe, wollte ich mich nochmal dem thema on Board BT Intel 9560 meines NUCs widmen.
              es würde mich sehr freuen, wenn mir jemand von euch dabei helfen könnte, das endlich ans laufen zu bekommen :slightly_smiling_face:

              wie bereits oben beschrieben habe ich das problem dass der BT des NUC 8i5BEK, nachdem dieser an die VM durchgereicht wurde, dennoch nicht erkannt wird.

              auf ner ubuntu oder windows vm funktioniert das durchreichen und benutzen des BT Adapters problemlos.

              nur auf dem debian mit dem folgenden kernel 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3 (2019-02-02) x86_64 GNU/Linux will es einfach nicht funktionieren.

              weiter oben hatte ich gelesen, dass der BT adapter zu neu ist, und man den neusten kernel 4.19 benötigt.

              mein problem bei der sache: ich hab leider noch nicht das knowhow wie ich so ein kernel update durchführen kann.

              irgendwann hab ich auch mal angefangen irgendwelche dateien in den ordner lib/firmware des proxmox servers zu kopieren, wobei ich nicht weis, ob da nun die richtigen treiber für den intel 9560 adapter nun dabei sind:

              -rw-r--r-- 1 root root 335056 Oct 30 15:14 iwlwifi-1000-3.ucode
              -rw-r--r-- 1 root root 337520 Oct 30 15:14 iwlwifi-1000-5.ucode
              -rw-r--r-- 1 root root 337572 Oct 30 15:14 iwlwifi-100-5.ucode
              -rw-r--r-- 1 root root 689680 Oct 30 15:14 iwlwifi-105-6.ucode
              -rw-r--r-- 1 root root 701228 Oct 30 15:14 iwlwifi-135-6.ucode
              -rw-r--r-- 1 root root 695876 Oct 30 15:14 iwlwifi-2000-6.ucode
              -rw-r--r-- 1 root root 707392 Oct 30 15:14 iwlwifi-2030-6.ucode
              -rw-r--r-- 1 root root 609892 Oct 30 15:14 iwlwifi-3160-10.ucode
              -rw-r--r-- 1 root root 683996 Oct 30 15:14 iwlwifi-3160-12.ucode
              -rw-r--r-- 1 root root 688616 Oct 30 15:14 iwlwifi-3160-13.ucode
              -rw-r--r-- 1 root root 918268 Oct 30 15:14 iwlwifi-3160-17.ucode
              -rw-r--r-- 1 root root 670484 Oct 30 15:14 iwlwifi-3160-7.ucode
              -rw-r--r-- 1 root root 669872 Oct 30 15:14 iwlwifi-3160-9.ucode
              -rw-r--r-- 1 root root 1036276 Oct 30 15:14 iwlwifi-3168-29.ucode
              -rw-r--r-- 1 root root 150100 Oct 30 15:14 iwlwifi-3945-2.ucode
              -rw-r--r-- 1 root root 187972 Oct 30 15:14 iwlwifi-4965-2.ucode
              -rw-r--r-- 1 root root 353240 Oct 30 15:14 iwlwifi-5000-2.ucode
              -rw-r--r-- 1 root root 340696 Oct 30 15:14 iwlwifi-5000-5.ucode
              -rw-r--r-- 1 root root 337400 Oct 30 15:14 iwlwifi-5150-2.ucode
              -rw-r--r-- 1 root root 454608 Oct 30 15:14 iwlwifi-6000-4.ucode
              -rw-r--r-- 1 root root 444128 Oct 30 15:14 iwlwifi-6000g2a-5.ucode
              -rw-r--r-- 1 root root 677296 Oct 30 15:14 iwlwifi-6000g2a-6.ucode
              -rw-r--r-- 1 root root 460236 Oct 30 15:14 iwlwifi-6000g2b-5.ucode
              -rw-r--r-- 1 root root 679436 Oct 30 15:14 iwlwifi-6000g2b-6.ucode
              -rw-r--r-- 1 root root 463692 Oct 30 15:14 iwlwifi-6050-4.ucode
              -rw-r--r-- 1 root root 469780 Oct 30 15:14 iwlwifi-6050-5.ucode
              -rw-r--r-- 1 root root 672352 Oct 30 15:14 iwlwifi-7260-10.ucode
              -rw-r--r-- 1 root root 782300 Oct 30 15:14 iwlwifi-7260-12.ucode
              -rw-r--r-- 1 root root 786920 Oct 30 15:14 iwlwifi-7260-13.ucode
              -rw-r--r-- 1 root root 1049340 Oct 30 15:14 iwlwifi-7260-17.ucode
              -rw-r--r-- 1 root root 683236 Oct 30 15:14 iwlwifi-7260-7.ucode
              -rw-r--r-- 1 root root 680508 Oct 30 15:14 iwlwifi-7260-9.ucode
              -rw-r--r-- 1 root root 736844 Oct 30 15:14 iwlwifi-7265-10.ucode
              -rw-r--r-- 1 root root 880604 Oct 30 15:14 iwlwifi-7265-12.ucode
              -rw-r--r-- 1 root root 885224 Oct 30 15:14 iwlwifi-7265-13.ucode
              -rw-r--r-- 1 root root 1180412 Oct 30 15:14 iwlwifi-7265-17.ucode
              -rw-r--r-- 1 root root 697828 Oct 30 15:14 iwlwifi-7265-9.ucode
              -rw-r--r-- 1 root root 736844 Oct 30 15:14 iwlwifi-7265D-10.ucode
              -rw-r--r-- 1 root root 1002800 Oct 30 15:14 iwlwifi-7265D-12.ucode
              -rw-r--r-- 1 root root 1008692 Oct 30 15:14 iwlwifi-7265D-13.ucode
              -rw-r--r-- 1 root root 1036432 Oct 30 15:14 iwlwifi-7265D-29.ucode
              -rw-r--r-- 1 root root 2448976 Oct 30 15:14 iwlwifi-8000C-34.ucode
              -rw-r--r-- 1 root root 2440780 Oct 30 15:14 iwlwifi-8265-34.ucode
              -rw-r--r-- 1 root root 2678284 Oct 30 15:14 iwlwifi-9000-pu-b0-jf-b0-34.ucode_old
              -rw-r--r-- 1 root root 2543536 Feb 22 01:23 iwlwifi-9000-pu-b0-jf-b0-43.ucode
              -rw-r--r-- 1 root root 2678092 Oct 30 15:14 iwlwifi-9260-th-b0-jf-b0-34.ucode

              dann gibt es noch folgende dateien, mit denen ich noch weniger was anfangen kann..
              sind das firmware dateien für den bt adapter?
              wie spiele ich diese dann ein?
              wie mache ich ein firmware update?
              und welche von den ganzen ist die richtige/aktuellere datei für den BT Intel 9560?

              2019-03-03 15_59_28-C__Users_slt_Desktop_BT VM Proxmox_Firmware.jpg

              ein dmesg spuckt folgendes aus, wo ich der meinung bin, das ist nicht korrekt so:

              [ 4.318526] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
              [ 4.324066] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-9000-pu-b0-jf-b0-34.ucode failed with error -2
              [ 4.324076] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-9000-pu-b0-jf-b0-33.ucode failed with error -2
              [ 4.324083] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-9000-pu-b0-jf-b0-32.ucode failed with error -2
              [ 4.324091] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-9000-pu-b0-jf-b0-31.ucode failed with error -2
              [ 4.324098] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-9000-pu-b0-jf-b0-30.ucode failed with error -2
              [ 4.324100] iwlwifi 0000:00:14.3: no suitable firmware found!
              [ 4.324104] iwlwifi 0000:00:14.3: minimum version required: iwlwifi-9000-pu-b0-jf-b0-30
              [ 4.324108] iwlwifi 0000:00:14.3: maximum version supported: iwlwifi-9000-pu-b0-jf-b0-34
              [ 4.324111] iwlwifi 0000:00:14.3: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git

              ich danke euch schon mal im voraus.

              unltdnetworxU 1 Antwort Letzte Antwort
              0
              • L ltsalvatore

                hallo zusammen,
                da ich heute etwas mehr zeit habe, wollte ich mich nochmal dem thema on Board BT Intel 9560 meines NUCs widmen.
                es würde mich sehr freuen, wenn mir jemand von euch dabei helfen könnte, das endlich ans laufen zu bekommen :slightly_smiling_face:

                wie bereits oben beschrieben habe ich das problem dass der BT des NUC 8i5BEK, nachdem dieser an die VM durchgereicht wurde, dennoch nicht erkannt wird.

                auf ner ubuntu oder windows vm funktioniert das durchreichen und benutzen des BT Adapters problemlos.

                nur auf dem debian mit dem folgenden kernel 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3 (2019-02-02) x86_64 GNU/Linux will es einfach nicht funktionieren.

                weiter oben hatte ich gelesen, dass der BT adapter zu neu ist, und man den neusten kernel 4.19 benötigt.

                mein problem bei der sache: ich hab leider noch nicht das knowhow wie ich so ein kernel update durchführen kann.

                irgendwann hab ich auch mal angefangen irgendwelche dateien in den ordner lib/firmware des proxmox servers zu kopieren, wobei ich nicht weis, ob da nun die richtigen treiber für den intel 9560 adapter nun dabei sind:

                -rw-r--r-- 1 root root 335056 Oct 30 15:14 iwlwifi-1000-3.ucode
                -rw-r--r-- 1 root root 337520 Oct 30 15:14 iwlwifi-1000-5.ucode
                -rw-r--r-- 1 root root 337572 Oct 30 15:14 iwlwifi-100-5.ucode
                -rw-r--r-- 1 root root 689680 Oct 30 15:14 iwlwifi-105-6.ucode
                -rw-r--r-- 1 root root 701228 Oct 30 15:14 iwlwifi-135-6.ucode
                -rw-r--r-- 1 root root 695876 Oct 30 15:14 iwlwifi-2000-6.ucode
                -rw-r--r-- 1 root root 707392 Oct 30 15:14 iwlwifi-2030-6.ucode
                -rw-r--r-- 1 root root 609892 Oct 30 15:14 iwlwifi-3160-10.ucode
                -rw-r--r-- 1 root root 683996 Oct 30 15:14 iwlwifi-3160-12.ucode
                -rw-r--r-- 1 root root 688616 Oct 30 15:14 iwlwifi-3160-13.ucode
                -rw-r--r-- 1 root root 918268 Oct 30 15:14 iwlwifi-3160-17.ucode
                -rw-r--r-- 1 root root 670484 Oct 30 15:14 iwlwifi-3160-7.ucode
                -rw-r--r-- 1 root root 669872 Oct 30 15:14 iwlwifi-3160-9.ucode
                -rw-r--r-- 1 root root 1036276 Oct 30 15:14 iwlwifi-3168-29.ucode
                -rw-r--r-- 1 root root 150100 Oct 30 15:14 iwlwifi-3945-2.ucode
                -rw-r--r-- 1 root root 187972 Oct 30 15:14 iwlwifi-4965-2.ucode
                -rw-r--r-- 1 root root 353240 Oct 30 15:14 iwlwifi-5000-2.ucode
                -rw-r--r-- 1 root root 340696 Oct 30 15:14 iwlwifi-5000-5.ucode
                -rw-r--r-- 1 root root 337400 Oct 30 15:14 iwlwifi-5150-2.ucode
                -rw-r--r-- 1 root root 454608 Oct 30 15:14 iwlwifi-6000-4.ucode
                -rw-r--r-- 1 root root 444128 Oct 30 15:14 iwlwifi-6000g2a-5.ucode
                -rw-r--r-- 1 root root 677296 Oct 30 15:14 iwlwifi-6000g2a-6.ucode
                -rw-r--r-- 1 root root 460236 Oct 30 15:14 iwlwifi-6000g2b-5.ucode
                -rw-r--r-- 1 root root 679436 Oct 30 15:14 iwlwifi-6000g2b-6.ucode
                -rw-r--r-- 1 root root 463692 Oct 30 15:14 iwlwifi-6050-4.ucode
                -rw-r--r-- 1 root root 469780 Oct 30 15:14 iwlwifi-6050-5.ucode
                -rw-r--r-- 1 root root 672352 Oct 30 15:14 iwlwifi-7260-10.ucode
                -rw-r--r-- 1 root root 782300 Oct 30 15:14 iwlwifi-7260-12.ucode
                -rw-r--r-- 1 root root 786920 Oct 30 15:14 iwlwifi-7260-13.ucode
                -rw-r--r-- 1 root root 1049340 Oct 30 15:14 iwlwifi-7260-17.ucode
                -rw-r--r-- 1 root root 683236 Oct 30 15:14 iwlwifi-7260-7.ucode
                -rw-r--r-- 1 root root 680508 Oct 30 15:14 iwlwifi-7260-9.ucode
                -rw-r--r-- 1 root root 736844 Oct 30 15:14 iwlwifi-7265-10.ucode
                -rw-r--r-- 1 root root 880604 Oct 30 15:14 iwlwifi-7265-12.ucode
                -rw-r--r-- 1 root root 885224 Oct 30 15:14 iwlwifi-7265-13.ucode
                -rw-r--r-- 1 root root 1180412 Oct 30 15:14 iwlwifi-7265-17.ucode
                -rw-r--r-- 1 root root 697828 Oct 30 15:14 iwlwifi-7265-9.ucode
                -rw-r--r-- 1 root root 736844 Oct 30 15:14 iwlwifi-7265D-10.ucode
                -rw-r--r-- 1 root root 1002800 Oct 30 15:14 iwlwifi-7265D-12.ucode
                -rw-r--r-- 1 root root 1008692 Oct 30 15:14 iwlwifi-7265D-13.ucode
                -rw-r--r-- 1 root root 1036432 Oct 30 15:14 iwlwifi-7265D-29.ucode
                -rw-r--r-- 1 root root 2448976 Oct 30 15:14 iwlwifi-8000C-34.ucode
                -rw-r--r-- 1 root root 2440780 Oct 30 15:14 iwlwifi-8265-34.ucode
                -rw-r--r-- 1 root root 2678284 Oct 30 15:14 iwlwifi-9000-pu-b0-jf-b0-34.ucode_old
                -rw-r--r-- 1 root root 2543536 Feb 22 01:23 iwlwifi-9000-pu-b0-jf-b0-43.ucode
                -rw-r--r-- 1 root root 2678092 Oct 30 15:14 iwlwifi-9260-th-b0-jf-b0-34.ucode

                dann gibt es noch folgende dateien, mit denen ich noch weniger was anfangen kann..
                sind das firmware dateien für den bt adapter?
                wie spiele ich diese dann ein?
                wie mache ich ein firmware update?
                und welche von den ganzen ist die richtige/aktuellere datei für den BT Intel 9560?

                2019-03-03 15_59_28-C__Users_slt_Desktop_BT VM Proxmox_Firmware.jpg

                ein dmesg spuckt folgendes aus, wo ich der meinung bin, das ist nicht korrekt so:

                [ 4.318526] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
                [ 4.324066] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-9000-pu-b0-jf-b0-34.ucode failed with error -2
                [ 4.324076] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-9000-pu-b0-jf-b0-33.ucode failed with error -2
                [ 4.324083] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-9000-pu-b0-jf-b0-32.ucode failed with error -2
                [ 4.324091] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-9000-pu-b0-jf-b0-31.ucode failed with error -2
                [ 4.324098] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-9000-pu-b0-jf-b0-30.ucode failed with error -2
                [ 4.324100] iwlwifi 0000:00:14.3: no suitable firmware found!
                [ 4.324104] iwlwifi 0000:00:14.3: minimum version required: iwlwifi-9000-pu-b0-jf-b0-30
                [ 4.324108] iwlwifi 0000:00:14.3: maximum version supported: iwlwifi-9000-pu-b0-jf-b0-34
                [ 4.324111] iwlwifi 0000:00:14.3: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git

                ich danke euch schon mal im voraus.

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

                Hallo zusammen,

                sry, dass ich diesen alten Thread hochhole, aber einen neuen aufzumachen erschien mir nicht zweckmäßig.

                @ltsalvatore
                Da ich aktuell das gleiche Problem habe/hatte wollte ich nachfragen, ob du eine Lösung dafür gefunden hast.

                Meines Erachtens nach, liegt es wie bereits vermutet, an der zu alten Kernel-Version der Debian-VW. Mit einer Ubuntu 18.04 VM klappt es ohne weiteres zutun in der VM.

                Mein Vorgehen:
                Ich habe in Proxmox die Firmware für die Bluetooth-Hardware des NUC8i* installiert.
                Dazu einfach die beiden Dateien ibt-17-16-1.ddc und ibt-17-16-1.sfi (17-2 war bei meiner Proxmox-Version scheinbar zu neu und BT wollte auf dem Host nicht starten) in den Ordner /lib/firmware/intel kopieren.

                Außerdem noch die Dateien
                iwlwifi-9000-pu-b0-jf-b0-34.ucode
                iwlwifi-9260-th-b0-jf-b0-34.ucode
                in den Ordner /lib/firmware.
                (Ich habe jeweils alle Versionen aufsteigend bis 46 der beiden Dateien kopiert, welche exakt die neueste lauffähige war, kann ich nicht mehr sagen. Eigentlich sollte die iwlwifi-9000-pu-b0-jf-b0-46.ucode reichen.)

                Neustart und danach noch prüfen, ob BT auf dem Host startet.

                sudo dmesg | grep tooth
                

                sollte keine Probleme liefern.

                lsusb -t
                

                Da sollte etwa sowas wie

                Driver=btusb
                

                stehen. In deiner Ausgabe waren ja die beiden Driver leer.

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

                iobroker@shsrv:~$ lsusb -t
                /: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                |__ Port 1: Dev 2, If 0, Class=Wireless, Driver=, 12M
                |__ Port 1: Dev 2, If 1, Class=Wireless, Driver=, 12M

                Danach noch mittels grafischer Oberfläche durchgereicht und es funktioniert. Alle meine Versuche auch in der VW Firmware zu installieren schlugen fehl. Aber ioBroker läuft bei mir nun in Ubuntu-Minimal auch hervorragend. :relaxed:

                Ein

                lsusb -t
                

                liefert dann auch auf der VW die erwarteten Werte.

                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
                1
                • unltdnetworxU unltdnetworx

                  Hallo zusammen,

                  sry, dass ich diesen alten Thread hochhole, aber einen neuen aufzumachen erschien mir nicht zweckmäßig.

                  @ltsalvatore
                  Da ich aktuell das gleiche Problem habe/hatte wollte ich nachfragen, ob du eine Lösung dafür gefunden hast.

                  Meines Erachtens nach, liegt es wie bereits vermutet, an der zu alten Kernel-Version der Debian-VW. Mit einer Ubuntu 18.04 VM klappt es ohne weiteres zutun in der VM.

                  Mein Vorgehen:
                  Ich habe in Proxmox die Firmware für die Bluetooth-Hardware des NUC8i* installiert.
                  Dazu einfach die beiden Dateien ibt-17-16-1.ddc und ibt-17-16-1.sfi (17-2 war bei meiner Proxmox-Version scheinbar zu neu und BT wollte auf dem Host nicht starten) in den Ordner /lib/firmware/intel kopieren.

                  Außerdem noch die Dateien
                  iwlwifi-9000-pu-b0-jf-b0-34.ucode
                  iwlwifi-9260-th-b0-jf-b0-34.ucode
                  in den Ordner /lib/firmware.
                  (Ich habe jeweils alle Versionen aufsteigend bis 46 der beiden Dateien kopiert, welche exakt die neueste lauffähige war, kann ich nicht mehr sagen. Eigentlich sollte die iwlwifi-9000-pu-b0-jf-b0-46.ucode reichen.)

                  Neustart und danach noch prüfen, ob BT auf dem Host startet.

                  sudo dmesg | grep tooth
                  

                  sollte keine Probleme liefern.

                  lsusb -t
                  

                  Da sollte etwa sowas wie

                  Driver=btusb
                  

                  stehen. In deiner Ausgabe waren ja die beiden Driver leer.

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

                  iobroker@shsrv:~$ lsusb -t
                  /: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                  /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                  /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                  |__ Port 1: Dev 2, If 0, Class=Wireless, Driver=, 12M
                  |__ Port 1: Dev 2, If 1, Class=Wireless, Driver=, 12M

                  Danach noch mittels grafischer Oberfläche durchgereicht und es funktioniert. Alle meine Versuche auch in der VW Firmware zu installieren schlugen fehl. Aber ioBroker läuft bei mir nun in Ubuntu-Minimal auch hervorragend. :relaxed:

                  Ein

                  lsusb -t
                  

                  liefert dann auch auf der VW die erwarteten Werte.

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

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

                  Hallo zusammen,

                  sry, dass ich diesen alten Thread hochhole, aber einen neuen aufzumachen erschien mir nicht zweckmäßig.

                  @ltsalvatore
                  Da ich aktuell das gleiche Problem habe/hatte wollte ich nachfragen, ob du eine Lösung dafür gefunden hast.

                  Meines Erachtens nach, liegt es wie bereits vermutet, an der zu alten Kernel-Version der Debian-VW. Mit einer Ubuntu 18.04 VM klappt es ohne weiteres zutun in der VM.

                  Mein Vorgehen:
                  Ich habe in Proxmox die Firmware für die Bluetooth-Hardware des NUC8i* installiert.
                  Dazu einfach die beiden Dateien ibt-17-16-1.ddc und ibt-17-16-1.sfi (17-2 war bei meiner Proxmox-Version scheinbar zu neu und BT wollte auf dem Host nicht starten) in den Ordner /lib/firmware/intel kopieren.

                  Außerdem noch die Dateien
                  iwlwifi-9000-pu-b0-jf-b0-34.ucode
                  iwlwifi-9260-th-b0-jf-b0-34.ucode
                  in den Ordner /lib/firmware.
                  (Ich habe jeweils alle Versionen aufsteigend bis 46 der beiden Dateien kopiert, welche exakt die neueste lauffähige war, kann ich nicht mehr sagen. Eigentlich sollte die iwlwifi-9000-pu-b0-jf-b0-46.ucode reichen.)

                  Neustart und danach noch prüfen, ob BT auf dem Host startet.

                  sudo dmesg | grep tooth
                  

                  sollte keine Probleme liefern.

                  lsusb -t
                  

                  Da sollte etwa sowas wie

                  Driver=btusb
                  

                  stehen. In deiner Ausgabe waren ja die beiden Driver leer.

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

                  iobroker@shsrv:~$ lsusb -t
                  /: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                  /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                  /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                  |__ Port 1: Dev 2, If 0, Class=Wireless, Driver=, 12M
                  |__ Port 1: Dev 2, If 1, Class=Wireless, Driver=, 12M

                  Danach noch mittels grafischer Oberfläche durchgereicht und es funktioniert. Alle meine Versuche auch in der VW Firmware zu installieren schlugen fehl. Aber ioBroker läuft bei mir nun in Ubuntu-Minimal auch hervorragend. :relaxed:

                  Ein

                  lsusb -t
                  

                  liefert dann auch auf der VW die erwarteten Werte.

                  Hallo unltdnetworx

                  danke, dass du dir noch mal die zeit genommen hast der sache auf den grund zu gehen.
                  hatte das ganze schon fast vergessen und ein wenig habe ich auch den faden verloren gehabt, weil mir auch noch meine datei mit den ganzen notizen abhanden gekommen ist.

                  deshalb hole ich noch mal kurz aus:

                  kernel versionen:

                  • auf den proxmox server = v4.15.18-11-pve
                  • Listenpunktiobroker vm mit debian = v4.20.13

                  die ibt-17-16-1.ddc und ibt-17-16-1.sfi habe ich erstmal nicht in den intel ordner gepackt

                  dort habe ich aktuell folgende dateien

                  
                  root@ltserver:~# ls -l /lib/firmware/intel
                  total 1172
                  -rw-r--r-- 1 root root     18 Oct 30  2018 ibt-11-5.ddc
                  -rw-r--r-- 1 root root 595248 Oct 30  2018 ibt-11-5.sfi
                  -rw-r--r-- 1 root root     14 Oct 30  2018 ibt-12-16.ddc
                  -rw-r--r-- 1 root root 592656 Oct 30  2018 ibt-12-16.sfi
                  root@ltserver:~#
                  
                  

                  auf der debian VM mit iobroker gibt ein hciconfig -a folgendes aus:

                  NUC BT = hci0 on Bus3Port1 mit MAC 00:BB:60:54:F2:11
                  ext USB Stick BT = hci1 on Bus4Port1 mit MAC 00:02:5B:C4:A4:22

                  root@shsrv:/home/iobroker# hciconfig -a
                  hci0:   Type: Primary  Bus: USB
                          BD Address: 00:BB:60:54:F2:11  ACL MTU: 1021:4  SCO MTU: 96:6
                          UP RUNNING
                          RX bytes:791 acl:0 sco:0 events:56 errors:0
                          TX bytes:2234 acl:0 sco:0 commands:56 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: 'shsrv'
                          Class: 0x000000
                          Service Classes: Unspecified
                          Device Class: Miscellaneous,
                          HCI Version:  (0x9)  Revision: 0x100
                          LMP Version:  (0x9)  Subversion: 0x100
                          Manufacturer: Intel Corp. (2)
                  
                  hci1:   Type: Primary  Bus: USB
                          BD Address: 00:02:5B:C4:A4:22  ACL MTU: 310:10  SCO MTU: 64:8
                          UP RUNNING
                          RX bytes:640 acl:0 sco:0 events:41 errors:0
                          TX bytes:2169 acl:0 sco:0 commands:41 errors:0
                          Features: 0xff 0xff 0x8f 0xfe 0xdb 0xff 0x5b 0x87
                          Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
                          Link policy: RSWITCH HOLD SNIFF PARK
                          Link mode: SLAVE ACCEPT
                          Name: 'shsrv #2'
                          Class: 0x000000
                          Service Classes: Unspecified
                          Device Class: Miscellaneous,
                          HCI Version: 4.0 (0x6)  Revision: 0x22bb
                          LMP Version: 4.0 (0x6)  Subversion: 0x22bb
                          Manufacturer: Cambridge Silicon Radio (10)
                  
                  

                  auf der debian VM mit iobroker gibt ein lsusb -t folgendes aus:

                  root@shsrv:/home/iobroker# lsusb -t
                  /:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                  /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                      |__ Port 1: Dev 2, If 0, Class=Wireless, Driver=btusb, 12M
                      |__ Port 1: Dev 2, If 1, Class=Wireless, Driver=btusb, 12M
                  /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                      |__ Port 1: Dev 2, If 0, Class=Wireless, Driver=btusb, 12M
                      |__ Port 1: Dev 2, If 1, Class=Wireless, Driver=btusb, 12M
                      |__ Port 2: Dev 3, If 0, Class=Communications, Driver=cdc_acm, 12M
                      |__ Port 2: Dev 3, If 1, Class=CDC Data, Driver=cdc_acm, 12M
                  /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
                  /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                      |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
                  

                  wenn ich nun nach BT devices scanne, sowohl mit dem on board als auch mit dem USB BT
                  dann finde ich auch entsprechend geräte in der Umgebung

                  iobroker@shsrv:~$ hcitool -i hci0 scan
                  Scanning ...
                          CC:21:19:FB:50:33       S10P
                  		
                  iobroker@shsrv:~$ hcitool -i hci1 scan
                  Scanning ...
                          CC:21:19:FB:50:33       S10P
                  iobroker@shsrv:~$
                  

                  deshalb vermute ich, dass ich, aus welchen gründen auch immer, schon nen schritt weiter bin.

                  das einzige was ich gerade nicht verstehe...
                  beide Adapter im iobroker sind nicht auf grün, egal welches gerät in den einstellungen des adapters hinterlegt ist.
                  (ble bleibt gelb und radar rot)

                  das log im iobroker spuckt folgendes aus

                  host.shsrv	2019-05-25 14:58:41.153	error	instance system.adapter.radar2.0 terminated with code 0 (OK)
                  host.shsrv	2019-05-25 14:58:41.153	error	Caught by controller[0]: port: 67 }
                  host.shsrv	2019-05-25 14:58:41.153	error	Caught by controller[0]: address: '0.0.0.0',
                  host.shsrv	2019-05-25 14:58:41.153	error	Caught by controller[0]: syscall: 'bind',
                  host.shsrv	2019-05-25 14:58:41.153	error	Caught by controller[0]: code: 'EACCES',
                  host.shsrv	2019-05-25 14:58:41.153	error	Caught by controller[0]: errno: 'EACCES',
                  host.shsrv	2019-05-25 14:58:41.153	error	Caught by controller[0]: at process._tickCallback (internal/process/next_tick.js:181:9)
                  host.shsrv	2019-05-25 14:58:41.153	error	Caught by controller[0]: at _combinedTickCallback (internal/process/next_tick.js:142:11)
                  host.shsrv	2019-05-25 14:58:41.153	error	Caught by controller[0]: at _handle.lookup (dgram.js:266:18)
                  host.shsrv	2019-05-25 14:58:41.152	error	Caught by controller[0]: { Error: bind EACCES 0.0.0.0:67
                  radar2.0	2019-05-25 14:58:41.135	info	radar2 set to scan every 20 seconds and printers every 720 minutes.
                  radar2.0	2019-05-25 14:58:41.135	info	arp-scan will use the following interfaces: [ 'ens18' ]
                  radar2.0	2019-05-25 14:58:41.135	info	Remove name end for host names: .fritz.box
                  radar2.0	2019-05-25 14:58:41.135	info	use known IP list: []
                  radar2.0	2019-05-25 14:58:41.135	info	use known BT list: []
                  radar2.0	2019-05-25 14:58:41.135	info	radar2 set to flag items away if they are not seen for 2 minutes
                  radar2.0	2019-05-25 14:58:41.135	info	found 'node-bluetooth'
                  radar2.0	2019-05-25 14:58:41.135	info	found '@abandonware/noble'
                  radar2.0	2019-05-25 14:58:41.135	info	Adapter disconnected and stopped with dostop(false) and callback(true)
                  radar2.0	2019-05-25 14:58:41.135	error	Error: bind EACCES 0.0.0.0:67 at _handle.lookup (dgram.js:266:18) at _combinedTickCallback (internal/process/next_tick.js:142:11) at process._tickCallback (internal/process/next_tick.js:18
                  radar2.0	2019-05-25 14:58:41.135	error	uncaught exception: bind EACCES 0.0.0.0:67
                  

                  was mich so ein wenig stutzig macht ist folgende meldung (sowohl auf dem proxmox server als auch auf der debian vm

                  iobroker@shsrv:~$ sudo service bluetooth status
                  ● bluetooth.service - Bluetooth service
                     Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
                     Active: active (running) since Sat 2019-05-25 14:38:23 CEST; 24min ago
                       Docs: man:bluetoothd(8)
                   Main PID: 469 (bluetoothd)
                     Status: "Running"
                      Tasks: 1 (limit: 4915)
                     CGroup: /system.slice/bluetooth.service
                             └─469 /usr/lib/bluetooth/bluetoothd
                  
                  Mai 25 14:38:23 shsrv bluetoothd[469]: Bluetooth daemon 5.43
                  Mai 25 14:38:23 shsrv systemd[1]: Started Bluetooth service.
                  Mai 25 14:38:23 shsrv bluetoothd[469]: Starting SDP server
                  Mai 25 14:38:23 shsrv bluetoothd[469]: Bluetooth management interface 1.14 initialized
                  Mai 25 14:38:23 shsrv bluetoothd[469]: Failed to obtain handles for "Service Changed" characteristic
                  Mai 25 14:38:23 shsrv bluetoothd[469]: Sap driver initialization failed.
                  Mai 25 14:38:23 shsrv bluetoothd[469]: sap-server: Operation not permitted (1)
                  Mai 25 14:38:26 shsrv bluetoothd[469]: Failed to obtain handles for "Service Changed" characteristic
                  Mai 25 14:38:26 shsrv bluetoothd[469]: Sap driver initialization failed.
                  Mai 25 14:38:26 shsrv bluetoothd[469]: sap-server: Operation not permitted (1)
                  
                  
                  unltdnetworxU 1 Antwort Letzte Antwort
                  0
                  • L ltsalvatore

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

                    Hallo zusammen,

                    sry, dass ich diesen alten Thread hochhole, aber einen neuen aufzumachen erschien mir nicht zweckmäßig.

                    @ltsalvatore
                    Da ich aktuell das gleiche Problem habe/hatte wollte ich nachfragen, ob du eine Lösung dafür gefunden hast.

                    Meines Erachtens nach, liegt es wie bereits vermutet, an der zu alten Kernel-Version der Debian-VW. Mit einer Ubuntu 18.04 VM klappt es ohne weiteres zutun in der VM.

                    Mein Vorgehen:
                    Ich habe in Proxmox die Firmware für die Bluetooth-Hardware des NUC8i* installiert.
                    Dazu einfach die beiden Dateien ibt-17-16-1.ddc und ibt-17-16-1.sfi (17-2 war bei meiner Proxmox-Version scheinbar zu neu und BT wollte auf dem Host nicht starten) in den Ordner /lib/firmware/intel kopieren.

                    Außerdem noch die Dateien
                    iwlwifi-9000-pu-b0-jf-b0-34.ucode
                    iwlwifi-9260-th-b0-jf-b0-34.ucode
                    in den Ordner /lib/firmware.
                    (Ich habe jeweils alle Versionen aufsteigend bis 46 der beiden Dateien kopiert, welche exakt die neueste lauffähige war, kann ich nicht mehr sagen. Eigentlich sollte die iwlwifi-9000-pu-b0-jf-b0-46.ucode reichen.)

                    Neustart und danach noch prüfen, ob BT auf dem Host startet.

                    sudo dmesg | grep tooth
                    

                    sollte keine Probleme liefern.

                    lsusb -t
                    

                    Da sollte etwa sowas wie

                    Driver=btusb
                    

                    stehen. In deiner Ausgabe waren ja die beiden Driver leer.

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

                    iobroker@shsrv:~$ lsusb -t
                    /: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                    /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                    /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                    |__ Port 1: Dev 2, If 0, Class=Wireless, Driver=, 12M
                    |__ Port 1: Dev 2, If 1, Class=Wireless, Driver=, 12M

                    Danach noch mittels grafischer Oberfläche durchgereicht und es funktioniert. Alle meine Versuche auch in der VW Firmware zu installieren schlugen fehl. Aber ioBroker läuft bei mir nun in Ubuntu-Minimal auch hervorragend. :relaxed:

                    Ein

                    lsusb -t
                    

                    liefert dann auch auf der VW die erwarteten Werte.

                    Hallo unltdnetworx

                    danke, dass du dir noch mal die zeit genommen hast der sache auf den grund zu gehen.
                    hatte das ganze schon fast vergessen und ein wenig habe ich auch den faden verloren gehabt, weil mir auch noch meine datei mit den ganzen notizen abhanden gekommen ist.

                    deshalb hole ich noch mal kurz aus:

                    kernel versionen:

                    • auf den proxmox server = v4.15.18-11-pve
                    • Listenpunktiobroker vm mit debian = v4.20.13

                    die ibt-17-16-1.ddc und ibt-17-16-1.sfi habe ich erstmal nicht in den intel ordner gepackt

                    dort habe ich aktuell folgende dateien

                    
                    root@ltserver:~# ls -l /lib/firmware/intel
                    total 1172
                    -rw-r--r-- 1 root root     18 Oct 30  2018 ibt-11-5.ddc
                    -rw-r--r-- 1 root root 595248 Oct 30  2018 ibt-11-5.sfi
                    -rw-r--r-- 1 root root     14 Oct 30  2018 ibt-12-16.ddc
                    -rw-r--r-- 1 root root 592656 Oct 30  2018 ibt-12-16.sfi
                    root@ltserver:~#
                    
                    

                    auf der debian VM mit iobroker gibt ein hciconfig -a folgendes aus:

                    NUC BT = hci0 on Bus3Port1 mit MAC 00:BB:60:54:F2:11
                    ext USB Stick BT = hci1 on Bus4Port1 mit MAC 00:02:5B:C4:A4:22

                    root@shsrv:/home/iobroker# hciconfig -a
                    hci0:   Type: Primary  Bus: USB
                            BD Address: 00:BB:60:54:F2:11  ACL MTU: 1021:4  SCO MTU: 96:6
                            UP RUNNING
                            RX bytes:791 acl:0 sco:0 events:56 errors:0
                            TX bytes:2234 acl:0 sco:0 commands:56 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: 'shsrv'
                            Class: 0x000000
                            Service Classes: Unspecified
                            Device Class: Miscellaneous,
                            HCI Version:  (0x9)  Revision: 0x100
                            LMP Version:  (0x9)  Subversion: 0x100
                            Manufacturer: Intel Corp. (2)
                    
                    hci1:   Type: Primary  Bus: USB
                            BD Address: 00:02:5B:C4:A4:22  ACL MTU: 310:10  SCO MTU: 64:8
                            UP RUNNING
                            RX bytes:640 acl:0 sco:0 events:41 errors:0
                            TX bytes:2169 acl:0 sco:0 commands:41 errors:0
                            Features: 0xff 0xff 0x8f 0xfe 0xdb 0xff 0x5b 0x87
                            Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
                            Link policy: RSWITCH HOLD SNIFF PARK
                            Link mode: SLAVE ACCEPT
                            Name: 'shsrv #2'
                            Class: 0x000000
                            Service Classes: Unspecified
                            Device Class: Miscellaneous,
                            HCI Version: 4.0 (0x6)  Revision: 0x22bb
                            LMP Version: 4.0 (0x6)  Subversion: 0x22bb
                            Manufacturer: Cambridge Silicon Radio (10)
                    
                    

                    auf der debian VM mit iobroker gibt ein lsusb -t folgendes aus:

                    root@shsrv:/home/iobroker# lsusb -t
                    /:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                    /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                        |__ Port 1: Dev 2, If 0, Class=Wireless, Driver=btusb, 12M
                        |__ Port 1: Dev 2, If 1, Class=Wireless, Driver=btusb, 12M
                    /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                        |__ Port 1: Dev 2, If 0, Class=Wireless, Driver=btusb, 12M
                        |__ Port 1: Dev 2, If 1, Class=Wireless, Driver=btusb, 12M
                        |__ Port 2: Dev 3, If 0, Class=Communications, Driver=cdc_acm, 12M
                        |__ Port 2: Dev 3, If 1, Class=CDC Data, Driver=cdc_acm, 12M
                    /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
                    /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                        |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
                    

                    wenn ich nun nach BT devices scanne, sowohl mit dem on board als auch mit dem USB BT
                    dann finde ich auch entsprechend geräte in der Umgebung

                    iobroker@shsrv:~$ hcitool -i hci0 scan
                    Scanning ...
                            CC:21:19:FB:50:33       S10P
                    		
                    iobroker@shsrv:~$ hcitool -i hci1 scan
                    Scanning ...
                            CC:21:19:FB:50:33       S10P
                    iobroker@shsrv:~$
                    

                    deshalb vermute ich, dass ich, aus welchen gründen auch immer, schon nen schritt weiter bin.

                    das einzige was ich gerade nicht verstehe...
                    beide Adapter im iobroker sind nicht auf grün, egal welches gerät in den einstellungen des adapters hinterlegt ist.
                    (ble bleibt gelb und radar rot)

                    das log im iobroker spuckt folgendes aus

                    host.shsrv	2019-05-25 14:58:41.153	error	instance system.adapter.radar2.0 terminated with code 0 (OK)
                    host.shsrv	2019-05-25 14:58:41.153	error	Caught by controller[0]: port: 67 }
                    host.shsrv	2019-05-25 14:58:41.153	error	Caught by controller[0]: address: '0.0.0.0',
                    host.shsrv	2019-05-25 14:58:41.153	error	Caught by controller[0]: syscall: 'bind',
                    host.shsrv	2019-05-25 14:58:41.153	error	Caught by controller[0]: code: 'EACCES',
                    host.shsrv	2019-05-25 14:58:41.153	error	Caught by controller[0]: errno: 'EACCES',
                    host.shsrv	2019-05-25 14:58:41.153	error	Caught by controller[0]: at process._tickCallback (internal/process/next_tick.js:181:9)
                    host.shsrv	2019-05-25 14:58:41.153	error	Caught by controller[0]: at _combinedTickCallback (internal/process/next_tick.js:142:11)
                    host.shsrv	2019-05-25 14:58:41.153	error	Caught by controller[0]: at _handle.lookup (dgram.js:266:18)
                    host.shsrv	2019-05-25 14:58:41.152	error	Caught by controller[0]: { Error: bind EACCES 0.0.0.0:67
                    radar2.0	2019-05-25 14:58:41.135	info	radar2 set to scan every 20 seconds and printers every 720 minutes.
                    radar2.0	2019-05-25 14:58:41.135	info	arp-scan will use the following interfaces: [ 'ens18' ]
                    radar2.0	2019-05-25 14:58:41.135	info	Remove name end for host names: .fritz.box
                    radar2.0	2019-05-25 14:58:41.135	info	use known IP list: []
                    radar2.0	2019-05-25 14:58:41.135	info	use known BT list: []
                    radar2.0	2019-05-25 14:58:41.135	info	radar2 set to flag items away if they are not seen for 2 minutes
                    radar2.0	2019-05-25 14:58:41.135	info	found 'node-bluetooth'
                    radar2.0	2019-05-25 14:58:41.135	info	found '@abandonware/noble'
                    radar2.0	2019-05-25 14:58:41.135	info	Adapter disconnected and stopped with dostop(false) and callback(true)
                    radar2.0	2019-05-25 14:58:41.135	error	Error: bind EACCES 0.0.0.0:67 at _handle.lookup (dgram.js:266:18) at _combinedTickCallback (internal/process/next_tick.js:142:11) at process._tickCallback (internal/process/next_tick.js:18
                    radar2.0	2019-05-25 14:58:41.135	error	uncaught exception: bind EACCES 0.0.0.0:67
                    

                    was mich so ein wenig stutzig macht ist folgende meldung (sowohl auf dem proxmox server als auch auf der debian vm

                    iobroker@shsrv:~$ sudo service bluetooth status
                    ● bluetooth.service - Bluetooth service
                       Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
                       Active: active (running) since Sat 2019-05-25 14:38:23 CEST; 24min ago
                         Docs: man:bluetoothd(8)
                     Main PID: 469 (bluetoothd)
                       Status: "Running"
                        Tasks: 1 (limit: 4915)
                       CGroup: /system.slice/bluetooth.service
                               └─469 /usr/lib/bluetooth/bluetoothd
                    
                    Mai 25 14:38:23 shsrv bluetoothd[469]: Bluetooth daemon 5.43
                    Mai 25 14:38:23 shsrv systemd[1]: Started Bluetooth service.
                    Mai 25 14:38:23 shsrv bluetoothd[469]: Starting SDP server
                    Mai 25 14:38:23 shsrv bluetoothd[469]: Bluetooth management interface 1.14 initialized
                    Mai 25 14:38:23 shsrv bluetoothd[469]: Failed to obtain handles for "Service Changed" characteristic
                    Mai 25 14:38:23 shsrv bluetoothd[469]: Sap driver initialization failed.
                    Mai 25 14:38:23 shsrv bluetoothd[469]: sap-server: Operation not permitted (1)
                    Mai 25 14:38:26 shsrv bluetoothd[469]: Failed to obtain handles for "Service Changed" characteristic
                    Mai 25 14:38:26 shsrv bluetoothd[469]: Sap driver initialization failed.
                    Mai 25 14:38:26 shsrv bluetoothd[469]: sap-server: Operation not permitted (1)
                    
                    
                    unltdnetworxU Offline
                    unltdnetworxU Offline
                    unltdnetworx
                    Developer
                    schrieb am zuletzt editiert von
                    #34

                    @ltsalvatore
                    Es darf jeweils nur einer der beiden Adapter laufen.
                    Hast du den Befehl aus der BLE-Readme probiert?

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

                    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
                    • M Offline
                      M Offline
                      mikiline
                      schrieb am zuletzt editiert von
                      #35

                      es ist meistens dieser hier (oder so ähnlich) der einfach durchgereicht werden muss, ohne grosse commandozeilen ;)
                      USB.PNG

                      unltdnetworxU 1 Antwort Letzte Antwort
                      0
                      • M mikiline

                        es ist meistens dieser hier (oder so ähnlich) der einfach durchgereicht werden muss, ohne grosse commandozeilen ;)
                        USB.PNG

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

                        @mikiline
                        Das ist richtig, sofern man nur ein USB-Gerät hat.

                        Der Kommandozeilenbefehl (zum Ausführen in der VM) ist aus dem BLE-Adapter und ein Vorschlag, falls man keine Verbindung erhält. Bei mir hat es auch sofort funktioniert ohne ein einziges Kommando in der VM. Im Host wie erwähnt schon, da die Firmware gefehlt hat.

                        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
                        • unltdnetworxU unltdnetworx

                          @ltsalvatore
                          Es darf jeweils nur einer der beiden Adapter laufen.
                          Hast du den Befehl aus der BLE-Readme probiert?

                          sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)
                          
                          L Offline
                          L Offline
                          ltsalvatore
                          schrieb am zuletzt editiert von
                          #37

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

                          @ltsalvatore
                          Es darf jeweils nur einer der beiden Adapter laufen.
                          Hast du den Befehl aus der BLE-Readme probiert?

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

                          wow.. so schnell wie der adapter auf grün gesprungen ist, konnte ich garnicht schauen :-)
                          vielen lieben dank für die schnelle und professionelle hilfe.
                          jetzt kann ich das thema endlich abschließen :-D

                          selbst den radar adapter hab ich ans laufen bekommen, nachdem ich die befehle in der readme ausgeführt hatte.
                          wie heißt es so schön... RTFM :-P

                          also.. danke noch mal.. und einen schönen abend

                          PS: eine korrektur muss ich dennoch machen.. auch wenn ich davon ausgehe, dass du das selbst auch schon weist..
                          es können auch beide adapter parallel laufen, solange diese unterschiedliche BT hardware ansprechen.

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

                            Jetzt muss ich auch um Hilfe bitten.

                            Bin mit meinem System auf einen Intel NUC NUC8i5BEH umgezogen.
                            Der hat ein BT OnBoard.
                            Jetzt versuche ich schon seit zwei Tagen den BT-Adapter durchzureichen.

                            Installiert ist ein Proxmox und iOBroker in einer VM.

                            Versucht habe ich eigentlich schon alles was ich hier im Forum und bei Google gefunden habe.

                            Im PVE Shell bekomme ich folgendes angezeigt:

                            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
                            root@pve:~# 
                            

                            Mit Kitty auf die iOBroker Installation kommt:

                            root@iOBrokerNUC:~# lsusb -t
                            /:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
                            /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                            /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                            /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                                |__ Port 1: Dev 2, If 0, Class=Wireless, Driver=, 12M
                                |__ Port 1: Dev 2, If 1, Class=Wireless, Driver=, 12M
                            /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                                |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
                            

                            Ist es richtig, dass in Proxmox Bluetooth an sein muss und in iOBroker aus?
                            In der VM habe ich unter Hardware USB Gerät (usb0) host=1-10 hinzugefügt.

                            Treiber habe ich unter Proxmox eingefügt. So wie mehrmals beschrieben in diversen Forenbeiträgen.

                            Was muss ich noch tun?
                            Der Ble.Adapter bleibt rot.

                            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 13:22:58 CEST; 1min 36s ago
                                 Docs: man:bluetoothd(8)
                             Main PID: 784 (bluetoothd)
                               Status: "Running"
                                Tasks: 1 (limit: 4915)
                               Memory: 2.2M
                                  CPU: 8ms
                               CGroup: /system.slice/bluetooth.service
                                       └─784 /usr/lib/bluetooth/bluetoothd
                            
                            Jun 19 13:22:58 pve systemd[1]: Starting Bluetooth service...
                            Jun 19 13:22:58 pve bluetoothd[784]: Bluetooth daemon 5.43
                            Jun 19 13:22:58 pve systemd[1]: Started Bluetooth service.
                            Jun 19 13:22:58 pve bluetoothd[784]: Starting SDP server
                            Jun 19 13:22:58 pve bluetoothd[784]: Bluetooth management interface 1.14 initialized
                            Jun 19 13:22:58 pve bluetoothd[784]: Failed to obtain handles for "Service Changed" characteristic
                            Jun 19 13:22:58 pve bluetoothd[784]: Sap driver initialization failed.
                            Jun 19 13:22:58 pve bluetoothd[784]: sap-server: Operation not permitted (1)
                            

                            CCU3

                            iOBroker auf IntelNUC Proxmox

                            unltdnetworxU 1 Antwort Letzte Antwort
                            0
                            • S Superdad

                              Jetzt muss ich auch um Hilfe bitten.

                              Bin mit meinem System auf einen Intel NUC NUC8i5BEH umgezogen.
                              Der hat ein BT OnBoard.
                              Jetzt versuche ich schon seit zwei Tagen den BT-Adapter durchzureichen.

                              Installiert ist ein Proxmox und iOBroker in einer VM.

                              Versucht habe ich eigentlich schon alles was ich hier im Forum und bei Google gefunden habe.

                              Im PVE Shell bekomme ich folgendes angezeigt:

                              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
                              root@pve:~# 
                              

                              Mit Kitty auf die iOBroker Installation kommt:

                              root@iOBrokerNUC:~# lsusb -t
                              /:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
                              /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                              /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                              /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                                  |__ Port 1: Dev 2, If 0, Class=Wireless, Driver=, 12M
                                  |__ Port 1: Dev 2, If 1, Class=Wireless, Driver=, 12M
                              /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
                                  |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
                              

                              Ist es richtig, dass in Proxmox Bluetooth an sein muss und in iOBroker aus?
                              In der VM habe ich unter Hardware USB Gerät (usb0) host=1-10 hinzugefügt.

                              Treiber habe ich unter Proxmox eingefügt. So wie mehrmals beschrieben in diversen Forenbeiträgen.

                              Was muss ich noch tun?
                              Der Ble.Adapter bleibt rot.

                              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 13:22:58 CEST; 1min 36s ago
                                   Docs: man:bluetoothd(8)
                               Main PID: 784 (bluetoothd)
                                 Status: "Running"
                                  Tasks: 1 (limit: 4915)
                                 Memory: 2.2M
                                    CPU: 8ms
                                 CGroup: /system.slice/bluetooth.service
                                         └─784 /usr/lib/bluetooth/bluetoothd
                              
                              Jun 19 13:22:58 pve systemd[1]: Starting Bluetooth service...
                              Jun 19 13:22:58 pve bluetoothd[784]: Bluetooth daemon 5.43
                              Jun 19 13:22:58 pve systemd[1]: Started Bluetooth service.
                              Jun 19 13:22:58 pve bluetoothd[784]: Starting SDP server
                              Jun 19 13:22:58 pve bluetoothd[784]: Bluetooth management interface 1.14 initialized
                              Jun 19 13:22:58 pve bluetoothd[784]: Failed to obtain handles for "Service Changed" characteristic
                              Jun 19 13:22:58 pve bluetoothd[784]: Sap driver initialization failed.
                              Jun 19 13:22:58 pve bluetoothd[784]: sap-server: Operation not permitted (1)
                              
                              unltdnetworxU Offline
                              unltdnetworxU Offline
                              unltdnetworx
                              Developer
                              schrieb am zuletzt editiert von
                              #39

                              @Superdad
                              auf welchem System läuft die VM? Debian, Ubuntu? Bei mir ging es dann mit Ubuntu sofort. Einfach wie oben beschrieben die Dateien auf die 2 Ordner verteilen und an die VM weiterreichen.

                              Bei steht ja beim Treiber in der VM nichts drin, kann also auch nicht auf grün springen. Auch wundert mich der Treiber im Host. Dort steht bei mir "btusb"

                              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
                                #40

                                Sorry! Debian.

                                CCU3

                                iOBroker auf IntelNUC Proxmox

                                unltdnetworxU 1 Antwort Letzte Antwort
                                0
                                • S Superdad

                                  Sorry! Debian.

                                  unltdnetworxU Offline
                                  unltdnetworxU Offline
                                  unltdnetworx
                                  Developer
                                  schrieb am zuletzt editiert von 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 Antwort Letzte Antwort
                                  0
                                  • S Offline
                                    S Offline
                                    Superdad
                                    schrieb am zuletzt editiert von
                                    #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 Antwort Letzte Antwort
                                    0
                                    • S Offline
                                      S Offline
                                      Superdad
                                      schrieb am zuletzt editiert von
                                      #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 Antwort Letzte Antwort
                                      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
                                        schrieb am zuletzt editiert von
                                        #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 Antwort Letzte Antwort
                                        0
                                        • S Offline
                                          S Offline
                                          Superdad
                                          schrieb am zuletzt editiert von
                                          #45

                                          Da kommt Invalid device: No such device.

                                          CCU3

                                          iOBroker auf IntelNUC Proxmox

                                          L 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

                                          816

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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