NEWS
ConBee II Stick nach Rpi Update nicht mehr erreichbar
-
@trafficlight schau doch mal hier: das sollte es sein
-
Hi Ro75 genau das ist das. Allerdings bekomme ich nach folgendem Schritt diese Ausgabe:
Hit:1 http://phoscon.de/apt/deconz bullseye InRelease Get:2 http://deb.debian.org/debian bullseye-proposed-updates InRelease [54.0 kB] Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease Hit:4 http://raspbian.raspberrypi.org/raspbian bullseye InRelease Hit:5 https://deb.nodesource.com/node_16.x bullseye InRelease Hit:6 https://apt.pivccu.de/piVCCU stable InRelease Err:2 http://deb.debian.org/debian bullseye-proposed-updates InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9 Reading package lists... Done W: GPG error: http://deb.debian.org/debian bullseye-proposed-updates InRelease: The follo wing signatures couldn't be verified because the public key is not available: NO_PUBKEY 6 48ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9 E: The repository 'http://deb.debian.org/debian bullseye-proposed-updates InRelease' is n ot signed. N: Updating from such a repository can't be done securely, and is therefore disabled by d efault. N: See apt-secure(8) manpage for repository creation and user configuration details.
somit kann ich den Schritt:
sudo apt -t bullseye-proposed-updates install udev Reading package lists... Done E: The value 'bullseye-proposed-updates' is invalid for APT::Default-Release as such a release is not available in the sources
nicht durchführen.
-
-
Welcher Key? Wo finde ich diesen und wo muss ich den einfügen?
-
Der Key aus der Meldung:
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138
-
Was bedeutet das nun genau? Was muss ich tun?
-
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138 sudo apt update apt policy udev
-
soweit hat es funktioniert leider sieht meine Ausgabe etwas anders aus:
Installed: 247.3-7+rpi1+deb11u2 Candidate: 247.3-7+rpi1+deb11u2 Version table: *** 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
Phoscon zeigt immer noch "unknown"
-
Da ist die Versionierung ungünstig. Bzw der rpi1-Patch ist nicht drin.
sudo apt install udev=247.3-7+deb11u3
Setz das danach auf hold.
Die gleiche Versionsnummer auch für libudev1 und udev-dev verwenden, falls das gleich um die Ecke kommt.
-
ich bekomme es einfach nicht hin…
sudo apt install udev=247.3-7+deb11u3 Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: udev : Depends: libudev1 (= 247.3-7+deb11u3) but 247.3-7+rpi1+deb11u2 is to be installed E: Unable to correct problems, you have held broken packages.
-
Deswegen sag ich ja: libudev1 in gleicher Version installieren...
sudo apt install udev=247.3-7+deb11u3 libudev1=247.3-7+deb11u3
-
so thomas-braun du bist mein persönlicher held vielen vielen dank für deine hilfe
-
-
Habe durchgeführt:
sudo apt-mark hold udev
bekomme dann angezeigt:
pi@raspberrypi:~ $ apt-mark showhold udev
Denke sollte nun passen. Sensoren und Lichter funktionieren wieder.
-
Und der zweite Befehl?
-
@thomas-braun Hab ich gemacht.
-
welchen zweiten Befehl meinst du?
-