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

    Sorry, war gerade was essen.

    root@iOBrokerNUC:~# hciconfig auth
    Can't get device info: No such device
    
    

    CCU3

    iOBroker auf IntelNUC Proxmox

    crunchipC 1 Antwort Letzte Antwort
    0
    • unltdnetworxU Offline
      unltdnetworxU Offline
      unltdnetworx
      Developer
      schrieb am zuletzt editiert von
      #135

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

      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

        Sorry, war gerade was essen.

        root@iOBrokerNUC:~# hciconfig auth
        Can't get device info: No such device
        
        
        crunchipC Abwesend
        crunchipC Abwesend
        crunchip
        Forum Testing Most Active
        schrieb am zuletzt editiert von
        #136

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

        Der Adapter ist installiert.

        hast du ein

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

        im IoBroker ausgeführt?

        desweiteren
        was ergibt

        systemctl status bluetooth.service
        

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

        systemctl enable bluetooth.service
        systemctl start bluetooth.service
        

        ein

        hciconfig hci0 up
        

        schaltet dein Bluetooth Gerät ein

        umgestiegen von Proxmox auf Unraid

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

          Erstmal das:

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

          CCU3

          iOBroker auf IntelNUC Proxmox

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

            Dann das:

            root@iOBrokerNUC:~# hciconfig hci0 up
            Can't get device info: No such device
            

            CCU3

            iOBroker auf IntelNUC Proxmox

            crunchipC 1 Antwort Letzte Antwort
            0
            • S Superdad

              Dann das:

              root@iOBrokerNUC:~# hciconfig hci0 up
              Can't get device info: No such device
              
              crunchipC Abwesend
              crunchipC Abwesend
              crunchip
              Forum Testing Most Active
              schrieb am zuletzt editiert von
              #139

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

              rfkill list
              

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

              dmesg | grep tooth
              

              umgestiegen von Proxmox auf Unraid

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

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

                CCU3

                iOBroker auf IntelNUC Proxmox

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

                  Ausgabe von dmesg in Proxmox.

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

                  CCU3

                  iOBroker auf IntelNUC Proxmox

                  unltdnetworxU 1 Antwort Letzte Antwort
                  0
                  • S Offline
                    S Offline
                    Superdad
                    schrieb am zuletzt editiert von
                    #142
                    root@iOBrokerNUC:~# rfkill list
                    -bash: rfkill: Kommando nicht gefunden.
                    

                    CCU3

                    iOBroker auf IntelNUC Proxmox

                    1 Antwort Letzte Antwort
                    0
                    • S Superdad

                      Ausgabe von dmesg in Proxmox.

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

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

                      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 Superdad
                        #144

                        Muss ich schauen.

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

                        CCU3

                        iOBroker auf IntelNUC Proxmox

                        crunchipC 1 Antwort Letzte Antwort
                        0
                        • S Superdad

                          Muss ich schauen.

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

                          crunchipC Abwesend
                          crunchipC Abwesend
                          crunchip
                          Forum Testing Most Active
                          schrieb am zuletzt editiert von
                          #145

                          @Superdad na sieht nicht so aus, da stimmt was nicht mit deiner Firmware...so kann auch nix in IoBroker laufen

                          umgestiegen von Proxmox auf Unraid

                          1 Antwort Letzte Antwort
                          0
                          • unltdnetworxU Offline
                            unltdnetworxU Offline
                            unltdnetworx
                            Developer
                            schrieb am zuletzt editiert von
                            #146

                            Ich tippe darauf, dass die 17-2 Version drin ist. Die hat wie bereits geschrieben nicht funktioniert.

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

                              Habe jetzt alle 17er drin gelassen, außer die 17-2er.
                              Rebootet und ble bleibt trotzdem gelb.

                              CCU3

                              iOBroker auf IntelNUC Proxmox

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

                                Das kommt bei gestoppter VM:

                                root@pve:~# dmesg |grep iwlwifi
                                [    5.096398] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
                                [    5.120563] iwlwifi 0000:00:14.3: loaded firmware version 34.3125811985.0 op_mode iwlmvm
                                [    5.183248] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
                                [    5.349523] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
                                [    5.349531] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00000000 for Init uCode
                                [    5.349568] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0x3, CPU2 Status: 0x2458
                                [    5.349571] iwlwifi 0000:00:14.3: Failed to start INIT ucode: -5
                                [    5.361808] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -5
                                [  405.231295]  fb_sys_fops zavl(PO) iwlwifi snd_hda_codec syscopyarea intel_rapl_perf memstick ecdh_generic sysfillrect icp(PO) sysimgblt snd_hda_core wmi_bmof mei_me intel_wmi_thunderbolt snd_hwdep mei snd_pcm snd_timer snd cfg80211 soundcore pcspkr intel_pch_thermal shpchp wmi video mac_hid acpi_pad zcommon(PO) znvpair(PO) spl(O) vhost_net vhost tap ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi sunrpc ip_tables x_tables autofs4 btrfs xor zstd_compress raid6_pq rtsx_pci_sdmmc e1000e(O) ptp pps_core i2c_i801 rtsx_pci ahci libahci
                                

                                und

                                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=btusb, 12M
                                    |__ Port 10: Dev 2, If 1, Class=Wireless, Driver=btusb, 12M
                                

                                CCU3

                                iOBroker auf IntelNUC Proxmox

                                crunchipC 1 Antwort Letzte Antwort
                                0
                                • S Superdad

                                  Habe jetzt alle 17er drin gelassen, außer die 17-2er.
                                  Rebootet und ble bleibt trotzdem gelb.

                                  crunchipC Abwesend
                                  crunchipC Abwesend
                                  crunchip
                                  Forum Testing Most Active
                                  schrieb am zuletzt editiert von
                                  #149

                                  @Superdad lösch mal dein durchgereichtes Bluetooth Gerät in der VM und beende diese
                                  dann schaust auf deinem Host

                                  hciconfig -a
                                  

                                  und dann

                                  hciconfig hci0 up
                                  

                                  umgestiegen von Proxmox auf Unraid

                                  1 Antwort Letzte Antwort
                                  0
                                  • S Offline
                                    S Offline
                                    Superdad
                                    schrieb am zuletzt editiert von
                                    #150
                                    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)
                                    
                                    root@pve:~# hciconfig hci0 up
                                    root@pve:~# 
                                    

                                    CCU3

                                    iOBroker auf IntelNUC Proxmox

                                    unltdnetworxU 1 Antwort Letzte Antwort
                                    0
                                    • S Superdad
                                      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)
                                      
                                      root@pve:~# hciconfig hci0 up
                                      root@pve:~# 
                                      
                                      unltdnetworxU Offline
                                      unltdnetworxU Offline
                                      unltdnetworx
                                      Developer
                                      schrieb am zuletzt editiert von
                                      #151

                                      @Superdad
                                      Auch im Host keine 17-2?

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

                                      crunchipC 1 Antwort Letzte Antwort
                                      0
                                      • S Superdad

                                        Das kommt bei gestoppter VM:

                                        root@pve:~# dmesg |grep iwlwifi
                                        [    5.096398] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
                                        [    5.120563] iwlwifi 0000:00:14.3: loaded firmware version 34.3125811985.0 op_mode iwlmvm
                                        [    5.183248] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
                                        [    5.349523] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
                                        [    5.349531] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00000000 for Init uCode
                                        [    5.349568] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0x3, CPU2 Status: 0x2458
                                        [    5.349571] iwlwifi 0000:00:14.3: Failed to start INIT ucode: -5
                                        [    5.361808] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -5
                                        [  405.231295]  fb_sys_fops zavl(PO) iwlwifi snd_hda_codec syscopyarea intel_rapl_perf memstick ecdh_generic sysfillrect icp(PO) sysimgblt snd_hda_core wmi_bmof mei_me intel_wmi_thunderbolt snd_hwdep mei snd_pcm snd_timer snd cfg80211 soundcore pcspkr intel_pch_thermal shpchp wmi video mac_hid acpi_pad zcommon(PO) znvpair(PO) spl(O) vhost_net vhost tap ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi sunrpc ip_tables x_tables autofs4 btrfs xor zstd_compress raid6_pq rtsx_pci_sdmmc e1000e(O) ptp pps_core i2c_i801 rtsx_pci ahci libahci
                                        

                                        und

                                        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=btusb, 12M
                                            |__ Port 10: Dev 2, If 1, Class=Wireless, Driver=btusb, 12M
                                        
                                        crunchipC Abwesend
                                        crunchipC Abwesend
                                        crunchip
                                        Forum Testing Most Active
                                        schrieb am zuletzt editiert von
                                        #152

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

                                        5.120563] iwlwifi 0000:00:14.3: loaded firmware version 34.3125811985.0 op_mode iwlmvm

                                        im Netz hab ich was von einer

                                        Firmware-Version 46.3
                                        

                                        gelesen

                                        umgestiegen von Proxmox auf Unraid

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

                                          Ich habe die Dateien nur im Host.
                                          Im iobroker (VM) gibt es ja keinen Firmware-Ordner.

                                          CCU3

                                          iOBroker auf IntelNUC Proxmox

                                          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

                                          830

                                          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