<?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=5512&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Where to find amd graphics firmware now]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=5512</link>
		<description><![CDATA[The most recent posts in [SOLVED] Where to find amd graphics firmware now.]]></description>
		<lastBuildDate>Tue, 31 Jan 2023 17:42:07 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Where to find amd graphics firmware now]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=40733#p40733</link>
			<description><![CDATA[<p>With todays update session I received several firmware updates. Looks like the merge has been adapted.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Tue, 31 Jan 2023 17:42:07 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=40733#p40733</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Where to find amd graphics firmware now]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=40710#p40710</link>
			<description><![CDATA[<p>I guess the merge needs to be adapted/completed. </p><div class="codebox"><pre><code># apt policy
Paketdateien:
 100 /var/lib/dpkg/status
     release a=now
 500 http://deb.devuan.org/merged daedalus/non-free-firmware amd64 Packages
     release v=5.0,o=Devuan,a=testing,n=daedalus,l=Devuan,c=non-free-firmware,b=amd64
     origin deb.devuan.org
 500 http://deb.devuan.org/merged daedalus/non-free amd64 Packages
     release v=5.0,o=Devuan,a=testing,n=daedalus,l=Devuan,c=non-free,b=amd64
     origin deb.devuan.org
 500 http://deb.devuan.org/merged daedalus/contrib amd64 Packages
     release v=5.0,o=Devuan,a=testing,n=daedalus,l=Devuan,c=contrib,b=amd64
     origin deb.devuan.org
 500 http://deb.devuan.org/merged daedalus/main amd64 Packages
     release v=5.0,o=Devuan,a=testing,n=daedalus,l=Devuan,c=main,b=amd64
     origin deb.devuan.org
Mit Pinning verwaltete Pakete:</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Mon, 30 Jan 2023 21:51:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=40710#p40710</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Where to find amd graphics firmware now]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=40708#p40708</link>
			<description><![CDATA[<p>What does <span class="bbc">apt policy</span> say? Is the new component listed there?</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 30 Jan 2023 20:54:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=40708#p40708</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Where to find amd graphics firmware now]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=40707#p40707</link>
			<description><![CDATA[<p>I guess that change has not been considered by Devuan yet. the sources.list from my test machine reads:</p><div class="codebox"><pre><code>deb http://deb.devuan.org/merged daedalus main contrib non-free non-free-firmware</code></pre></div><p># apt update works, but apt list does not find any packages from the new repo <a href="https://deb.debian.org/debian/pool/non-free-firmware/f/firmware-nonfree/" rel="nofollow">https://deb.debian.org/debian/pool/non- … e-nonfree/</a>, example:</p><div class="codebox"><pre><code># apt list firmware*
Auflistung… Fertig
firmware-ast/testing 20140808-7 all
firmware-ath9k-htc/testing 1.4.0-108-gd856466+dfsg1-1 all
firmware-b43-installer/testing 1:019-7 all
firmware-b43legacy-installer/testing 1:019-7 all
firmware-linux-free/testing,now 20200122-1 all  [Installiert,automatisch]
firmware-nvidia-gsp/testing 510.108.03-3 amd64
firmware-nvidia-tesla-gsp/testing 510.108.03-3 amd64
firmware-realtek-rtl8723cs-bt/testing 20181104-2 all
firmware-realtek/now 20210818-1 all  [Installiert,lokal]
firmware-sof-signed/testing 2.2.4-1 all
firmware-tomu/testing 2.0~rc7-2 all
firmware-zd1211/testing 1:1.5-8 all</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Mon, 30 Jan 2023 20:46:33 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=40707#p40707</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Where to find amd graphics firmware now]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=40705#p40705</link>
			<description><![CDATA[<p>I can see it:</p><div class="codebox"><pre><code>$ apt search amd-graphics
Sorting... Done
Full Text Search... Done
firmware-amd-graphics/testing,testing 20221214-5 all [upgradable from: 20221214-3]
  Binary firmware for AMD/ATI graphics chips

$ cat /etc/apt/sources.list                                                                                                                                                                         
deb https://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
deb https://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
deb https://deb.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
$</code></pre></div><p>Have you added the new <span class="bbc">non-free-firmware</span> component and run <span class="bbc">apt update</span>? There might be a slight delay with amprolla, the component was only added 2023-01-27.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 30 Jan 2023 20:36:00 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=40705#p40705</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Where to find amd graphics firmware now]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=40704#p40704</link>
			<description><![CDATA[<p>Daedalus/Testing: Just stumbled across a new feature imported from Debian: the package firmware-linux-nonfree is gone, there is an additional entry required in the sources.list to get access: &quot;non-free-firmware&quot; after main contrib non-free.</p><p>It looks like all the packages have been renamed somehow, need firmware-amd-graphics, and can&#039;t find a replacement. This package no more exists.</p><p>Any hints? Searching the repo for parts of this name ends with &quot;Search timed out. Please use a more specific pattern.....&quot;</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Mon, 30 Jan 2023 20:09:46 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=40704#p40704</guid>
		</item>
	</channel>
</rss>
