this post was submitted on 29 Jan 2025
13 points (93.3% liked)

Linux

49393 readers
1451 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
[–] catloaf@lemm.ee 1 points 1 day ago* (last edited 1 day ago) (3 children)

You haven't given any info on your environment, but does it show up in the OS? In lspci or nmtui or whatever? Is it listed in /etc/network/interfaces or your distro's equivalent?

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

It does not show up in the network manager (Fedora). Ifconfig also only shows loopback and wifi.

I did now find it at the bottom of the command so that’s something at least.

lspci

00:00.0 Host bridge: Intel Corporation 11th Gen Core Processor Host Bridge/DRAM Registers (rev 01)

00:02.0 VGA compatible controller: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] (rev 01)

00:06.0 PCI bridge: Intel Corporation 11th Gen Core Processor PCIe Controller (rev 01)

00:07.0 PCI bridge: Intel Corporation Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #0 (rev 01)

00:07.3 PCI bridge: Intel Corporation Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #3 (rev 01)

00:08.0 System peripheral: Intel Corporation GNA Scoring Accelerator module (rev 01)

00:0d.0 USB controller: Intel Corporation Tiger Lake-LP Thunderbolt 4 USB Controller (rev 01)

00:0d.2 USB controller: Intel Corporation Tiger Lake-LP Thunderbolt 4 NHI #0 (rev 01)

00:0d.3 USB controller: Intel Corporation Tiger Lake-LP Thunderbolt 4 NHI #1 (rev 01)

00:14.0 USB controller: Intel Corporation Tiger Lake-LP USB 3.2 Gen 2x1 xHCI Host Controller (rev 20)

00:14.2 RAM memory: Intel Corporation Tiger Lake-LP Shared SRAM (rev 20)

00:14.3 Network controller: Intel Corporation Wi-Fi 6 AX201 (rev 20)

00:15.0 Serial bus controller: Intel Corporation Tiger Lake-LP Serial IO I2C Controller #0 (rev 20)

00:16.0 Communication controller: Intel Corporation Tiger Lake-LP Management Engine Interface (rev 20)

00:17.0 SATA controller: Intel Corporation Tiger Lake-LP SATA Controller (rev 20)

00:1c.0 PCI bridge: Intel Corporation Tiger Lake-LP PCI Express Root Port #5 (rev 20)

00:1c.6 PCI bridge: Intel Corporation Tiger Lake-LP PCI Express Root Port #7 (rev 20)

00:1f.0 ISA bridge: Intel Corporation Tiger Lake-LP LPC Controller (rev 20)

00:1f.3 Audio device: Intel Corporation Tiger Lake-LP Smart Sound Technology Audio Controller (rev 20)

00:1f.4 SMBus: Intel Corporation Tiger Lake-LP SMBus Controller (rev 20)

00:1f.5 Serial bus controller: Intel Corporation Tiger Lake-LP SPI Controller (rev 20)

01:00.0 Non-Volatile memory controller: Sandisk Corp WD Black SN770 / PC SN740 256GB / PC SN560 (DRAM-less) NVMe SSD (rev 01)

58:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)

59:00.0 Ethernet controller: Intel Corporation Ethernet Controller I225-V (rev 03)

[–] cmnybo@discuss.tchncs.de 1 points 1 day ago (1 children)

Try booting from a live disk. If it works there, it's probably an update or config change that's causing problems.

[–] Enragedzeus@lemmy.world 2 points 1 day ago

Booting into an old kernel fixed it