Can't install driver for AL500AC on Ubuntu 14.04Ubuntu stops using Nvidia driver after kernel upgradeHow do I install Jensen Scandinavia Airlink 100ac driver?nvidia gtx 1050 and ubuntu 16.04: nvidia-modprobe errorInstall rtl8814AU driver on ubuntu 16.04How to install driver for TP-Link Archer T9E V1 in Ubuntu 16.04 LTSWireless adapter stopped working after kernel update to 4.15
My professor changed a take-home test to an in-class test with no notice. Can I fight the grade?
Exactly what color was the text on monochrome terminals with green-on-black and amber-on-black screens?
Why 401k contribution as % of salary vs. fixed amount per pay check?
Why, in the US, are politicians tried by other politicians?
Why Philipine 113 /Boeing 777 didnt dump fuel prior to forced landing?
How do I move "Application menu" within the widows title bar on the left side while "minimize, maximize, close" buttons are placed on the right side?
Can Vice President Pence be impeached before President Trump?
Combining two plots with separate frame tick styles
How to prepend a character to start of each line in 250,000+ line file using a script?
Is there a word/phrase that can describe playing a musical instrument in a casual way?
Are there primes arbitrarily close to powers?
How does Wall of Roots interact with +1/+1 counters?
How do I solve this equation with Mathematica?
Someone said to me, "We basically literally did." What were they trying to express to me?
Are continent wide forest fires possible?
Proper Case Conversion (Performance)
How do I negotiate salary when returning to a position I just left?
When I get angry, you buy me silver or gold
Sue newspaper or the reporter for libel?
Pointlessly recurse down the alphabet
Do one quarter of Swedes named 'Ali' have a criminal record?
Not Renaming Child Directory When Parent Directory is Renamed
Modeling a sword handle - Problem smoothing it out
How does "unlimited holidays" in practice work?
Can't install driver for AL500AC on Ubuntu 14.04
Ubuntu stops using Nvidia driver after kernel upgradeHow do I install Jensen Scandinavia Airlink 100ac driver?nvidia gtx 1050 and ubuntu 16.04: nvidia-modprobe errorInstall rtl8814AU driver on ubuntu 16.04How to install driver for TP-Link Archer T9E V1 in Ubuntu 16.04 LTSWireless adapter stopped working after kernel update to 4.15
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
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: 
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
wireless drivers
add a comment
|
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: 
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
wireless drivers
Welcome to AskUbuntu! Would you please clarify which 'guide' you used? (link in question please).
– No Time
Jul 27 '14 at 22:07
Done, haven't been on stack exchange in a long time :)
– Fredrik A.
Feb 19 '15 at 23:41
add a comment
|
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: 
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
wireless drivers
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: 
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
wireless drivers
wireless drivers
edited Feb 19 '15 at 23:40
Fredrik A.
asked Jul 27 '14 at 21:23
Fredrik A.Fredrik A.
1337 bronze badges
1337 bronze badges
Welcome to AskUbuntu! Would you please clarify which 'guide' you used? (link in question please).
– No Time
Jul 27 '14 at 22:07
Done, haven't been on stack exchange in a long time :)
– Fredrik A.
Feb 19 '15 at 23:41
add a comment
|
Welcome to AskUbuntu! Would you please clarify which 'guide' you used? (link in question please).
– No Time
Jul 27 '14 at 22:07
Done, haven't been on stack exchange in a long time :)
– Fredrik A.
Feb 19 '15 at 23:41
Welcome to AskUbuntu! Would you please clarify which 'guide' you used? (link in question please).
– No Time
Jul 27 '14 at 22:07
Welcome to AskUbuntu! Would you please clarify which 'guide' you used? (link in question please).
– No Time
Jul 27 '14 at 22:07
Done, haven't been on stack exchange in a long time :)
– Fredrik A.
Feb 19 '15 at 23:41
Done, haven't been on stack exchange in a long time :)
– Fredrik A.
Feb 19 '15 at 23:41
add a comment
|
2 Answers
2
active
oldest
votes
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.
Hey. I still get the same error. You said you knew of a newer version? Care to share?
– Fredrik A.
Feb 19 '15 at 23:42
Please see my edit above.
– chili555
Feb 20 '15 at 0:07
Confirmed. This worked for me as well. THANK YOU!
– Lincoln
Feb 21 '15 at 22:07
Hey, I can run these commands (from 'make' and down), but when I restart my computer, I have to do it again. Know any workaround?
– Fredrik A.
Mar 20 '15 at 21:56
@FredrikA. Does it work if you simply do: sudo modprobe 8812au?
– chili555
Mar 22 '15 at 19:01
|
show 1 more comment
EDIT:
I found an up to date version of this driver (version-4.3.14) that is configured to work well on newer Debian and RaspberryPi kernels.
This has been tested by me on 16.04 with kernel 4.2.0-23.
First, install some dependencies:
sudo apt-get install gcc-5 build-essential git linux-headers-$(uname -r)
Then, run the following commands:
git clone https://github.com/diederikdehaas/rtl8812AU.git
cd rtl8812AU
make CC=/usr/bin/gcc-5
sudo make install
sudo modprobe 8812au
echo 8812au | sudo tee -a /etc/modules
source / more info
Sounds great! Will try to install tomorrow :)
– Fredrik A.
Oct 10 '15 at 22:35
@mchid : I was trying your suggestions in a CentOS system: The code does not compile: include/net/cfg80211.h:4562: note: expected ‘struct wireless_dev *’ but argument is of type ‘_nic_hdl’ /home/Manuel/8812/rtl8812AU_8821AU_linux/core/rtw_p2p.c:3539: error: too many arguments to function ‘cfg80211_remain_on_channel_expired’ I will try to force compilation but this is a bad sign. Thanks.
– Herman Jaramillo
Nov 15 '15 at 19:17
@HermanJaramillo Cent OS question belong on unix.stackexchange.com. You can use your existing stackexchange profile to sign in and it will add your profile to unix.stackexchange.com. I don't know much about Cent but might be able to help you out.
– mchid
Nov 15 '15 at 21:06
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f503456%2fcant-install-driver-for-al500ac-on-ubuntu-14-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Hey. I still get the same error. You said you knew of a newer version? Care to share?
– Fredrik A.
Feb 19 '15 at 23:42
Please see my edit above.
– chili555
Feb 20 '15 at 0:07
Confirmed. This worked for me as well. THANK YOU!
– Lincoln
Feb 21 '15 at 22:07
Hey, I can run these commands (from 'make' and down), but when I restart my computer, I have to do it again. Know any workaround?
– Fredrik A.
Mar 20 '15 at 21:56
@FredrikA. Does it work if you simply do: sudo modprobe 8812au?
– chili555
Mar 22 '15 at 19:01
|
show 1 more comment
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.
Hey. I still get the same error. You said you knew of a newer version? Care to share?
– Fredrik A.
Feb 19 '15 at 23:42
Please see my edit above.
– chili555
Feb 20 '15 at 0:07
Confirmed. This worked for me as well. THANK YOU!
– Lincoln
Feb 21 '15 at 22:07
Hey, I can run these commands (from 'make' and down), but when I restart my computer, I have to do it again. Know any workaround?
– Fredrik A.
Mar 20 '15 at 21:56
@FredrikA. Does it work if you simply do: sudo modprobe 8812au?
– chili555
Mar 22 '15 at 19:01
|
show 1 more comment
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.
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.
edited Feb 20 '15 at 0:10
answered Jul 27 '14 at 23:43
chili555chili555
42.3k6 gold badges57 silver badges88 bronze badges
42.3k6 gold badges57 silver badges88 bronze badges
Hey. I still get the same error. You said you knew of a newer version? Care to share?
– Fredrik A.
Feb 19 '15 at 23:42
Please see my edit above.
– chili555
Feb 20 '15 at 0:07
Confirmed. This worked for me as well. THANK YOU!
– Lincoln
Feb 21 '15 at 22:07
Hey, I can run these commands (from 'make' and down), but when I restart my computer, I have to do it again. Know any workaround?
– Fredrik A.
Mar 20 '15 at 21:56
@FredrikA. Does it work if you simply do: sudo modprobe 8812au?
– chili555
Mar 22 '15 at 19:01
|
show 1 more comment
Hey. I still get the same error. You said you knew of a newer version? Care to share?
– Fredrik A.
Feb 19 '15 at 23:42
Please see my edit above.
– chili555
Feb 20 '15 at 0:07
Confirmed. This worked for me as well. THANK YOU!
– Lincoln
Feb 21 '15 at 22:07
Hey, I can run these commands (from 'make' and down), but when I restart my computer, I have to do it again. Know any workaround?
– Fredrik A.
Mar 20 '15 at 21:56
@FredrikA. Does it work if you simply do: sudo modprobe 8812au?
– chili555
Mar 22 '15 at 19:01
Hey. I still get the same error. You said you knew of a newer version? Care to share?
– Fredrik A.
Feb 19 '15 at 23:42
Hey. I still get the same error. You said you knew of a newer version? Care to share?
– Fredrik A.
Feb 19 '15 at 23:42
Please see my edit above.
– chili555
Feb 20 '15 at 0:07
Please see my edit above.
– chili555
Feb 20 '15 at 0:07
Confirmed. This worked for me as well. THANK YOU!
– Lincoln
Feb 21 '15 at 22:07
Confirmed. This worked for me as well. THANK YOU!
– Lincoln
Feb 21 '15 at 22:07
Hey, I can run these commands (from 'make' and down), but when I restart my computer, I have to do it again. Know any workaround?
– Fredrik A.
Mar 20 '15 at 21:56
Hey, I can run these commands (from 'make' and down), but when I restart my computer, I have to do it again. Know any workaround?
– Fredrik A.
Mar 20 '15 at 21:56
@FredrikA. Does it work if you simply do: sudo modprobe 8812au?
– chili555
Mar 22 '15 at 19:01
@FredrikA. Does it work if you simply do: sudo modprobe 8812au?
– chili555
Mar 22 '15 at 19:01
|
show 1 more comment
EDIT:
I found an up to date version of this driver (version-4.3.14) that is configured to work well on newer Debian and RaspberryPi kernels.
This has been tested by me on 16.04 with kernel 4.2.0-23.
First, install some dependencies:
sudo apt-get install gcc-5 build-essential git linux-headers-$(uname -r)
Then, run the following commands:
git clone https://github.com/diederikdehaas/rtl8812AU.git
cd rtl8812AU
make CC=/usr/bin/gcc-5
sudo make install
sudo modprobe 8812au
echo 8812au | sudo tee -a /etc/modules
source / more info
Sounds great! Will try to install tomorrow :)
– Fredrik A.
Oct 10 '15 at 22:35
@mchid : I was trying your suggestions in a CentOS system: The code does not compile: include/net/cfg80211.h:4562: note: expected ‘struct wireless_dev *’ but argument is of type ‘_nic_hdl’ /home/Manuel/8812/rtl8812AU_8821AU_linux/core/rtw_p2p.c:3539: error: too many arguments to function ‘cfg80211_remain_on_channel_expired’ I will try to force compilation but this is a bad sign. Thanks.
– Herman Jaramillo
Nov 15 '15 at 19:17
@HermanJaramillo Cent OS question belong on unix.stackexchange.com. You can use your existing stackexchange profile to sign in and it will add your profile to unix.stackexchange.com. I don't know much about Cent but might be able to help you out.
– mchid
Nov 15 '15 at 21:06
add a comment
|
EDIT:
I found an up to date version of this driver (version-4.3.14) that is configured to work well on newer Debian and RaspberryPi kernels.
This has been tested by me on 16.04 with kernel 4.2.0-23.
First, install some dependencies:
sudo apt-get install gcc-5 build-essential git linux-headers-$(uname -r)
Then, run the following commands:
git clone https://github.com/diederikdehaas/rtl8812AU.git
cd rtl8812AU
make CC=/usr/bin/gcc-5
sudo make install
sudo modprobe 8812au
echo 8812au | sudo tee -a /etc/modules
source / more info
Sounds great! Will try to install tomorrow :)
– Fredrik A.
Oct 10 '15 at 22:35
@mchid : I was trying your suggestions in a CentOS system: The code does not compile: include/net/cfg80211.h:4562: note: expected ‘struct wireless_dev *’ but argument is of type ‘_nic_hdl’ /home/Manuel/8812/rtl8812AU_8821AU_linux/core/rtw_p2p.c:3539: error: too many arguments to function ‘cfg80211_remain_on_channel_expired’ I will try to force compilation but this is a bad sign. Thanks.
– Herman Jaramillo
Nov 15 '15 at 19:17
@HermanJaramillo Cent OS question belong on unix.stackexchange.com. You can use your existing stackexchange profile to sign in and it will add your profile to unix.stackexchange.com. I don't know much about Cent but might be able to help you out.
– mchid
Nov 15 '15 at 21:06
add a comment
|
EDIT:
I found an up to date version of this driver (version-4.3.14) that is configured to work well on newer Debian and RaspberryPi kernels.
This has been tested by me on 16.04 with kernel 4.2.0-23.
First, install some dependencies:
sudo apt-get install gcc-5 build-essential git linux-headers-$(uname -r)
Then, run the following commands:
git clone https://github.com/diederikdehaas/rtl8812AU.git
cd rtl8812AU
make CC=/usr/bin/gcc-5
sudo make install
sudo modprobe 8812au
echo 8812au | sudo tee -a /etc/modules
source / more info
EDIT:
I found an up to date version of this driver (version-4.3.14) that is configured to work well on newer Debian and RaspberryPi kernels.
This has been tested by me on 16.04 with kernel 4.2.0-23.
First, install some dependencies:
sudo apt-get install gcc-5 build-essential git linux-headers-$(uname -r)
Then, run the following commands:
git clone https://github.com/diederikdehaas/rtl8812AU.git
cd rtl8812AU
make CC=/usr/bin/gcc-5
sudo make install
sudo modprobe 8812au
echo 8812au | sudo tee -a /etc/modules
source / more info
edited Jun 17 '17 at 6:48
JEM
32 bronze badges
32 bronze badges
answered Oct 10 '15 at 21:45
mchidmchid
26.7k3 gold badges60 silver badges103 bronze badges
26.7k3 gold badges60 silver badges103 bronze badges
Sounds great! Will try to install tomorrow :)
– Fredrik A.
Oct 10 '15 at 22:35
@mchid : I was trying your suggestions in a CentOS system: The code does not compile: include/net/cfg80211.h:4562: note: expected ‘struct wireless_dev *’ but argument is of type ‘_nic_hdl’ /home/Manuel/8812/rtl8812AU_8821AU_linux/core/rtw_p2p.c:3539: error: too many arguments to function ‘cfg80211_remain_on_channel_expired’ I will try to force compilation but this is a bad sign. Thanks.
– Herman Jaramillo
Nov 15 '15 at 19:17
@HermanJaramillo Cent OS question belong on unix.stackexchange.com. You can use your existing stackexchange profile to sign in and it will add your profile to unix.stackexchange.com. I don't know much about Cent but might be able to help you out.
– mchid
Nov 15 '15 at 21:06
add a comment
|
Sounds great! Will try to install tomorrow :)
– Fredrik A.
Oct 10 '15 at 22:35
@mchid : I was trying your suggestions in a CentOS system: The code does not compile: include/net/cfg80211.h:4562: note: expected ‘struct wireless_dev *’ but argument is of type ‘_nic_hdl’ /home/Manuel/8812/rtl8812AU_8821AU_linux/core/rtw_p2p.c:3539: error: too many arguments to function ‘cfg80211_remain_on_channel_expired’ I will try to force compilation but this is a bad sign. Thanks.
– Herman Jaramillo
Nov 15 '15 at 19:17
@HermanJaramillo Cent OS question belong on unix.stackexchange.com. You can use your existing stackexchange profile to sign in and it will add your profile to unix.stackexchange.com. I don't know much about Cent but might be able to help you out.
– mchid
Nov 15 '15 at 21:06
Sounds great! Will try to install tomorrow :)
– Fredrik A.
Oct 10 '15 at 22:35
Sounds great! Will try to install tomorrow :)
– Fredrik A.
Oct 10 '15 at 22:35
@mchid : I was trying your suggestions in a CentOS system: The code does not compile: include/net/cfg80211.h:4562: note: expected ‘struct wireless_dev *’ but argument is of type ‘_nic_hdl’ /home/Manuel/8812/rtl8812AU_8821AU_linux/core/rtw_p2p.c:3539: error: too many arguments to function ‘cfg80211_remain_on_channel_expired’ I will try to force compilation but this is a bad sign. Thanks.
– Herman Jaramillo
Nov 15 '15 at 19:17
@mchid : I was trying your suggestions in a CentOS system: The code does not compile: include/net/cfg80211.h:4562: note: expected ‘struct wireless_dev *’ but argument is of type ‘_nic_hdl’ /home/Manuel/8812/rtl8812AU_8821AU_linux/core/rtw_p2p.c:3539: error: too many arguments to function ‘cfg80211_remain_on_channel_expired’ I will try to force compilation but this is a bad sign. Thanks.
– Herman Jaramillo
Nov 15 '15 at 19:17
@HermanJaramillo Cent OS question belong on unix.stackexchange.com. You can use your existing stackexchange profile to sign in and it will add your profile to unix.stackexchange.com. I don't know much about Cent but might be able to help you out.
– mchid
Nov 15 '15 at 21:06
@HermanJaramillo Cent OS question belong on unix.stackexchange.com. You can use your existing stackexchange profile to sign in and it will add your profile to unix.stackexchange.com. I don't know much about Cent but might be able to help you out.
– mchid
Nov 15 '15 at 21:06
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f503456%2fcant-install-driver-for-al500ac-on-ubuntu-14-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Welcome to AskUbuntu! Would you please clarify which 'guide' you used? (link in question please).
– No Time
Jul 27 '14 at 22:07
Done, haven't been on stack exchange in a long time :)
– Fredrik A.
Feb 19 '15 at 23:41