this post was submitted on 29 Jan 2025
12 points (87.5% liked)

Linux

49544 readers
1441 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Well, as the post states I have a Ethernet port showing unknown after a reboot. Been running for a few years fine. Tried rebooting and restarting the network manager but I’m a loss here. Hardware is a nuc11 with an i7 and 2.5 gbe nic

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000

    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00

    inet 127.0.0.1/8 scope host lo

       valid_lft forever preferred_lft forever

    inet6 ::1/128 scope host noprefixroute 

       valid_lft forever preferred_lft foreverNZB Geek API: HMiN8DoCH6sEeqj7q7UE0Mtg4ewuXrZ6

Planet API: 842708488f4250ba2e98f460de23daa8

Update: I have found the NIC, it’s showing as “unclaimed”.

you are viewing a single comment's thread
view the rest of the comments
[–] just_another_person@lemmy.world 2 points 1 week ago (1 children)

Did you possibly update your kernel recently? Perhaps before your reboot?

Check dmesg output and see if there's anything useful in there.

[–] Enragedzeus@lemmy.world 1 points 1 week ago* (last edited 1 week ago) (1 children)

Anything I should be grepping for? Nothing stuck out after a few scrolls

Edit:auto correct

[–] just_another_person@lemmy.world 1 points 1 week ago (1 children)

Anything about modules failing to load. What distro are you on? I would check and see if you can still boot into the previous kernel version and see if the interface comes back. You should have the previous version available to select in your boot menu.

[–] Enragedzeus@lemmy.world 2 points 1 week ago (1 children)

Ding ding. Booting into old kernel fixed it

[–] just_another_person@lemmy.world 1 points 1 week ago* (last edited 1 week ago) (1 children)

Okay, so now you need to get the kernel versions, and start looking up the "why". Is this a problem with the specific kernel build you got upgraded to, or was there a config change that messed something up?

If you know the current version works, there's nothing super wrong with staying on it for awhile to avoid the issue, but it's probably best to identify the cause so you don't live in fear of future upgrades.

What are the two version numbers you have now, and which one works?

[–] Enragedzeus@lemmy.world 1 points 6 days ago

I had to leave and won’t be back for a couple days. Tried googling was Fedora 41 is on and I just know it’s 6.11. Once I get back I’ll look at grub and update.