<?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[[gelöst] Wie Debmatic unter Trixie installieren?]]></title><description><![CDATA[<p dir="auto">Hallo zusammen,<br />
versuche mal wieder, unter Raspi OS Trixie Debmatic für die Homematic-Komponenten zu installieren und scheitere wieder.<br />
Raspi5 (8 GB)<br />
Was ich gemacht habe nach Installation des Raspi OS nach Anleitung :<br />
1.</p>
<pre><code>wget -q -O - https://apt.debmatic.de/debmatic/public.key | sudo tee /usr/share/keyrings/debmatic.asc
</code></pre>
<ol start="2">
<li></li>
</ol>
<pre><code>echo "deb [signed-by=/usr/share/keyrings/debmatic.asc] https://apt.debmatic.de/debmatic stable/" | sudo tee /etc/apt/sources.list.d/debmatic.list
deb [signed-by=/usr/share/keyrings/debmatic.asc] https://apt.debmatic.de/debmatic stable/
</code></pre>
<ol start="3">
<li></li>
</ol>
<pre><code>sudo apt update
</code></pre>
<p dir="auto">liefert dann einen Fehler:</p>
<pre><code>sudo apt update
OK:1 http://deb.debian.org/debian trixie InRelease
OK:2 http://deb.debian.org/debian trixie-updates InRelease
Holen:3 http://deb.debian.org/debian-security trixie-security InRelease [43,4 kB]
OK:4 http://archive.raspberrypi.com/debian trixie InRelease               
Ign:5 https://apt.debmatic.de/debmatic stable/ InRelease
Fehl:6 https://apt.debmatic.de/debmatic stable/ Release
  404  Not Found [IP: 2a01:4f8:10b:2e4d:6::8 443]
Fehler: Das Depot »https://apt.debmatic.de/debmatic stable/ Release« enthält keine Release-Datei.
Hinweis: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
Hinweis: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).


</code></pre>
]]></description><link>https://forum.iobroker.net/topic/85045/gelöst-wie-debmatic-unter-trixie-installieren</link><generator>RSS for Node</generator><lastBuildDate>Mon, 27 Jul 2026 21:29:48 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/85045.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 24 Jul 2026 09:45:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [gelöst] Wie Debmatic unter Trixie installieren? on Sat, 25 Jul 2026 07:26:07 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/iobroker2001" aria-label="Profile: iobroker2001">@<bdi>iobroker2001</bdi></a> <a href="/post/1349193">sagte</a>:</p>
<p dir="auto">Für Raspi5 ist es doch immer diese Version!?</p>
</blockquote>
<p dir="auto">Aber nur bei einer sauberen Neuinstallation.</p>
]]></description><link>https://forum.iobroker.net/post/1349196</link><guid isPermaLink="true">https://forum.iobroker.net/post/1349196</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sat, 25 Jul 2026 07:26:07 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Wie Debmatic unter Trixie installieren? on Sat, 25 Jul 2026 07:09:03 GMT]]></title><description><![CDATA[<p dir="auto">Für Raspi5 ist es doch immer diese Version!?</p>
<pre><code>uname -r
6.18.34+rpt-rpi-2712
</code></pre>
<p dir="auto">Demnach müsstest Du einen Raspi4 besitzen?</p>
]]></description><link>https://forum.iobroker.net/post/1349193</link><guid isPermaLink="true">https://forum.iobroker.net/post/1349193</guid><dc:creator><![CDATA[iobroker2001]]></dc:creator><pubDate>Sat, 25 Jul 2026 07:09:03 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Wie Debmatic unter Trixie installieren? on Fri, 24 Jul 2026 15:58:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/iobroker2001" aria-label="Profile: iobroker2001">@<bdi>iobroker2001</bdi></a><br />
Das hat wohl dann jetzt 'zufällig' gepasst.<br />
Am besten schaut man zunächst, welcher Kernel läuft:</p>
<pre><code>echad@chet:~ $ uname -r
6.18.34+rpt-rpi-v8
echad@chet:~ $
</code></pre>
<p dir="auto">Und dann installiert man die passenden header nach. Ich müsste also inux-headers-rpi-v8 installieren.</p>
]]></description><link>https://forum.iobroker.net/post/1349159</link><guid isPermaLink="true">https://forum.iobroker.net/post/1349159</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Fri, 24 Jul 2026 15:58:17 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Wie Debmatic unter Trixie installieren? on Fri, 24 Jul 2026 15:52:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fernetmenta" aria-label="Profile: fernetmenta">@<bdi>fernetmenta</bdi></a>: Sieht klasse aus!!! Danke vielmals!<br />
Ich komme jetzt auf die VCCU und kann weiter installieren!!</p>
<p dir="auto">Update:</p>
<pre><code>sudo apt install raspberrypi-kernel-headers pivccu-modules-dkms
</code></pre>
<p dir="auto">habe ich für den Raspi5 ersetzt durch:</p>
<pre><code>sudo apt install linux-headers-rpi-2712 pivccu-modules-dkms
</code></pre>
]]></description><link>https://forum.iobroker.net/post/1349158</link><guid isPermaLink="true">https://forum.iobroker.net/post/1349158</guid><dc:creator><![CDATA[iobroker2001]]></dc:creator><pubDate>Fri, 24 Jul 2026 15:52:36 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Wie Debmatic unter Trixie installieren? on Fri, 24 Jul 2026 14:00:38 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">Please note that the docs still only mention raspberrypi-kernel-headers, but Bookworm+ actually requires linux-headers-rpi-2712 on Pi5 and linux-headers-rpi-v8 on older boards.</p>
</blockquote>
<p dir="auto"><a href="https://github.com/alexreinert/piVCCU/issues/565#issuecomment-3700410695" rel="nofollow ugc">https://github.com/alexreinert/piVCCU/issues/565#issuecomment-3700410695</a></p>
]]></description><link>https://forum.iobroker.net/post/1349139</link><guid isPermaLink="true">https://forum.iobroker.net/post/1349139</guid><dc:creator><![CDATA[FernetMenta]]></dc:creator><pubDate>Fri, 24 Jul 2026 14:00:38 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Wie Debmatic unter Trixie installieren? on Fri, 24 Jul 2026 13:18:06 GMT]]></title><description><![CDATA[<p dir="auto">Vielen Dank FernetMenta, Thomas Braun, bin jetzt erheblich weiter gekommen.</p>
<p dir="auto">Ich gehe nach dieser Anleitung vor (nur für Bookworm, leider nichts neueres verfügbar):<br />
<a href="https://github.com/alexreinert/debmatic/blob/master/docs/setup/raspberrypi.md" rel="nofollow ugc">https://github.com/alexreinert/debmatic/blob/master/docs/setup/raspberrypi.md</a></p>
<p dir="auto">Bei Punkt 1:"Hinzufügen des debmatic apt Repositories" hat Eure Hilfe was gebracht.<br />
Nach sudo apt update kommen dann die korrekten Meldungen:</p>
<pre><code>sudo apt update
OK:1 http://deb.debian.org/debian trixie InRelease
OK:2 http://deb.debian.org/debian trixie-updates InRelease                  
Holen:3 http://deb.debian.org/debian-security trixie-security InRelease [43,4 kB]
OK:4 http://archive.raspberrypi.com/debian trixie InRelease                    
Holen:5 https://apt.debmatic.de/debmatic stable InRelease [13,6 kB]            
Holen:6 https://apt.debmatic.de/debmatic stable/main arm64 Packages [18,2 kB]
Holen:7 https://apt.debmatic.de/debmatic stable/main armhf Packages [18,1 kB]
Es wurden 93,3 kB in 0 s geholt (311 kB/s).
Alle Pakete sind aktuell.                   
pi@iobroker:/etc/apt/sources.list.d $ sudo apt install build-essential bison flex libssl-dev
build-essential ist schon die neueste Version (12.12).
Installiere:
  bison  flex  libssl-dev

