Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Bluetooth Device is not available: No such device

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Bluetooth Device is not available: No such device

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

      @maxpd sagte in Bluetooth Device is not available: No such device:

      bullseye

      Installier da NEU das aktuelle Release 'Bookworm'.
      Musst du eh, dann kannste es auch jetzt machen.

      M 1 Reply Last reply Reply Quote 0
      • M
        maxpd @Thomas Braun last edited by

        @thomas-braun Na toll 😞 neu heißt einmal alles komplett neu aufsetzen?
        Aber geht BT unter bullseye nicht?

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

          @maxpd sagte in Bluetooth Device is not available: No such device:

          neu heißt einmal alles komplett neu aufsetzen?

          Bei Raspberry 11 'Bullseye' auf Raspberry 12 'Bookworm' ja.
          Die Änderungen sind zu groß für ein In-Line-Upgrade.

          1 Reply Last reply Reply Quote 0
          • haselchen
            haselchen Most Active @maxpd last edited by haselchen

            @maxpd

            Wozu hast Du 2 Instanzen vom Admin?

            Was sagt bei bluetoothctl?

            hciconfig hci0 up

            und dann

            hciconfig -a hci0

            M 1 Reply Last reply Reply Quote 0
            • M
              maxpd @haselchen last edited by maxpd

              @haselchen eine 2. Instanz hatte ich damals zum Testen angelegt, weil der Daikin Adapter den Admin mit https und Zertifikaten und so gebraucht hatte. und dann dabei belassen.

               $ hciconfig hci0 up
              Can't get device info: No such device
               $ hciconfig -a hci0
              Can't get device info: No such device
               $ bluetoothctl
              Agent registered
              
              [bluetooth]# scan on
              No default controller available
              
              
              

              @Thomas-Braun ich musste die 2 zeilen auch wieder in die config.txt schreiben, weil sonst pivccu nicht mehr funktioniert.

              Init not possible, going to stop: Unknown XML-RPC tag 'TITLE'
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @maxpd last edited by

                @maxpd sagte in Bluetooth Device is not available: No such device:

                ich musste die 2 zeilen auch wieder in die config.txt schreiben, weil sonst pivccu nicht mehr funktioniert.

                Ist egal. Du wirst das ja eh neuaufsetzen.

                M 1 Reply Last reply Reply Quote 0
                • M
                  maxpd @Thomas Braun last edited by

                  @thomas-braun nee. https://github.com/alexreinert/piVCCU/blob/master/docs/setup/raspberrypi.md

                  Punkt 6. scheint als wäre pivcc und BT nicht kompatibel. heißt neu aufsetzen und das Modul kaufen oder externer dongle.

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

                    @maxpd

                    Zu piVCCU kann ich nix sagen. Aber ich KANN dir sagen, das du Raspberry 12 'Bookworm' in Bälde neuaufsetzen musst, weil das Ding abgekündigt ist. Spätestens im Spätsommer 2025.

                    M 1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @maxpd last edited by

                      @maxpd sagte in Bluetooth Device is not available: No such device:

                      @thomas-braun nee. https://github.com/alexreinert/piVCCU/blob/master/docs/setup/raspberrypi.md

                      Punkt 6. scheint als wäre pivcc und BT nicht kompatibel.

                      doch, muss aber entsprechend umkonfiguriert werden (Option 2)

                      heißt neu aufsetzen und das Modul kaufen oder externer dongle.

                      welches?

                      1 Reply Last reply Reply Quote 0
                      • M
                        maxpd last edited by

                        @homoran aus der Option 2 entnahm ich den Begriff miniuart bei dessen Eingabe mir Google Bilder vieler Module aufzeigte. sorry.

                        habs dann umkonfiguriert. pivccu läuft weiter aber die bluetooth meldungen über fehlendes device bleiben.

                         $ systemctl status bluetooth
                        ● bluetooth.service - Bluetooth service
                             Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor pre>
                             Active: active (running) since Sun 2025-02-09 12:43:48 CET; 14s ago
                               Docs: man:bluetoothd(8)
                           Main PID: 8863 (bluetoothd)
                             Status: "Running"
                              Tasks: 1 (limit: 8754)
                                CPU: 59ms
                             CGroup: /system.slice/bluetooth.service
                                     └─8863 /usr/libexec/bluetooth/bluetoothd
                        
                        Feb 09 12:43:48 donbroker systemd[1]: Starting Bluetooth service...
                        Feb 09 12:43:48 donbroker bluetoothd[8863]: Bluetooth daemon 5.55
                        Feb 09 12:43:48 donbroker systemd[1]: Started Bluetooth service.
                        Feb 09 12:43:48 donbroker bluetoothd[8863]: Starting SDP server
                        Feb 09 12:43:48 donbroker bluetoothd[8863]: Bluetooth management interface 1.22>
                        pd@donbroker:~ $ bluetoothctl
                        Agent registered
                        [bluetooth]# agent on
                        Agent is already registered
                        [bluetooth]# pairable on
                        No default controller available
                        [bluetooth]# hciconfig hci0
                        Invalid command in menu main: hciconfig
                        
                        Use "help" for a list of available commands in a menu.
                        Use "menu <submenu>" if you want to enter any submenu.
                        Use "back" if you want to return to menu main.
                        [bluetooth]# exit
                        pd@donbroker:~ $ hciconfig hci0
                        Can't get device info: No such device
                        pd@donbroker:~ $ hciconfig hci0 up
                        Can't get device info: No such device
                        pd@donbroker:~ $ bluetoothctl
                        Agent registered
                        [bluetooth]# scan on
                        No default controller available
                        [bluetooth]#
                        
                        
                        1 Reply Last reply Reply Quote 0
                        • M
                          maxpd @Thomas Braun last edited by

                          @thomas-braun Spätsommer ist gut 🙂 vllt spart man sich dann eine version direkt auf Trixie 😉

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

                            @maxpd

                            Aber auch die wirst du komplett Neuinstallieren müssen. An dem Thema kommst du nicht vorbei.

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              maxpd @Thomas Braun last edited by

                              Leute, habs hinbekommen.

                              Allerdings habe ich 2 Änderungen auf einmal gemacht, sodass ich nur zu 50% weiß an was es gelegen hat 😉

                              In der config.txt habe ich

                              dtoverlay=pivccu-raspberrypi
                              

                              unter

                              dtoverlay=pi3-miniuart-bt
                              enable_uart=1
                              force_turbo=1
                              core_freq=250
                              

                              geschoben

                              und ich habe eine neue Zeile eingefügt

                              dtparam=krnbt=on
                              
                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post

                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              958
                              Online

                              31.7k
                              Users

                              79.7k
                              Topics

                              1.3m
                              Posts

                              5
                              24
                              857
                              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