Laptop won't recognise wifi card anymore
Laptop model: Dell latitude E6420
Ubuntu version: 18.04.2 LTS
My wifi was working completely fine up until last night. Now, my laptop says "no wifi adapter found" and therefore won't let me connect. I've tried turning the power off and restarting it many times. I have tried some suggestions that I've found on here and none of them work.
However my computer is recognising the card as it shows up when I use lshw -C network
and lspci
. It shows up in the terminal but the setting application says it's not there. (I was going to add the output but I don't have enough reputation to add images here yet.)
What can I do?
Thanks.
intel-wireless
New contributor
add a comment |
Laptop model: Dell latitude E6420
Ubuntu version: 18.04.2 LTS
My wifi was working completely fine up until last night. Now, my laptop says "no wifi adapter found" and therefore won't let me connect. I've tried turning the power off and restarting it many times. I have tried some suggestions that I've found on here and none of them work.
However my computer is recognising the card as it shows up when I use lshw -C network
and lspci
. It shows up in the terminal but the setting application says it's not there. (I was going to add the output but I don't have enough reputation to add images here yet.)
What can I do?
Thanks.
intel-wireless
New contributor
add a comment |
Laptop model: Dell latitude E6420
Ubuntu version: 18.04.2 LTS
My wifi was working completely fine up until last night. Now, my laptop says "no wifi adapter found" and therefore won't let me connect. I've tried turning the power off and restarting it many times. I have tried some suggestions that I've found on here and none of them work.
However my computer is recognising the card as it shows up when I use lshw -C network
and lspci
. It shows up in the terminal but the setting application says it's not there. (I was going to add the output but I don't have enough reputation to add images here yet.)
What can I do?
Thanks.
intel-wireless
New contributor
Laptop model: Dell latitude E6420
Ubuntu version: 18.04.2 LTS
My wifi was working completely fine up until last night. Now, my laptop says "no wifi adapter found" and therefore won't let me connect. I've tried turning the power off and restarting it many times. I have tried some suggestions that I've found on here and none of them work.
However my computer is recognising the card as it shows up when I use lshw -C network
and lspci
. It shows up in the terminal but the setting application says it's not there. (I was going to add the output but I don't have enough reputation to add images here yet.)
What can I do?
Thanks.
intel-wireless
intel-wireless
New contributor
New contributor
edited 5 hours ago
SJMcMullan
New contributor
asked 5 hours ago
SJMcMullanSJMcMullan
11
11
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
There have been reports of people having problems when moving from the 4.15
to 4.18
Linux kernel with some Dell hardware. You'll want to manually downgrade your Linux kernel, the easiest way to do that is using the Ubuntu Update Kernel Utility (UKUU)
sudo add-apt-repository ppa:teejee2008/ppa
sudo apt update
sudo apt-get install ukuu
Now launch the ukuu
app and select one of the 4.15
kernels to downgrade to.
I will try and find an Ethernet cable somewhere and attempt this.
– SJMcMullan
4 hours ago
You can also try rebooting and holdingShift
and you may have a 4.15 kernel installed still.
– Kristopher Ives
4 hours ago
Now it's not connecting via ethernet either.
– SJMcMullan
4 hours ago
Have you tried rebooting with an old kernel by holdingShift
when the PC starts up?
– Kristopher Ives
1 hour ago
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
});
}
});
SJMcMullan 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%2f1121273%2flaptop-wont-recognise-wifi-card-anymore%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
There have been reports of people having problems when moving from the 4.15
to 4.18
Linux kernel with some Dell hardware. You'll want to manually downgrade your Linux kernel, the easiest way to do that is using the Ubuntu Update Kernel Utility (UKUU)
sudo add-apt-repository ppa:teejee2008/ppa
sudo apt update
sudo apt-get install ukuu
Now launch the ukuu
app and select one of the 4.15
kernels to downgrade to.
I will try and find an Ethernet cable somewhere and attempt this.
– SJMcMullan
4 hours ago
You can also try rebooting and holdingShift
and you may have a 4.15 kernel installed still.
– Kristopher Ives
4 hours ago
Now it's not connecting via ethernet either.
– SJMcMullan
4 hours ago
Have you tried rebooting with an old kernel by holdingShift
when the PC starts up?
– Kristopher Ives
1 hour ago
add a comment |
There have been reports of people having problems when moving from the 4.15
to 4.18
Linux kernel with some Dell hardware. You'll want to manually downgrade your Linux kernel, the easiest way to do that is using the Ubuntu Update Kernel Utility (UKUU)
sudo add-apt-repository ppa:teejee2008/ppa
sudo apt update
sudo apt-get install ukuu
Now launch the ukuu
app and select one of the 4.15
kernels to downgrade to.
I will try and find an Ethernet cable somewhere and attempt this.
– SJMcMullan
4 hours ago
You can also try rebooting and holdingShift
and you may have a 4.15 kernel installed still.
– Kristopher Ives
4 hours ago
Now it's not connecting via ethernet either.
– SJMcMullan
4 hours ago
Have you tried rebooting with an old kernel by holdingShift
when the PC starts up?
– Kristopher Ives
1 hour ago
add a comment |
There have been reports of people having problems when moving from the 4.15
to 4.18
Linux kernel with some Dell hardware. You'll want to manually downgrade your Linux kernel, the easiest way to do that is using the Ubuntu Update Kernel Utility (UKUU)
sudo add-apt-repository ppa:teejee2008/ppa
sudo apt update
sudo apt-get install ukuu
Now launch the ukuu
app and select one of the 4.15
kernels to downgrade to.
There have been reports of people having problems when moving from the 4.15
to 4.18
Linux kernel with some Dell hardware. You'll want to manually downgrade your Linux kernel, the easiest way to do that is using the Ubuntu Update Kernel Utility (UKUU)
sudo add-apt-repository ppa:teejee2008/ppa
sudo apt update
sudo apt-get install ukuu
Now launch the ukuu
app and select one of the 4.15
kernels to downgrade to.
answered 4 hours ago
Kristopher IvesKristopher Ives
2,83111525
2,83111525
I will try and find an Ethernet cable somewhere and attempt this.
– SJMcMullan
4 hours ago
You can also try rebooting and holdingShift
and you may have a 4.15 kernel installed still.
– Kristopher Ives
4 hours ago
Now it's not connecting via ethernet either.
– SJMcMullan
4 hours ago
Have you tried rebooting with an old kernel by holdingShift
when the PC starts up?
– Kristopher Ives
1 hour ago
add a comment |
I will try and find an Ethernet cable somewhere and attempt this.
– SJMcMullan
4 hours ago
You can also try rebooting and holdingShift
and you may have a 4.15 kernel installed still.
– Kristopher Ives
4 hours ago
Now it's not connecting via ethernet either.
– SJMcMullan
4 hours ago
Have you tried rebooting with an old kernel by holdingShift
when the PC starts up?
– Kristopher Ives
1 hour ago
I will try and find an Ethernet cable somewhere and attempt this.
– SJMcMullan
4 hours ago
I will try and find an Ethernet cable somewhere and attempt this.
– SJMcMullan
4 hours ago
You can also try rebooting and holding
Shift
and you may have a 4.15 kernel installed still.– Kristopher Ives
4 hours ago
You can also try rebooting and holding
Shift
and you may have a 4.15 kernel installed still.– Kristopher Ives
4 hours ago
Now it's not connecting via ethernet either.
– SJMcMullan
4 hours ago
Now it's not connecting via ethernet either.
– SJMcMullan
4 hours ago
Have you tried rebooting with an old kernel by holding
Shift
when the PC starts up?– Kristopher Ives
1 hour ago
Have you tried rebooting with an old kernel by holding
Shift
when the PC starts up?– Kristopher Ives
1 hour ago
add a comment |
SJMcMullan is a new contributor. Be nice, and check out our Code of Conduct.
SJMcMullan is a new contributor. Be nice, and check out our Code of Conduct.
SJMcMullan is a new contributor. Be nice, and check out our Code of Conduct.
SJMcMullan 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%2f1121273%2flaptop-wont-recognise-wifi-card-anymore%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