How to install ASUS PCE-AC56 driver on Ubuntu 18.04?
My ASUS PCE-AC56 adapter was working on a previous version of Ubuntu. It was set up by the factory. I recently reinstalled Ubuntu (version 18.04) and now the computer cannot find a Wi-Fi adapter.
Tech support at ASUS said that this device is not supported with Ubuntu.
How can I get the drivers for this ASUS PCE-AC56 adapter?
drivers asus
add a comment |
My ASUS PCE-AC56 adapter was working on a previous version of Ubuntu. It was set up by the factory. I recently reinstalled Ubuntu (version 18.04) and now the computer cannot find a Wi-Fi adapter.
Tech support at ASUS said that this device is not supported with Ubuntu.
How can I get the drivers for this ASUS PCE-AC56 adapter?
drivers asus
1
Please edit your question to add the result of the terminal command:lspci -nnk | grep 0280 -A3Welcome to Ask Ubuntu.
– chili555
May 21 '18 at 13:03
add a comment |
My ASUS PCE-AC56 adapter was working on a previous version of Ubuntu. It was set up by the factory. I recently reinstalled Ubuntu (version 18.04) and now the computer cannot find a Wi-Fi adapter.
Tech support at ASUS said that this device is not supported with Ubuntu.
How can I get the drivers for this ASUS PCE-AC56 adapter?
drivers asus
My ASUS PCE-AC56 adapter was working on a previous version of Ubuntu. It was set up by the factory. I recently reinstalled Ubuntu (version 18.04) and now the computer cannot find a Wi-Fi adapter.
Tech support at ASUS said that this device is not supported with Ubuntu.
How can I get the drivers for this ASUS PCE-AC56 adapter?
drivers asus
drivers asus
edited May 21 '18 at 3:57
fosslinux
2,40521837
2,40521837
asked May 20 '18 at 23:20
learningpythonlearningpython
112
112
1
Please edit your question to add the result of the terminal command:lspci -nnk | grep 0280 -A3Welcome to Ask Ubuntu.
– chili555
May 21 '18 at 13:03
add a comment |
1
Please edit your question to add the result of the terminal command:lspci -nnk | grep 0280 -A3Welcome to Ask Ubuntu.
– chili555
May 21 '18 at 13:03
1
1
Please edit your question to add the result of the terminal command:
lspci -nnk | grep 0280 -A3 Welcome to Ask Ubuntu.– chili555
May 21 '18 at 13:03
Please edit your question to add the result of the terminal command:
lspci -nnk | grep 0280 -A3 Welcome to Ask Ubuntu.– chili555
May 21 '18 at 13:03
add a comment |
1 Answer
1
active
oldest
votes
Unfortunately I don't have an answer, but drivers do exist for Ubuntu, I had my ASUS PCE-AC56 wifi adapter working on Elementary OS (a driver automatically installed through the app store), but now that I'm switching to Ubuntu I also can't figure out where to get a driver.
lspci -nnk | grep 0280 -A3
0a:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: ASUSTeK Computer Inc. BCM4352 802.11ac Wireless Network Adapter [1043:85ba]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
Screenshot of terminal and wifi settings
Edit: after a bit more googling I found this worked before it even finished installing the second step:
sudo apt-get update
sudo apt-get install bcmwl-kernel-source
sudo modprobe wl
I found that here
New contributor
Derek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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/3.0/"u003ecc by-sa 3.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%2f1038516%2fhow-to-install-asus-pce-ac56-driver-on-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Unfortunately I don't have an answer, but drivers do exist for Ubuntu, I had my ASUS PCE-AC56 wifi adapter working on Elementary OS (a driver automatically installed through the app store), but now that I'm switching to Ubuntu I also can't figure out where to get a driver.
lspci -nnk | grep 0280 -A3
0a:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: ASUSTeK Computer Inc. BCM4352 802.11ac Wireless Network Adapter [1043:85ba]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
Screenshot of terminal and wifi settings
Edit: after a bit more googling I found this worked before it even finished installing the second step:
sudo apt-get update
sudo apt-get install bcmwl-kernel-source
sudo modprobe wl
I found that here
New contributor
Derek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Unfortunately I don't have an answer, but drivers do exist for Ubuntu, I had my ASUS PCE-AC56 wifi adapter working on Elementary OS (a driver automatically installed through the app store), but now that I'm switching to Ubuntu I also can't figure out where to get a driver.
lspci -nnk | grep 0280 -A3
0a:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: ASUSTeK Computer Inc. BCM4352 802.11ac Wireless Network Adapter [1043:85ba]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
Screenshot of terminal and wifi settings
Edit: after a bit more googling I found this worked before it even finished installing the second step:
sudo apt-get update
sudo apt-get install bcmwl-kernel-source
sudo modprobe wl
I found that here
New contributor
Derek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Unfortunately I don't have an answer, but drivers do exist for Ubuntu, I had my ASUS PCE-AC56 wifi adapter working on Elementary OS (a driver automatically installed through the app store), but now that I'm switching to Ubuntu I also can't figure out where to get a driver.
lspci -nnk | grep 0280 -A3
0a:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: ASUSTeK Computer Inc. BCM4352 802.11ac Wireless Network Adapter [1043:85ba]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
Screenshot of terminal and wifi settings
Edit: after a bit more googling I found this worked before it even finished installing the second step:
sudo apt-get update
sudo apt-get install bcmwl-kernel-source
sudo modprobe wl
I found that here
New contributor
Derek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Unfortunately I don't have an answer, but drivers do exist for Ubuntu, I had my ASUS PCE-AC56 wifi adapter working on Elementary OS (a driver automatically installed through the app store), but now that I'm switching to Ubuntu I also can't figure out where to get a driver.
lspci -nnk | grep 0280 -A3
0a:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: ASUSTeK Computer Inc. BCM4352 802.11ac Wireless Network Adapter [1043:85ba]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
Screenshot of terminal and wifi settings
Edit: after a bit more googling I found this worked before it even finished installing the second step:
sudo apt-get update
sudo apt-get install bcmwl-kernel-source
sudo modprobe wl
I found that here
New contributor
Derek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 1 hour ago
New contributor
Derek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 1 hour ago
DerekDerek
11
11
New contributor
Derek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Derek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Derek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
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%2f1038516%2fhow-to-install-asus-pce-ac56-driver-on-ubuntu-18-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
1
Please edit your question to add the result of the terminal command:
lspci -nnk | grep 0280 -A3Welcome to Ask Ubuntu.– chili555
May 21 '18 at 13:03