Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Einbindung von Geräten
    5. Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)

    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

    Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)

    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      kleh58 @Guest last edited by

      @dp20eic Der Eine so, der Andere so....ich bin leidenschaftlicher Motorradfahrer.
      MfG

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

        @kleh58
        Das eine schließt das andere ja nicht aus. Meine BMW R9T läuft mit Linux.

        K 1 Reply Last reply Reply Quote 0
        • K
          kleh58 @Thomas Braun last edited by

          @thomas-braun ```
          pi@raspberrypi:~ $ apt list --upgradable
          Auflistung… Fertig
          distro-info-data/oldstable-proposed-updates 0.51+deb11u4 all [aktualisierbar von: 0.51+deb11u3]
          libssl-dev/oldstable-proposed-updates 1.1.1n-0+deb11u5 armhf [aktualisierbar von: 1.1.1n-0+deb11u4+rpt1]
          libssl1.1/oldstable-proposed-updates 1.1.1n-0+deb11u5 armhf [aktualisierbar von: 1.1.1n-0+deb11u4+rpt1]
          openssl/oldstable-proposed-updates 1.1.1n-0+deb11u5 armhf [aktualisierbar von: 1.1.1n-0+deb11u4+rpt1]
          pi@raspberrypi:~ $

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

            @kleh58

            Setz die CodeTags in eine neue Zeile, dann wird das auch richtig dargestellt.

            K 1 Reply Last reply Reply Quote 0
            • K
              kleh58 @Thomas Braun last edited by

              @thomas-braun

              pi@raspberrypi:~ $ apt list --upgradable
              Auflistung… Fertig
              distro-info-data/oldstable-proposed-updates 0.51+deb11u4 all [aktualisierbar von: 0.51+deb11u3]
              libssl-dev/oldstable-proposed-updates 1.1.1n-0+deb11u5 armhf [aktualisierbar von: 1.1.1n-0+deb11u4+rpt1]
              libssl1.1/oldstable-proposed-updates 1.1.1n-0+deb11u5 armhf [aktualisierbar von: 1.1.1n-0+deb11u4+rpt1]
              openssl/oldstable-proposed-updates 1.1.1n-0+deb11u5 armhf [aktualisierbar von: 1.1.1n-0+deb11u4+rpt1]
              pi@raspberrypi:~ $ ^C
              pi@raspberrypi:~ $
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @kleh58 last edited by Thomas Braun

                @kleh58

                apt policy udev
                
                K 1 Reply Last reply Reply Quote 0
                • K
                  kleh58 @Thomas Braun last edited by

                  @thomas-braun Ich glaube das hat geklappt.

                  pi@raspberrypi:~ $ apt policy udev
                  udev:
                    Installiert:           247.3-7+rpi1+deb11u2
                    Installationskandidat: 247.3-7+rpi1+deb11u2
                    Versionstabelle:
                   *** 247.3-7+rpi1+deb11u2 500
                          500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                          100 /var/lib/dpkg/status
                       247.3-7+deb11u3 500
                          500 http://deb.debian.org/debian bullseye-proposed-updates/main armhf Packages
                  pi@raspberrypi:~ $
                  
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @kleh58 last edited by Thomas Braun

                    @kleh58

                    sudo apt install udev=247.3-7+deb11u3 libudev1=247.3-7+deb11u3
                    sudo apt-mark hold udev
                    sudo rm /etc/apt/sources.list.d/bullseye-proposed-updates.list
                    sudo apt update
                    
                    K 1 Reply Last reply Reply Quote 0
                    • K
                      kleh58 @Thomas Braun last edited by

                      @thomas-braun Das kommt mir komisch vor! Trotzdem updaten?

                      pi@raspberrypi:~ $ sudo rm /etc/apt/sources.list.d/prop*
                      rm: das Entfernen von '/etc/apt/sources.list.d/prop*' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
                      pi@raspberrypi:~ $ ^C
                      pi@raspberrypi:~ $
                      
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @kleh58 last edited by

                        @kleh58

                        Mein Fehler, ich hab's oben korrigiert.

                        K 1 Reply Last reply Reply Quote 0
                        • K
                          kleh58 @Thomas Braun last edited by

                          @thomas-braun Nu aber

                          pi@raspberrypi:~ $ sudo apt update
                          OK:1 http://archive.raspberrypi.org/debian bullseye InRelease
                          OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                          OK:3 http://phoscon.de/apt/deconz bullseye InRelease
                          OK:4 https://repos.influxdata.com/debian stable InRelease
                          OK:5 https://deb.nodesource.com/node_18.x bullseye InRelease
                          Paketlisten werden gelesen… Fertig
                          Abhängigkeitsbaum wird aufgebaut… Fertig
                          Statusinformationen werden eingelesen… Fertig
                          Aktualisierung für 2 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                          pi@raspberrypi:~ $
                          
                          
                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @kleh58 last edited by

                            @kleh58

                            apt list --upgradable
                            apt policy udev
                            
                            K 1 Reply Last reply Reply Quote 0
                            • K
                              kleh58 @Thomas Braun last edited by

                              @thomas-braun

                              pi@raspberrypi:~ $ apt list --upgradable
                              Auflistung… Fertig
                              libudev1/stable 247.3-7+rpi1+deb11u2 armhf [aktualisierbar von: 247.3-7+deb11u3]
                              udev/stable 247.3-7+rpi1+deb11u2 armhf [aktualisierbar von: 247.3-7+deb11u3]
                              pi@raspberrypi:~ $ apt policy udev
                              udev:
                                Installiert:           247.3-7+deb11u3
                                Installationskandidat: 247.3-7+rpi1+deb11u2
                                Versionstabelle:
                                   247.3-7+rpi1+deb11u2 500
                                      500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                               *** 247.3-7+deb11u3 100
                                      100 /var/lib/dpkg/status
                              pi@raspberrypi:~ $
                              
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @kleh58 last edited by

                                @kleh58 Da wirst du das

                                sudo apt-mark hold udev
                                

                                übergangen haben.

                                K 1 Reply Last reply Reply Quote 0
                                • K
                                  kleh58 @Thomas Braun last edited by

                                  @thomas-braun
                                  nein, habe ich gemacht

                                  pi@raspberrypi:~ $ sudo apt-mark hold udev
                                  udev auf Halten gesetzt.
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @kleh58 last edited by

                                    @kleh58

                                    Dann sollte eigentlich das Update nicht mehr angeboten werden.

                                    K 1 Reply Last reply Reply Quote 0
                                    • K
                                      kleh58 @Thomas Braun last edited by

                                      @thomas-braun

                                      pi@raspberrypi:~ $ sudo apt-mark hold udev
                                      udev auf Halten gesetzt.
                                      pi@raspberrypi:~ $ sudo rm /etc/apt/sources.list.d/prop*
                                      rm: das Entfernen von '/etc/apt/sources.list.d/prop*' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
                                      pi@raspberrypi:~ $ ^C
                                      pi@raspberrypi:~ $ ^C
                                      pi@raspberrypi:~ $ sudo rm /etc/apt/sources.list.d/bullseye-proposed-updates.list
                                      pi@raspberrypi:~ $ sudo apt update
                                      OK:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                      OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                      OK:3 http://phoscon.de/apt/deconz bullseye InRelease
                                      OK:4 https://repos.influxdata.com/debian stable InRelease
                                      OK:5 https://deb.nodesource.com/node_18.x bullseye InRelease
                                      Paketlisten werden gelesen… Fertig
                                      Abhängigkeitsbaum wird aufgebaut… Fertig
                                      Statusinformationen werden eingelesen… Fertig
                                      Aktualisierung für 2 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                                      pi@raspberrypi:~ $ ^C
                                      pi@raspberrypi:~ $ apt list --upgradable
                                      Auflistung… Fertig
                                      libudev1/stable 247.3-7+rpi1+deb11u2 armhf [aktualisierbar von: 247.3-7+deb11u3]
                                      udev/stable 247.3-7+rpi1+deb11u2 armhf [aktualisierbar von: 247.3-7+deb11u3]
                                      pi@raspberrypi:~ $ apt policy udev
                                      udev:
                                        Installiert:           247.3-7+deb11u3
                                        Installationskandidat: 247.3-7+rpi1+deb11u2
                                        Versionstabelle:
                                           247.3-7+rpi1+deb11u2 500
                                              500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                       *** 247.3-7+deb11u3 100
                                              100 /var/lib/dpkg/status
                                      pi@raspberrypi:~ $ ^C
                                      
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @kleh58 last edited by Thomas Braun

                                        @kleh58
                                        Starte die Kiste mal sauber durch. Und dann nochmal

                                        sudo apt update
                                        apt-mark showholds
                                        
                                        K 1 Reply Last reply Reply Quote 0
                                        • K
                                          kleh58 @Thomas Braun last edited by

                                          @thomas-braun

                                          pi@raspberrypi:~ $ sudo apt update
                                          OK:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                          OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                          OK:3 http://phoscon.de/apt/deconz bullseye InRelease
                                          OK:4 https://repos.influxdata.com/debian stable InRelease
                                          OK:5 https://deb.nodesource.com/node_18.x bullseye InRelease
                                          Paketlisten werden gelesen… Fertig
                                          Abhängigkeitsbaum wird aufgebaut… Fertig
                                          Statusinformationen werden eingelesen… Fertig
                                          Aktualisierung für 2 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                                          pi@raspberrypi:~ $ apt-mark showholds
                                          udev
                                          pi@raspberrypi:~ $
                                          
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @kleh58 last edited by

                                            @kleh58

                                            Verstehe ich nicht. Die beiden Updates dürften eigentlich nicht mehr angezeigt werden.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            904
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            conbee 2 usb port zigbee2mqtt
                                            42
                                            361
                                            62635
                                            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