Network info? A command to get it

How do I get the Wifi/ethernet chip info?

sudo pacman -S pciutils
man lspci

Also Inxi’s network info:

inxi -n

aka

inxi --network-advanced
Hmmm, my Ethernet is not there.

It’s not where? What command did you issue?

inxi -nxxx will provide more information (including the chip ID etc) than inxi -n:

❯ inxi -n
Network:
  Device-1: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
    driver: r8169
  IF: enp1s0 state: up speed: 1000 Mbps duplex: full mac: b0:41:6f:0c:7b:a1
  Device-2: Intel Wi-Fi 6 AX200 driver: iwlwifi
  IF: wlo1 state: up mac: c8:5e:a9:c3:c4:ea

❯ inxi -nxxx
Network:
  Device-1: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
    driver: r8169 v: kernel pcie: speed: 2.5 GT/s lanes: 1 port: f000
    bus-ID: 01:00.0 chip-ID: 10ec:8168 class-ID: 0200
  IF: enp1s0 state: up speed: 1000 Mbps duplex: full mac: b0:41:6f:0c:7b:a1
  Device-2: Intel Wi-Fi 6 AX200 driver: iwlwifi v: kernel pcie:
    speed: 5 GT/s lanes: 1 bus-ID: 02:00.0 chip-ID: 8086:2723 class-ID: 0280
  IF: wlo1 state: up mac: c8:5e:a9:c3:c4:ea

Nevermind, I missed the eath info> :smiley: