<?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=8042&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] missing firmware /lib/firmware/i915/]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=8042</link>
		<description><![CDATA[The most recent posts in [SOLVED] missing firmware /lib/firmware/i915/.]]></description>
		<lastBuildDate>Wed, 17 Jun 2026 17:35:15 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] missing firmware /lib/firmware/i915/]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64323#p64323</link>
			<description><![CDATA[<p>If you want the missing packages, you need to add non-free-firmware to sources.list and then &#039;apt update&#039;. You probably don&#039;t need firmware-intel-misc, but the -graphics package has firmware for i915. I don&#039;t know if it will make it work better. </p><div class="codebox"><pre><code>deb http://deb.devuan.org/merged freia main non-free-firmware</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 17 Jun 2026 17:35:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64323#p64323</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] missing firmware /lib/firmware/i915/]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64321#p64321</link>
			<description><![CDATA[<p>Due to several issues with Excalibur I switched to Freia. Everything works.<br />Thank you , guys!</p><p>p.s. For the record</p><div class="codebox"><pre><code># apt-cache search firmware-intel-graphics firmware-intel-misc
# 
# apt-cache search i915
xserver-xorg-video-intel - X.Org X server -- Intel i8xx, i9xx display driver</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (amaro)]]></author>
			<pubDate>Wed, 17 Jun 2026 17:07:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64321#p64321</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] missing firmware /lib/firmware/i915/]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64299#p64299</link>
			<description><![CDATA[<p>So for daedalus the i915 stuff is in <span class="bbc">firmware-misc-nonfree</span>, but for excalibur they split it off into it&#039;s own package that fsmithred mentioned above <span class="bbc">firmware-intel-graphics</span>.</p><p>Looks like most likely you had the daedalus version and were using it possibly, but after the upgrade the intel i915 firmware is no longer in the package so it&#039;s no longer on your system. </p><p>There&#039;s also a <span class="bbc">firmware-intel-misc</span> package that&#039;s new in excalibur, not sure what&#039;s in that as I don&#039;t have an excalibur system on my machine right now.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Sun, 14 Jun 2026 19:44:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64299#p64299</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] missing firmware /lib/firmware/i915/]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64295#p64295</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>amaro wrote:</cite><blockquote><div><p>Is this an issue?</p></div></blockquote></div><p>Not necessarily, more so if your graphics are working properly.</p><p>I had the same issue with my Nvidia Quadro FX 580s and Nouveau drivers.</p><div class="quotebox"><cite>amaro wrote:</cite><blockquote><div><p>If so, how to fix it?</p></div></blockquote></div><p>See here: <a href="https://dev1galaxy.org/viewtopic.php?pid=51169#p51169" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=51169#p51169</a></p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sun, 14 Jun 2026 13:18:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64295#p64295</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] missing firmware /lib/firmware/i915/]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64293#p64293</link>
			<description><![CDATA[<p>If you actually have i915 graphics, you might want to install a couple of packages. Run &#039;lspci&#039; to check. In my experience, it will still work without that. I&#039;m not sure if you miss anything that way - I don&#039;t do anything that requires intense graphics. Just simple games and video here.</p><div class="codebox"><pre><code>$ apt-cache search i915
xserver-xorg-video-intel - X.Org X server -- Intel i8xx, i9xx display driver
firmware-intel-graphics - Binary firmware for Intel iGPUs and IPUs</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 14 Jun 2026 12:43:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64293#p64293</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] missing firmware /lib/firmware/i915/]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64291#p64291</link>
			<description><![CDATA[<p>Hello everybody,</p><p>I am doing the upgrade from Daedalus to Excalibur. Followed the step here <a href="https://www.devuan.org/os/documentation/install-guides/excalibur/upgrade-to-excalibur" rel="nofollow">https://www.devuan.org/os/documentation … -excalibur</a></p><p>In the process got this message</p><div class="codebox"><pre class="vscroll"><code>update-initramfs: Generating /boot/initrd.img-6.12.57+deb12-amd64
W: Possible missing firmware /lib/firmware/i915/mtl_gsc_1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.9.3.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.9.3.bin for module i915
W: Possible missing firmware /lib/firmware/i915/dg1_huc.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.9.3.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_huc.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.9.3.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_huc.bin for module i915
W: Possible missing firmware /lib/firmware/i915/dg2_huc_gsc.bin for module i915
W: Possible missing firmware /lib/firmware/i915/mtl_huc_gsc.bin for module i915
W: Possible missing firmware /lib/firmware/i915/skl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/bxt_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/glk_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/cml_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/icl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/ehl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/ehl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/dg1_guc_70.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_guc_69.0.3.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_guc_70.bin for module i915
W: Possible missing firmware /lib/firmware/i915/adlp_guc_69.0.3.bin for module i915
W: Possible missing firmware /lib/firmware/i915/adlp_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/adlp_guc_70.bin for module i915
W: Possible missing firmware /lib/firmware/i915/dg2_guc_70.bin for module i915
W: Possible missing firmware /lib/firmware/i915/mtl_guc_70.bin for module i915</code></pre></div><p>Is this an issue?<br />If so, how to fix it?<br />Thank you in advance!</p>]]></description>
			<author><![CDATA[dummy@example.com (amaro)]]></author>
			<pubDate>Sun, 14 Jun 2026 11:44:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64291#p64291</guid>
		</item>
	</channel>
</rss>
