Hey all,
I'm the proud owner of a B550 F Strix Gaming board with a faulty I225-V Intel chip.
I've purchased a PCI Intel 82574L Gigabit card and installed it into a PCI slot on the board as to make the faulty onboard chip redundant.
It's worth noting that I'm very newish to all this so I definitely could be missing something simple.
All the prompts I've run have been sourced from other places.
The network device isn't showing in the GUI. It actually popped up once during my tinkering and disappeared again after a reboot. It was allocated as enp6s0 during that time by the system. I tried creating a regular bridge during this time but the network device disappeared after a reboot.
Currently I only have the one faulty but operational network device currently named enp10s0 with IP 192.168.1.118 / 24
I am trying to connect the 2nd device (82574L) to the same network; as 192.168.1.119 / 24.
I'm running
Linux vershq1 5.13.19-2-pve #1 SMP PVE 5.13.19-4 (Mon, 29 Nov 2021 12:10:09 +0100) x86_64 GNU/Linux
Things I've tried:
Disabling onboard ethernet via the bios.
Flashed the latest bios version 2423 for the Asus Strix B550 F Gaming
And my current network config
Sorry for all the above! I thought I'd better post what I had found.
Just looking to get this NIC working so I don't need to use the onboard.
Thanks!
I'm the proud owner of a B550 F Strix Gaming board with a faulty I225-V Intel chip.
I've purchased a PCI Intel 82574L Gigabit card and installed it into a PCI slot on the board as to make the faulty onboard chip redundant.
It's worth noting that I'm very newish to all this so I definitely could be missing something simple.
All the prompts I've run have been sourced from other places.
The network device isn't showing in the GUI. It actually popped up once during my tinkering and disappeared again after a reboot. It was allocated as enp6s0 during that time by the system. I tried creating a regular bridge during this time but the network device disappeared after a reboot.
Currently I only have the one faulty but operational network device currently named enp10s0 with IP 192.168.1.118 / 24
I am trying to connect the 2nd device (82574L) to the same network; as 192.168.1.119 / 24.
I'm running
Linux vershq1 5.13.19-2-pve #1 SMP PVE 5.13.19-4 (Mon, 29 Nov 2021 12:10:09 +0100) x86_64 GNU/Linux
Things I've tried:
Disabling onboard ethernet via the bios.
Flashed the latest bios version 2423 for the Asus Strix B550 F Gaming
Code:
dmesg | grep e1000e
[ 1.718097] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.718098] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.718628] e1000e: probe of 0000:06:00.0 failed with error -5
Code:
lspci -k | sed -n '/Ethernet/,/driver in use/p'
06:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
Subsystem: Intel Corporation Gigabit CT Desktop Adapter
Kernel modules: e1000e
08:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd Device a809
Subsystem: Samsung Electronics Co Ltd Device a801
Kernel driver in use: nvme
0a:00.0 Ethernet controller: Intel Corporation Ethernet Controller I225-V (rev 02)
Subsystem: ASUSTeK Computer Inc. Ethernet Controller I225-V
Kernel driver in use: igc
Code:
lsmod|grep e1000e; modprobe e1000e; lsmod|grep e1000e
e1000e 274432 0
e1000e 274432 0
Code:
lspci | grep net
06:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
0a:00.0 Ethernet controller: Intel Corporation Ethernet Controller I225-V (rev 02)
Code:
systemctl status networking.service
● networking.service - Network initialization
Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
Active: active (exited) since Mon 2022-01-24 20:03:57 AWST; 24min ago
Docs: man:interfaces(5)
man:ifup(8)
man:ifdown(8)
Process: 1965 ExecStart=/usr/share/ifupdown2/sbin/start-networking start (code=exited, status=0/SUCCESS)
Main PID: 1965 (code=exited, status=0/SUCCESS)
CPU: 322ms
Jan 24 20:03:56 vershq1 systemd[1]: Starting Network initialization...
Jan 24 20:03:56 vershq1 networking[1965]: networking: Configuring network interfaces
Jan 24 20:03:57 vershq1 systemd[1]: Finished Network initialization.
And my current network config
Code:
ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp10s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 3c:7c:3f:1d:90:c3 brd ff:ff:ff:ff:ff:ff
3: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 3c:7c:3f:1d:90:c3 brd ff:ff:ff:ff:ff:ff
Sorry for all the above! I thought I'd better post what I had found.
Just looking to get this NIC working so I don't need to use the onboard.
Thanks!