We'd like to remind Forumites to please avoid political debate on the Forum... Read More »
📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!
Linux mint laptop suddenly stopped being able to access the Internet - help/suggestions welcome

PhotoMan
Posts: 109 Forumite

Hi,
I wonder if anyone here can help with a problem I am having with my Linux Mint Huawei laptop. I am not an experienced or knowledgeable Linux user.
Until yesterday morning I was having no problems connecting wirelessly to my Fritzbox router and using the Internet for browsing and email. However, since yesterday morning I have been unable to connect to the router. My phone, and my wife's Windows laptop are having no problem connecting over WiFi to the router and accessing email and websites.
The IP address of my router is 192.168.178.1 and using this my other devices can connect to the router interface.
However, my Linux laptop is unable to access the Internet. Unfortunately the laptop does not have an ethernet port.
After some Googling I tried booting into the Mint installation USB stick and running Mint live from it and it would still not connect to the Router or Internet.
I have tried rebooting the router but this didn't help.
I have tried rebooting the router but this didn't help.
My nuclear option would be to reinstall Mint on to the laptop to see if that fixes the problem.
Does anyone have any advice to offer this Linux novice? Is there anything I can try before a reinstall and is a reinstall likely to help?
Thank you to anyone who has read this far and to anyone with help/advice to offer.
Thank you.
0
Comments
-
Hardware failure of the onboard Wi-fi adapter? Sometimes if there is damage around the hinges then the aerial lead may have been severed.
If this were a Windows box then there are USB dongles for less than a tenner but no idea if these'll run under Linux.1 -
flaneurs_lobster said:Hardware failure of the onboard Wi-fi adapter? Sometimes if there is damage around the hinges then the aerial lead may have been severed.
If this were a Windows box then there are USB dongles for less than a tenner but no idea if these'll run under Linux.0 -
In Mint, open a terminal and run
lspci | grep -i network
orlsusb
| grep -i network (depending on whether your Huawei uses a PCIe or USB-attached card). This should show whether the card is physically seen by the system and help determine if there's a hardware fault on the card.
If the card is seen, trying connecting the laptop to a mobile's WiFi hotspot to determine if a firmware update to the router has stopped Mint's WiFi stack connecting. There might be a log on the Fritzbox to show why it's now rejecting conntion.2 -
Vitor said:In Mint, open a terminal and run
lspci | grep -i network
or| grep -i networklsusb
(depending on whether your Huawei uses a PCIe or USB-attached card). This should show whether the card is physically seen by the system and help determine if there's a hardware fault on the card.
If the card is seen, trying connecting the laptop to a mobile's WiFi hotspot to determine if a firmware update to the router has stopped Mint connecting.
(the word "Network" was in red)
I have connected successfully via my phone as a hotspot and checked for Mint updates in update manager and it says that my system is up to date.0 -
Many years ago I had a similar problem with a laptop, after much blood sweat and tears I discovered a slider switch at the side of it that turned wifi on/off 😘1
-
PhotoMan said:Vitor said:In Mint, open a terminal and run
lspci | grep -i network
or| grep -i networklsusb
(depending on whether your Huawei uses a PCIe or USB-attached card). This should show whether the card is physically seen by the system and help determine if there's a hardware fault on the card.
If the card is seen, trying connecting the laptop to a mobile's WiFi hotspot to determine if a firmware update to the router has stopped Mint connecting.
(the word "Network" was in red)
I have connected successfully via my phone as a hotspot and checked for Mint updates in update manager and it says that my system is up to date.0 -
Martin_the_Unjust said:Many years ago I had a similar problem with a laptop, after much blood sweat and tears I discovered a slider switch at the side of it that turned wifi on/off 😘0
-
On Mint, after a failed connection attempt to Frtizbox, run:
dmesg | grep iwlwifi
That will show you exactly what the Intel driver thinks is going wrong (authentication failed, unsupported cipher, etc.).
Try forgetting the Fritzbox network from the laptop, rescanning reconnecting again to rebuild the link.2 -
Vitor said:On Mint, after a failed connection attempt to Frtizbox, run:
dmesg | grep iwlwifi
That will show you exactly what the Intel driver thinks is going wrong (authentication failed, unsupported cipher, etc.).
Try forgetting the Fritzbox network from the laptop, rescanning reconnecting again to rebuild the link.
dan@dan-MACH-WX9:~$ dmesg | grep iwlwifi
[ 3.231188] iwlwifi 0000:3c:00.0: Detected crf-id 0xbadcafe, cnv-id 0x10 wfpm id 0x80000000
[ 3.231325] iwlwifi 0000:3c:00.0: PCI dev 24fd/3e02, rev=0x230, rfid=0xd55555d5
[ 3.255646] iwlwifi 0000:3c:00.0: loaded firmware version 36.ca7b901d.0 8265-36.ucode op_mode iwlmvm
[ 3.964085] iwlwifi 0000:3c:00.0: Detected Intel(R) Dual Band Wireless AC 8275, REV=0x230
[ 4.026530] iwlwifi 0000:3c:00.0: base HW address: 34:2e:b6:90:e5:8c, OTP minor version: 0x4
[ 4.123442] iwlwifi 0000:3c:00.0 wlp60s0: renamed from wlan0
[ 8.070321] iwlwifi 0000:3c:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
0 -
Vitor said:On Mint, after a failed connection attempt to Frtizbox, run:
dmesg | grep iwlwifi
That will show you exactly what the Intel driver thinks is going wrong (authentication failed, unsupported cipher, etc.).
Try forgetting the Fritzbox network from the laptop, rescanning reconnecting again to rebuild the link.
dan@dan-MACH-WX9:~$ dmesg | grep iwlwifi[ 3.231188] iwlwifi 0000:3c:00.0: Detected crf-id 0xbadcafe, cnv-id 0x10 wfpm id 0x80000000
[ 3.231325] iwlwifi 0000:3c:00.0: PCI dev 24fd/3e02, rev=0x230, rfid=0xd55555d5
[ 3.255646] iwlwifi 0000:3c:00.0: loaded firmware version 36.ca7b901d.0 8265-36.ucode op_mode iwlmvm
[ 3.964085] iwlwifi 0000:3c:00.0: Detected Intel(R) Dual Band Wireless AC 8275, REV=0x230
[ 4.026530] iwlwifi 0000:3c:00.0: base HW address: 34:2e:b6:90:e5:8c, OTP minor version: 0x4
[ 4.123442] iwlwifi 0000:3c:00.0 wlp60s0: renamed from wlan0
[ 8.070321] iwlwifi 0000:3c:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
(Sorry if this post is a duplicate)
0
Confirm your email address to Create Threads and Reply

Categories
- All Categories
- 351.4K Banking & Borrowing
- 253.3K Reduce Debt & Boost Income
- 453.8K Spending & Discounts
- 244.4K Work, Benefits & Business
- 599.7K Mortgages, Homes & Bills
- 177.1K Life & Family
- 258K Travel & Transport
- 1.5M Hobbies & Leisure
- 16.2K Discuss & Feedback
- 37.6K Read-Only Boards