<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev)]]></title><description><![CDATA[<p dir="auto">Beitrag am 07.05.2023 überarbeitet:</p>
<p dir="auto"><s>Ich habe leider keine Informationen im Netz gefunden und kenne die Ursache nicht. Jedenfalls zerschiesst Euch ggf. (zumindest ist es bei mir so) - die ein Update des Debian / Raspberry Eure Zigbee2mqtt Installation. Ich finde leider nichts im Netz.</s></p>
<p dir="auto"><s>Der Service startet normal - aber man kann die Geräte weder via mqtt ansteuern noch funktioniert die Weboberfläche.</s></p>
<p dir="auto"><s>Vielleicht findet einer von Euch irgendwelche Hintergründe - ansonsten möchte ich nur vor dem Update warnen. Zum Glück habe ich eine Imagesicherung vor dem Update gemacht, um wieder auf eine funktionierende Installation zurückgreifen zu können.</s></p>
<p dir="auto">Nach dem neuesten Update starten ggf. Zigbee Geräte nicht mehr die über einen USB-Koordinator betrieben werden. Ich kann es hier nur von dem conbee2 berichten, vielleicht betrifft es aber andere Geräte zumindest, wenn diese über serial/by-id eingebunden sind.</p>
<p dir="auto">Testen kann das jeder mit:</p>
<pre><code>ls -l /dev/serial/by-id/
</code></pre>
<p dir="auto">sollte dann kommen, dass kein Zugriff möglich ist, da Datei oder Verzeichnis nicht gefunden wurde, ist man von dem Bug betroffen.</p>
<p dir="auto">Ursache ist ein fehlerhaftes udev Paket genauer <strong>udev/stable <span style="color:#ff0000">247.3-7+deb11u2</span></strong> mit 2 dazugehörenden Bibliotheken.</p>
<p dir="auto">Nun gibt es 2 Möglichkeiten:</p>
<p dir="auto">===================================================================================</p>
<ol>
<li><strong>Hat man noch kein Update durchgeführt</strong>, dann kann man das Update des udev-Paketes verhindern in dem man es auf "on-hold" markiert.</li>
</ol>
<pre><code>sudo apt-mark hold udev
</code></pre>
<p dir="auto">überprüfen kann man das ganze dann mit</p>
<pre><code>sudo apt-mark showhold
</code></pre>
<p dir="auto">Nun kann man wieder getrost das System aktualisieren. Es werden bei</p>
<pre><code>sudo apt update
</code></pre>
<p dir="auto">immer diese 3 Pakete zur Aktualisierung angezeigt, jedoch bei anschließenden</p>
<pre><code>sudo apt upgrade
</code></pre>
<p dir="auto">nicht installiert. (full-upgrade oder dist-upgrade verhalten sich ebenso).</p>
<p dir="auto">===================================================================================</p>
<ol start="2">
<li><strong>Ist das Update bereits durchgelaufen</strong> und diese Version installiert, kann man sich nun mit einem Paket aus Backports-Repository behelfen.</li>
</ol>
<p dir="auto"><span style="color:#26ff00">EDIT 29.5.2023</span>: Gemäß dem Post (<a href="https://forum.iobroker.net/post/997296">https://forum.iobroker.net/post/997296</a>) von <a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: Thomas-Braun">@<bdi>Thomas-Braun</bdi></a> beachten - habe ich die Beschreibung entsprechend geändert.</p>
<p dir="auto">Um jedoch zu überprüfen ob man betroffen ist, gibt man ein</p>
<pre><code>apt policy udev
</code></pre>
<p dir="auto">Sollte man  dann folgende Ausgabe bekommen:</p>
<pre><code>udev:
  Installed: 247.3-7+deb11u2
  Candidate: 247.3-7+deb11u2
  Version table:
 *** 247.3-7+deb11u2 500
        500 http://deb.debian.org/debian bullseye/main arm64 Packages
        100 /var/lib/dpkg/status
</code></pre>
<p dir="auto">dann hat man das fehlerhafte Paket bereits installiert und sollte eine höhere Version aus dem Backports Repository installieren.</p>
<p dir="auto">Wechsle in das Verzeichnis:</p>
<pre><code>cd  /etc/apt/sources.list.d
</code></pre>
<p dir="auto">erstelle dort eine Datei: bullseye-proposed-updates.list<br />
also:</p>
<pre><code>sudo nano bullseye-proposed-updates.list
</code></pre>
<p dir="auto">In diese Datei kopierst Du diese beiden Zeilen:</p>
<pre><code># bullseye-proposed-updates
deb http://deb.debian.org/debian bullseye-proposed-updates main
</code></pre>
<p dir="auto">Dann führst Du das aus:</p>
<pre><code>sudo apt update
sudo apt -t bullseye-proposed-updates install udev
</code></pre>
<p dir="auto">anschließend ein Reboot und es sollte alles wieder funktionieren. Prüfen ob das Update geklappt hat, kann man mit</p>
<pre><code>apt policy udev
</code></pre>
<p dir="auto">dann sollte die Ausgabe wie folgt aussehen:</p>
<pre><code>apt policy udev
udev:
  Installiert:           247.3-7+deb11u4
  Installationskandidat: 247.3-7+deb11u4
  Versionstabelle:
 *** 247.3-7+deb11u4 500
        500 http://deb.debian.org/debian bullseye-proposed-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     247.3-7+deb11u2 500
        500 http://deb.debian.org/debian bullseye/main amd64 Packages
</code></pre>
<p dir="auto">Für alle die, die Möglichkeit 1 genutzt haben und auf die neuere Version umsteigen wollen, müssen diese das "on-hold" wieder entfernen.</p>
<pre><code>sudo apt-mark unhold udev
</code></pre>
<p dir="auto">Damit glaube ich ist das Problem soweit erst mal im Griff und nochmals Danke an alle Beteiligten für die Hilfe.</p>
<p dir="auto">===================================================================================<br />
Edit: 10.05.2023</p>
<p dir="auto">Ein großes Dankeschön von meiner Seite auch an Matthias, der extra zu diesem Problem ein Video gedreht hat:<br />
<a href="https://www.youtube.com/watch?v=2Jsedi4IueE" rel="nofollow ugc">https://www.youtube.com/watch?v=2Jsedi4IueE</a></p>
<p dir="auto">===================================================================================</p>
<p dir="auto">EDIT 09.06.2023<br />
Wenn beim Udate festgestellt wird, dass keys - Schlüssel fehlen, dann bitte folgende Befehle eingeben:</p>
<pre><code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138
sudo apt update 

</code></pre>
<p dir="auto">===================================================================================</p>
<p dir="auto">EDIT 10.06.2023</p>
<p dir="auto">Falls jemand trotz allem auf dem Raspberry (vermutlich 32 bit OS) immer noch Probleme hat - beim mir hat alles gemäß Anleitung auf einem 64-bit OS auf dem Raspberry funktioniert - der kann noch folgendes versuchen:</p>
<pre><code>sudo apt install udev=247.3-7+deb11u4 libudev1=247.3-7+deb11u4
</code></pre>
<p dir="auto">und anschliessend mit</p>
<pre><code>sudo apt-mark hold udev
</code></pre>
<p dir="auto">auf hold setzen.</p>
]]></description><link>https://forum.iobroker.net/topic/65017/zigbee-conbee2-funktioniert-nach-update-nicht-mehr-udev</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 20:01:59 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/65017.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 29 Apr 2023 19:16:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Wed, 05 Jun 2024 09:44:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/minta79" aria-label="Profile: minta79">@<bdi>minta79</bdi></a> Da fehlt etwas in den debian sourcen ...</p>
]]></description><link>https://forum.iobroker.net/post/1167157</link><guid isPermaLink="true">https://forum.iobroker.net/post/1167157</guid><dc:creator><![CDATA[MartinP]]></dc:creator><pubDate>Wed, 05 Jun 2024 09:44:46 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Wed, 05 Jun 2024 08:14:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mickym" aria-label="Profile: mickym">@<bdi>mickym</bdi></a> said in <a href="/post/985436">Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)</a>:</p>
<blockquote>
<p dir="auto">Dann führst Du das aus:                                                                                                                               sudo apt update<br />
sudo apt -t bullseye-proposed-updates install udev</p>
</blockquote>
<p dir="auto">Ich habe es ausgeführt und bekomme folgende Fehlermeldung:<br />
E: The value 'bullseye-proposed-updates' is invalid for APT::Default-Release as such a release is not available in the sources</p>
<p dir="auto">Was mache ich falsch?</p>
]]></description><link>https://forum.iobroker.net/post/1167094</link><guid isPermaLink="true">https://forum.iobroker.net/post/1167094</guid><dc:creator><![CDATA[Minta79]]></dc:creator><pubDate>Wed, 05 Jun 2024 08:14:29 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Sat, 28 Oct 2023 11:29:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vandura" aria-label="Profile: vandura">@<bdi>vandura</bdi></a></p>
<p dir="auto">Bei mir hat das vor einigen Tagen nach dem Anlernen funktioniert. Wenn Du ein Backup hast, dann würde ich ZigBee Backup einspielen.<br />
Ich hatte das vergessen zu machen und habe auch angelernt... allerdings konnten meine Geräte dann angesprochen werden</p>
]]></description><link>https://forum.iobroker.net/post/1069221</link><guid isPermaLink="true">https://forum.iobroker.net/post/1069221</guid><dc:creator><![CDATA[reutli]]></dc:creator><pubDate>Sat, 28 Oct 2023 11:29:34 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Sat, 28 Oct 2023 11:20:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vandura" aria-label="Profile: vandura">@<bdi>vandura</bdi></a> Ja. Aber eigene Probleme --&gt; Eigener Thread</p>
]]></description><link>https://forum.iobroker.net/post/1069217</link><guid isPermaLink="true">https://forum.iobroker.net/post/1069217</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sat, 28 Oct 2023 11:20:08 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Sat, 28 Oct 2023 11:18:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> Du hattest mir empfohlen Update auf bookworm zu machen, was ich auch gemacht habe....hat hat alles funktioniert bis auf das ich alle Sensoren neu anlernen musste.....und jetzt das beschriebene Ergebnis</p>
]]></description><link>https://forum.iobroker.net/post/1069216</link><guid isPermaLink="true">https://forum.iobroker.net/post/1069216</guid><dc:creator><![CDATA[Vandura]]></dc:creator><pubDate>Sat, 28 Oct 2023 11:18:48 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Sat, 28 Oct 2023 11:20:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vandura" aria-label="Profile: vandura">@<bdi>vandura</bdi></a></p>
<p dir="auto">Und wie bist du da jetzt unterwegs? Hier im Thread geht es allerdings NUR um udev (was sich erledigt haben sollte), nicht um irgendwas anderes. Mach einen eigenen Thread mit deinen Problemen auf.</p>
]]></description><link>https://forum.iobroker.net/post/1069212</link><guid isPermaLink="true">https://forum.iobroker.net/post/1069212</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sat, 28 Oct 2023 11:20:33 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Sat, 28 Oct 2023 11:10:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> Jetzt habe ich 2 Tage alle Sensoren neu angelernt, Skripte geändert alle Vis Icons usw. aktualisiert....und zum Abschluss um das System sauber am laufen zu haben einmal Reboot........und alle Sensoren werden zwar angezeigt, sind aber alle geöffnet und ragieren nicht mehr....sind aber rechable......ich drehe dir durch....</p>
]]></description><link>https://forum.iobroker.net/post/1069209</link><guid isPermaLink="true">https://forum.iobroker.net/post/1069209</guid><dc:creator><![CDATA[Vandura]]></dc:creator><pubDate>Sat, 28 Oct 2023 11:10:18 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Thu, 26 Oct 2023 15:18:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> Danke, bin wohl nach 3 vollen Tagen Iobroker Stress nicht mehr denkfähig....<img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f915.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--face_with_head_bandage" style="height:23px;width:auto;vertical-align:middle" title=":face_with_head_bandage:" alt="🤕" /></p>
]]></description><link>https://forum.iobroker.net/post/1068127</link><guid isPermaLink="true">https://forum.iobroker.net/post/1068127</guid><dc:creator><![CDATA[Vandura]]></dc:creator><pubDate>Thu, 26 Oct 2023 15:18:24 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Thu, 26 Oct 2023 15:12:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vandura" aria-label="Profile: vandura">@<bdi>vandura</bdi></a> sagte in <a href="/post/1068111">Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)</a>:</p>
<blockquote>
<p dir="auto">was könnte das sein?</p>
</blockquote>
<p dir="auto">Ein Fehler im rpi2-Adapter. Schalte das Monitoring der SD-Karte im Adapter aus, bis ein Update kommt.</p>
]]></description><link>https://forum.iobroker.net/post/1068120</link><guid isPermaLink="true">https://forum.iobroker.net/post/1068120</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 26 Oct 2023 15:12:44 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Thu, 26 Oct 2023 15:01:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tobrog" aria-label="Profile: tobrog">@<bdi>tobrog</bdi></a> sagte in <a href="/post/1067443">Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vandura" aria-label="Profile: vandura">@<bdi>vandura</bdi></a><br />
Einfach backup deiner iobroker Installation und nach dieser <a href="https://www.iobroker.net/#de/documentation/install/linux.md" rel="nofollow ugc">Anleitung</a> neu installieren und dann das backup zurückspielen.</p>
</blockquote>
<p dir="auto">Danke.....Hat soweit alles geklappt außer das ich sämtliche Sensoren neu anlernen muß........<img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f613.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--sweat" style="height:23px;width:auto;vertical-align:middle" title=":sweat:" alt="😓" /></p>
<p dir="auto">und ich bekomme laufend diese Fehlermeldung in dem Protokoll:<br />
Cannot evaluate: Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda2 480455308 5772300 450273768 2% / /1024</p>
<p dir="auto">was könnte das sein?</p>
]]></description><link>https://forum.iobroker.net/post/1068111</link><guid isPermaLink="true">https://forum.iobroker.net/post/1068111</guid><dc:creator><![CDATA[Vandura]]></dc:creator><pubDate>Thu, 26 Oct 2023 15:01:40 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Thu, 26 Oct 2023 15:29:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vandura" aria-label="Profile: vandura">@<bdi>vandura</bdi></a> sagte in <a href="/post/1067426">Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)</a>:</p>
<blockquote>
<p dir="auto">Hast du noch eine andere Idee.....klappt so nicht mehr</p>
</blockquote>
<p dir="auto">Moin,</p>
<p dir="auto">natürlich ist die Installation des aktuellen OS Releases, die beste Idee, aber ab diesem Post <a href="https://forum.iobroker.net/topic/65017/zigbee-conbee2-funktioniert-nach-update-nicht-mehr-udev/76?page=4">https://forum.iobroker.net/topic/65017/zigbee-conbee2-funktioniert-nach-update-nicht-mehr-udev/76?page=4</a> und den folgenden, steht wie man sich seine eigene <code>UDev Regel</code> schreibt und installiert. Dann ist man unabhängig von dem, was da Debian macht ;)</p>
<p dir="auto">VG<br />
Bernd</p>
<p dir="auto"><strong>Edit 2023-10-26 17:29</strong><br />
Nur Deutsch Satzstellung und Rechtschreibung korrigiert</p>
]]></description><link>https://forum.iobroker.net/post/1067594</link><guid isPermaLink="true">https://forum.iobroker.net/post/1067594</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 26 Oct 2023 15:29:51 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Wed, 25 Oct 2023 18:17:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vandura" aria-label="Profile: vandura">@<bdi>vandura</bdi></a></p>
<p dir="auto">Kann ja nur um einen Raspberry gehen.<br />
<a href="https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht">https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht</a></p>
]]></description><link>https://forum.iobroker.net/post/1067446</link><guid isPermaLink="true">https://forum.iobroker.net/post/1067446</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Wed, 25 Oct 2023 18:17:05 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Wed, 25 Oct 2023 18:16:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tobrog" aria-label="Profile: tobrog">@<bdi>tobrog</bdi></a> sagte in <a href="/post/1067443">Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vandura" aria-label="Profile: vandura">@<bdi>vandura</bdi></a><br />
Einfach backup deiner iobroker Installation und nach dieser <a href="https://www.iobroker.net/#de/documentation/install/linux.md" rel="nofollow ugc">Anleitung</a> neu installieren und dann das backup zurückspielen.</p>
</blockquote>
<p dir="auto">ok, danke versuche ich mal</p>
]]></description><link>https://forum.iobroker.net/post/1067445</link><guid isPermaLink="true">https://forum.iobroker.net/post/1067445</guid><dc:creator><![CDATA[Vandura]]></dc:creator><pubDate>Wed, 25 Oct 2023 18:16:55 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Wed, 25 Oct 2023 18:15:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vandura" aria-label="Profile: vandura">@<bdi>vandura</bdi></a><br />
Einfach backup deiner iobroker Installation und nach dieser <a href="https://www.iobroker.net/#de/documentation/install/linux.md" rel="nofollow ugc">Anleitung</a> neu installieren und dann das backup zurückspielen.</p>
]]></description><link>https://forum.iobroker.net/post/1067443</link><guid isPermaLink="true">https://forum.iobroker.net/post/1067443</guid><dc:creator><![CDATA[tobrog]]></dc:creator><pubDate>Wed, 25 Oct 2023 18:15:52 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Wed, 25 Oct 2023 18:12:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vandura" aria-label="Profile: vandura">@<bdi>vandura</bdi></a> sagte in <a href="/post/1067433">Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> sagte in <a href="/post/1067430">Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vandura" aria-label="Profile: vandura">@<bdi>vandura</bdi></a> sagte in <a href="/post/1067426">Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)</a>:</p>
<blockquote>
<p dir="auto">Hast du noch eine andere Idee.....klappt so nicht mehr</p>
</blockquote>
<p dir="auto">Bookworm installieren. Da ist der Fehler behoben.</p>
</blockquote>
<p dir="auto">würde ich gerne, aber weiß nicht wie das geht.....sorry</p>
</blockquote>
<p dir="auto">Kannst du mir eventuell helfen?</p>
]]></description><link>https://forum.iobroker.net/post/1067440</link><guid isPermaLink="true">https://forum.iobroker.net/post/1067440</guid><dc:creator><![CDATA[Vandura]]></dc:creator><pubDate>Wed, 25 Oct 2023 18:12:53 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Wed, 25 Oct 2023 18:10:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> sagte in <a href="/post/1067430">Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vandura" aria-label="Profile: vandura">@<bdi>vandura</bdi></a> sagte in <a href="/post/1067426">Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)</a>:</p>
<blockquote>
<p dir="auto">Hast du noch eine andere Idee.....klappt so nicht mehr</p>
</blockquote>
<p dir="auto">Bookworm installieren. Da ist der Fehler behoben.</p>
</blockquote>
<p dir="auto">würde ich gerne, aber weiß nicht wie das geht.....sorry</p>
]]></description><link>https://forum.iobroker.net/post/1067433</link><guid isPermaLink="true">https://forum.iobroker.net/post/1067433</guid><dc:creator><![CDATA[Vandura]]></dc:creator><pubDate>Wed, 25 Oct 2023 18:10:00 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Wed, 25 Oct 2023 18:09:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vandura" aria-label="Profile: vandura">@<bdi>vandura</bdi></a> sagte in <a href="/post/1067426">Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)</a>:</p>
<blockquote>
<p dir="auto">Hast du noch eine andere Idee.....klappt so nicht mehr</p>
</blockquote>
<p dir="auto">Bookworm installieren. Da ist der Fehler behoben.</p>
]]></description><link>https://forum.iobroker.net/post/1067430</link><guid isPermaLink="true">https://forum.iobroker.net/post/1067430</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Wed, 25 Oct 2023 18:09:13 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Wed, 25 Oct 2023 18:07:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reutli" aria-label="Profile: reutli">@<bdi>reutli</bdi></a> sagte in <a href="/post/1065692">Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/saschal" aria-label="Profile: saschal">@<bdi>saschal</bdi></a></p>
<p dir="auto">steh das nicht hier:</p>
<p dir="auto">Wechsle in das Verzeichnis:</p>
<pre><code>cd  /etc/apt/sources.list.d
</code></pre>
<p dir="auto">erstelle dort eine Datei: bullseye-proposed-updates.list<br />
also:</p>
<pre><code>sudo nano bullseye-proposed-updates.list
</code></pre>
<p dir="auto">In diese Datei kopierst Du diese beiden Zeilen:</p>
<pre><code># bullseye-proposed-updates
deb http://deb.debian.org/debian bullseye-proposed-updates main
</code></pre>
<p dir="auto">Dann führst Du das aus:</p>
<pre><code>sudo apt update
sudo apt -t bullseye-proposed-updates install udev
</code></pre>
<p dir="auto">anschließend ein Reboot und es sollte alles wieder funktionieren. Prüfen ob das Update geklappt hat, kann man mit</p>
<pre><code>apt policy udev
</code></pre>
<p dir="auto">dann sollte die Ausgabe wie folgt aussehen:</p>
<pre><code>apt policy udev
udev:
  Installiert:           247.3-7+deb11u4
  Installationskandidat: 247.3-7+deb11u4
  Versionstabelle:
 *** 247.3-7+deb11u4 500
        500 http://deb.debian.org/debian bullseye-proposed-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     247.3-7+deb11u2 500
        500 http://deb.debian.org/debian bullseye/main amd64 Packages
