I need help to get running my ethernet to 1000Mb/s. My system is Ubuntu 22.04
Here my spec:
lspci -nnk | grep 0200 -A3
21:00.0 Ethernet controller [0200]: Intel Corporation I211 Gigabit Network Connection [8086:1539] (rev 03)
DeviceName: Broadcom 5762
Subsystem: Micro-Star International Co., Ltd. [MSI] I211 Gigabit Network Connection [1462:7a32]
Kernel driver in use: igb
I don't know how to configure it. Or do I miss any driver?
Edit:
❯ ethtool eno1
Settings for eno1:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: Symmetric
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: 100Mb/s
Duplex: Full
Auto-negotiation: on
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
MDI-X: on (auto)
netlink error: Operation not permitted
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
Edit:
❯ sudo dmesg | grep eno1
[sudo] Passwort für dejo:
[ 4.229678] igb 0000:17:00.0 eno1: renamed from eth0
[ 32.100596] igb 0000:17:00.0 eno1: igb: eno1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
[ 32.100680] igb 0000:17:00.0 eno1: Link Speed was downgraded by SmartSpeed
[ 32.100849] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[ 511.579395] igb 0000:17:00.0 eno1: igb: eno1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
[ 511.579478] igb 0000:17:00.0 eno1: Link Speed was downgraded by SmartSpeed
[ 624.201707] igb 0000:17:00.0 eno1: igb: eno1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
[ 624.201790] igb 0000:17:00.0 eno1: Link Speed was downgraded by SmartSpeed
What is this SmartSpeed?