Can't install wifi driver in 12.04
I have a Dell Inspiron 15 3521 with a Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter inside. After an update the WiFi broke and I cannot seem to fix it. I tried to follow the steps from this thread where somebody has a similar problem to build the driver, but on make it gives me an error about redefinition of "kmalloc_array" even after make clean
(I tried to build it previously in fact). The device is not hardware blocked, rfkill list
outputs:
0: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
However, lshw -C network
displays this as a result for the wifi adapter.
*-network UNCLAIMED
description: Network controller
product: QCA9565 / AR9565 Wireless Network Adapter
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:c0500000-c057ffff memory:afb00000-afb0ffff
and there is no driver=ath9k or whatever it must be.
Edit: lsmod |grep mac80211
gives the following result:
mac80211 557654 1 ath9k
cfg80211 219204 3 ath9k,mac80211,ath
compat 20099 9 ath9k,mac80211,ath9k_common,ath9k_hw,cfg80211,rfcomm,bnep,btusb,bluetooth
How can I fix this?
Edit2: uname -r outputs
3.2.0-56-generic
lspci -nn |grep 0280 outputs
02:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
wireless atheros ath9k
add a comment |
I have a Dell Inspiron 15 3521 with a Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter inside. After an update the WiFi broke and I cannot seem to fix it. I tried to follow the steps from this thread where somebody has a similar problem to build the driver, but on make it gives me an error about redefinition of "kmalloc_array" even after make clean
(I tried to build it previously in fact). The device is not hardware blocked, rfkill list
outputs:
0: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
However, lshw -C network
displays this as a result for the wifi adapter.
*-network UNCLAIMED
description: Network controller
product: QCA9565 / AR9565 Wireless Network Adapter
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:c0500000-c057ffff memory:afb00000-afb0ffff
and there is no driver=ath9k or whatever it must be.
Edit: lsmod |grep mac80211
gives the following result:
mac80211 557654 1 ath9k
cfg80211 219204 3 ath9k,mac80211,ath
compat 20099 9 ath9k,mac80211,ath9k_common,ath9k_hw,cfg80211,rfcomm,bnep,btusb,bluetooth
How can I fix this?
Edit2: uname -r outputs
3.2.0-56-generic
lspci -nn |grep 0280 outputs
02:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
wireless atheros ath9k
1
Please edit your question to add details of your kernel version from the terminal command: uname -r Do you have the same device? lspci -nn | grep 0280
– chili555
Nov 27 '13 at 15:03
I faced same issue when I updated my kernel to 3.10.25. (Wireless was working fine with last kernel: 3.2).lcpci -nn | grep 0280
returned01:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
– Undefined
Jan 9 '14 at 9:52
add a comment |
I have a Dell Inspiron 15 3521 with a Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter inside. After an update the WiFi broke and I cannot seem to fix it. I tried to follow the steps from this thread where somebody has a similar problem to build the driver, but on make it gives me an error about redefinition of "kmalloc_array" even after make clean
(I tried to build it previously in fact). The device is not hardware blocked, rfkill list
outputs:
0: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
However, lshw -C network
displays this as a result for the wifi adapter.
*-network UNCLAIMED
description: Network controller
product: QCA9565 / AR9565 Wireless Network Adapter
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:c0500000-c057ffff memory:afb00000-afb0ffff
and there is no driver=ath9k or whatever it must be.
Edit: lsmod |grep mac80211
gives the following result:
mac80211 557654 1 ath9k
cfg80211 219204 3 ath9k,mac80211,ath
compat 20099 9 ath9k,mac80211,ath9k_common,ath9k_hw,cfg80211,rfcomm,bnep,btusb,bluetooth
How can I fix this?
Edit2: uname -r outputs
3.2.0-56-generic
lspci -nn |grep 0280 outputs
02:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
wireless atheros ath9k
I have a Dell Inspiron 15 3521 with a Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter inside. After an update the WiFi broke and I cannot seem to fix it. I tried to follow the steps from this thread where somebody has a similar problem to build the driver, but on make it gives me an error about redefinition of "kmalloc_array" even after make clean
(I tried to build it previously in fact). The device is not hardware blocked, rfkill list
outputs:
0: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
However, lshw -C network
displays this as a result for the wifi adapter.
*-network UNCLAIMED
description: Network controller
product: QCA9565 / AR9565 Wireless Network Adapter
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:c0500000-c057ffff memory:afb00000-afb0ffff
and there is no driver=ath9k or whatever it must be.
Edit: lsmod |grep mac80211
gives the following result:
mac80211 557654 1 ath9k
cfg80211 219204 3 ath9k,mac80211,ath
compat 20099 9 ath9k,mac80211,ath9k_common,ath9k_hw,cfg80211,rfcomm,bnep,btusb,bluetooth
How can I fix this?
Edit2: uname -r outputs
3.2.0-56-generic
lspci -nn |grep 0280 outputs
02:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
wireless atheros ath9k
wireless atheros ath9k
edited Nov 27 '13 at 16:19
Le Val
51
51
asked Nov 27 '13 at 14:57
SadAth9kSadAth9k
612
612
1
Please edit your question to add details of your kernel version from the terminal command: uname -r Do you have the same device? lspci -nn | grep 0280
– chili555
Nov 27 '13 at 15:03
I faced same issue when I updated my kernel to 3.10.25. (Wireless was working fine with last kernel: 3.2).lcpci -nn | grep 0280
returned01:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
– Undefined
Jan 9 '14 at 9:52
add a comment |
1
Please edit your question to add details of your kernel version from the terminal command: uname -r Do you have the same device? lspci -nn | grep 0280
– chili555
Nov 27 '13 at 15:03
I faced same issue when I updated my kernel to 3.10.25. (Wireless was working fine with last kernel: 3.2).lcpci -nn | grep 0280
returned01:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
– Undefined
Jan 9 '14 at 9:52
1
1
Please edit your question to add details of your kernel version from the terminal command: uname -r Do you have the same device? lspci -nn | grep 0280
– chili555
Nov 27 '13 at 15:03
Please edit your question to add details of your kernel version from the terminal command: uname -r Do you have the same device? lspci -nn | grep 0280
– chili555
Nov 27 '13 at 15:03
I faced same issue when I updated my kernel to 3.10.25. (Wireless was working fine with last kernel: 3.2).
lcpci -nn | grep 0280
returned 01:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
– Undefined
Jan 9 '14 at 9:52
I faced same issue when I updated my kernel to 3.10.25. (Wireless was working fine with last kernel: 3.2).
lcpci -nn | grep 0280
returned 01:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
– Undefined
Jan 9 '14 at 9:52
add a comment |
1 Answer
1
active
oldest
votes
Please get a temporary wired ethernet connection, open a terminal and do:
sudo apt-get install linux-backports-modules-cw-3.8-precise-generic
Detach the ethernet, reboot and let us hear your report.
I faced same issue when updated my linux kernel from 3.2.0-32 to 3.10.25.lcpci -nn | grep 0280
returned01:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
. And installing linux-backports-modules-cw-3.10-precise-generic and the version you mentioned above and rebooting did not help.
– Undefined
Jan 9 '14 at 10:26
1
Also, now if while booting Ubuntu I use version 3.2.0-32, even then the wireless doesn't work. Wireless was working fine with 3.2.0-32 till I installed 3.10.25.iwconfig
btw returnslo no wireless extensions. virbr0 no wireless extensions. eth0 no wireless extensions.
– Undefined
Jan 9 '14 at 10:26
Same problem is reported here too: askubuntu.com/questions/395410/…
– Undefined
Jan 9 '14 at 10:28
@baltusaj- I will be happy to help if you start your own new question.
– chili555
Jan 9 '14 at 12:53
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%2f382958%2fcant-install-wifi-driver-in-12-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
Please get a temporary wired ethernet connection, open a terminal and do:
sudo apt-get install linux-backports-modules-cw-3.8-precise-generic
Detach the ethernet, reboot and let us hear your report.
I faced same issue when updated my linux kernel from 3.2.0-32 to 3.10.25.lcpci -nn | grep 0280
returned01:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
. And installing linux-backports-modules-cw-3.10-precise-generic and the version you mentioned above and rebooting did not help.
– Undefined
Jan 9 '14 at 10:26
1
Also, now if while booting Ubuntu I use version 3.2.0-32, even then the wireless doesn't work. Wireless was working fine with 3.2.0-32 till I installed 3.10.25.iwconfig
btw returnslo no wireless extensions. virbr0 no wireless extensions. eth0 no wireless extensions.
– Undefined
Jan 9 '14 at 10:26
Same problem is reported here too: askubuntu.com/questions/395410/…
– Undefined
Jan 9 '14 at 10:28
@baltusaj- I will be happy to help if you start your own new question.
– chili555
Jan 9 '14 at 12:53
add a comment |
Please get a temporary wired ethernet connection, open a terminal and do:
sudo apt-get install linux-backports-modules-cw-3.8-precise-generic
Detach the ethernet, reboot and let us hear your report.
I faced same issue when updated my linux kernel from 3.2.0-32 to 3.10.25.lcpci -nn | grep 0280
returned01:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
. And installing linux-backports-modules-cw-3.10-precise-generic and the version you mentioned above and rebooting did not help.
– Undefined
Jan 9 '14 at 10:26
1
Also, now if while booting Ubuntu I use version 3.2.0-32, even then the wireless doesn't work. Wireless was working fine with 3.2.0-32 till I installed 3.10.25.iwconfig
btw returnslo no wireless extensions. virbr0 no wireless extensions. eth0 no wireless extensions.
– Undefined
Jan 9 '14 at 10:26
Same problem is reported here too: askubuntu.com/questions/395410/…
– Undefined
Jan 9 '14 at 10:28
@baltusaj- I will be happy to help if you start your own new question.
– chili555
Jan 9 '14 at 12:53
add a comment |
Please get a temporary wired ethernet connection, open a terminal and do:
sudo apt-get install linux-backports-modules-cw-3.8-precise-generic
Detach the ethernet, reboot and let us hear your report.
Please get a temporary wired ethernet connection, open a terminal and do:
sudo apt-get install linux-backports-modules-cw-3.8-precise-generic
Detach the ethernet, reboot and let us hear your report.
answered Nov 27 '13 at 16:40
chili555chili555
39k55280
39k55280
I faced same issue when updated my linux kernel from 3.2.0-32 to 3.10.25.lcpci -nn | grep 0280
returned01:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
. And installing linux-backports-modules-cw-3.10-precise-generic and the version you mentioned above and rebooting did not help.
– Undefined
Jan 9 '14 at 10:26
1
Also, now if while booting Ubuntu I use version 3.2.0-32, even then the wireless doesn't work. Wireless was working fine with 3.2.0-32 till I installed 3.10.25.iwconfig
btw returnslo no wireless extensions. virbr0 no wireless extensions. eth0 no wireless extensions.
– Undefined
Jan 9 '14 at 10:26
Same problem is reported here too: askubuntu.com/questions/395410/…
– Undefined
Jan 9 '14 at 10:28
@baltusaj- I will be happy to help if you start your own new question.
– chili555
Jan 9 '14 at 12:53
add a comment |
I faced same issue when updated my linux kernel from 3.2.0-32 to 3.10.25.lcpci -nn | grep 0280
returned01:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
. And installing linux-backports-modules-cw-3.10-precise-generic and the version you mentioned above and rebooting did not help.
– Undefined
Jan 9 '14 at 10:26
1
Also, now if while booting Ubuntu I use version 3.2.0-32, even then the wireless doesn't work. Wireless was working fine with 3.2.0-32 till I installed 3.10.25.iwconfig
btw returnslo no wireless extensions. virbr0 no wireless extensions. eth0 no wireless extensions.
– Undefined
Jan 9 '14 at 10:26
Same problem is reported here too: askubuntu.com/questions/395410/…
– Undefined
Jan 9 '14 at 10:28
@baltusaj- I will be happy to help if you start your own new question.
– chili555
Jan 9 '14 at 12:53
I faced same issue when updated my linux kernel from 3.2.0-32 to 3.10.25.
lcpci -nn | grep 0280
returned 01:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
. And installing linux-backports-modules-cw-3.10-precise-generic and the version you mentioned above and rebooting did not help.– Undefined
Jan 9 '14 at 10:26
I faced same issue when updated my linux kernel from 3.2.0-32 to 3.10.25.
lcpci -nn | grep 0280
returned 01:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
. And installing linux-backports-modules-cw-3.10-precise-generic and the version you mentioned above and rebooting did not help.– Undefined
Jan 9 '14 at 10:26
1
1
Also, now if while booting Ubuntu I use version 3.2.0-32, even then the wireless doesn't work. Wireless was working fine with 3.2.0-32 till I installed 3.10.25.
iwconfig
btw returns lo no wireless extensions. virbr0 no wireless extensions. eth0 no wireless extensions.
– Undefined
Jan 9 '14 at 10:26
Also, now if while booting Ubuntu I use version 3.2.0-32, even then the wireless doesn't work. Wireless was working fine with 3.2.0-32 till I installed 3.10.25.
iwconfig
btw returns lo no wireless extensions. virbr0 no wireless extensions. eth0 no wireless extensions.
– Undefined
Jan 9 '14 at 10:26
Same problem is reported here too: askubuntu.com/questions/395410/…
– Undefined
Jan 9 '14 at 10:28
Same problem is reported here too: askubuntu.com/questions/395410/…
– Undefined
Jan 9 '14 at 10:28
@baltusaj- I will be happy to help if you start your own new question.
– chili555
Jan 9 '14 at 12:53
@baltusaj- I will be happy to help if you start your own new question.
– chili555
Jan 9 '14 at 12:53
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%2f382958%2fcant-install-wifi-driver-in-12-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 details of your kernel version from the terminal command: uname -r Do you have the same device? lspci -nn | grep 0280
– chili555
Nov 27 '13 at 15:03
I faced same issue when I updated my kernel to 3.10.25. (Wireless was working fine with last kernel: 3.2).
lcpci -nn | grep 0280
returned01:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
– Undefined
Jan 9 '14 at 9:52