Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 2552  / 2 Years ago, mon, june 13, 2022, 5:08:03

I'm trying to install a wi-fi driver for my wi-fi dongle on Ubuntu. The guide says I should:




  • extract the folder (done)

  • then type sudo make(done)

  • then type sudo apt-get install build-essential(done)

  • and last type sudo modprobe 8812au.



Now this is where it stops, when I press enter I get the message:



modprobe: FATAL: Module 8812au not found. 


The folder looks like this:
folder



EDIT: The tutorial used was this one: http://www.linux.com/learn/answers/view/1664-how-do-i-install-the-driver-for-jensen-airlink-500ac-in-ubuntu-1404-lts


More From » wireless

 Answers
0

I think the steps should be:



sudo apt-get install linux-headers-generic build-essential git
git clone https://github.com/gnab/rtl8812au.git
cd rtl8812au
make
sudo make install
sudo modprobe 8812au


If you encounter errors, please post them; warnings are probably alright.


[#23949] Monday, June 13, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
steaocyte

Total Points: 345
Total Questions: 122
Total Answers: 121

Location: Spain
Member since Wed, Nov 23, 2022
1 Year ago
;