Cant get wifi drivers to work
I'm trying to get the wifi drivers for my laptop to work on Ubuntu 18.04. I followed steps to install them, but the settings still say "No WiFi adapter found. Make sure you have a wifi driver turned on. Bluetooth does work though after installing the drivers.
Running dmesg | grep iwl returns me this:
dmesg | grep iwl
[ 16.154000] iwlwifi 0000:00:14.3: loaded firmware version 38.c0e03d94.0 op_mode iwlmvm
[ 16.166883] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
[ 16.217152] iwlwifi 0000:00:14.3: base HW address: 18:1d:ea:5e:58:94
[ 16.286771] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 16.287614] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
and lspci -knn | grep Net -A3; rfkill list returns this
00:14.3 Network controller [0280]: Intel Corporation Wireless-AC 9560 [Jefferson Peak] [8086:a370] (rev 10)
Subsystem: Intel Corporation Device [8086:0034]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: ideapad_wlan: Wireless LAN
Soft blocked: yes
Hard blocked: yes
2: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: yes
3: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
Does anyone have a clue what I'm doing wrong? Thank you in advance!
drivers intel iwlwifi
New contributor
add a comment |
I'm trying to get the wifi drivers for my laptop to work on Ubuntu 18.04. I followed steps to install them, but the settings still say "No WiFi adapter found. Make sure you have a wifi driver turned on. Bluetooth does work though after installing the drivers.
Running dmesg | grep iwl returns me this:
dmesg | grep iwl
[ 16.154000] iwlwifi 0000:00:14.3: loaded firmware version 38.c0e03d94.0 op_mode iwlmvm
[ 16.166883] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
[ 16.217152] iwlwifi 0000:00:14.3: base HW address: 18:1d:ea:5e:58:94
[ 16.286771] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 16.287614] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
and lspci -knn | grep Net -A3; rfkill list returns this
00:14.3 Network controller [0280]: Intel Corporation Wireless-AC 9560 [Jefferson Peak] [8086:a370] (rev 10)
Subsystem: Intel Corporation Device [8086:0034]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: ideapad_wlan: Wireless LAN
Soft blocked: yes
Hard blocked: yes
2: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: yes
3: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
Does anyone have a clue what I'm doing wrong? Thank you in advance!
drivers intel iwlwifi
New contributor
Please edit your question and add output oflspci -knn | grep Net -A3; rfkill list
terminal command.
– Pilot6
Mar 11 at 17:17
askubuntu.com/a/1124020/167850
– Pilot6
Mar 11 at 17:41
add a comment |
I'm trying to get the wifi drivers for my laptop to work on Ubuntu 18.04. I followed steps to install them, but the settings still say "No WiFi adapter found. Make sure you have a wifi driver turned on. Bluetooth does work though after installing the drivers.
Running dmesg | grep iwl returns me this:
dmesg | grep iwl
[ 16.154000] iwlwifi 0000:00:14.3: loaded firmware version 38.c0e03d94.0 op_mode iwlmvm
[ 16.166883] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
[ 16.217152] iwlwifi 0000:00:14.3: base HW address: 18:1d:ea:5e:58:94
[ 16.286771] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 16.287614] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
and lspci -knn | grep Net -A3; rfkill list returns this
00:14.3 Network controller [0280]: Intel Corporation Wireless-AC 9560 [Jefferson Peak] [8086:a370] (rev 10)
Subsystem: Intel Corporation Device [8086:0034]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: ideapad_wlan: Wireless LAN
Soft blocked: yes
Hard blocked: yes
2: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: yes
3: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
Does anyone have a clue what I'm doing wrong? Thank you in advance!
drivers intel iwlwifi
New contributor
I'm trying to get the wifi drivers for my laptop to work on Ubuntu 18.04. I followed steps to install them, but the settings still say "No WiFi adapter found. Make sure you have a wifi driver turned on. Bluetooth does work though after installing the drivers.
Running dmesg | grep iwl returns me this:
dmesg | grep iwl
[ 16.154000] iwlwifi 0000:00:14.3: loaded firmware version 38.c0e03d94.0 op_mode iwlmvm
[ 16.166883] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
[ 16.217152] iwlwifi 0000:00:14.3: base HW address: 18:1d:ea:5e:58:94
[ 16.286771] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 16.287614] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
and lspci -knn | grep Net -A3; rfkill list returns this
00:14.3 Network controller [0280]: Intel Corporation Wireless-AC 9560 [Jefferson Peak] [8086:a370] (rev 10)
Subsystem: Intel Corporation Device [8086:0034]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: ideapad_wlan: Wireless LAN
Soft blocked: yes
Hard blocked: yes
2: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: yes
3: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
Does anyone have a clue what I'm doing wrong? Thank you in advance!
drivers intel iwlwifi
drivers intel iwlwifi
New contributor
New contributor
edited Mar 11 at 17:40
douwededoei
New contributor
asked Mar 11 at 17:16
douwededoeidouwededoei
11
11
New contributor
New contributor
Please edit your question and add output oflspci -knn | grep Net -A3; rfkill list
terminal command.
– Pilot6
Mar 11 at 17:17
askubuntu.com/a/1124020/167850
– Pilot6
Mar 11 at 17:41
add a comment |
Please edit your question and add output oflspci -knn | grep Net -A3; rfkill list
terminal command.
– Pilot6
Mar 11 at 17:17
askubuntu.com/a/1124020/167850
– Pilot6
Mar 11 at 17:41
Please edit your question and add output of
lspci -knn | grep Net -A3; rfkill list
terminal command.– Pilot6
Mar 11 at 17:17
Please edit your question and add output of
lspci -knn | grep Net -A3; rfkill list
terminal command.– Pilot6
Mar 11 at 17:17
askubuntu.com/a/1124020/167850
– Pilot6
Mar 11 at 17:41
askubuntu.com/a/1124020/167850
– Pilot6
Mar 11 at 17:41
add a comment |
0
active
oldest
votes
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
});
}
});
douwededoei is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1124829%2fcant-get-wifi-drivers-to-work%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
douwededoei is a new contributor. Be nice, and check out our Code of Conduct.
douwededoei is a new contributor. Be nice, and check out our Code of Conduct.
douwededoei is a new contributor. Be nice, and check out our Code of Conduct.
douwededoei is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1124829%2fcant-get-wifi-drivers-to-work%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
Please edit your question and add output of
lspci -knn | grep Net -A3; rfkill list
terminal command.– Pilot6
Mar 11 at 17:17
askubuntu.com/a/1124020/167850
– Pilot6
Mar 11 at 17:41