This information may already exist somewhere on the forum, but I haven't located it. Sorry if this is a duplicate.
In my long and frequently unsuccessful attempts to install Realtek adapter drivers, I did discover (actually "rediscover," because I had to do it all over again today) a pretty easy way to do it from Github.
1. Note the chipset of your adapter. Mine happened to be rtl8812au. Fill in yours in the appropriate place in the next two lines.
2. In a terminal window, enter: git clone https://github.com/aircrack-ng/rtl8812au.git
3. When that operation finishes, enter: cd rtl8812au
4. Enter: make
5. Enter: sudo make install
It's much easier than I made it look earlier today. I hope this saves someone some time.
In my long and frequently unsuccessful attempts to install Realtek adapter drivers, I did discover (actually "rediscover," because I had to do it all over again today) a pretty easy way to do it from Github.
1. Note the chipset of your adapter. Mine happened to be rtl8812au. Fill in yours in the appropriate place in the next two lines.
2. In a terminal window, enter: git clone https://github.com/aircrack-ng/rtl8812au.git
3. When that operation finishes, enter: cd rtl8812au
4. Enter: make
5. Enter: sudo make install
It's much easier than I made it look earlier today. I hope this saves someone some time.
Comment