Ubuntu 18.04 wifi doesn't work after update
I'm running Ubuntu 18.04 on a Dell Precision M6400. When first installed 18.04, WiFi was running fine. After automatic update, it doesn't any more.
WLan spots are displayed correctly, but when trying to connect it fails after about 1 min, a message appears: Connection failed.
Updated and upgraded already, but no success. Looks, like the driver / firmware is no more correct after update.
Any hints?
$ lspci -knn | grep -i net -A3
09:00.0 Ethernet controller [0200]: Broadcom Limited NetXtreme BCM5761e Gigabit Ethernet PCIe [14e4:1680] (rev 10)
Subsystem: Dell NetXtreme BCM5761e Gigabit Ethernet PCIe [1028:0251]
Kernel driver in use: tg3
Kernel modules: tg3
0c:00.0 Network controller [0280]: Intel Corporation WiFi Link 5100 [8086:4232]
Subsystem: Intel Corporation WiFi Link 5100 AGN [8086:1321]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
--
$ rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
2: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
$ uname -r
4.15.0-33-generic
After switching back to kernel 4.15.0.32.35 it doesn't detect the wifi adapter resp. doesn't start up the driver iwlwifi.
$ lspci -knn | grep -i net -A3
09:00.0 Ethernet controller [0200]: Broadcom Limited NetXtreme BCM5761e
Gigabit Ethernet PCIe [14e4:1680] (rev 10)
Subsystem: Dell NetXtreme BCM5761e Gigabit Ethernet PCIe [1028:0251]
Kernel driver in use: tg3
Kernel modules: tg3
0c:00.0 Network controller [0280]: Intel Corporation WiFi Link 5100 [8086:4232]
Subsystem: Intel Corporation WiFi Link 5100 AGN [8086:1321]
$ rfkill list
$
wireless intel-wireless
|
show 3 more comments
I'm running Ubuntu 18.04 on a Dell Precision M6400. When first installed 18.04, WiFi was running fine. After automatic update, it doesn't any more.
WLan spots are displayed correctly, but when trying to connect it fails after about 1 min, a message appears: Connection failed.
Updated and upgraded already, but no success. Looks, like the driver / firmware is no more correct after update.
Any hints?
$ lspci -knn | grep -i net -A3
09:00.0 Ethernet controller [0200]: Broadcom Limited NetXtreme BCM5761e Gigabit Ethernet PCIe [14e4:1680] (rev 10)
Subsystem: Dell NetXtreme BCM5761e Gigabit Ethernet PCIe [1028:0251]
Kernel driver in use: tg3
Kernel modules: tg3
0c:00.0 Network controller [0280]: Intel Corporation WiFi Link 5100 [8086:4232]
Subsystem: Intel Corporation WiFi Link 5100 AGN [8086:1321]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
--
$ rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
2: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
$ uname -r
4.15.0-33-generic
After switching back to kernel 4.15.0.32.35 it doesn't detect the wifi adapter resp. doesn't start up the driver iwlwifi.
$ lspci -knn | grep -i net -A3
09:00.0 Ethernet controller [0200]: Broadcom Limited NetXtreme BCM5761e
Gigabit Ethernet PCIe [14e4:1680] (rev 10)
Subsystem: Dell NetXtreme BCM5761e Gigabit Ethernet PCIe [1028:0251]
Kernel driver in use: tg3
Kernel modules: tg3
0c:00.0 Network controller [0280]: Intel Corporation WiFi Link 5100 [8086:4232]
Subsystem: Intel Corporation WiFi Link 5100 AGN [8086:1321]
$ rfkill list
$
wireless intel-wireless
Sorry if I am asking the obvious...but have you tried a full shutdown & turn back on? I've had a couple of updates recently where I've had to do that after the update seemed to break something (not the same as your problem though).
– B.Tanner
Sep 7 '18 at 19:39
Please edit your question to add the result of the terminal command:uname -rIf you interrupt the boot process at the GRUB menu and boot into an earlier kernel version, is the issue solved?
– chili555
Sep 7 '18 at 21:03
@B.Tanner: Yes, shut down many times in between.
– HHH
Sep 7 '18 at 21:21
@chili555: tried to boot into earlier kernel, both normal or recovery mode. Not successful, it didn't boot up. Locked up in an endless loop. Thanks so far.
– HHH
Sep 7 '18 at 22:02
Can you temporarily connect with ethernet and try:sudo apt install --reinstall linux-image-4.15.0-32-generic linux-headers-4.15.0-32-genericand then try the GRUB menu again?
– chili555
Sep 7 '18 at 22:10
|
show 3 more comments
I'm running Ubuntu 18.04 on a Dell Precision M6400. When first installed 18.04, WiFi was running fine. After automatic update, it doesn't any more.
WLan spots are displayed correctly, but when trying to connect it fails after about 1 min, a message appears: Connection failed.
Updated and upgraded already, but no success. Looks, like the driver / firmware is no more correct after update.
Any hints?
$ lspci -knn | grep -i net -A3
09:00.0 Ethernet controller [0200]: Broadcom Limited NetXtreme BCM5761e Gigabit Ethernet PCIe [14e4:1680] (rev 10)
Subsystem: Dell NetXtreme BCM5761e Gigabit Ethernet PCIe [1028:0251]
Kernel driver in use: tg3
Kernel modules: tg3
0c:00.0 Network controller [0280]: Intel Corporation WiFi Link 5100 [8086:4232]
Subsystem: Intel Corporation WiFi Link 5100 AGN [8086:1321]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
--
$ rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
2: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
$ uname -r
4.15.0-33-generic
After switching back to kernel 4.15.0.32.35 it doesn't detect the wifi adapter resp. doesn't start up the driver iwlwifi.
$ lspci -knn | grep -i net -A3
09:00.0 Ethernet controller [0200]: Broadcom Limited NetXtreme BCM5761e
Gigabit Ethernet PCIe [14e4:1680] (rev 10)
Subsystem: Dell NetXtreme BCM5761e Gigabit Ethernet PCIe [1028:0251]
Kernel driver in use: tg3
Kernel modules: tg3
0c:00.0 Network controller [0280]: Intel Corporation WiFi Link 5100 [8086:4232]
Subsystem: Intel Corporation WiFi Link 5100 AGN [8086:1321]
$ rfkill list
$
wireless intel-wireless
I'm running Ubuntu 18.04 on a Dell Precision M6400. When first installed 18.04, WiFi was running fine. After automatic update, it doesn't any more.
WLan spots are displayed correctly, but when trying to connect it fails after about 1 min, a message appears: Connection failed.
Updated and upgraded already, but no success. Looks, like the driver / firmware is no more correct after update.
Any hints?
$ lspci -knn | grep -i net -A3
09:00.0 Ethernet controller [0200]: Broadcom Limited NetXtreme BCM5761e Gigabit Ethernet PCIe [14e4:1680] (rev 10)
Subsystem: Dell NetXtreme BCM5761e Gigabit Ethernet PCIe [1028:0251]
Kernel driver in use: tg3
Kernel modules: tg3
0c:00.0 Network controller [0280]: Intel Corporation WiFi Link 5100 [8086:4232]
Subsystem: Intel Corporation WiFi Link 5100 AGN [8086:1321]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
--
$ rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
2: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
$ uname -r
4.15.0-33-generic
After switching back to kernel 4.15.0.32.35 it doesn't detect the wifi adapter resp. doesn't start up the driver iwlwifi.
$ lspci -knn | grep -i net -A3
09:00.0 Ethernet controller [0200]: Broadcom Limited NetXtreme BCM5761e
Gigabit Ethernet PCIe [14e4:1680] (rev 10)
Subsystem: Dell NetXtreme BCM5761e Gigabit Ethernet PCIe [1028:0251]
Kernel driver in use: tg3
Kernel modules: tg3
0c:00.0 Network controller [0280]: Intel Corporation WiFi Link 5100 [8086:4232]
Subsystem: Intel Corporation WiFi Link 5100 AGN [8086:1321]
$ rfkill list
$
wireless intel-wireless
wireless intel-wireless
edited Jan 27 at 18:01
Pablo Bianchi
2,96021535
2,96021535
asked Sep 7 '18 at 19:11
HHHHHH
213
213
Sorry if I am asking the obvious...but have you tried a full shutdown & turn back on? I've had a couple of updates recently where I've had to do that after the update seemed to break something (not the same as your problem though).
– B.Tanner
Sep 7 '18 at 19:39
Please edit your question to add the result of the terminal command:uname -rIf you interrupt the boot process at the GRUB menu and boot into an earlier kernel version, is the issue solved?
– chili555
Sep 7 '18 at 21:03
@B.Tanner: Yes, shut down many times in between.
– HHH
Sep 7 '18 at 21:21
@chili555: tried to boot into earlier kernel, both normal or recovery mode. Not successful, it didn't boot up. Locked up in an endless loop. Thanks so far.
– HHH
Sep 7 '18 at 22:02
Can you temporarily connect with ethernet and try:sudo apt install --reinstall linux-image-4.15.0-32-generic linux-headers-4.15.0-32-genericand then try the GRUB menu again?
– chili555
Sep 7 '18 at 22:10
|
show 3 more comments
Sorry if I am asking the obvious...but have you tried a full shutdown & turn back on? I've had a couple of updates recently where I've had to do that after the update seemed to break something (not the same as your problem though).
– B.Tanner
Sep 7 '18 at 19:39
Please edit your question to add the result of the terminal command:uname -rIf you interrupt the boot process at the GRUB menu and boot into an earlier kernel version, is the issue solved?
– chili555
Sep 7 '18 at 21:03
@B.Tanner: Yes, shut down many times in between.
– HHH
Sep 7 '18 at 21:21
@chili555: tried to boot into earlier kernel, both normal or recovery mode. Not successful, it didn't boot up. Locked up in an endless loop. Thanks so far.
– HHH
Sep 7 '18 at 22:02
Can you temporarily connect with ethernet and try:sudo apt install --reinstall linux-image-4.15.0-32-generic linux-headers-4.15.0-32-genericand then try the GRUB menu again?
– chili555
Sep 7 '18 at 22:10
Sorry if I am asking the obvious...but have you tried a full shutdown & turn back on? I've had a couple of updates recently where I've had to do that after the update seemed to break something (not the same as your problem though).
– B.Tanner
Sep 7 '18 at 19:39
Sorry if I am asking the obvious...but have you tried a full shutdown & turn back on? I've had a couple of updates recently where I've had to do that after the update seemed to break something (not the same as your problem though).
– B.Tanner
Sep 7 '18 at 19:39
Please edit your question to add the result of the terminal command:
uname -r If you interrupt the boot process at the GRUB menu and boot into an earlier kernel version, is the issue solved?– chili555
Sep 7 '18 at 21:03
Please edit your question to add the result of the terminal command:
uname -r If you interrupt the boot process at the GRUB menu and boot into an earlier kernel version, is the issue solved?– chili555
Sep 7 '18 at 21:03
@B.Tanner: Yes, shut down many times in between.
– HHH
Sep 7 '18 at 21:21
@B.Tanner: Yes, shut down many times in between.
– HHH
Sep 7 '18 at 21:21
@chili555: tried to boot into earlier kernel, both normal or recovery mode. Not successful, it didn't boot up. Locked up in an endless loop. Thanks so far.
– HHH
Sep 7 '18 at 22:02
@chili555: tried to boot into earlier kernel, both normal or recovery mode. Not successful, it didn't boot up. Locked up in an endless loop. Thanks so far.
– HHH
Sep 7 '18 at 22:02
Can you temporarily connect with ethernet and try:
sudo apt install --reinstall linux-image-4.15.0-32-generic linux-headers-4.15.0-32-generic and then try the GRUB menu again?– chili555
Sep 7 '18 at 22:10
Can you temporarily connect with ethernet and try:
sudo apt install --reinstall linux-image-4.15.0-32-generic linux-headers-4.15.0-32-generic and then try the GRUB menu again?– chili555
Sep 7 '18 at 22:10
|
show 3 more comments
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
});
}
});
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%2f1073193%2fubuntu-18-04-wifi-doesnt-work-after-update%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
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%2f1073193%2fubuntu-18-04-wifi-doesnt-work-after-update%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
Sorry if I am asking the obvious...but have you tried a full shutdown & turn back on? I've had a couple of updates recently where I've had to do that after the update seemed to break something (not the same as your problem though).
– B.Tanner
Sep 7 '18 at 19:39
Please edit your question to add the result of the terminal command:
uname -rIf you interrupt the boot process at the GRUB menu and boot into an earlier kernel version, is the issue solved?– chili555
Sep 7 '18 at 21:03
@B.Tanner: Yes, shut down many times in between.
– HHH
Sep 7 '18 at 21:21
@chili555: tried to boot into earlier kernel, both normal or recovery mode. Not successful, it didn't boot up. Locked up in an endless loop. Thanks so far.
– HHH
Sep 7 '18 at 22:02
Can you temporarily connect with ethernet and try:
sudo apt install --reinstall linux-image-4.15.0-32-generic linux-headers-4.15.0-32-genericand then try the GRUB menu again?– chili555
Sep 7 '18 at 22:10