Operating Systems and the Change to Linux
<p>I have been a bit fixated on changing to linux lately, so i unstalled ubuntu on a partition on my main drive, it loaded ok, but wifi does not work as tp link stuff is not supported without drivers, i think i found a fix for it, but still have not tested it yet. </p>
<p>I was going to try kali linux for the cool factor, but I dont really think thats what i am looking for. </p>
<p>Also Pop Os was an option, maybe that would work better out of the box. I could always try that instead of ubuntu i guess. </p>
<p>Fix Ubuntu</p>
<h4>BASH</h4>
<pre><code class="html hljs xml">https://community.tp-link.com/en/home/forum/topic/208022
#tether to a phone or connect to ethernet
git clone https://github.com/cilynx/rtl88x2bu.git
cd rtl88x2bu
VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf)
sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}
sudo dkms add -m rtl88x2bu -v ${VER}
sudo dkms build -m rtl88x2bu -v ${VER}
sudo dkms install -m rtl88x2bu -v ${VER}
sudo modprobe 88x2bu</code></pre>
