Intel I219-V LAN controller not working

dolorex

New Member
Joined
Jan 14, 2024
Messages
1
Reaction score
0
Credits
12
I bought an MSI B660M Bomber motherboard. There is an Intel I219-V ethernet card inside. I was using my internet on Windows 10 and 11 without any problems. Yesterday I downloaded Linux mint cinnamon. And my internet connection was not visible. I cannot use the internet. Can you help me
 


The e1000e driver supports the I219 family of ethernet devices according to:

The driver should be in the kernel which you can check in a terminal with:
Code:
find /usr/lib/modules -name "e1000e*"
and check whether it has been loaded into the running system with:
Code:
lsmod | grep -i e1000
If by chance it's not loaded, you can load it with the modprobe command, but normally that is unnecessary.

Of course the system needs to see the ethernet interface in the first place which should come up with the command:
Code:
ip a
 
Last edited:

Members online


Top