<?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=5321&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Installing firmware not yet in Devuan nor Debian packages]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5321</link>
		<description><![CDATA[The most recent posts in [SOLVED] Installing firmware not yet in Devuan nor Debian packages.]]></description>
		<lastBuildDate>Fri, 04 Nov 2022 19:12:24 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing firmware not yet in Devuan nor Debian packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38422#p38422</link>
			<description><![CDATA[<p>Great, many thanks: it works!</p><p>There were&#160; small changes in the <span class="bbc">/etc/network/interfaces</span>, for instance no equal signs between options and their values, that I think are just for making people like me to be confused.</p><p>Marking this thread as solved, and many thanks again!</p>]]></description>
			<author><![CDATA[dummy@example.com (migf)]]></author>
			<pubDate>Fri, 04 Nov 2022 19:12:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38422#p38422</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing firmware not yet in Devuan nor Debian packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38413#p38413</link>
			<description><![CDATA[<p>Not that I know of but I&#039;ve been using iwd for a good long while now so I don&#039;t keep up with wpa_supplicant. That <span class="bbc">ctrl_interface</span> line is only needed for wpagui though, at least AFAIK.</p><p>Use the /etc/network/interfaces format suggested in <a href="https://wiki.debian.org/WiFi/HowToUse#WPA-PSK_and_WPA2-PSK" rel="nofollow">https://wiki.debian.org/WiFi/HowToUse#W … d_WPA2-PSK</a> instead.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 04 Nov 2022 18:18:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38413#p38413</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing firmware not yet in Devuan nor Debian packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38412#p38412</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>What is the content of wpa_supplicant.conf? How did you generate it?</p></div></blockquote></div><p>I generated it as I did for previous laptops: using <span class="bbc">wpa_passphrase</span> to encode the key. Its contents are:</p><div class="codebox"><pre><code>ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev

network={
  ssid=&quot;XXX&quot;
  scan_ssid=1
  key_mgmt=WPA-PSK
  psk=.......
}</code></pre></div><p>Has this been deprecated?</p>]]></description>
			<author><![CDATA[dummy@example.com (migf)]]></author>
			<pubDate>Fri, 04 Nov 2022 18:09:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38412#p38412</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing firmware not yet in Devuan nor Debian packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38406#p38406</link>
			<description><![CDATA[<div class="quotebox"><cite>migf wrote:</cite><blockquote><div><p>The relevant lines of <span class="bbc">/etc/network/interfaces</span> are</p><div class="codebox"><pre><code>allow-hotplug eth0
iface eth0 inet dhcp

iface wlan0 inet dhcp
    pre-up wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -i wlan0</code></pre></div></div></blockquote></div><p>What is the content of wpa_supplicant.conf? How did you generate it?</p><p>It is more usual to just include the name of the access point and the (hashed) password in /etc/network/interfaces directly, as per <a href="https://wiki.debian.org/WiFi/HowToUse#Using_ifupdown" rel="nofollow">https://wiki.debian.org/WiFi/HowToUse#Using_ifupdown</a>, have you tried that?</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 04 Nov 2022 17:43:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38406#p38406</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing firmware not yet in Devuan nor Debian packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38400#p38400</link>
			<description><![CDATA[<p>@rolfie: Thanks for your tip!</p><p>There has been some progress: using <span class="bbc">eth0</span> I could upgrade and update the system, with a new kernel version, 5.19, and the Realtek firmware of the version I sought:</p><div class="codebox"><pre><code>[    3.868460] rtw89_8852ae 0000:01:00.0: enabling device (0000 -&gt; 0003)
[    3.871490] rtw89_8852ae 0000:01:00.0: firmware: direct-loading firmware rtw89/rtw8852a_fw.bin
[    3.871504] rtw89_8852ae 0000:01:00.0: Firmware version 0.13.36.0, cmd version 0, type 1
[    3.871506] rtw89_8852ae 0000:01:00.0: Firmware version 0.13.36.0, cmd version 0, type 3
[    3.888028] rtw89_8852ae 0000:01:00.0: chip rfe_type is 1</code></pre></div><p>However, with <span class="bbc">ifdown eth0</span> and <span class="bbc">ifup wlan0</span> the latter hangs and must be backgrounded. The kernel messages show also that some features are disabled:</p><div class="codebox"><pre><code>[   66.744949] r8169 0000:02:00.0 eth0: Link is Down
[   79.935440] wlan0: authenticate with ec:1a:59:88:2f:25
[   79.935455] wlan0: bad VHT capabilities, disabling VHT
[   79.935457] wlan0: Invalid HE elem, Disable HE
[   80.158538] wlan0: send auth to ec:1a:59:88:2f:25 (try 1/3)
[   80.160026] wlan0: authenticated
[   80.160231] rtw89_8852ae 0000:01:00.0 wlan0: disabling HT/VHT/HE as WMM/QoS is not supported by the AP
[   80.162542] wlan0: associate with ec:1a:59:88:2f:25 (try 1/3)
[   80.165039] wlan0: RX AssocResp from ec:1a:59:88:2f:25 (capab=0x411 status=0 aid=1)
[   80.278693] wlan0: associated
[   80.350754] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready</code></pre></div><p>Then no nameserver is seen with a <span class="bbc">Network unreachable</span> error. So it seems that this command did not finish the network configuration. Moreover trying to turn off the interface also hangs and must be interrupted:</p><div class="codebox"><pre><code># ifdown wlan0
ifdown: waiting for lock on /run/network/ifstate.wlan0
^CGot signal Interrupt, terminating...
^C
#</code></pre></div><p>The relevant lines of <span class="bbc">/etc/network/interfaces</span> are</p><div class="codebox"><pre><code>allow-hotplug eth0
iface eth0 inet dhcp

iface wlan0 inet dhcp
    pre-up wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -i wlan0</code></pre></div><p>and here are the contents of <span class="bbc">/etc/resolv.conf</span></p><div class="codebox"><pre><code>domain XXX
search XXX
nameserver 192.168.2.1</code></pre></div><p>Is there any way of configuring manually the network, apart from adding IPs and hosts to <span class="bbc">/etc/hosts</span>?</p>]]></description>
			<author><![CDATA[dummy@example.com (migf)]]></author>
			<pubDate>Fri, 04 Nov 2022 12:31:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38400#p38400</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing firmware not yet in Devuan nor Debian packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38379#p38379</link>
			<description><![CDATA[<p>Try again later. Maybe one of the mirrors just had a hickup. </p><p>When you directly copy new firmware to /lib/firmware you need to build a new initrd to make that work.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Thu, 03 Nov 2022 19:18:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38379#p38379</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing firmware not yet in Devuan nor Debian packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38376#p38376</link>
			<description><![CDATA[<p>I am stuck again, now with a <span class="bbc">Temporary failure resolving &#039;deb.devuan.org&#039;</span> error when trying <span class="bbc">apt update</span>.</p><p>I already read the <a href="https://dev1galaxy.org/viewtopic.php?id=5133" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=5133</a> thread in this forum, and following a tip there I changed my router<br />DNS settings to point to OpenDNS. This solved the problem in my desktop, but not in the laptop.</p><p>I noticed that <span class="bbc">dig deb.devuan.org</span></p><ul><li><p>gets 125.228.189.120 with a warning <span class="bbc">recursion requested but not available</span>[</p></li><li><p>with the -4 option starts with the warning <span class="bbc">Message parser reports malformed message packet</span> but the rest is identical</p></li><li><p>with -6 it just freezes</p></li></ul><p><span class="bbc">host debuan.dev.org</span> works fine with no option or with -4, but freezes with -6. So maybe this a problem of something trying to use ipV6 at some stage.</p><p>I also tried to use the mirror <span class="bbc">repo.ifca.es/devuan-cd</span> by editing the apt sources list, but the results are similar.</p><p>I do not know if there is any relation with problems of Firefox that cannot access any web server. This may result from the <span class="bbc">avahi-daemon</span> not being installed: I get rid of it because it created an interface <span class="bbc">etho:avahi</span> that could not be&#160; controlled by&#160; <span class="bbc">ifup</span> and <span class="bbc">ifdown</span>, and that used some strange IP (not in the LAN).</p>]]></description>
			<author><![CDATA[dummy@example.com (migf)]]></author>
			<pubDate>Thu, 03 Nov 2022 18:36:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38376#p38376</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing firmware not yet in Devuan nor Debian packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38217#p38217</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Ceres now has the firmware from 2022-10-18 so you can use that.</p></div></blockquote></div><p>Thanks a lot for your reply! I was not aware of the Ceres release, but if it is based on Debian unstable I could not find that version there some days ago.</p><p>I will try this tomorrow and will report back.</p>]]></description>
			<author><![CDATA[dummy@example.com (migf)]]></author>
			<pubDate>Tue, 01 Nov 2022 19:40:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38217#p38217</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing firmware not yet in Devuan nor Debian packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38216#p38216</link>
			<description><![CDATA[<p>Using the raw file is fine but it will need to be kept updated.</p><p>Ceres now has the firmware from 2022-10-18 so you can use that.</p><p>Add this to /etc/apt/sources.list.d/ceres:</p><div class="codebox"><pre><code>deb http://deb.devuan.org/merged ceres non-free</code></pre></div><p>And add this to /etc/apt/preferences.d/ceres:</p><div class="codebox"><pre><code>Package: *
Pin: release a=unstable, n=ceres
Pin-Priority: -1

Package: firmware-realtek
Pin: release a=unstable, n=ceres
Pin-Priority: 500</code></pre></div><p>Then</p><div class="codebox"><pre><code># apt update
# apt upgrade</code></pre></div><p>Keep checking chimaera-backports though because that package will probably make it through in a few weeks. When it does remove the added files and reinstall the package from backports instead.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 01 Nov 2022 18:58:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38216#p38216</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Installing firmware not yet in Devuan nor Debian packages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38214#p38214</link>
			<description><![CDATA[<p>In a previous thread <a href="https://dev1galaxy.org/viewtopic.php?id=5300" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=5300</a> I got very nice advice on how to install firmware for the Realtek wireless from the backports repositories, and this apparently solved the problems I was having. Some days later I found out that although the device was then seen the connection was unstable and is unusable: <span class="bbc">dmesg</span> was full of messages like this:</p><div class="codebox"><pre><code>rtw89_pci 0000:03:00.0:  [FWBB][WARN][CMW] No specific sta connect</code></pre></div><p>A lengthy search led me to this thread in kernel.org <a href="https://lkml.kernel.org/linux-wireless/c9ff4269e3864ee4bd437a40678a9e5f@realtek.com/T/" rel="nofollow">https://lkml.kernel.org/linux-wireless/ … tek.com/T/</a> that<br />advises the use of some options to the Realtek kernel modules (<span class="bbc">rtw89_core, rtw89_pci</span>), and the use of the firmware version 0.13.36.0, while the latest one in Debian bullseye is 0.9.12.2.</p><p>So I got the bin file from <a href="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/" rel="nofollow">https://git.kernel.org/pub/scm/linux/ke … mware.git/</a> and I am now trying to find out what to do with it,<br />as I am confused with all the methods I found out in the net for upgrading firmware...</p><p>Is that enough to put the file in <span class="bbc">/lib/firmware/rtw89/</span> as in that thread, or is this unsafe? If unsafe what is the recommended method? The laptop is a HP with UEFI boot.</p><p>Thanks in advance for any help.</p>]]></description>
			<author><![CDATA[dummy@example.com (migf)]]></author>
			<pubDate>Tue, 01 Nov 2022 18:07:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38214#p38214</guid>
		</item>
	</channel>
</rss>