</code></pre>
<p dir="auto">siehe erster Post</p>
</blockquote>
<p dir="auto">Hast du noch eine andere Idee.....klappt so nicht mehr</p>
]]></description><link>https://forum.iobroker.net/post/1067426</link><guid isPermaLink="true">https://forum.iobroker.net/post/1067426</guid><dc:creator><![CDATA[Vandura]]></dc:creator><pubDate>Wed, 25 Oct 2023 18:07:51 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Mon, 23 Oct 2023 06:28:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/saschal" aria-label="Profile: saschal">@<bdi>saschal</bdi></a> sagte in <a href="/post/1065792">Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)</a>:</p>
<blockquote>
<p dir="auto">Neueinrichtung</p>
</blockquote>
<p dir="auto">Backup?</p>
]]></description><link>https://forum.iobroker.net/post/1065801</link><guid isPermaLink="true">https://forum.iobroker.net/post/1065801</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Mon, 23 Oct 2023 06:28:51 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Mon, 23 Oct 2023 05:40:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> sagte in <a href="/post/1065743">Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/saschal" aria-label="Profile: saschal">@<bdi>saschal</bdi></a> sagte in <a href="/post/1065742">Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)</a>:</p>
<blockquote>
<p dir="auto">Vielleicht schaffe ich ja das Update auf Bookworm</p>
</blockquote>
<p dir="auto">Neuinstallation, diesmal die 64bit-Lite-Version.</p>
<p dir="auto">€dit: Und das die proposed-updates für Bullseye nicht mehr kommen könnte damit zusammenhängen, das Bullseye jetzt nicht mehr die aktuelle Stable ist und da nur noch Sicherheitsupdates veröffentlich werden.</p>
</blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a><br />
OK, dann werde ich das mal notgedrungen angehen - ich wollte mir eigentlich die ganze Neueinrichtung von ioBroker / influx / Grafana sparen, aber eine saubere Installation ist bestimmt besser.</p>
<p dir="auto">Danke für den Hinweis!</p>
]]></description><link>https://forum.iobroker.net/post/1065792</link><guid isPermaLink="true">https://forum.iobroker.net/post/1065792</guid><dc:creator><![CDATA[SaschaL]]></dc:creator><pubDate>Mon, 23 Oct 2023 05:40:52 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Sun, 22 Oct 2023 21:02:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/saschal" aria-label="Profile: saschal">@<bdi>saschal</bdi></a> sagte in <a href="/post/1065742">Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)</a>:</p>
<blockquote>
<p dir="auto">Vielleicht schaffe ich ja das Update auf Bookworm</p>
</blockquote>
<p dir="auto">Neuinstallation, diesmal die 64bit-Lite-Version.</p>
<p dir="auto">€dit: Und das die proposed-updates für Bullseye nicht mehr kommen könnte damit zusammenhängen, das Bullseye jetzt nicht mehr die aktuelle Stable ist und da nur noch Sicherheitsupdates veröffentlich werden.</p>
]]></description><link>https://forum.iobroker.net/post/1065743</link><guid isPermaLink="true">https://forum.iobroker.net/post/1065743</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 22 Oct 2023 21:02:59 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Sun, 22 Oct 2023 20:43:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a><br />
Ich denke auch, dann steig ich eben erneut um. Ich mache dann morgen sicherheitshalber mal ein Image und dann stürze ich mich ins nächste Abenteuer. Vielleicht schaffe ich ja das Update auf Bookworm <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /></p>
<p dir="auto">Vielen Dank für eure Hilfe und Geduld, ich komme bestimmt mit neuen Fragen zurück!</p>
<p dir="auto">Gruß,<br />
Sascha</p>
]]></description><link>https://forum.iobroker.net/post/1065742</link><guid isPermaLink="true">https://forum.iobroker.net/post/1065742</guid><dc:creator><![CDATA[SaschaL]]></dc:creator><pubDate>Sun, 22 Oct 2023 20:43:18 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Sun, 22 Oct 2023 20:40:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/saschal" aria-label="Profile: saschal">@<bdi>saschal</bdi></a></p>
<p dir="auto">Dann ist die Datei vielleicht zurückgezogen worden. Ich weiß es nicht.</p>
<p dir="auto">An deiner Stelle würde ich ohnehin auf Raspberry OS 12 "Bookworm" springen.</p>
]]></description><link>https://forum.iobroker.net/post/1065741</link><guid isPermaLink="true">https://forum.iobroker.net/post/1065741</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 22 Oct 2023 20:40:41 GMT</pubDate></item><item><title><![CDATA[Reply to Zigbee&#x2F;Conbee2 funktioniert nach Update nicht mehr (udev) on Sun, 22 Oct 2023 20:38:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/saschal" aria-label="Profile: saschal">@<bdi>saschal</bdi></a> sagte in <a href="/post/1065735">Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> sagte in <a href="/post/1065732">Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)</a>:</p>
<blockquote>
<p dir="auto">sudo apt update                                                                                                                                                                            apt policy udev</p>
</blockquote>
<p dir="auto">Also wenn ich das eingebe, dann bekomme ich immer wieder folgendes und ich habe keine Ahnung wie ich da was anpassen kann:</p>
<pre><code>pi@raspberrypi:~ $ sudo apt update
OK:1 http://deb.debian.org/debian bullseye-backports InRelease
OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
OK:3 http://deb.debian.org/debian bullseye-proposed-updates InRelease
OK:4 http://archive.raspberrypi.org/debian bullseye InRelease
OK:5 https://phoscon.de/apt/deconz bullseye InRelease
OK:6 https://deb.nodesource.com/node_18.x nodistro InRelease
OK:7 https://apt.grafana.com stable InRelease
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
Alle Pakete sind aktuell.
pi@raspberrypi:~ $ apt policy udev
udev:
  Installiert:           247.3-7+rpi1+deb11u2
  Installationskandidat: 247.3-7+rpi1+deb11u2
  Versionstabelle:
     252.5-2~bpo11+1 100
        100 http://deb.debian.org/debian bullseye-backports/main armhf Packages
 *** 247.3-7+rpi1+deb11u2 500
        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
        100 /var/lib/dpkg/status

