Ethernet stopped working and now doesn't even work after reboot

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
Martek
Posts: 32
Joined: 2024-05-03 09:50

Ethernet stopped working and now doesn't even work after reboot

#1 Post by Martek »

I was just browsing the web at the time. I thought the internet had gone down but eventually realised it was the ethernet connection. It's not a hardware issue as this is a dual boot system and ethernet works fine in Windows.

I am not sure what info woulf be useful to this post. It will be a little tricky adding much as obviously the machine (desktop PC) has no internet connection and I am typing this from my laptop.

arzgi
Posts: 1408
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 56 times

Re: Ethernet stopped working and now doesn't even work after reboot

#2 Post by arzgi »

I ment so say that install inxi, then run inxi -Nnz, but it may be confusing, if you have not net connenction.

When you have booted to Debian, check the lights at the net conector, you should see green and yellow flashing leds.

Then open terminal, give command ip a, post the output, use code tags (black square at the top line which is starting with B)

User avatar
sunrat
Site admin
Site admin
Posts: 7365
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 133 times
Been thanked: 649 times

Re: Ethernet stopped working and now doesn't even work after reboot

#3 Post by sunrat »

Happened to me this morning. I just rebooted the router and it was back.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

Martek
Posts: 32
Joined: 2024-05-03 09:50

Re: Ethernet stopped working and now doesn't even work after reboot

#4 Post by Martek »

It has started working again but I haven't done anything. In the meantime it was always working in Windows on the same machine so I have no idea what is going on.

dlu2021
Posts: 231
Joined: 2021-08-13 19:55
Location: Minnesota
Has thanked: 8 times
Been thanked: 43 times

Re: Ethernet stopped working and now doesn't even work after reboot

#5 Post by dlu2021 »

You could try to see if you can disable "Fast Boot" in the computer UEFI BIOS. If it on it can interfere with Linux working correctly.

Aki
Global Moderator
Global Moderator
Posts: 3949
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 109 times
Been thanked: 518 times

Re: Ethernet stopped working and now doesn't even work after reboot

#6 Post by Aki »

Hello,
Martek wrote: 2024-11-13 08:47 It has started working again but I haven't done anything. [..] I have no idea what is going on.
Neither does anyone else, without any clues.

What version of Debian do you have installed ? You can check with the following command:

Code: Select all

cat /etc/debian_version
What is your network card ? You can check with the following command:

Code: Select all

lspci -vnn -d ::0200
You can search for messages generated by system services in the system journal, for example using the command (for events since the last boot):

Code: Select all

sudo journalctl -b
In the meanwhile, because your network card is working, you can mark the discussion as "solved" manually adding the text tag "[Solved]" at the beginning of the subject of the first message (after other tags, if any).

Thanks.
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

Post Reply