Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Linux für BeeLink BT3 Pro & Einsteiger?

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Linux für BeeLink BT3 Pro & Einsteiger?

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Dieter_P last edited by

      @dieter_p

      firmware-iwlwifi ist die Firmware für Intel Wireless Chipsätze, bringt dir also für Broadcom eh nichts.

      J D 2 Replies Last reply Reply Quote 0
      • J
        Jan1 @Thomas Braun last edited by

        @thomas-braun
        Boadcom müsste BT sein und hier gehts erst mal um WiFi, oder die haben den Pro umgestrickt.

        @Dieter_P
        ich glaub da war die non-free source nötig. Hier mal meine Liste:

        deb http://deb.debian.org/debian/ bullseye main
        deb-src http://deb.debian.org/debian/ bullseye main
        
        deb http://security.debian.org/debian-security bullseye-security main
        deb-src http://security.debian.org/debian-security bullseye-security main
        
        # 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
        deb-src http://deb.debian.org/debian/ bullseye-updates main
        
        # Debian Buster non-free
        deb http://deb.debian.org/debian/ bullseye non-free
        deb-src http://deb.debian.org/debian/ bullseye non-free 
        
        # Debian Bullseye Backports
        deb http://deb.debian.org/debian bullseye-backports main
        
        1 Reply Last reply Reply Quote 1
        • D
          Dieter_P @Thomas Braun last edited by

          @Jan1
          wenn ich wüste von welche Liste Du sprichst, gerne aber da ich dort nicht geändert hab wird es debian standard sein was drin steht.

          von einer Firmware/Treiber anfrage hab ich mal ein Foto gemacht:
          766c2d66-e8d4-4234-9c6a-94d0a6111a9c-grafik.png

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

            @dieter_p

            Du brauchst also
            https://packages.debian.org/de/sid/firmware-brcm80211
            aus dem non-free-Repository

            Am besten den Rechner während der Installation per Netzwerkkabel am Netz haben, dann funktioniert dass automatisch.

            D 1 Reply Last reply Reply Quote 1
            • D
              Dieter_P @Thomas Braun last edited by

              @thomas-braun
              @Jan1

              Danke dann fehlt das bei mir und ich ergänze mal:

              # deb cdrom:[Debian GNU/Linux 11.5.0 _Bullseye_ - Official amd64 NETINST 20220910-10:38]/ bullseye main
              
              #deb cdrom:[Debian GNU/Linux 11.5.0 _Bullseye_ - Official amd64 NETINST 20220910-10:38]/ bullseye main
              
              deb http://ftp.halifax.rwth-aachen.de/debian/ bullseye main
              deb-src http://ftp.halifax.rwth-aachen.de/debian/ bullseye main
              
              deb http://security.debian.org/debian-security bullseye-security main
              deb-src http://security.debian.org/debian-security bullseye-security main
              
              # 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://ftp.halifax.rwth-aachen.de/debian/ bullseye-updates main
              deb-src http://ftp.halifax.rwth-aachen.de/debian/ bullseye-updates main
              
              # 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.
              
              
              J 1 Reply Last reply Reply Quote 0
              • J
                Jan1 @Dieter_P last edited by

                @dieter_p
                Thomas hat es ja schon kurz angesprochen, das Ding eigentlich eh per LAN anschließen. Ich habe das nur installiert damit ein Treiber da ist, falls ich mal WLAN vom Belink bräuchte 😉

                D 1 Reply Last reply Reply Quote 0
                • D
                  Dieter_P @Jan1 last edited by

                  @jan1
                  ja, ob das sinnvoll ist k.a. der BT3 Pro ist eh per LAN verbunden, aber die Meldungen wären schon schön wenn sie weg sind und BT könnte ich vielleicht mal brauchen um Beacons zu detektieren.

                  Aktuell bin ich aber eh noch zu blöd die source liste zu editieren. Mit sudo geht es nicht und mit su - fragt er nach einem root passwort, dass ich nicht vergeben hab. Gebe ich dann nur Enter ein schlägt es fehl....

                  Thomas Braun J 2 Replies Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Dieter_P last edited by

                    @dieter_p sagte in Linux für BeeLink BT3 Pro & Einsteiger?:

                    Mit sudo geht es nicht

                    Mit sudo was?

                    sudo nano /pfad/zur/datei
                    

                    wird ein Schuh draus. Und 'su -' vergisst du gleich wieder.

                    D 1 Reply Last reply Reply Quote 0
                    • J
                      Jan1 @Dieter_P last edited by Jan1

                      @dieter_p
                      Entweder direkt die Liste per FTP bearbeiten oder mit nano 😉
                      Da wird Thomas aber bestimmt gleich die passenden Befehle liefern. Ich such mir das auch immer in der Google Uni zusammen. Nano ist ein Linux Editor und so gehts dann eben auch direkt in der Konsole per Befehl.

                      Edit:
                      Thomas war schneller

                      1 Reply Last reply Reply Quote 1
                      • D
                        Dieter_P @Thomas Braun last edited by Dieter_P

                        @thomas-braun

                        hatte es zu erst so versucht:

                        sudo nano /etc/apt/sources.list
                        

                        dort kann ich lesen aber nix schreiben und das debian wiki erwähnt dann su ....

                        https://wiki.debianforum.de/Ein_Terminal_öffnen#Benutzer_wechseln

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

                          @dieter_p sagte in Linux für BeeLink BT3 Pro & Einsteiger?:

                          dort kann ich lesen aber nix schreiben

                          Das kann nicht sein. Root darf da natürlich schreiben

                          D 1 Reply Last reply Reply Quote 0
                          • D
                            Dieter_P @Thomas Braun last edited by Dieter_P

                            @thomas-braun said in Linux für BeeLink BT3 Pro & Einsteiger?:

                            @dieter_p sagte in Linux für BeeLink BT3 Pro & Einsteiger?:

                            dort kann ich lesen aber nix schreiben

                            Das kann nicht sein. Root darf da natürlich schreiben

                            stimmt. sorry keine Ahnung warum im 3ten Versuch jetzt klappt es.

                            Edit: der wifi treiber wie von @jan1 beschrieben lässt sich installieren sowie der bcm80211.

                            Beim booten kommt noch dies:
                            fafddd58-9db8-4c68-a5dd-dd30ad10ee69-grafik.png

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

                              @dieter_p

                              sudo apt update
                              apt policy bluez-firmware
                              
                              D 1 Reply Last reply Reply Quote 0
                              • D
                                Dieter_P @Thomas Braun last edited by

                                @thomas-braun said in Linux für BeeLink BT3 Pro & Einsteiger?:

                                apt policy bluez-firmware

                                pi@iobroker:~$ apt policy bluez-firmware
                                bluez-firmware:
                                  Installiert:           (keine)
                                  Installationskandidat: 1.2-4
                                  Versionstabelle:
                                     1.2-4 500
                                        500 http://deb.debian.org/debian bullseye/non-free amd64 Packages
                                
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Dieter_P last edited by Thomas Braun

                                  @dieter_p

                                  Dann installier die bluez-firmware mal.

                                  sudo apt install bluez-firmware
                                  
                                  D 1 Reply Last reply Reply Quote 0
                                  • D
                                    Dieter_P @Thomas Braun last edited by Dieter_P

                                    @thomas-braun
                                    Danke. glaube das hat nicht geholfen:

                                    pi@iobroker:~$ sudo dmesg | grep Bluetooth
                                    [sudo] Passwort für pi:
                                    [    7.688100] Bluetooth: Core ver 2.22
                                    [    7.688204] Bluetooth: HCI device and connection manager initialized
                                    [    7.688215] Bluetooth: HCI socket layer initialized
                                    [    7.688221] Bluetooth: L2CAP socket layer initialized
                                    [    7.688234] Bluetooth: SCO socket layer initialized
                                    [    7.748712] Bluetooth: HCI UART driver ver 2.3
                                    [    7.748721] Bluetooth: HCI UART protocol H4 registered
                                    [    7.748723] Bluetooth: HCI UART protocol BCSP registered
                                    [    7.748801] Bluetooth: HCI UART protocol LL registered
                                    [    7.748804] Bluetooth: HCI UART protocol ATH3K registered
                                    [    7.748832] Bluetooth: HCI UART protocol Three-wire (H5) registered
                                    [    7.749009] Bluetooth: HCI UART protocol Intel registered
                                    [    7.749366] Bluetooth: HCI UART protocol Broadcom registered
                                    [    7.749394] Bluetooth: HCI UART protocol QCA registered
                                    [    7.749397] Bluetooth: HCI UART protocol AG6XX registered
                                    [    7.749421] Bluetooth: HCI UART protocol Marvell registered
                                    [    7.962720] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
                                    [    7.962726] Bluetooth: BNEP filters: protocol multicast
                                    [    7.962737] Bluetooth: BNEP socket layer initialized
                                    [    8.017674] Bluetooth: hci1: BCM: failed to write clock (-56)
                                    [    8.017688] Bluetooth: hci1: Failed to set baudrate
                                    [    8.133685] Bluetooth: hci1: BCM: chip id 107
                                    [    8.136026] Bluetooth: hci1: BCM: features 0x2f
                                    [    8.159319] Bluetooth: hci1: BCM4345C0
                                    [    8.159332] Bluetooth: hci1: BCM4345C0 (003.001.025) build 0000
                                    [    8.159455] Bluetooth: hci1: BCM: firmware Patch file not found, tried:
                                    [    8.159461] Bluetooth: hci1: BCM: 'brcm/BCM4345C0.hcd'
                                    [    8.159465] Bluetooth: hci1: BCM: 'brcm/BCM.hcd'
                                    
                                    

                                    Edit: Ist es ein Versuch wert die txt-Datei von Git zu laden wie hier beschrieben: https://forum.iobroker.net/topic/15846/gelöst-iobroker-installation-auf-beelink-bt3-pro/25

                                    und im Firmware Ordner abzulegen?
                                    Genau die ...43455 fehlt bei mir jedenfalls.

                                    Scheiter da aktuell an den Zugriffsrechten per WinSCP. User-Log-In hat da keine Rechte und Root Log-In geht nicht mehr.

                                    J Wal 2 Replies Last reply Reply Quote 0
                                    • J
                                      Jan1 @Dieter_P last edited by

                                      @dieter_p
                                      Ich hatte die BT FW bei mir nicht geladen und BT trotzdem mit dem BLE Adapter am Laufen. Teste doch einfach mal ob BT funktioniert oder nicht, dann kannst dem Problem immer noch nachgehen. Bei mir hat allerdings die Installation der BT FW eben funktioniert.

                                      1 Reply Last reply Reply Quote 0
                                      • Wal
                                        Wal Developer @Dieter_P last edited by

                                        @dieter_p ,
                                        Link.

                                        D 1 Reply Last reply Reply Quote 0
                                        • D
                                          Dieter_P @Wal last edited by Dieter_P

                                          @Jan1 soweit ich das gerade testen konnte ist BT nicht aktiv/funktional
                                          @wal
                                          Danke. Am Ende die Lösung für Wifi+BT Kombinationen klingt für mich geanu wie der Link oben hier aus dem Forum wo die gefixte txt Datei in den FirmwareOrdner kopiert wurde und alles lief.

                                          Scheiter noch beim Zugriff auf Ordner die Root-Rechte haben per WinSCP.
                                          Mal gucken ob ich drumherum komme-> Kopieren in einen 0815 Ordner per WinSCP und dann per Terminal und sudo die Datei verschieben .....

                                          J 1 Reply Last reply Reply Quote 0
                                          • J
                                            Jan1 @Dieter_P last edited by Jan1

                                            @dieter_p sagte in Linux für BeeLink BT3 Pro & Einsteiger?:

                                            Scheiter noch beim Zugriff auf Ordner die Root-Rechte haben per WinSCP

                                            Der einzige Moment bei dem ich mit root was erledige, weil das wohl anders per FTP einfach nicht will 😉

                                            Warum BT bei Deinem Beelink zickt, ist allerdings etwas seltsam, da ich damit bei meinem noch nie Probleme hatte. Wobei ich den zu Begin auch mehrfach neu eingerichtet hatte, bis ich mir sicher war, dass alles passt.

                                            Machs einfach noch mal frisch, das bringt Erfahrung und bei dem Wetter hast eh Zeit 😉

                                            D 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            296
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            beelink bt3 pro debian linux linux mint linux ubuntu
                                            7
                                            46
                                            2146
                                            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