</code></pre>
<p dir="auto"><img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f914.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--thinking_face" style="height:23px;width:auto;vertical-align:middle" title=":thinking_face:" alt="🤔" /></p>
</blockquote>
<p dir="auto">So, einen Fehler konnte ich schon mal eliminieren, ich bin die bullseye-backports losgeworden (ich hatte noch eine weitere Datei bullseye-backports.list im Verzeichnis.</p>
<p dir="auto">Wenn ich das jetzt überprüfe sieht es schon besser aus, aber immer noch nicht die richtige Version:</p>
<pre><code>pi@raspberrypi:~ $ sudo apt update
OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
OK:2 http://deb.debian.org/debian bullseye-proposed-updates InRelease
OK:3 https://phoscon.de/apt/deconz bullseye InRelease
OK:4 https://deb.nodesource.com/node_18.x nodistro InRelease
OK:5 http://archive.raspberrypi.org/debian bullseye InRelease
OK:6 https://apt.grafana.com stable InRelease
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
Alle Pakete sind aktuell.
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
code_text
</code></pre>
]]></description><link>https://forum.iobroker.net/post/1065739</link><guid isPermaLink="true">https://forum.iobroker.net/post/1065739</guid><dc:creator><![CDATA[SaschaL]]></dc:creator><pubDate>Sun, 22 Oct 2023 20:38:05 GMT</pubDate></item></channel></rss>