<?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=7428&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] No WiFi. No WiFi devices in Connman.]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=7428</link>
		<description><![CDATA[The most recent posts in [SOLVED] No WiFi. No WiFi devices in Connman..]]></description>
		<lastBuildDate>Mon, 29 Sep 2025 02:20:11 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] No WiFi. No WiFi devices in Connman.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=58280#p58280</link>
			<description><![CDATA[<p>@RedGreen925<br />Ok. Ran this <span class="bbc">manualinstall_wififix.sh</span> and got WiFi back up. Thank you everyone.</p><div class="codebox"><pre class="vscroll"><code>#!/bin/bash

# Manual WiFi Firmware Installer for MediaTek mt76x0u Devices (Refracta/Devuan)
# Use when firmware-mediatek package is missing or incomplete.

echo &quot;== Detecting WiFi Chipset ==&quot;
lsusb | grep -i -E &quot;mediatek|mt76|ralink&quot; || echo &quot;[!] Could not detect MediaTek USB device via lsusb.&quot;

# Directory for firmware
FW_DIR=&quot;/lib/firmware/mediatek&quot;

echo &quot;== Creating Firmware Directory if Needed ==&quot;
mkdir -p $FW_DIR

echo &quot;== Downloading MediaTek Firmware Blobs from Debian Non-Free Firmware Repo ==&quot;

# Adjust these links to the correct .bin firmware files for your chipset
wget -O $FW_DIR/mt7610u.bin https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/mediatek/mt7610u.bin
wget -O $FW_DIR/mt7610e.bin https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/mediatek/mt7610e.bin

echo &quot;== Verifying Firmware Presence ==&quot;
ls -lh $FW_DIR/mt7610*.bin

echo &quot;== Updating Initramfs ==&quot;
update-initramfs -u

echo &quot;== Reloading mt76x0u Driver ==&quot;
modprobe -r mt76x0u
sleep 2
modprobe mt76x0u

echo &quot;== Checking Kernel Messages ==&quot;
dmesg | grep -i mt76x0u | tail -20

echo &quot;== Checking Network Interfaces ==&quot;
ip link show | grep -E &quot;^[0-9]+: (wl|wlan|wlp)&quot;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (_mAL_4_th3_fl00r)]]></author>
			<pubDate>Mon, 29 Sep 2025 02:20:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=58280#p58280</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] No WiFi. No WiFi devices in Connman.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=58278#p58278</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>The directory usr/lib/firmware does not exist on my system. Will creating it and adding</p></div></blockquote></div><p>No need just install the proper package and it will be created with needed firmware put there.</p><div class="codebox"><pre><code>zeus@9600k:~$ apt-file search mediatek/mt7610e.bin
