<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Raspberrypi on tech.notes</title>
    <link>https://newblog.utzer.de/categories/raspberrypi/</link>
    <description>Recent content in Raspberrypi on tech.notes</description>
    <generator>Hugo</generator>
    <language>de</language>
    <lastBuildDate>Sun, 04 Jun 2023 10:45:14 +0000</lastBuildDate>
    <atom:link href="https://newblog.utzer.de/categories/raspberrypi/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Fix error &#34;Failed to start DHCP Client Daemon&#34; after upgrade to &#34;Bullseye&#34; on RaspberryPI</title>
      <link>https://newblog.utzer.de/2023/06/04/fix-error-failed-to-start-dhcp-client-daemon-after-upgrade-to-bullseye-on-raspberrypi/</link>
      <pubDate>Sun, 04 Jun 2023 10:45:14 +0000</pubDate>
       <guid isPermaLink="false">https://tech.utzer.de/?p=141</guid> 
      <description>&lt;p&gt;&lt;strong&gt;Important&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This fix can be applied before the reboot after the upgrade from Buster to Bullseye, if you missed it you need a MicroSD card reader and some Linux computer (another RaspberryPI would do) to edit the file.&lt;/p&gt;
&lt;p&gt;In the file&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;/etc/systemd/system/dhcpcd.service.d/wait.conf
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;there is a wrong path for the dhcpd, it has to be changed.&lt;/p&gt;
&lt;p&gt;wrong (from buster):&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;/usr/lib/dhcpcd5/dhcpcd
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;correct and new on Bullseye:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;/usr/sbin/dhcpcd
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;So you need to do this before the reboot, otherwise the RaspberryPi will not have a working WIFI or Ethernet connection after the reboot and will not allow you to login from remote by SSH.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Upgrade Raspberry Pi OS from Buster to Bullseye</title>
      <link>https://newblog.utzer.de/2023/05/11/upgrade-raspberry-pi-raspbian-from-buster-to-bullseye/</link>
      <pubDate>Thu, 11 May 2023 13:07:58 +0000</pubDate>
       <guid isPermaLink="false">https://tech.utzer.de/?p=131</guid> 
      <description>&lt;p&gt;So to upgrade Raspbian, as it was previously called, from Buster to Bullseye went smooth an easy, I tried this with some Pi2B (armhf 32Bit) and with a Pi4. These two are headless systems, so I don&amp;rsquo;t know if this works well for any systems with window managers.&lt;/p&gt;
&lt;p&gt;Better run these commands in screen, so when the SSH connection is interrupted you can reconnect and resume your work.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Edit: For the update there is a culprit, it will cause a problem with dhcpd, so before the reboot 13. (was point 12. before I added the remark below) please &lt;a href=&#34;https://newblog.utzer.de/?p=141&#34;&gt;check this post&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Debian for Raspberry Pi</title>
      <link>https://newblog.utzer.de/2021/02/05/debian-for-raspberry-pi/</link>
      <pubDate>Fri, 05 Feb 2021 21:59:23 +0000</pubDate>
       <guid isPermaLink="false">http://tech.utzer.de/?p=120</guid> 
      <description>&lt;p&gt;Just some info, because the last time when I flashed an SD card I took #Raspbian only because I could not find the #Debian images as quick.&lt;/p&gt;
&lt;p&gt;Infos about Debian for #Pi are here:&lt;br&gt;
&lt;a href=&#34;https://wiki.debian.org/RaspberryPi&#34;&gt;https://wiki.debian.org/RaspberryPi&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Images:&lt;br&gt;
&lt;a href=&#34;https://raspi.debian.net/tested-images/&#34;&gt;https://raspi.debian.net/tested-images/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Some tips for settings, like #SSH on first boot (you need to add a key):&lt;br&gt;
&lt;a href=&#34;https://raspi.debian.net/defaults-and-settings/&#34;&gt;https://raspi.debian.net/defaults-and-settings/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
