<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=5235&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Upgrading Firmware-AMD-Graphics on Devuan Ceres]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5235</link>
		<description><![CDATA[The most recent posts in Upgrading Firmware-AMD-Graphics on Devuan Ceres.]]></description>
		<lastBuildDate>Fri, 09 Sep 2022 16:39:44 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Upgrading Firmware-AMD-Graphics on Devuan Ceres]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37491#p37491</link>
			<description><![CDATA[<p>Ubuntu have a linux-firmware package from 2022-08-31:</p><p><a href="https://packages.ubuntu.com/kinetic/all/linux-firmware/download" rel="nofollow">https://packages.ubuntu.com/kinetic/all … e/download</a></p><p>The .deb should be safe to install directly in Devuan. It has no dependencies. The package&#039;s postinst script runs <span class="bbc">update-initramfs</span> automatically.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 09 Sep 2022 16:39:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37491#p37491</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upgrading Firmware-AMD-Graphics on Devuan Ceres]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37485#p37485</link>
			<description><![CDATA[<p>At least for encrypted system, you need to rebuild the initramfs to include the new firmware:</p><div class="codebox"><pre><code># update-initramfs -c -t -k all</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 09 Sep 2022 10:23:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37485#p37485</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upgrading Firmware-AMD-Graphics on Devuan Ceres]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37474#p37474</link>
			<description><![CDATA[<p>It is possible to clone the entire firmware git repository straight into /lib/firmware/ so that it can be updated later with <span class="bbc">cd /lib/firmware &amp;&amp; git pull</span>.</p><p>See <a href="https://forums.debian.net/viewtopic.php?p=755418#p755418" rel="nofollow">https://forums.debian.net/viewtopic.php … 18#p755418</a> for the method.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 09 Sep 2022 05:47:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37474#p37474</guid>
		</item>
		<item>
			<title><![CDATA[Upgrading Firmware-AMD-Graphics on Devuan Ceres]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37472#p37472</link>
			<description><![CDATA[<p>Even some packages from Devuan Ceres are quite old, namely the likes of <span class="bbc">firmware-amd-graphics</span> still using binaries from last year (August 2021). Downloading the latest <a href="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git" rel="nofollow">snapshot</a> and copying the binaries from the <span class="bbc">amdgpu</span>, <span class="bbc">r128</span>, and <span class="bbc">radeon</span> folders to <span class="bbc">/lib/firmware/</span> folders (overwrite the existing files) should do the trick. This will not remove <span class="bbc">firmware-amd-graphics</span>, but add to the existing files.</p><p>As of the date of this post, we&#039;ll download <span class="bbc">linux-firmware-20220815</span> as the latest snapshot, extract it, and copy the folders to their respective directories:</p><div class="codebox"><pre><code>wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20220815.tar.gz
tar -xf linux-firmware-20220815.tar.gz &amp;&amp; cd linux-firmware-20220815
sudo cp amdgpu /lib/firmware/
sudo cp r128 /lib/firmware/
sudo cp radeon /lib/firmware/</code></pre></div><p>Reboot your system afterwards for the changes to take full effect.</p>]]></description>
			<author><![CDATA[dummy@example.com (brocashelm)]]></author>
			<pubDate>Fri, 09 Sep 2022 04:05:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37472#p37472</guid>
		</item>
	</channel>
</rss>
