<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=3883&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [Solved] ascii - unneeded firmware]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3883</link>
		<description><![CDATA[The most recent posts in [Solved] ascii - unneeded firmware.]]></description>
		<lastBuildDate>Tue, 13 Oct 2020 10:42:27 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] ascii - unneeded firmware]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25245#p25245</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>... a convenience ...</p></div></blockquote></div><p>OK.</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>See for yourself:</p><div class="codebox"><pre><code>apt --simulate --autoremove purge firmware-amd-graphics</code></pre></div></div></blockquote></div><div class="codebox"><pre><code>[root@devuan ~]# apt --simulate --autoremove purge firmware-amd-graphics
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  amd64-microcode* firmware-amd-graphics* firmware-linux* firmware-linux-nonfree* intel-microcode* iucode-tool*
0 upgraded, 0 newly installed, 6 to remove and 0 not upgraded.
Purg amd64-microcode [3.20160316.3]
Purg firmware-linux [20190114-2~deb9u1]
Purg firmware-linux-nonfree [20190114-2~deb9u1]
Purg firmware-amd-graphics [20190114-2~deb9u1]
Purg intel-microcode [3.20200616.1~deb9u1]
Purg iucode-tool [2.1.1-1]</code></pre></div><div class="codebox"><pre><code>[root@devuan ~]# apt install amd64-microcode
Reading package lists... Done
Building dependency tree       
Reading state information... Done
amd64-microcode is already the newest version (3.20160316.3).
amd64-microcode set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[root@devuan ~]# apt install intel-microcode
Reading package lists... Done
Building dependency tree       
Reading state information... Done
intel-microcode is already the newest version (3.20200616.1~deb9u1).
intel-microcode set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[root@devuan ~]# apt install iucode-tool
Reading package lists... Done
Building dependency tree       
Reading state information... Done
iucode-tool is already the newest version (2.1.1-1).
iucode-tool set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[root@devuan ~]# </code></pre></div><div class="codebox"><pre><code>[root@devuan ~]# apt --simulate --autoremove purge firmware-amd-graphics
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  firmware-amd-graphics* firmware-linux* firmware-linux-nonfree*
0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
Purg firmware-linux [20190114-2~deb9u1]
Purg firmware-linux-nonfree [20190114-2~deb9u1]
Purg firmware-amd-graphics [20190114-2~deb9u1]
[root@devuan ~]#</code></pre></div><div class="codebox"><pre><code>[root@devuan ~]# apt --autoremove purge firmware-amd-graphics
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  firmware-amd-graphics* firmware-linux* firmware-linux-nonfree*
0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
After this operation, 31.0 MB disk space will be freed.
Do you want to continue? [Y/n] 
(Reading database ... 140831 files and directories currently installed.)
Removing firmware-linux (20190114-2~deb9u1) ...
Removing firmware-linux-nonfree (20190114-2~deb9u1) ...
Removing firmware-amd-graphics (20190114-2~deb9u1) ...
[root@devuan ~]# </code></pre></div><p>That should do it.&#160; =-)<br />I&#039;ll come back if I hit a snag.</p><p><span class="bbu">Edit:</span> package <span class="bbc">amd64-microcode</span> also removed without ill effects as I run on Intel hardware. </p><p>Thanks a lot for your input.</p><p>Cheers,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Tue, 13 Oct 2020 10:42:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25245#p25245</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] ascii - unneeded firmware]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25242#p25242</link>
			<description><![CDATA[<div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>According to Synaptic, both Removal and Complete removal will drag along the <span class="bbc">firmware-linux</span> and <span class="bbc">firmware-linux-nonfree</span>, both of which are meta-packages.</p></div></blockquote></div><p>The firmware-linux metapackage has firmware-linux-nonfree as a dependency and that has firmware-amd-graphics as a dependency so you can&#039;t remove firmware-amd-graphics without removing the other metapackages because their dependencies won&#039;t be satisfied after it&#039;s removal.</p><div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>what for?</p></div></blockquote></div><p>Metapackages are a convenience, that&#039;s all. There&#039;s no harm in having unneeded firmware packages on the system because they won&#039;t be loaded if the hardware that needs them isn&#039;t present.</p><div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>I think the only hardware that would need firmware would be Intel chipset with integrated e1000 and the Atheros wireless dongle which I am not using.</p></div></blockquote></div><p>Confirm this theory with</p><div class="codebox"><pre><code># dmesg | grep firmware</code></pre></div><p>^ That will show any firmware loaded by the kernel, you can then use this to find the packages that supply those files (replace <span class="bbc">$file</span> with the actual filename(s) listed in <span class="bbc">dmesg</span>):</p><div class="codebox"><pre><code>dpkg -S $file</code></pre></div><div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>Could I remove these three packages without wreaking havok?</p></div></blockquote></div><p>See for yourself:</p><div class="codebox"><pre><code>apt --simulate --autoremove purge firmware-amd-graphics</code></pre></div><p>If any firmware packages that you need are removed by that (simulated) command then install them explicitly at the same time as removing the AMD graphics firmware (replace <span class="bbc">$package</span> with the actual name(s) of the firmware package(s) you need):</p><div class="codebox"><pre><code># apt install --autoremove firmware-amd-graphics- intel-microcode $package</code></pre></div><p>EDIT: you will need the Intel CPU µcode package (I presume you have an Intel processor).</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 13 Oct 2020 06:35:17 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25242#p25242</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] ascii - unneeded firmware]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25240#p25240</link>
			<description><![CDATA[<p>Hello:</p><p>While running/checking updates today, I have seen that my installation contains a 31MB <span class="bbc">firmware-amd-graphics</span> package.</p><p>But ...<br />I do not have <em>any</em> AMD hardware in my box and don&#039;t plan to get any.<br />My hardware <em>may</em> be dated but it works perfectly well.&#160; 8^° !</p><p>According to Synaptic, both Removal and Complete removal will drag along the <span class="bbc">firmware-linux</span> and <span class="bbc">firmware-linux-nonfree</span>, both of which are meta-packages.</p><p>Between the three of these packages, it&#039;s roughly 83MB.<br />No big deal, but what for?</p><p>I think the only hardware that would need firmware would be Intel chipset with integrated e1000 and the Atheros wireless dongle which I am not using.</p><p>Could I remove these three packages without wreaking havok?</p><p>TIA,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Mon, 12 Oct 2020 23:42:16 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25240#p25240</guid>
		</item>
	</channel>
</rss>