Installiere Abhängigkeiten: 
  libfl-dev  libfl2  m4

Vorgeschlagene Pakete:
  bison-doc  flex-doc  libssl-doc  m4-doc

Zusammenfassung:
  Aktualisiere: 0, Installiere: 6, Entferne: 0, Aktualisiere nicht: 0
  Herunterlade-Größe: 6.833 kB
  Benötigter Platz: 22,4 MB / 25,3 GB verfügbar

Fortfahren? [J/n] j
Holen:1 http://deb.debian.org/debian trixie/main arm64 m4 arm64 1.4.19-8 [285 kB]
Holen:2 http://archive.raspberrypi.com/debian trixie/main arm64 libssl-dev arm64 3.5.6-1~deb13u2+rpt1 [4.817 kB]
Holen:3 http://deb.debian.org/debian trixie/main arm64 flex arm64 2.6.4-8.2+b4 [412 kB]
Holen:4 http://deb.debian.org/debian trixie/main arm64 bison arm64 2:3.8.2+dfsg-1+b2 [1.149 kB]
Holen:5 http://deb.debian.org/debian trixie/main arm64 libfl2 arm64 2.6.4-8.2+b4 [84,4 kB]
Holen:6 http://deb.debian.org/debian trixie/main arm64 libfl-dev arm64 2.6.4-8.2+b4 [85,6 kB]
Es wurden 6.833 kB in 1 s geholt (7.413 kB/s).                         
Vormals nicht ausgewähltes Paket m4 wird gewählt.
(Lese Datenbank ... 66582 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../0-m4_1.4.19-8_arm64.deb ...
Entpacken von m4 (1.4.19-8) ...
Vormals nicht ausgewähltes Paket flex wird gewählt.
Vorbereitung zum Entpacken von .../1-flex_2.6.4-8.2+b4_arm64.deb ...
Entpacken von flex (2.6.4-8.2+b4) ...
Vormals nicht ausgewähltes Paket bison wird gewählt.
Vorbereitung zum Entpacken von .../2-bison_2%3a3.8.2+dfsg-1+b2_arm64.deb ...
Entpacken von bison (2:3.8.2+dfsg-1+b2) ...
Vormals nicht ausgewähltes Paket libfl2:arm64 wird gewählt.
Vorbereitung zum Entpacken von .../3-libfl2_2.6.4-8.2+b4_arm64.deb ...
Entpacken von libfl2:arm64 (2.6.4-8.2+b4) ...
Vormals nicht ausgewähltes Paket libfl-dev:arm64 wird gewählt.
Vorbereitung zum Entpacken von .../4-libfl-dev_2.6.4-8.2+b4_arm64.deb ...
Entpacken von libfl-dev:arm64 (2.6.4-8.2+b4) ...
Vormals nicht ausgewähltes Paket libssl-dev:arm64 wird gewählt.
Vorbereitung zum Entpacken von .../5-libssl-dev_3.5.6-1~deb13u2+rpt1_arm64.deb .
..
Entpacken von libssl-dev:arm64 (3.5.6-1~deb13u2+rpt1) ...
m4 (1.4.19-8) wird eingerichtet ...
libssl-dev:arm64 (3.5.6-1~deb13u2+rpt1) wird eingerichtet ...
libfl2:arm64 (2.6.4-8.2+b4) wird eingerichtet ...
bison (2:3.8.2+dfsg-1+b2) wird eingerichtet ...
update-alternatives: /usr/bin/bison.yacc wird verwendet, um /usr/bin/yacc (yacc)
 im automatischen Modus bereitzustellen
flex (2.6.4-8.2+b4) wird eingerichtet ...
libfl-dev:arm64 (2.6.4-8.2+b4) wird eingerichtet ...
Trigger für man-db (2.13.1-1) werden verarbeitet ...
Trigger für libc-bin (2.41-12+rpt1+deb13u3) werden verarbeitet ...

</code></pre>
<p dir="auto">Dann bei Schritt 2: "Installation der Kernel Module" funktioniert nur der 1. Teil:</p>
<pre><code>sudo apt install build-essential bison flex libssl-dev
</code></pre>
<p dir="auto">Aber bei</p>
<pre><code>sudo apt install raspberrypi-kernel-headers pivccu-modules-dkms
</code></pre>
<p dir="auto">kommt die Fehlermeldung:</p>
<pre><code>sudo apt install raspberrypi-kernel-headers pivccu-modules-dkms
Paket raspberrypi-kernel-headers ist nicht verfügbar, wird aber von einem anderen Paket
referenziert. Das kann heißen, dass das Paket fehlt, dass es abgelöst
wurde oder nur aus einer anderen Quelle verfügbar ist.

Fehler: Für Paket »raspberrypi-kernel-headers« existiert kein Installationskandidat.

</code></pre>
]]></description><link>https://forum.iobroker.net/post/1349137</link><guid isPermaLink="true">https://forum.iobroker.net/post/1349137</guid><dc:creator><![CDATA[iobroker2001]]></dc:creator><pubDate>Fri, 24 Jul 2026 13:18:06 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Wie Debmatic unter Trixie installieren? on Fri, 24 Jul 2026 12:22:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fernetmenta" aria-label="Profile: FernetMenta">@<bdi>FernetMenta</bdi></a></p>
<blockquote>
<p dir="auto">Das ist falsch. Bei dir fehlt ein "main"</p>
</blockquote>
<p dir="auto">Hab jetzt nicht mehr genauer geschaut, aber da ist auch <code>stable/</code> falsch. Das / gehört da nicht hin.</p>
]]></description><link>https://forum.iobroker.net/post/1349122</link><guid isPermaLink="true">https://forum.iobroker.net/post/1349122</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Fri, 24 Jul 2026 12:22:36 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Wie Debmatic unter Trixie installieren? on Fri, 24 Jul 2026 10:04:41 GMT]]></title><description><![CDATA[<p dir="auto">oder gleich im neuen mehrzeiligen Format:</p>
<pre><code>cat debmatic.sources
Types: deb
URIs: https://apt.debmatic.de/debmatic/
Suites: stable
Components: main
Signed-By: /usr/share/keyrings/debmatic.asc
</code></pre>
]]></description><link>https://forum.iobroker.net/post/1349098</link><guid isPermaLink="true">https://forum.iobroker.net/post/1349098</guid><dc:creator><![CDATA[FernetMenta]]></dc:creator><pubDate>Fri, 24 Jul 2026 10:04:41 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Wie Debmatic unter Trixie installieren? on Fri, 24 Jul 2026 10:02:48 GMT]]></title><description><![CDATA[<p dir="auto">Wo hast du den 2. her? Das ist falsch. Bei dir fehlt ein "main"</p>
<pre><code>echo "deb [signed-by=/usr/share/keyrings/debmatic.asc] https://apt.debmatic.de/debmatic stable main" | sudo tee /etc/apt/sources.list.d/debmatic.list
</code></pre>
]]></description><link>https://forum.iobroker.net/post/1349097</link><guid isPermaLink="true">https://forum.iobroker.net/post/1349097</guid><dc:creator><![CDATA[FernetMenta]]></dc:creator><pubDate>Fri, 24 Jul 2026 10:02:48 GMT</pubDate></item></channel></rss>