View previous topic :: View next topic |
Author |
Message |
grubber33 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 27 Aug 2003 Posts: 62
|
Posted: Sat Nov 12, 2016 6:00 pm Post subject: [Solved ]Problems with ethernet adapter (Intel I219-v) |
|
|
Greetings all,
I am having a hard time getting my ethernet adapter to work even though it works just fine on the LiveCD. The model is an Intel I219-V. I downloaded drivers for another model that people claimed would work but I get an error about an unrecognized symbol when I try to load the module. I've tried enabling all Intel options in kernel ethernet drivers with no luck. This is the driver I tried from Intel that gives me errors: https://downloadcenter.intel.com/download/15817/Intel-Network-Adapter-Driver-for-PCI-E-Gigabit-Network-Connections-under-Linux-?product=71307
Code: | insmod: ERROR: could not insert module ***/e1000e.ko: Unkonwn symbol in module |
Is there something on the LiveCD that I can check to find out why it works there?
Thanks in advance!
Last edited by grubber33 on Sat Nov 12, 2016 7:49 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Buffoon Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/1123050365559155c1ec69d.jpg)
Joined: 17 Jun 2015 Posts: 1369 Location: EU or US
|
Posted: Sat Nov 12, 2016 6:44 pm Post subject: |
|
|
e1000e has been in kernel for ages, did you enable it when you built your kernel? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
grubber33 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 27 Aug 2003 Posts: 62
|
Posted: Sat Nov 12, 2016 7:48 pm Post subject: |
|
|
Fixed it. I had the driver built in originally but for some reason it doesn't work unless I compile it as a module along with PPS and PTP clock as modules as well. Also, instead of eth0, ifconfig reports my device as being named enp0s31f6 so I deleted net.eth0 from RC and added dhcpcd and now everything works fine! Thanks! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|