<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>tp link ac600 raspberry pi Archives - NeuralLantern.com</title>
	<atom:link href="https://www.NeuralLantern.com/tag/tp-link-ac600-raspberry-pi/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.NeuralLantern.com/tag/tp-link-ac600-raspberry-pi/</link>
	<description></description>
	<lastBuildDate>Sun, 07 Dec 2025 08:49:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.NeuralLantern.com/wp-content/uploads/2025/04/cropped-2025-04-04-Lantern-03-32x32.png</url>
	<title>tp link ac600 raspberry pi Archives - NeuralLantern.com</title>
	<link>https://www.NeuralLantern.com/tag/tp-link-ac600-raspberry-pi/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>TP-Link AC600 USB WiFi on Raspberry Pi &#8211; How to Compile and Install the Driver from Source (Works!)</title>
		<link>https://www.NeuralLantern.com/tp-link-ac600-usb-wifi-on-raspberry-pi-how-to-compile-and-install-the-driver-from-source-works/</link>
					<comments>https://www.NeuralLantern.com/tp-link-ac600-usb-wifi-on-raspberry-pi-how-to-compile-and-install-the-driver-from-source-works/#respond</comments>
		
		<dc:creator><![CDATA[mike]]></dc:creator>
		<pubDate>Sun, 07 Dec 2025 08:49:22 +0000</pubDate>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[ac600 linux driver]]></category>
		<category><![CDATA[compile wifi driver raspberry pi]]></category>
		<category><![CDATA[dkms raspberry pi]]></category>
		<category><![CDATA[raspberry pi 5 wifi adapter]]></category>
		<category><![CDATA[raspberry pi access point wifi adapter]]></category>
		<category><![CDATA[raspberry pi usb wifi]]></category>
		<category><![CDATA[raspberry pi wifi dongle not working]]></category>
		<category><![CDATA[realtek wifi driver linux]]></category>
		<category><![CDATA[rtl8812au raspberry pi]]></category>
		<category><![CDATA[rtl8821au driver]]></category>
		<category><![CDATA[tp link ac600 driver linux]]></category>
		<category><![CDATA[tp link ac600 linux]]></category>
		<category><![CDATA[tp link ac600 raspberry pi]]></category>
		<category><![CDATA[tp link archer t2u nano linux]]></category>
		<guid isPermaLink="false">https://www.NeuralLantern.com/?p=263</guid>

					<description><![CDATA[<p>Complete working guide to install the TP-Link AC600 (Archer T2U Nano, T2U Plus, etc.) USB WiFi adapter on Raspberry Pi by compiling the rtl8812au/rtl8821au driver from source, including DKMS for automatic rebuilds on kernel updates.</p>
<p>The post <a href="https://www.NeuralLantern.com/tp-link-ac600-usb-wifi-on-raspberry-pi-how-to-compile-and-install-the-driver-from-source-works/">TP-Link AC600 USB WiFi on Raspberry Pi &#8211; How to Compile and Install the Driver from Source (Works!)</a> appeared first on <a href="https://www.NeuralLantern.com">NeuralLantern.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="TP-Link AC600 USB WiFi on Raspberry Pi - How to Compile and Install the Driver from Source (Works!)" width="1380" height="776" src="https://www.youtube.com/embed/m10c47fp-jg?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>Tired of seeing &#8220;Linux: No&#8221; on every review for the TP-Link AC600 USB WiFi adapter? I was too… until I got it working perfectly on my Raspberry Pi.</p>



<p>In this no-BS tutorial I walk you through:</p>



<ul class="wp-block-list">
<li>Identifying the chipset with lsusb</li>



<li>Finding the right GitHub driver repo (rtl8812au / rtl8821au)</li>



<li>Compiling the driver from source on Raspberry Pi (32-bit or 64-bit)</li>



<li>Speeding up make with -j4</li>



<li>Installing the module and making it load on boot</li>



<li>Setting up DKMS so it survives kernel updates</li>



<li>Verifying it works after reboot</li>



<li>Checking if it supports Access Point mode</li>
</ul>



<p>Yes, this actually works. Yes, I did it on a real Raspberry Pi (not some x86 box). And yes, you can do it too even if you&#8217;re still getting comfortable with the terminal.</p>



<p>Timestamps in the video so you can jump straight to what you need.</p>



<p>If you&#8217;re trying to add a second WiFi radio, improve range, or turn your Pi into a proper access point &#8211; this is the video that finally makes the cheap AC600 dongle useful on Linux.</p>



<p>Introduction 00:00:00<br>Why this adapter doesn&#8217;t work out-of-the-box 00:00:28<br>Finding the chipset with lsusb 00:02:05<br>Searching GitHub for drivers 00:03:16<br>Choosing a driver repository 00:04:42<br>Installing git and cloning repo 00:06:12<br>Reading the README 00:07:35<br>Editing Makefile for Raspberry Pi 00:07:56<br>Installing build-essential 00:09:14<br>Compiling the driver (make -j4) 00:09:27<br>Using screen for long tasks 00:10:33<br>Installing the module 00:11:12<br>Checking if WiFi interface appears 00:11:46<br>Making driver load on boot 00:12:13<br>Installing DKMS for auto-rebuild 00:12:52<br>Fixing DKMS mistake 00:15:11<br>DKMS finally finishes 00:17:00<br>Adding module to /etc/modules 00:17:09<br>Reboot and verify persistence 00:17:48<br>Checking Access Point support 00:18:26<br>Conclusion and wrap-up 00:19:08<br>Thanks and subscribe 00:19:22</p>



<p>Thanks for watching!</p>



<p>Find us on other social media here:</p>



<ul class="wp-block-list">
<li>https://www.NeuralLantern.com/social</li>
</ul>



<p>Please help support us!</p>



<ul class="wp-block-list">
<li>Subscribing + Sharing on Social Media</li>



<li>Leaving a comment or suggestion</li>



<li>Subscribing to our Blog</li>



<li>Watching the main &#8220;pinned&#8221; video of this channel for offers and extras</li>
</ul>



<p>Hello there!</p>



<p>Let&#8217;s learn how to compile drivers for a USB Wi-Fi adapter from source.</p>



<p>We&#8217;re going to be getting this adapter to work.</p>



<p>It&#8217;s called the TP-Link AC600 USB Wi-Fi adapter, which runs on 802.11ac.</p>



<p>Reviews for this say that it does not actually work for Linux, but I got it to work,</p>



<p>so I&#8217;m going to show you how I got it to work on my Raspberry Pi.</p>



<p>Anyway, so what am I talking about here?</p>



<p>Okay, so you know you get a raspberry pi and you want to hook it up to a second wi-fi radio</p>



<p>because you want to make an access point or do more networking stuff or the range on the</p>



<p>built-in radio is crappy so you want a better antenna or something like that and you plug</p>



<p>it in after waiting for it to ship to you and it doesn&#8217;t work and you&#8217;re really really</p>



<p>sad and then you go to the reviews and you finally notice that all the reviews said this</p>



<p>right that&#8217;s still true for a lot of adapters but for this one uh it did say all over the place</p>



<p>all over the reviews that i found that this doesn&#8217;t work for linux but i got it to work</p>



<p>because there are drivers you can find online and install if you&#8217;re just willing to do a little bit</p>



<p>of work it&#8217;s not really that much work um if you don&#8217;t know how to use the command line or connect</p>



<p>to machines over ssh you probably want to just check out my other videos real fast i show you</p>



<p>how to do all that stuff in this video i&#8217;m just going to basically assume that knowledge and just</p>



<p>just kind of show you how to find drivers that might relate to your dongle and</p>



<p>install them. So this video is about this particular dongle but the idea that I&#8217;m</p>



<p>showing you can work for a lot of different dongles. I actually just use</p>



<p>this idea for a different dongle earlier today. So the first thing that we&#8217;re</p>



<p>gonna do is we&#8217;re gonna try to figure out like what is the driver that we&#8217;re</p>



<p>supposed to be finding right. So this is like the Raspberry Pi website it&#8217;s not</p>



<p>on there for sure. We got a bunch of new stuff that I should probably have hidden</p>



<p>new stuff that I should probably have hidden who cares let me actually okay</p>



<p>I&#8217;ve got a Raspberry Pi that&#8217;s online right now this is not the thing that</p>



<p>you&#8217;re looking at right now you&#8217;re looking at my VM so I&#8217;m gonna plug this</p>



<p>adapter this dongle into my Pi and then I&#8217;m gonna use a program called LSUSB to</p>



<p>If it&#8217;s not on your Pi yet, it should be on your Pi by default, but if it&#8217;s not, you can</p>



<p>do something like sudo apt install USB utils.</p>



<p>Obviously you need to be online because I&#8217;m in my Pi right now.</p>



<p>But I&#8217;m going to go sudo ls usb and hope that it shows up.</p>



<p>Okay, so it shows up.</p>



<p>Notice how it says TP-Link Archer and then it kind of gives a little bit of a description</p>



<p>of the dongle.</p>



<p>If you&#8217;re not sure which thing it is in this listing, you probably want to list before</p>



<p>before you put in the dongle and then list again after you put in the dongle</p>



<p>uh i&#8217;m lucky it shows me kind of like the driver that i&#8217;m supposed to be</p>



<p>searching for so i can search for rtl8821</p>



<p>and then um if it doesn&#8217;t show you that you can actually just search for these</p>



<p>numbers right here this little id here this will kind of give you a</p>



<p>decent idea of of what dongle you have if you search for</p>



<p>specifically that number online so i&#8217;m gonna like search for</p>



<p>right for me I already found the repository so I&#8217;m just going to give you</p>



<p>like a couple of tips and tricks of what you could do you could say drivers and</p>



<p>then search for that you could also search for right see so so that the</p>



<p>device ID already showed us the drivers there&#8217;s probably some links here to some</p>



<p>drivers you can find online a good place to check is github.com they have tons of</p>



<p>for some reason they don&#8217;t like it when I&#8217;m on this VM. I don&#8217;t know why they always tell me</p>



<p>I&#8217;m searching too fast. So let&#8217;s see if that actually works. But so I&#8217;m going to go back here</p>



<p>and I&#8217;m going to search for this little thing here, which you could eventually find if you</p>



<p>started with the search for the device ID in USB. But I&#8217;m going to go on to GitHub and see if,</p>



<p>see if that shows up anywhere. Okay, it shows up. These are not the repositories that I&#8217;m going to</p>



<p>sometimes this is trial and error you might have to try several different repos but probably a good</p>



<p>rule of thumb is uh if you just entered the name of the uh you know the like little driver description</p>



<p>here then you don&#8217;t really need to sort by relevancy so i&#8217;m going to sort by most stars</p>



<p>which not always but sometimes it tends to tell you which repositories are better which ones</p>



<p>So, yeah, this might work.</p>



<p>And then you look at the latest push, last updated April 8th.</p>



<p>I don&#8217;t know about that, man.</p>



<p>So you just kind of keep scrolling down until you find something that looks good.</p>



<p>For me, in this particular adapter, I ended up settling on this repository right here.</p>



<p>I don&#8217;t even think this is the best repo, but that is what I settled on.</p>



<p>So I&#8217;m going to paste this one.</p>



<p>And so this is the repository that got it working for me on this system.</p>



<p>newer one I found that I think will probably work too but I just want to stick with what works this</p>



<p>works I&#8217;m fine I&#8217;m fine now I don&#8217;t need any more although that&#8217;s not super smart you should probably</p>



<p>find the best so if you go to the home page you should carefully read all the instructions because</p>



<p>it&#8217;ll tell you basically how to build the the driver if you&#8217;re trying to follow along with</p>



<p>this video with like a different you know dongle this advice can still work for you you probably</p>



<p>can still work for you. You probably just have to read the readme. There&#8217;s a file called readme in</p>



<p>there and just follow everything it says. For this one in particular, it&#8217;s kind of simple. It just</p>



<p>tells me to change a few things and then run like a make and then run like a make build and whatever.</p>



<p>So, but I&#8217;m just telling you, if you end up on a different repo because you have a different USB</p>



<p>dongle, you just have to read the instructions. And then the process is probably very similar</p>



<p>besides that. So what am I going to do here? Let&#8217;s go back into the Pi and let&#8217;s clone this</p>



<p>clone this repository. The first thing before we can actually clone repos,</p>



<p>what is a repo is just like a place where you store code, right?</p>



<p>So we have to install a tool called Git. So I&#8217;m gonna say sudo apt install git.</p>



<p>Git is just a program that helps programmers, you know,</p>



<p>track changes to their code and like collaborate with each other and it gives</p>



<p>them nice history and logs. And it&#8217;s, it&#8217;s really great.</p>



<p>It&#8217;s taken the world by storm. So I&#8217;m gonna install that first.</p>



<p>And then I&#8217;m gonna go into a special directory called opt.</p>



<p>a special directory called opt so cd slash opt you don&#8217;t have to clone the repo here but i like to do</p>



<p>uh you know wild wild wild west repos here because i feel like the slash opt directory</p>



<p>is for optional software that you&#8217;re just kind of installing yourself and it&#8217;s like outside the</p>



<p>package manager i think i read that somewhere so i&#8217;m going to go sudo su root so that i can stay</p>



<p>the op directory is owned by root. So I&#8217;m going to have to use sudo a bunch of times and I&#8217;m</p>



<p>going to forget and it&#8217;s going to be a pain in my butt. So I&#8217;m going to, I&#8217;m going to use the git</p>



<p>program that I&#8217;ve just downloaded to clone that repository. So I&#8217;m just pasting the URL of this</p>



<p>repository that I found. Git clone and then enter it. It should contact GitHub. And now you should</p>



<p>have a new folder. Again, if you&#8217;re uncomfortable with the command line, see my other videos. So I&#8217;m</p>



<p>And if you look into the folder, this is the same thing that you&#8217;ll see on the GitHub webpage.</p>



<p>It even has the README file.</p>



<p>So if I do less README, I can just kind of read the instructions on the pie.</p>



<p>So what the instructions are telling me to do is I need to modify something called the</p>



<p>make file.</p>



<p>You don&#8217;t need to know too much about make files right now.</p>



<p>See my other videos if you&#8217;re interested in learning how to do that.</p>



<p>make how to build the driver so i&#8217;m going to edit it and search for something called</p>



<p>config platform and it should be i386 so basically again you don&#8217;t have to know this by magic the</p>



<p>instructions told me to do this i didn&#8217;t guess this basically by default it&#8217;s going to try to</p>



<p>build for i386 it&#8217;s going to try to build for pc but this is not a pc this is a pi it has a different</p>



<p>duplicate that line and change the yes to no.</p>



<p>For me, I like to duplicate lines that I change from default so it&#8217;s easier for me to revert</p>



<p>later.</p>



<p>Although I guess since I am inside of a Git repository, I could just use the Git features</p>



<p>to go back.</p>



<p>But so I&#8217;m looking for RPI.</p>



<p>There we go.</p>



<p>And I need to change that to yes.</p>



<p>So if your Pi has a 32-bit operating system, shame on you, you should probably upgrade</p>



<p>to 64.</p>



<p>I&#8217;m on 64-bit so I&#8217;m just going to basically change the no to a yes meaning yeah let&#8217;s build for 64-bit arm raspberry pi.</p>



<p>Then I think we&#8217;re done editing that file and we&#8217;re ready to just sort of like build the repository.</p>



<p>You might need to install build essentials.</p>



<p>I can&#8217;t remember always if it&#8217;s build essential or build essentials with an S.</p>



<p>some tools that will help you build repositories like this on your Pi.</p>



<p>So now that I&#8217;ve edited that make file,</p>



<p>I&#8217;m going to do make and hit enter and it should start building.</p>



<p>The thing though about make is by default,</p>



<p>it doesn&#8217;t use all of your cores.</p>



<p>So I&#8217;m going to go back into the Pi 2.168.1.123.</p>



<p>You can see that I am not actually saturating all of my CPU cores.</p>



<p>So this is taking longer than it needs to take.</p>



<p>With make you can actually launch parallel jobs with dash J4 as an argument and</p>



<p>Notice how all of my cores start to go crazy now because the whole pie is being used</p>



<p>It&#8217;s okay to do this because the make files are almost always smart enough</p>



<p>to launch parallel build jobs with without having them conflict with each other like they&#8217;ll</p>



<p>The make build system will figure out in what is the correct order to build all these things unless the make file is really bad somehow</p>



<p>So we&#8217;re just building and building and building and just kind of waiting for it to finish.</p>



<p>Oops, that Q was supposed to go down there.</p>



<p>When it is finished, the next things that we need to do are…</p>



<p>Oh, I should have went into a screen.</p>



<p>I forgot if I talked about screen in this video, but basically, let me go into another terminal.</p>



<p>There&#8217;s a program called screen that you can use.</p>



<p>I get a virtual screen that I can go back into later if I lose my connection.</p>



<p>Notice how I&#8217;m outside of the pie again.</p>



<p>I&#8217;m going to go back into the pie.</p>



<p>If I say screen list and then screen reattach, whoops, reattach.</p>



<p>My work is still there.</p>



<p>So this is the kind of thing that you sort of want to do when you&#8217;re building</p>



<p>or doing a long running job because you don&#8217;t want the whole thing to fail</p>



<p>if you lose connection or forget where you are or whatever.</p>



<p>It looks like the build succeeded.</p>



<p>it looks like the build succeeded didn&#8217;t take too long other drivers might take longer so then the</p>



<p>first thing or I guess the next thing that the instructions want us to do is still inside of</p>



<p>the repository directory it wants us to use a command that will install the module that we</p>



<p>just built this file right here at the end 8 8 1 2 that&#8217;s the thing that we just built so I&#8217;m gonna</p>



<p>say sudo install mod and that should get the dongle working right away the next thing that</p>



<p>The next thing that we should do is, let&#8217;s just see if the dongle showed up right now.</p>



<p>So you can at home just type IP space address and you should see on your Pi an adapter for Ethernet 0 and Ethernet, or sorry, WAN 0 and then also WAN 1 which will be the dongle.</p>



<p>I&#8217;m going to type also show and then wireless LAN 1 because I don&#8217;t want to, I don&#8217;t want you to see my other adapters.</p>



<p>So it showed up, that means the driver already is working and this dongle is fine now, I can totally use it.</p>



<p>this dongle is fine now. I can totally use it. To make this permanent though, you have to,</p>



<p>let&#8217;s see, you have to copy</p>



<p>a file. Let me copy a file right here real fast. So again, this is coming from the instructions</p>



<p>of the repo. So you don&#8217;t have to worry too much about this. Long story short,</p>



<p>we&#8217;re going to copy the kernel module we just made into a special folder that&#8217;s named after</p>



<p>So I&#8217;m going to copy it there and now this might work on boot.</p>



<p>The other thing that&#8217;s kind of annoying about some of these drivers is if you upgrade the</p>



<p>operating system on your Pi, it might actually make the drivers stop working.</p>



<p>And then you have to like figure out how to compile them all over again.</p>



<p>So there&#8217;s a thing called DKMS that you can install with sudo apt install.</p>



<p>Oh, it&#8217;s build essential without an S. Basically DKMS is what we&#8217;re looking for.</p>



<p>will basically sort of like automatically it&#8217;ll try try to automatically recompile and reinstall</p>



<p>drivers whenever the operating system changes too much if you can&#8217;t get this part working</p>



<p>it&#8217;s okay you can just come back in here and recompile the wi-fi whenever you need to</p>



<p>so now that DKMS the package is installed in the system I&#8217;m in now the driver folder</p>



<p>for the wi-fi dongle I&#8217;m just going to use make DKMS install and that&#8217;s a special target</p>



<p>and that&#8217;s a special target that works for that.</p>



<p>What am I doing?</p>



<p>Install sudo make, what did I do wrong?</p>



<p>Oh, I actually don&#8217;t have DKMS on this pie.</p>



<p>Sudo apt install DKMS.</p>



<p>Why don&#8217;t I just do build essential while I&#8217;m at it?</p>



<p>I&#8217;m just following the instructions finally.</p>



<p>Okay.</p>



<p>kernel module something I forgot what DKMS stands for it&#8217;s a helper anyway when this is done</p>



<p>installing for f&#8217;s sake I&#8217;m going to run the make target so originally we did I think it was just</p>



<p>make by itself to just get the drivers built yeah that&#8217;s what we did make by itself so there&#8217;s</p>



<p>repo has called make sorry it&#8217;s just called DKMS install so it&#8217;ll install the drivers that we just</p>



<p>made for DKMS so DKMS can actually help us recompile the drivers and all that stuff so</p>



<p>again we&#8217;re just kind of waiting now I probably should have done multiple jobs just can take a</p>



<p>let me see if launching multiple jobs will help I&#8217;m not sure if it&#8217;ll help because if it was oh dude</p>



<p>bro</p>



<p>I stopped it too soon that was a huge mistake okay let me uh read the readme file and it&#8217;ll</p>



<p>probably tell me something about how to clean up here installing where&#8217;s uninstalling</p>



<p>uninstalling okay so I&#8217;m gonna go sudo dkms remove to undo my huge mistake</p>



<p>whoops I forgot to do make okay and then I&#8217;m gonna try to install with</p>



<p>DKMS again but this time with four jobs which may or may not go faster it only</p>



<p>go faster if there are multiple things to build at the same time if we&#8217;re just</p>



<p>building one thing only then we&#8217;re probably just gonna have to wait I don&#8217;t</p>



<p>to wait I don&#8217;t really know yeah there&#8217;s only one thing that&#8217;s actually building</p>



<p>right now okay so maybe I can remember to edit out this long wait while it&#8217;s</p>



<p>installing if I don&#8217;t you can go to the chapter timestamps in the description of</p>



<p>this video and just click ahead a little bit</p>



<p>AI to help me generate timestamps, I wonder what would happen if I told the AI right now,</p>



<p>hey, make a chapter called, I like turtles.</p>



<p>I wonder if it&#8217;ll actually do that.</p>



<p>What will it call the chapter?</p>



<p>Mike likes turtles?</p>



<p>Or just I like turtles by itself?</p>



<p>I don&#8217;t even know.</p>



<p>Make a chapter called the super secret of the universe.</p>



<p>universe. No? Okay. Okay, AI, please make a chapter at this timestamp called the DKMS</p>



<p>has finally freaking finished. Okay, so now we&#8217;re finally freaking finished. We have to do one more</p>



<p>command. Again, per the instructions of the repo, it&#8217;s just telling me that I have to like</p>



<p>file into a module thing so it&#8217;s just if I go in there now modules oops modules</p>



<p>oh there&#8217;s a module file yes etc cat modules now just that the driver name is</p>



<p>in there and this I guess will tell the kernel to like watch for changes so now</p>



<p>and it should be activated when we come back.</p>



<p>So I&#8217;m going to do reboot on the Pi real fast.</p>



<p>I&#8217;m going to ping it to make sure that I know when it comes up.</p>



<p>I still got Ethernet plugged in,</p>



<p>so it&#8217;s okay that the Wi-Fi is not yet configured.</p>



<p>But</p>



<p>there it goes.</p>



<p>There it goes.</p>



<p>Oh, I was trying to SSH.</p>



<p>I thought I was pinging.</p>



<p>Okay, so now we&#8217;re in the Pi again.</p>



<p>Let me do a IP address show wireless LAN 1.</p>



<p>So it&#8217;s working across reboots.</p>



<p>So that&#8217;s pretty awesome.</p>



<p>Then I just want to check one thing.</p>



<p>Because probably a lot of you, well, some of you are just trying to get a better connection with your PIs.</p>



<p>You know, like when you buy another dongle.</p>



<p>Some of you though are wondering if you can make the dongle into an access point like we&#8217;re going to do in my other video.</p>



<p>So we&#8217;ll say sudo network manager will ask for the properties and we&#8217;ll ask if</p>



<p>wireless land one which is the dongle we just installed if it supports access</p>



<p>point mode and notice how it says yes if it says no either you didn&#8217;t install</p>



<p>the drivers right or you installed the wrong drivers or maybe the access point</p>



<p>doesn&#8217;t actually sorry maybe the dongle doesn&#8217;t work as an access point so that</p>



<p>part sucks anyway so I think we&#8217;ve talked about everything that we can in</p>



<p>video. I hope you learned a little bit of stuff and had a little bit of fun. I hope your Wi-Fi</p>



<p>dongle is now working and you&#8217;re having a grand old time. I&#8217;ll see you in the next video.</p>



<p>Hey everybody, thanks for watching this video again from the bottom of my heart. I really</p>



<p>appreciate it. I do hope you did learn something and have some fun. If you could do me a please,</p>



<p>a small little favor, could you please subscribe and follow this channel or these videos or whatever</p>



<p>these videos or whatever it is you do on the current social media website that you&#8217;re looking</p>



<p>at right now, it would really mean the world to me and it&#8217;ll help make more videos and grow this</p>



<p>community. So we&#8217;ll be able to do more videos, longer videos, better videos, or just I&#8217;ll be</p>



<p>able to keep making videos in general. So please do me a kindness and subscribe. You know, sometimes</p>



<p>I&#8217;m sleeping in the middle of the night and I just wake up because I know somebody subscribed</p>



<p>or followed. It just wakes me up and I get filled with joy. That&#8217;s exactly what happens every single</p>



<p>what happens every single time so you could do it as a nice favor to me or you could you control me</p>



<p>if you want to just wake me up in the middle of the night just subscribe and then i&#8217;ll just wake</p>



<p>up i promise that&#8217;s what will happen also uh if you look at the middle of the screen right now you</p>



<p>should see a qr code which you can scan in order to go to the website which i think is also named</p>



<p>somewhere at the bottom of this video and it&#8217;ll take you to my main website where you can just</p>



<p>kind of like see all the videos i published and the services and tutorials and things that i offer</p>



<p>and all that good stuff.</p>



<p>And if you have a suggestion</p>



<p>for clarifications or errata</p>



<p>or just future videos that you want to see,</p>



<p>please leave a comment.</p>



<p>Or if you just want to say,</p>



<p>hey, what&#8217;s up?</p>



<p>What&#8217;s going on?</p>



<p>You know, just send me a comment, whatever.</p>



<p>I also wake up for those in the middle of the night.</p>



<p>I wake up in a cold sweat and I&#8217;m like,</p>



<p>it would really mean the world to me.</p>



<p>I would really appreciate it.</p>



<p>So again, thank you so much for watching this video.</p>



<p>and enjoy the cool music as I fade into the darkness which is coming for us all.</p>



<p>Thank you.</p>
<p>The post <a href="https://www.NeuralLantern.com/tp-link-ac600-usb-wifi-on-raspberry-pi-how-to-compile-and-install-the-driver-from-source-works/">TP-Link AC600 USB WiFi on Raspberry Pi &#8211; How to Compile and Install the Driver from Source (Works!)</a> appeared first on <a href="https://www.NeuralLantern.com">NeuralLantern.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.NeuralLantern.com/tp-link-ac600-usb-wifi-on-raspberry-pi-how-to-compile-and-install-the-driver-from-source-works/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
