Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Intel I219-V NIC not detected

Need help with peripherals or devices?
Post Reply
Message
Author
Dakado
Posts: 10
Joined: 2021-05-07 21:41

Intel I219-V NIC not detected

#1 Post by Dakado »

I am trying to install debian on a new PC with Intel I219-V NIC, however it says that no network devices are detected during installation and it offers me a list of NIC card drivers, when I select e1000e nothing happens, it only blinks and again, list of all drivers is displayed.

I even tried to manually compile driver (on a different PC with exactly the same kernel and debian version) and then enable it using modprobe but I still do not have access to LAN or Internet. File /etc/network/interfaces is empty, just "lo" interface is there.

I tried to install windows 10 to check if it is not a hardware error, and on windows 10 the NIC works just fine.
Last edited by Dakado on 2021-05-08 15:02, edited 2 times in total.

Dakado
Posts: 10
Joined: 2021-05-07 21:41

Re: Intel I219-V NIC not detected

#2 Post by Dakado »

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 ?

User avatar
ticojohn
Posts: 1284
Joined: 2009-08-29 18:10
Location: Costa Rica
Has thanked: 21 times
Been thanked: 44 times

Re: Intel I219-V NIC not detected

#3 Post by ticojohn »

Dakado wrote: 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 ?
Check with hwinfo.
I am not irrational, I'm just quantum probabilistic.

Dakado
Posts: 10
Joined: 2021-05-07 21:41

Re: Intel I219-V NIC not detected

#4 Post by Dakado »

ticojohn wrote:
Dakado wrote: 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 ?
Check with hwinfo.
This is unknown command for my system. And I cannot install it via apt, because I do not have internet access.

User avatar
4D696B65
Site admin
Site admin
Posts: 2696
Joined: 2009-06-28 06:09
Been thanked: 86 times

Re: Intel I219-V NIC not detected

#5 Post by 4D696B65 »

Code: Select all

ip link
will show the name
add

Code: Select all

allow-hotplug <name>
iface <name> inet dhcp
to your /etc/network/interfaces

peter_irich
Posts: 1406
Joined: 2009-09-10 20:15
Location: Saint-Petersburg, Russian Federation
Been thanked: 11 times

Re: Intel I219-V NIC not detected

#6 Post by peter_irich »

Perhaps your e1000e is not newest?
https://unix.stackexchange.com/question ... o-b-laptop

Peter.

Dakado
Posts: 10
Joined: 2021-05-07 21:41

Re: Intel I219-V NIC not detected

#7 Post by Dakado »

4D696B65 wrote:

Code: Select all

ip link
will show the name
add

Code: Select all

allow-hotplug <name>
iface <name> inet dhcp
to your /etc/network/interfaces

There is nothing in the "ip link" command, just "lo" interface.


Image
Last edited by Dakado on 2021-05-08 15:00, edited 1 time in total.

Dakado
Posts: 10
Joined: 2021-05-07 21:41

Re: Intel I219-V NIC not detected

#8 Post by Dakado »

peter_irich wrote:Perhaps your e1000e is not newest?
https://unix.stackexchange.com/question ... o-b-laptop

Peter.

I downloaded latest today from here: https://www.intel.com/content/www/us/en ... ducts.html

Dakado
Posts: 10
Joined: 2021-05-07 21:41

Re: Intel I219-V NIC not detected

#9 Post by Dakado »

I managed to solve it, I posted solution on reddit: https://www.reddit.com/r/debian/comment ... _manually/

peter_irich
Posts: 1406
Joined: 2009-09-10 20:15
Location: Saint-Petersburg, Russian Federation
Been thanked: 11 times

Re: Intel I219-V NIC not detected

#10 Post by peter_irich »

Then, perhaps, igb driver is not enough new? If it used, of course.

Peter.

Post Reply