Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Kein Bluetooth auf Intel Nuc :(

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Kein Bluetooth auf Intel Nuc :(

    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      Digi-Bit @Thomas Braun last edited by

      @thomas-braun sagte in Kein Bluetooth auf Intel Nuc 😞:

      @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

      das habe ich aber jetzt schon gemacht

      Ganz ehrlich: Mach es nochmal, diesmal richtig.

      😇

      ja, wenn ich 10000000% wüste was richtig ist

      dibian installieren
      bei root KEIN pw anlegen

      user digibit mit PW anlegen lassen.

      bis dahin dann richtig ?

      mit Putty einloggen

      als root einloggen:

      su -

      sudo installieren:

      apt-get install sudo

      wie bekommt " digibit " dann sudo rechte oder hat der das dann schon automatisch ?

      mfg

      Thomas Braun -cs- 2 Replies Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Digi-Bit last edited by Thomas Braun

        @digi-bit

        NEIN. Nicht als root einloggen. Gar nicht, nie!
        Nochmal: Wenn beim Installer KEIN Pw angegeben wird, dann wird der erste user, der auch im Installer angelegt wird, für den Zugang via 'sudo' eingerichtet. Dann muss da auch nix mehr zu sudo nachinstalliert werden. Das macht der Installer dann schon alles.

        D 1 Reply Last reply Reply Quote 0
        • -cs-
          -cs- @Digi-Bit last edited by -cs-

          @digi-bit
          Und bei Putty logst Dich mit dem Benutzer ein.

          Falls dann mal ein sudo Befehl gebraucht wird, wird nach dem Passwort gefragt.

          Schau mal:

          Debian Anleitung

          1 Reply Last reply Reply Quote 0
          • D
            Digi-Bit @Thomas Braun last edited by

            @thomas-braun sagte in Kein Bluetooth auf Intel Nuc 😞:

            @digi-bit

            NEIN. Nicht als root einloggen. Gar nicht, nie!
            Nochmal: Wenn beim Installer KEIN Pw angegeben wird, dann wird der erste user, der auch im Installer angelegt wird, für den Zugang via 'sudo' eingerichtet. Dann muss da auch nix mehr zu sudo nachinstalliert werden. Das macht der Installer dann schon alles.

            ahhhhhhhhhhhh

            dann ist sudo auch installiert, klasse 😉

            also nähstes würde ich dann diese sachen installieren:

            da curl das bring:
            digibit@debianIOB:~$ curl
            -bash: curl: Kommando nicht gefunden.
            digibit@debianIOB:~$

            also curl installieren

            apt-get install curl

            dann node:

            curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -

            sudo apt-get install -y build-essential libavahi-compat-libdnssd-dev libudev-dev libpam0g-dev nodejs

            testen ob:
            node -v
            nodejs -v
            npm -v

            lieg ich damit soweit dann richtig ?

            achso da war noch bluetooth

            apt policy firmware-iwlwifi

            wird da dan`n das bluetooth installiert ?

            mfg

            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Digi-Bit last edited by

              @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

              apt-get install curl

              Besser

              sudo apt install curl
              

              Alle Befehle im Zuständigkeitsbereich des roots werden mit sudo eingeleitet.
              Aber nur die! Nicht vor jeden Befehl jetzt ein sudo klemmen.

              Zur Firmware:

              Die Datei /etc/apt/sources.list muss um den Eintrag 'non-free' ergänzt werden. Sollte dann ungefähr so aussehen:

              deb http://deb.debian.org/debian bullseye main contrib non-free
              deb-src http://deb.debian.org/debian bullseye main contrib non-free
              
              deb http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
              deb-src http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
              
              deb http://deb.debian.org/debian bullseye-updates main contrib non-free
              deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free
              
              D 2 Replies Last reply Reply Quote 0
              • D
                Digi-Bit @Thomas Braun last edited by

                @thomas-braun sagte in Kein Bluetooth auf Intel Nuc 😞:

                @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

                apt-get install curl

                Besser

                sudo apt install curl
                

                ja, ^^ ohne sudo geht das auch nicht 😉

                Alle Befehle im Zuständigkeitsbereich des roots werden mit sudo eingeleitet.
                Aber nur die! Nicht vor jeden Befehl jetzt ein sudo klemmen.

                Zur Firmware:

                Die Datei /etc/apt/sources.list muss um den Eintrag 'non-free' ergänzt werden. Sollte dann ungefähr so aussehen:

                deb http://deb.debian.org/debian bullseye main contrib non-free
                deb-src http://deb.debian.org/debian bullseye main contrib non-free
                
                deb http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
                deb-src http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
                
                deb http://deb.debian.org/debian bullseye-updates main contrib non-free
                deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free
                

                jede zeile für sich eingeben nehme ich mal an, aber geht nicht

                digibit@debianIOB:~$ deb http://deb.debian.org/debian bullseye main contrib non-free
                -bash: deb: Kommando nicht gefunden.

                was mach ich falsch ?

                mfg

                D 1 Reply Last reply Reply Quote 0
                • D
                  Digi-Bit @Digi-Bit last edited by

                  @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

                  @thomas-braun sagte in Kein Bluetooth auf Intel Nuc 😞:

                  @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

                  apt-get install curl

                  Besser

                  sudo apt install curl
                  

                  ja, ^^ ohne sudo geht das auch nicht 😉

                  Alle Befehle im Zuständigkeitsbereich des roots werden mit sudo eingeleitet.
                  Aber nur die! Nicht vor jeden Befehl jetzt ein sudo klemmen.

                  Zur Firmware:

                  Die Datei /etc/apt/sources.list muss um den Eintrag 'non-free' ergänzt werden. Sollte dann ungefähr so aussehen:

                  deb http://deb.debian.org/debian bullseye main contrib non-free
                  deb-src http://deb.debian.org/debian bullseye main contrib non-free
                  
                  deb http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
                  deb-src http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
                  
                  deb http://deb.debian.org/debian bullseye-updates main contrib non-free
                  deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free
                  

                  jede zeile für sich eingeben nehme ich mal an, aber geht nicht

                  digibit@debianIOB:~$ deb http://deb.debian.org/debian bullseye main contrib non-free
                  -bash: deb: Kommando nicht gefunden.

                  was mach ich falsch ?

                  mfg

                  blöd ich !

                  sudo nano /etc/apt/sources.list

                  😉

                  1 Reply Last reply Reply Quote 0
                  • D
                    Digi-Bit @Thomas Braun last edited by

                    @thomas-braun sagte in Kein Bluetooth auf Intel Nuc 😞:

                    @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

                    apt-get install curl

                    Besser

                    sudo apt install curl
                    

                    Alle Befehle im Zuständigkeitsbereich des roots werden mit sudo eingeleitet.
                    Aber nur die! Nicht vor jeden Befehl jetzt ein sudo klemmen.

                    Zur Firmware:

                    Die Datei /etc/apt/sources.list muss um den Eintrag 'non-free' ergänzt werden. Sollte dann ungefähr so aussehen:

                    deb http://deb.debian.org/debian bullseye main contrib non-free
                    deb-src http://deb.debian.org/debian bullseye main contrib non-free
                    
                    deb http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
                    deb-src http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
                    
                    deb http://deb.debian.org/debian bullseye-updates main contrib non-free
                    deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free
                    

                    ich habe jetzt die datei erweitert

                    # deb cdrom:[Debian GNU/Linux 11.2.0 _Bullseye_ - Official amd64 NETINST 20211218-11:12]/ bullseye main
                    
                    #deb cdrom:[Debian GNU/Linux 11.2.0 _Bullseye_ - Official amd64 NETINST 20211218-11:12]/ bullseye main
                    
                    deb http://deb.debian.org/debian/ bullseye main contrib non-free
                    deb-src http://deb.debian.org/debian/ bullseye main contrib non-free
                    
                    deb http://security.debian.org/debian-security bullseye-security main contrib non-free
                    deb-src http://security.debian.org/debian-security bullseye-security main contrib non-free
                    
                    # bullseye-updates, to get updates before a point release is made;
                    # see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
                    deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free
                    deb-src http://deb.debian.org/debian/ bullseye-updates main contrib non-free
                    
                    # This system was installed using small removable media
                    # (e.g. netinst, live or single CD). The matching "deb cdrom"
                    # entries were disabled at the end of the installation process.
                    # For information about how to configure apt package sources,
                    # see the sources.list(5) manual.
                    
                    
                    

                    was muss ich nun machen das er auch die non sachen installiert ?

                    digibit@debianIOB:~$ sudo apt-get upgrade
                    Paketlisten werden gelesen… Fertig
                    Abhängigkeitsbaum wird aufgebaut… Fertig
                    Statusinformationen werden eingelesen… Fertig
                    Paketaktualisierung (Upgrade) wird berechnet… Fertig
                    0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                    digibit@debianIOB:~$ sudo nano /etc/apt/sources.list
                    digibit@debianIOB:~$ sudo nano /etc/apt/sources.list
                    digibit@debianIOB:~$ sudo nano /etc/apt/sources.list
                    digibit@debianIOB:~$ sudo apt-get update
                    OK:1 http://security.debian.org/debian-security bullseye-security InRelease
                    OK:2 http://deb.debian.org/debian bullseye InRelease
                    OK:3 http://deb.debian.org/debian bullseye-updates InRelease
                    OK:4 https://deb.nodesource.com/node_14.x bullseye InRelease
                    Paketlisten werden gelesen… Fertig

                    digibit@debianIOB:~$ sudo apt-get upgrade
                    Paketlisten werden gelesen… Fertig
                    Abhängigkeitsbaum wird aufgebaut… Fertig
                    Statusinformationen werden eingelesen… Fertig
                    Paketaktualisierung (Upgrade) wird berechnet… Fertig
                    0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.

                    so nämlich nicht 😞

                    mfg

                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Digi-Bit last edited by

                      @digi-bit

                      sudo apt update
                      apt policy firmware-iwlwifi
                      sudo apt install firmware-iwlwifi
                      sudo reboot
                      
                      D 1 Reply Last reply Reply Quote 0
                      • D
                        Digi-Bit @Thomas Braun last edited by

                        @thomas-braun sagte in Kein Bluetooth auf Intel Nuc 😞:

                        sudo apt update apt policy firmware-iwlwifi sudo apt install firmware-iwlwifi sudo reboot

                        ohha da passiert nun was ^^

                        digibit@debianIOB:~$ sudo apt update
                        [sudo] Passwort für digibit:
                        OK:1 http://security.debian.org/debian-security bullseye-security InRelease
                        OK:2 http://deb.debian.org/debian bullseye InRelease
                        OK:3 http://deb.debian.org/debian bullseye-updates InRelease
                        OK:4 https://deb.nodesource.com/node_14.x bullseye InRelease
                        Paketlisten werden gelesen… Fertig
                        Abhängigkeitsbaum wird aufgebaut… Fertig
                        Statusinformationen werden eingelesen… Fertig
                        Alle Pakete sind aktuell.
                        digibit@debianIOB:~$ apt policy firmware-iwlwifi
                        firmware-iwlwifi:
                         Installiert:           (keine)
                         Installationskandidat: 20210315-3
                         Versionstabelle:
                            20210315-3 500
                               500 http://deb.debian.org/debian bullseye/non-free amd64 Packages
                        digibit@debianIOB:~$ sudo apt install firmware-iwlwifi
                        Paketlisten werden gelesen… Fertig
                        Abhängigkeitsbaum wird aufgebaut… Fertig
                        Statusinformationen werden eingelesen… Fertig
                        Die folgenden NEUEN Pakete werden installiert:
                         firmware-iwlwifi
                        0 aktualisiert, 1 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                        Es müssen 13,4 MB an Archiven heruntergeladen werden.
                        Nach dieser Operation werden 117 MB Plattenplatz zusätzlich benutzt.
                        Holen:1 http://deb.debian.org/debian bullseye/non-free amd64 firmware-iwlwifi all 20210315-3 [13,4 MB]
                        Es wurden 13,4 MB in 0 s geholt (32,7 MB/s).
                        Vormals nicht ausgewähltes Paket firmware-iwlwifi wird gewählt.
                        (Lese Datenbank ... 40821 Dateien und Verzeichnisse sind derzeit installiert.)
                        Vorbereitung zum Entpacken von .../firmware-iwlwifi_20210315-3_all.deb ...
                        Entpacken von firmware-iwlwifi (20210315-3) ...
                        firmware-iwlwifi (20210315-3) wird eingerichtet ...
                        digibit@debianIOB:~$ sudo reboot
                        
                        

                        ich gehe mal davon aus das da dann bluetooth bei ist ^^

                        nun habe ich noch eine sache bevor ich dann IOB installieren würde

                        digibit@debianIOB:~$ node -v
                        v14.18.2

                        digibit@debianIOB:~$ nodejs -v
                        -bash: nodejs: Kommando nicht gefunden.

                        digibit@debianIOB:~$ npm -v
                        6.14.15
                        digibit@debianIOB:~$

                        nodejs -v ist nix drine bzw fehler

                        hat das jetzt bei debian was zu sagen oder muss ich da noch was machen ?

                        mfg

                        p.s. habe mir eine instalation TXT auch angelegt 😉

                        mfg

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @da_Woody last edited by

                          @da_woody sagte in Kein Bluetooth auf Intel Nuc 😞:

                          @thomas-braun aha, noch nie davon gehört/gelesen...
                          notiert! 🙂 fürs nächste mal...

                          hatte ich auch nicht bis Thomas das das erste Mal schrieb,. Aber seitdem mache ich das so mit Erfolg

                          1 Reply Last reply Reply Quote 1
                          • Thomas Braun
                            Thomas Braun Most Active @Digi-Bit last edited by

                            @digi-bit

                            Zu nodejs:

                            https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

                            Da würde ich noch einen symlink setzen.
                            Übrigens ist die Installation von nodejs vorab nicht erforderlich. Das macht der iobroker-Installer auch gleich richtig mit.

                            D 1 Reply Last reply Reply Quote 0
                            • D
                              Digi-Bit @Thomas Braun last edited by Homoran

                              @thomas-braun sagte in Kein Bluetooth auf Intel Nuc 😞:

                              @digi-bit

                              Zu nodejs:

                              https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

                              Da würde ich noch einen symlink setzen.
                              Übrigens ist die Installation von nodejs vorab nicht erforderlich. Das macht der iobroker-Installer auch gleich richtig mit.

                              ah, ok

                              also kann ich mir das sparen :

                              curl -sL https://deb.nodesource.com/setup_VV.x | sudo -E bash
                              sudo apt install nodejs
                              sudo ln -s /usr/bin/node /usr/bin/nodejs
                              
                              node -v
                              nodejs -v
                              npm -v
                              

                              MOD-EDIT: Code in code-tags gesetzt!

                              und gleich :

                              curl -sL https://iobroker.net/install.sh | bash -
                              MOD-EDIT: Code in code-tags gesetzt!

                              machen ?

                              mfg

                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Digi-Bit last edited by

                                @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

                                curl -sL https://iobroker.net/install.sh | bash -
                                

                                reicht aus, ich würde danach aber 'aus ästhetischen/historischen Gründen' den Link noch setzen:

                                sudo ln -s /usr/bin/node /usr/bin/nodejs
                                
                                D 1 Reply Last reply Reply Quote 0
                                • D
                                  Digi-Bit @Thomas Braun last edited by

                                  @thomas-braun sagte in Kein Bluetooth auf Intel Nuc 😞:

                                  sudo ln -s /usr/bin/node /usr/bin/nodejs

                                  dann bedanke ich mich recht Herzlich bei Ihnen !

                                  
                                  
                                  
                                  
                                  
                                  
                                  download:
                                  https://www.debian.org/distrib/index.de.html
                                  netinst.iso
                                  auf USB stick dann in Nuc stecken
                                  
                                  bei Software auswahl:
                                  
                                  
                                  für ROOT "KEIN" PW angeben !
                                  
                                  SSH Server
                                  Standart Systemwerkzeuge
                                  
                                  auf NUC mit Putty einloggen
                                  
                                  
                                  sudo apt-get install curl
                                  
                                  Die Datei /etc/apt/sources.list editieren
                                  
                                  sudo nano  /etc/apt/sources.list
                                  -------------------------------------------------------------------------------------------------------
                                  
                                  # deb cdrom:[Debian GNU/Linux 11.2.0 _Bullseye_ - Official amd64 NETINST 20211218-11:12]/ bullseye main
                                  
                                  #deb cdrom:[Debian GNU/Linux 11.2.0 _Bullseye_ - Official amd64 NETINST 20211218-11:12]/ bullseye main
                                  
                                  deb http://deb.debian.org/debian/ bullseye main contrib non-free
                                  deb-src http://deb.debian.org/debian/ bullseye main contrib non-free
                                  
                                  deb http://security.debian.org/debian-security bullseye-security main contrib non-free
                                  deb-src http://security.debian.org/debian-security bullseye-security main contrib non-free
                                  
                                  # bullseye-updates, to get updates before a point release is made;
                                  # see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
                                  deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free
                                  deb-src http://deb.debian.org/debian/ bullseye-updates main contrib non-free
                                  
                                  # This system was installed using small removable media
                                  # (e.g. netinst, live or single CD). The matching "deb cdrom"
                                  # entries were disabled at the end of the installation process.
                                  # For information about how to configure apt package sources,
                                  # see the sources.list(5) manual.
                                  -------------------------------------------------------------------------------------------------------
                                  
                                  
                                  Datei Speichern
                                  
                                  
                                  sudo apt update
                                  
                                  apt policy firmware-iwlwifi
                                  
                                  sudo apt install firmware-iwlwifi
                                  
                                  sudo reboot
                                  
                                  curl -sL https://iobroker.net/install.sh | bash -
                                  
                                  sudo ln -s /usr/bin/node /usr/bin/nodejs
                                  
                                  
                                  
                                  
                                  
                                  
                                  
                                  
                                  
                                  
                                  
                                  
                                  

                                  Dann habe ich für den nächsten crash ne liste wie ich das dann alles wieder sauber neu Installer, für den fall der fälle die keiner will ^^

                                  Vielen Dank noch mal für deine Geduld !

                                  mfg

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

                                    @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

                                    bluetooth hci0: firmware: failed to load intel/ibt-19-0-4.sfi

                                    du musst eigentlich nur die zwei passenden Dateien in den Ordner /lib/firmware/intel kopieren und Neustarten
                                    https://forum.iobroker.net/post/263873
                                    https://github.com/wkennington/linux-firmware

                                    oder
                                    https://wiki.debian.org/iwlwifi

                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @crunchip last edited by

                                      @crunchip

                                      Non-free firmware is required, which can be provided by installing the firmware-iwlwifi package.

                                      Ist meiner Meinung nach am einfachsten. Und es gibt dann auch firmware updates über den üblichen Weg sein System zu aktualisieren.

                                      D 1 Reply Last reply Reply Quote 0
                                      • D
                                        Digi-Bit @Thomas Braun last edited by

                                        So der NUC scheint jetzt soweit zu laufen....

                                        Nur das die Bluetooth Thermostate nicht aktualisiert werden 😞

                                        Kann es sein das die noch irgend wie mit dem RP4 gepait sind und den NUC links liegen lassen ?

                                        den wenn ich bluetoothctl eingebe und dann "scan on" werden mir einige Device aufgelistet aber nicht die die ich will 😞

                                        Senden scheinen die Thermostet jedenfalls weil die Temperaturen im RP4 aktualisiert werden.

                                        Da will ich die aber nicht habe .....

                                        Was muss ich machen damit die vom RP4 " abgemeldet " werden und an dem NUC angemeldet ?

                                        also nur den RP4 runter fahren reicht nicht den da bekommt der NUC auch keine neuen Daten.....

                                        Irgend eine Idee ?

                                        mfg

                                        Digi-Bit

                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @Digi-Bit last edited by

                                          @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

                                          Kann es sein das die noch irgend wie mit dem RP4 gepait sind und den NUC links liegen lassen ?

                                          Die wirst du (irgendwie) mit dem Bluetooth des NUC bekannt machen müssen. Meist gibt es da irgendeine Prozedur, wie man die Thermostate neupairt.

                                          D 1 Reply Last reply Reply Quote 0
                                          • D
                                            Digi-Bit @Thomas Braun last edited by

                                            @thomas-braun sagte in Kein Bluetooth auf Intel Nuc 😞:

                                            @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

                                            Kann es sein das die noch irgend wie mit dem RP4 gepait sind und den NUC links liegen lassen ?

                                            Die wirst du (irgendwie) mit dem Bluetooth des NUC bekannt machen müssen. Meist gibt es da irgendeine Prozedur, wie man die Thermostate neupairt.

                                            Moin 😉

                                            Also ich bin mir da jetzt nicht so sicher ob das Bluetooth läuft

                                            sieh hier jedenfalls erstmal so aus

                                            digibit@debianIOB:~$ sudo dmesg | grep -i blue

                                            
                                            [    3.393252] Bluetooth: Core ver 2.22
                                            [    3.393269] Bluetooth: HCI device and connection manager initialized
                                            [    3.393272] Bluetooth: HCI socket layer initialized
                                            [    3.393273] Bluetooth: L2CAP socket layer initialized
                                            [    3.393275] Bluetooth: SCO socket layer initialized
                                            [    3.411403] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
                                            [    3.412442] Bluetooth: hci0: Device revision is 2
                                            [    3.412443] Bluetooth: hci0: Secure boot is enabled
                                            [    3.412444] Bluetooth: hci0: OTP lock is enabled
                                            [    3.412445] Bluetooth: hci0: API lock is enabled
                                            [    3.412445] Bluetooth: hci0: Debug lock is disabled
                                            [    3.412446] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
                                            [    3.414195] bluetooth hci0: firmware: direct-loading firmware intel/ibt-19-0-4.sfi
                                            [    3.414203] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
                                            [    3.702184] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
                                            [    3.702186] Bluetooth: BNEP filters: protocol multicast
                                            [    3.702190] Bluetooth: BNEP socket layer initialized
                                            [    5.144886] Bluetooth: hci0: Waiting for firmware download to complete
                                            [    5.145507] Bluetooth: hci0: Firmware loaded in 1697904 usecs
                                            [    5.145523] Bluetooth: hci0: Waiting for device to boot
                                            [    5.160523] Bluetooth: hci0: Device booted in 14655 usecs
                                            [    5.161867] bluetooth hci0: firmware: direct-loading firmware intel/ibt-19-0-4.ddc
                                            [    5.161875] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
                                            [    5.163566] Bluetooth: hci0: Applying Intel DDC parameters completed
                                            [    5.166737] Bluetooth: hci0: Firmware revision 0.0 build 121 week 7 2021
                                            digibit@debianIOB:~$
                                            
                                            

                                            wieso geht das den nicht ?

                                            digibit@debianIOB:~$ sudo hcitool -i hci0: lescan
                                            Set scan parameters failed: Input/output error

                                            bei dem RP4 geht das einwandfrei

                                            pi@raspberrypi4-iob:~ $ sudo hcitool -i hci0 lescan
                                            LE Scan ...
                                            F4:92:BF:8F:13:C8 (unknown)
                                            F4:92:BF:8F:13:C8 UDM-PRO
                                            18:B9:05:CF:D4:8C (unknown)
                                            18:B9:05:CF:D4:8C LEDnetWF010033CFD48B
                                            BC:7E:8B:DD:6C:21 (unknown)
                                            9C:8C:6E:B9:9F:1F (unknown)
                                            D6:BD:76:8B:C5:1F (unknown)
                                            D6:BD:76:8B:C5:1F (unknown)
                                            A4:C1:38:22:FE:35 (unknown)
                                            DA:35:CB:CA:70:F6 (unknown)
                                            DA:35:CB:CA:70:F6 (unknown)
                                            E0:77:F9:5D:83:2A (unknown)
                                            A4:C1:38:4B:42:22 (unknown)
                                            A4:C1:38:4B:42:22 ATC_4B4222
                                            A4:C1:38:90:82:3F (unknown)
                                            A4:C1:38:90:82:3F ATC_90823F
                                            A4:C1:38:22:FE:35 ATC_22FE35
                                            E0:77:F9:5D:83:2A (unknown)
                                            A4:C1:38:3D:C8:7F (unknown)
                                            E3:17:75:7F:C1:DF ID205L
                                            74:72:00:1E:3F:05 (unknown)
                                            74:72:00:1E:3F:05 (unknown)
                                            E5:03:FA:AB:35:A3 (unknown)
                                            A4:C1:38:66:10:37 (unknown)
                                            A4:C1:38:66:10:37 ATC_661037
                                            E3:17:75:7F:C1:DF (unknown)
                                            A4:C1:38:3D:C8:7F ATC_3DC87F
                                            
                                            

                                            muss man bei den NUC vielleicht noch was einstellen ?

                                            Set scan parameters failed: Input/output error

                                            dem fehlt doch irgend was nehme ich mal an aber was muss man wie noch setzen ?

                                            mfg

                                            Thomas Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            585
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            bluetooth
                                            6
                                            69
                                            3696
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo