<?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=3084&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Cannot install driver for ASUS USB AC55 B1]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3084</link>
		<description><![CDATA[The most recent posts in Cannot install driver for ASUS USB AC55 B1.]]></description>
		<lastBuildDate>Sat, 28 Sep 2019 19:19:53 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Cannot install driver for ASUS USB AC55 B1]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18115#p18115</link>
			<description><![CDATA[<p>THAT&#039;S IT!</p><p>At first it didn&#039;t work, but after a reboot the make finished to completion.</p><p>I really wanted Devuan to work because of Poettering&#039;s latest proclamation. I need to be systemd-free.</p><p>Thanks a lot for the assistance of fsmithred and Head_on_a_Stick.</p>]]></description>
			<author><![CDATA[dummy@example.com (nobodyuknow)]]></author>
			<pubDate>Sat, 28 Sep 2019 19:19:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18115#p18115</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cannot install driver for ASUS USB AC55 B1]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18111#p18111</link>
			<description><![CDATA[<div class="quotebox"><cite>nobodyuknow wrote:</cite><blockquote><div><div class="codebox"><pre><code>user@intel60:~$ sudo apt install build-essential linux-headers-$(uname -r)
[sudo] password for user: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package linux-headers-4.9.0-6-amd64
E: Couldn&#039;t find any package by glob &#039;linux-headers-4.9.0-6-amd64&#039;
E: Couldn&#039;t find any package by regex &#039;linux-headers-4.9.0-6-amd64&#039;
user@intel60:~$</code></pre></div></div></blockquote></div><p>You&#039;re running an old kernel version so the matching headers are no longer available in the repositories.</p><p>First update your system then reboot into the new kernel version and install the headers:</p><div class="codebox"><pre><code># apt install module-assistant
# m-a prepare</code></pre></div><p>Then try the script again.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 28 Sep 2019 14:02:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18111#p18111</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cannot install driver for ASUS USB AC55 B1]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18104#p18104</link>
			<description><![CDATA[<p>Sorry, I should have mentioned the tar error. I ran install.sh after commenting those lines out, but I got the same error. There seems to be a difference in the way Ubuntu/LinuxMint and Debian/Devuan extract files, so I went into each directory and extracted them all manually.</p><p>I tried the apt line, but got the following:</p><div class="quotebox"><blockquote><div><p>user@intel60:~$ sudo apt install build-essential linux-headers-$(uname -r)<br />[sudo] password for user: <br />Reading package lists... Done<br />Building dependency tree&#160; &#160; &#160; &#160;<br />Reading state information... Done<br />E: Unable to locate package linux-headers-4.9.0-6-amd64<br />E: Couldn&#039;t find any package by glob &#039;linux-headers-4.9.0-6-amd64&#039;<br />E: Couldn&#039;t find any package by regex &#039;linux-headers-4.9.0-6-amd64&#039;<br />user@intel60:~$</p></div></blockquote></div><p>Then I used Synaptic to install build-essential and the linux-headers entries that seemed to be related to amd64. The make error is a little different now:</p><div class="quotebox"><blockquote><div><p>$ sudo ./install.sh<br />##################################################<br />Realtek Wi-Fi driver Auto installation script<br />Novembor, 21 2011 v1.1.0<br />##################################################<br />Decompress the driver source tar ball:<br />&#160; &#160; <br />tar: Old option &#039;f&#039; requires an argument.<br />Try &#039;tar --help&#039; or &#039;tar --usage&#039; for more information.<br />rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959<br />88x2bu.ko&#160; &#160; &#160;88x2bu.o&#160; &#160; hal&#160; &#160;&#160; &#160; &#160; Kconfig&#160; &#160;&#160; &#160; &#160;Module.symvers&#160; rtl8822b.mk<br />88x2bu.mod.c&#160; clean&#160; &#160; ifcfg-wlan0&#160; Makefile&#160; &#160;&#160; &#160; &#160;os_dep&#160; &#160;&#160; &#160; &#160;runwpa<br />88x2bu.mod.o&#160; core&#160; &#160; include&#160; &#160; &#160; modules.order&#160; platform&#160; &#160;&#160; &#160; &#160;wlan0dhcp<br />Authentication requested [root] for make clean:<br />#make -C /lib/modules/4.9.0-6-amd64/build M=/home/user/Downloads/USB-AC55_B1/Linux/RTL88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959/driver/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959 clean<br />cd hal ; rm -fr */*/*/*.mod.c */*/*/*.mod */*/*/*.o */*/*/.*.cmd */*/*/*.ko<br />cd hal ; rm -fr */*/*.mod.c */*/*.mod */*/*.o */*/.*.cmd */*/*.ko<br />cd hal ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko<br />cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko<br />cd core ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko<br />cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko<br />cd os_dep/linux ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko<br />cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko<br />cd platform ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko<br />rm -fr Module.symvers ; rm -fr Module.markers ; rm -fr modules.order<br />rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~<br />rm -fr .tmp_versions<br />Authentication requested [root] for make driver:<br />make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.9.0-6-amd64/build M=/home/user/Downloads/USB-AC55_B1/Linux/RTL88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959/driver/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959&#160; modules<br />make[1]: *** /lib/modules/4.9.0-6-amd64/build: No such file or directory.&#160; Stop.<br />Makefile:1986: recipe for target &#039;modules&#039; failed<br />make: *** [modules] Error 2<br />##################################################<br />Compile make driver error: 2<br />Please check error Mesg<br />##################################################</p></div></blockquote></div><p>Then I noticed that /lib/modules/4.9.0-6-amd64/build did not exist, so I created build.</p><div class="quotebox"><blockquote><div><p>$ sudo ./install.sh<br />##################################################<br />Realtek Wi-Fi driver Auto installation script<br />Novembor, 21 2011 v1.1.0<br />##################################################<br />Decompress the driver source tar ball:<br />&#160; &#160; <br />tar: Old option &#039;f&#039; requires an argument.<br />Try &#039;tar --help&#039; or &#039;tar --usage&#039; for more information.<br />rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959<br />clean&#160; hal&#160; &#160;&#160; &#160; &#160;include&#160; Makefile&#160; platform&#160; &#160; &#160;runwpa<br />core&#160; &#160;ifcfg-wlan0&#160; Kconfig&#160; os_dep&#160; &#160; rtl8822b.mk&#160; wlan0dhcp<br />Authentication requested [root] for make clean:<br />#make -C /lib/modules/4.9.0-6-amd64/build M=/home/user/Downloads/USB-AC55_B1/Linux/RTL88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959/driver/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959 clean<br />cd hal ; rm -fr */*/*/*.mod.c */*/*/*.mod */*/*/*.o */*/*/.*.cmd */*/*/*.ko<br />cd hal ; rm -fr */*/*.mod.c */*/*.mod */*/*.o */*/.*.cmd */*/*.ko<br />cd hal ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko<br />cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko<br />cd core ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko<br />cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko<br />cd os_dep/linux ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko<br />cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko<br />cd platform ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko<br />rm -fr Module.symvers ; rm -fr Module.markers ; rm -fr modules.order<br />rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~<br />rm -fr .tmp_versions<br />Authentication requested [root] for make driver:<br />make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.9.0-6-amd64/build M=/home/user/Downloads/USB-AC55_B1/Linux/RTL88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959/driver/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959&#160; modules<br />make[1]: Entering directory &#039;/lib/modules/4.9.0-6-amd64/build&#039;<br />make[1]: *** No rule to make target &#039;modules&#039;.&#160; Stop.<br />make[1]: Leaving directory &#039;/lib/modules/4.9.0-6-amd64/build&#039;<br />Makefile:1986: recipe for target &#039;modules&#039; failed<br />make: *** [modules] Error 2<br />##################################################<br />Compile make driver error: 2<br />Please check error Mesg<br />##################################################</p></div></blockquote></div><p>It seems like it&#039;s expecting something in build, but how could that be?</p><p>And I just tried to install it on SparkyLinux, which is based on Debian. I got the exact same error.</p>]]></description>
			<author><![CDATA[dummy@example.com (nobodyuknow)]]></author>
			<pubDate>Fri, 27 Sep 2019 20:17:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18104#p18104</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cannot install driver for ASUS USB AC55 B1]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18103#p18103</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>bash: make: command not found</p></div></blockquote></div><div class="codebox"><pre><code>apt install build-essential linux-headers-$(uname -r)</code></pre></div><p>I don&#039;t know about the tar error. It sounds like there&#039;s a tar command in the script that has the -f option but no filename after it.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 27 Sep 2019 19:13:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18103#p18103</guid>
		</item>
		<item>
			<title><![CDATA[Cannot install driver for ASUS USB AC55 B1]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18102#p18102</link>
			<description><![CDATA[<p>I have a working LinuxMint system. I was able to install the driver for ASUS USB AC55 B1 by two simple actions: chmod install.sh to be executable and set the top level directory name to what install.sh thinks it should be (the latter&#039;s a bug). I thought for sure I could do the same thing on Devuan given how related Ubuntu, LinuxMint, Debian, and Devuan are. But on Devuan, error messages complain about the makefile. I added an ls to install.sh to make sure it was in the proper directory. The output is below. I realize this isn&#039;t strictly a Devuan thing; more of a Unix/Linux thing, I assume it has to do with how Ubuntu/LinuxMint handles shell scripts versus Debian/Devuan. I tried it both with sudo and su. Could someone give me a hint as to what&#039;s wrong?</p><div class="quotebox"><blockquote><div><p>$ sudo ./install.sh<br />##################################################<br />Realtek Wi-Fi driver Auto installation script<br />Novembor, 21 2011 v1.1.0<br />##################################################<br />Decompress the driver source tar ball:<br />&#160; &#160; <br />tar: Old option &#039;f&#039; requires an argument.<br />Try &#039;tar --help&#039; or &#039;tar --usage&#039; for more information.<br />rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959<br />88x2bu.ko&#160; &#160; &#160;88x2bu.o&#160; &#160; hal&#160; &#160;&#160; &#160; &#160; Kconfig&#160; &#160;&#160; &#160; &#160;Module.symvers&#160; rtl8822b.mk<br />88x2bu.mod.c&#160; clean&#160; &#160; ifcfg-wlan0&#160; Makefile&#160; &#160;&#160; &#160; &#160;os_dep&#160; &#160;&#160; &#160; &#160;runwpa<br />88x2bu.mod.o&#160; core&#160; &#160; include&#160; &#160; &#160; modules.order&#160; platform&#160; &#160;&#160; &#160; &#160;wlan0dhcp<br />Authentication requested [root] for make clean:<br />bash: make: command not found<br />Authentication requested [root] for make driver:<br />bash: make: command not found<br />##################################################<br />Compile make driver error: 127<br />Please check error Mesg<br />##################################################</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (nobodyuknow)]]></author>
			<pubDate>Fri, 27 Sep 2019 18:44:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18102#p18102</guid>
		</item>
	</channel>
</rss>
