I have build a new PC today, however debian installation (10.9.0) cannot detect my onboard NIC.
My mobo: https://www.asus.com/Motherboards-Components/Motherboards/All-series/PRIME-H510M-E/
One LED is static red and the other LED is blinking orange once I connect the ethernet cable.
During installation debian says, that my network card was not automatically detected and lets me choose from a list of drivers, I found that e1000e should be compatible with this NIC, but when I manually select it, nothing happens, it puts me back to the manual driver selection menu.
On windows 10 the NIC works just fine.
I finished the installation without NIC card, then I downloaded the official driver from intel (e1000e) and loaded it successfully into kernel using modprobe. However my /etc/network/interfaces is still empty, only local loopback is there.
How do I know what is the name of the interfaces for the NIC or how do I know that the NIC is working after I loaded the driver ? Any commands to actually check that ?