firmware-mediatek: /usr/lib/firmware/mediatek/mt7610e.bin</code></pre></div><p>You want the firmware-mediatek package.</p>]]></description>
			<author><![CDATA[dummy@example.com (RedGreen925)]]></author>
			<pubDate>Mon, 29 Sep 2025 01:19:15 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=58278#p58278</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] No WiFi. No WiFi devices in Connman.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=58274#p58274</link>
			<description><![CDATA[<p>@rolfie<br />The directory <span class="bbc">usr/lib/firmware</span> does not exist on my system. Will creating it and adding <a href="https://github.com/pauledd/mt7610u" rel="nofollow">https://github.com/pauledd/mt7610u</a> suffice?</p>]]></description>
			<author><![CDATA[dummy@example.com (_mAL_4_th3_fl00r)]]></author>
			<pubDate>Sun, 28 Sep 2025 19:53:10 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=58274#p58274</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] No WiFi. No WiFi devices in Connman.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=58273#p58273</link>
			<description><![CDATA[<p>The firmware that is loaded by the kernel is located in /usr/lib/firmware/mediatek. Check what you got in there. The dat file is something else but firmware.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sun, 28 Sep 2025 17:56:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=58273#p58273</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] No WiFi. No WiFi devices in Connman.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=58272#p58272</link>
			<description><![CDATA[<p>@ralph.ronnquis<br />I&#039;ve changed the <span class="bbc">apt-get</span> sequence as proposed.</p><p><span class="bbc">/sys/class/net</span> only contains <span class="bbc">eth0&#160; lo</span></p><p>Couple <span class="bbc">dmesg</span> lines I noticed:</p><div class="codebox"><pre><code>[    6.976540] mt76x0u 3-9:1.0: ASIC revision: 76100002 MAC revision: 76502000
[    6.977430] mt76x0u 3-9:1.0: firmware: failed to load mediatek/mt7610e.bin (-2)
[    6.977466] mt76x0u 3-9:1.0: mediatek/mt7610e.bin not found, switching to mediatek/mt7610u.bin
[    6.977470] mt76x0u 3-9:1.0: firmware: failed to load mediatek/mt7610u.bin (-2)
[    6.977503] mt76x0u 3-9:1.0: Direct firmware load for mediatek/mt7610u.bin failed with error -2
[    6.983111] mt76x0u: probe of 3-9:1.0 failed with error -2
[    6.983127] usbcore: registered new interface driver mt76x0u</code></pre></div><p>@greenjeans<br />You may be correct on the missing firmware. <br /><span class="bbc">/etc/Wireless/RT2860STA</span> only contains only <span class="bbc">RT2860STA.dat</span></p><p>I tried adding <span class="bbc">RT2870STA.dat</span> from <a href="https://github.com/pauledd/mt7610u" rel="nofollow">https://github.com/pauledd/mt7610u</a> then a reboot, to no avail. Not sure if I even did it right <img src="http://dev1galaxy.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" />.</p>]]></description>
			<author><![CDATA[dummy@example.com (_mAL_4_th3_fl00r)]]></author>
			<pubDate>Sun, 28 Sep 2025 17:22:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=58272#p58272</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] No WiFi. No WiFi devices in Connman.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=58264#p58264</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Distro is Refracta 11(Chimaera). Please scroll down on the code text for system info(neofetch).</p></div></blockquote></div><p>My bad, sorry. Yeah, my guess is you&#039;re missing the mediatek firmware package I mentioned, the misc firmware package got updated and the new one no longer has the mediatek and ralink firmware in it that it used to have.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Sun, 28 Sep 2025 14:35:03 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=58264#p58264</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] No WiFi. No WiFi devices in Connman.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=58259#p58259</link>
			<description><![CDATA[<p>Not sure it&#039;ll make a difference, but the normal sequence is:<br />&#160; &#160;to run &quot;apt-get update&quot; first, because that updates the local meta information to be current.<br />&#160; &#160;thereafter you run &quot;apt-get upgrade&quot; to bring existing packages up-to-date as much as possible.<br />&#160; finally you run &quot;apt-get dist-upgrade&quot; to also handle changing dependencies of new package versions, which may involve both removing and installing packages.</p><p>Does udev detect the device and install associated modules? What&#039;s in <span class="bbc">/sys/class/net/</span><br />What&#039;s in your latest boot <span class="bbc">dmesg</span>?</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 28 Sep 2025 06:52:20 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=58259#p58259</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] No WiFi. No WiFi devices in Connman.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=58258#p58258</link>
			<description><![CDATA[<p>@delgado<br /><span class="bbc">alias cmac = &#039;macchanger -A eth0&#039; </span><br /><span class="bbc">alias .z = &#039;source ~/zshrc&#039;</span></p>]]></description>
			<author><![CDATA[dummy@example.com (_mAL_4_th3_fl00r)]]></author>
			<pubDate>Sat, 27 Sep 2025 22:05:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=58258#p58258</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] No WiFi. No WiFi devices in Connman.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=58257#p58257</link>
			<description><![CDATA[<p>@_mAL_4_th3_fl00r #1 : beside that the commands are to execute from right to left ... what is &quot;cmac; .z&quot; doing?</p>]]></description>
			<author><![CDATA[dummy@example.com (delgado)]]></author>
			<pubDate>Sat, 27 Sep 2025 21:25:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=58257#p58257</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] No WiFi. No WiFi devices in Connman.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=58256#p58256</link>
			<description><![CDATA[<p>Distro is Refracta 11(Chimaera). Please scroll down on the code text for system info(neofetch).</p>]]></description>
			<author><![CDATA[dummy@example.com (_mAL_4_th3_fl00r)]]></author>
			<pubDate>Sat, 27 Sep 2025 21:19:56 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=58256#p58256</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] No WiFi. No WiFi devices in Connman.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=58255#p58255</link>
			<description><![CDATA[<p>Kinda hard to help, not knowing what version of Devuan you are using, compounded by the fact that this question has been posted in Derivatives instead of the apropos tech area, are you using Devuan or one of the derivatives? Daedalus, Excalibur or other version of Devuan?</p><p>Just off the top of my head, I see the Mediatek wifi device, and there have been some changes to where Mediatek firmware is located, previously it was part of <span class="bbc">firmware-misc-nonfree</span> but in Excalbur (and Daedalus backports) it&#039;s been split off and is now in <span class="bbc">firmware-mediatek</span> and the new package conflicts with older versions of firmware-misc-nonfree. So maybe something got removed or held back during your upgrade depending on what you have.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Sat, 27 Sep 2025 18:27:20 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=58255#p58255</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] No WiFi. No WiFi devices in Connman.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=58254#p58254</link>
			<description><![CDATA[<div class="codebox"><pre><code>rfkill</code></pre></div><p> outputs nothing.</p>]]></description>
			<author><![CDATA[dummy@example.com (_mAL_4_th3_fl00r)]]></author>
			<pubDate>Sat, 27 Sep 2025 17:05:07 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=58254#p58254</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] No WiFi. No WiFi devices in Connman.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=58248#p58248</link>
			<description><![CDATA[<p>What does <span class="bbc">rfkill</span> say?</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 27 Sep 2025 02:43:17 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=58248#p58248</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] No WiFi. No WiFi devices in Connman.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=58247#p58247</link>
			<description><![CDATA[<p>Two days ago I installed zsh and ohmyzsh. After all current configurations were done I ran:</p><div class="codebox"><pre><code>apt-get autoclean; cmac; .z; apt-get dist-upgrade; apt-get upgrade; apt-get update; reset</code></pre></div><p>Now:<br />No power to usb WiFi dongle (PAU0B AC600), yet it&#039;s ID&#039;d in lsusb and was working prior.<br />Connman doesn&#039;t show it even existing. </p><div class="codebox"><pre class="vscroll"><code>╭──[/]
╰─[&gt;:)]# cat /sys/module/usbcore/parameters/autosuspend
2
╭──[/]
╰─[&gt;:)]# echo -1 | sudo tee /sys/module/usbcore/parameters/autosuspend
-1
╭──[/]
╰─[&gt;:)]# cat /sys/module/usbcore/parameters/autosuspend               
-1
╭──[/]
╰─[&gt;:)]# lsusb
Bus 004 Device 002: ID 8087:8001 Intel Corp. Integrated Hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8009 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 0e8d:7610 MediaTek Inc. WiFi                    ## &lt;&lt;&lt; USB WiFi Device
Bus 002 Device 003: ID 0c45:8101 Microdia USB Device
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
╭──[/]
╰─[&gt;:)]# nf     ## VVV System Info Below VVV
                                           
                             A             
                            VW             
                           VVW\           OS: Refracta GNU/Linux (Chimaera) x86_64 
                         yWWW\            Host: Z97-HD3 
 ,;,,u,;yy;;v;uyyyyyyy  ,WWWWW^           Kernel: 5.10.0-35-amd64 
    *WWWWWWWWWWWWWWWW/  $VWWWWw      ,    Packages: 1366 (dpkg) 
        ^*%WWWWWWVWWX  $WWWW**    ,yy     Shell: zsh 5.8 
             &quot;**WWW/&#039; **&#039;   ,yy/WWW*`     Resolution: 1920x1080 
       &amp;WWWWWwy   `*`  &lt;,ywWW%VWWW*       DE: Xfce 4.16 
     yWWWWWWWWWW*   .,   &quot;**WW%W%^        CPU: Intel i5-4690K (4) @ 3.900GHz 
   ,&amp;WWWWWM*&quot;`  ,y/ &amp;WWWww    ^*          GPU: NVIDIA GeForce GTX 1060 6GB 
  XWWX*^   ,yWWWW09 WWWWWWWWWWwy,         GPU: Intel HD Graphics 
 *`        &amp;WWWWWM  VWWWWWWWWWWWWWWww,    Memory: 585MiB / 19866MiB 
          (WWWWW`  #####WWW************
          ^WWWW\                                                  
           VWW\                                                   
           Wh.
           V/

╭──[/]
╰─[&gt;:)]# z</code></pre></div><p>Directions to getting WiFi back up are appreciated.</p>]]></description>
			<author><![CDATA[dummy@example.com (_mAL_4_th3_fl00r)]]></author>
			<pubDate>Sat, 27 Sep 2025 02:01:04 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=58247#p58247</guid>
		</item>
	</channel>
</rss>
