View previous topic :: View next topic |
Author |
Message |
Spanik Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 12 Dec 2003 Posts: 1014 Location: Belgium
|
Posted: Wed Aug 25, 2021 6:54 am Post subject: (solved) Intel I210 gigabit ethernet driver? |
|
|
I cannot get the network running on this motherboard. From the documentation it is an couple of Intel I210 gigabit ethernet drivers. I find the same info in lspci just there is is also that they are "rev (03)".
From what I found on the net they should use the Intel e1000 driver. So I have in my kernel
Code: |
Device drivers -> Network device support -> Ethernet driver support
[*] Intel devices
[*] Intel (R) PRO/100+ support
[*] Intel (R) PRO/1000 Gigabit Ethernet support
[*] Intel (R) PRO/1000 PCI-Express Gigabit Ethernet support
[*] Support HW cross-timestamp on PCH devices |
When I used the minimal CD to install the interfaces were listed as "eno1" and "eno2" and I made the net.eno1 and net.eno2 links. Dhcpcd is in rc default.
When I now do an ifconfig the only interface listed is "lo".
EDIT: "dmesg | grep Intel" gives Code: |
e100: Intel(R) PRO/100 Network driver
e100: Copyright(c) 1999-2006 Intel Corporation
e1000: Intel(R) PRO/1000 Network driver
e1000: Copyright(c) 1999-2006 Intel Corporation
e1000e: Intel(R) PRO/1000 Network driver
e1000e: Copyright(c) 1999-2006 Intel Corporation |
_________________ Expert in non-working solutions
Last edited by Spanik on Wed Aug 25, 2021 11:43 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jpsollie Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 17 Aug 2013 Posts: 323
|
Posted: Wed Aug 25, 2021 8:30 am Post subject: |
|
|
take a look at this option:
Code: |
[*] Intel devices │ │
│ │ <M> Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support │ │
│ │ [*] Intel(R) PCI-Express Gigabit adapters HWMON support
|
aka intel igb module, works for my i211 _________________ The power of Gentoo optimization (not overclocked): [img]https://www.passmark.com/baselines/V10/images/503714802842.png[/img] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Spanik Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 12 Dec 2003 Posts: 1014 Location: Belgium
|
Posted: Wed Aug 25, 2021 11:43 am Post subject: |
|
|
Thanks, that's the one I needed. _________________ Expert in non-working solutions |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|