quick summary, ive got a new additional nic in the server thats a realtek rtl8125b, (2.5gb) and ive managed to download the drivers and transfer it over. When i try to run "./autorun.sh" i get the follow prompt but i cant find much help on google for this and still a linux noob so dont know how to unload and build/install this module based on the error below.
I've also output the details for both nics in the server that are plugged in and i notice they have the same "TG3" value for driver so also not sure what happens if its unloaded, or how i can selectively choose which nic to unload it on?
I've also output the details for both nics in the server that are plugged in and i notice they have the same "TG3" value for driver so also not sure what happens if its unloaded, or how i can selectively choose which nic to unload it on?
Code:
Check old driver and unload it.
Build the module and install
make[2]: *** /lib/modules/6.8.4-2-pve/build: No such file or directory. Stop.
make[1]: *** [Makefile:196: clean] Error 2
make: *** [Makefile:48: clean] Error 2
root@pve:~/r8125-9.013.02#
Code:
root@pve:~/r8125-9.013.02# ethtool -i eno2
driver: tg3
version: 6.8.4-2-pve
firmware-version: FFV7.10.64 bc 5720-v1.36
expansion-rom-version:
bus-info: 0000:02:00.1
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: no
root@pve:~/r8125-9.013.02# ethtool -i eno1
driver: tg3
version: 6.8.4-2-pve
firmware-version: FFV7.10.64 bc 5720-v1.36
expansion-rom-version:
bus-info: 0000:02:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: no