Wired Network (Ethernet) not working - Intel I-217-V

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
Doruletz
Level 4
Level 4
Posts: 329
Joined: Sun Aug 15, 2010 1:00 am
Location: USA

Wired Network (Ethernet) not working - Intel I-217-V

Post by Doruletz »

Hi.

I just built a new machine, see specs bellow.

I know MATE is OK, but...
Being a stuborn and old fashioned guy, I am still very much in love with the wonderful Gnome 2 Desktop and Linux Mint 9 Isadora Gnome.
Not all of my new hardware is included in the 2.6 kernel...
Everything works except for sound and wired network (Ethernet).
Can somebody please give me a step by step in manually installing and moding the driver for my Giga PHY Intel I-217-V onboard Ethernet?
And also for my Realtek ALC892 onboard sound card?
Thanks

********************************************************************************************************************************************
MY SPECS:
CPU: 4th generation Intel Core i5-4670K Haswell
CPU COOLER: Thermaltake Water 2.0 Performer liquid cooling, dual 120mm fan
MOBO: ASRock Z87 Pro4 LGA1150
RAM: 16GB (four x 4GB) G.Skill Ripjaws X Series DDR# 1600MHz
GPU: ZOTAC GeForce GTX460, 1GB GDDR5 (will upgrade to a GeForce GTX770 or 780 in a couple of months)
SSD 1: 60GB OCZ Agility 3, SATA III (6.0Gb/s)
SSD 2: 64GB Crucial M4 CT064M4SSD2 SATA III (6.0Gb/s)
HDD 1: 2TB Seagate Barracuda SATA III (6.0Gb/s), 7200rpm 64MB Cache
HDD 2: 2TB Seagate Barracuda SATA III (6.0Gb/s), 7200rpm 64MB Cache
PSU: 850W Thermaltake Smart M Series, fully modular
PC CASE: Rosewill THOR V2 Gaming ATX full tower (3 x 230mm and one 140mm case fans)
********************************************************************************************************************************************
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
What do I think about Window$??? Just take a look at my AVATAR...
Jaxkr

Re: Wired Network (Ethernet) not working - Intel I-217-V

Post by Jaxkr »

Ya know, you can upgrade your OS and kernel, and just install an older desktop environment.
User avatar
Doruletz
Level 4
Level 4
Posts: 329
Joined: Sun Aug 15, 2010 1:00 am
Location: USA

Re: Wired Network (Ethernet) not working - Intel I-217-V

Post by Doruletz »

Jaxkr, why would you waste your time and mine just to make unwanted comments? If you can help, I welcome your reply anytime, otherwise just buzz off.

You say
Jaxkr wrote:Ya know, you can upgrade your OS and kernel, and just install an older desktop environment.
Unfortunately it does not work that way.
Ever since Gnome 3 (Kernel Linux 3.whatever), the glorious Gnome 2 desktop cannot be used anylonger.
MATE is an attempt to do just that, but it is not even close, lots of things simply do not work, or if they do it's still a mess.
What do I think about Window$??? Just take a look at my AVATAR...
z1p101

Re: Wired Network (Ethernet) not working - Intel I-217-V

Post by z1p101 »

Well, there are a couple options I can think of and all come with risk.

1. Temporarily add a newer Ubuntu repo (i.e. raring) and update your kernel and maybe grub but that's it. Then remove the repo. This shouldn't break anything and if it does, you can set grub to boot into your old kernel again. It is possible to boot different distros into the same kernel because one is not necessarily dependent on the other.

2. Find the newest kernel 2.6 source and compile it yourself. I believe 2.6 is LTS. My CentOS install is using vmlnux-2.6.32-358.18.1 so there have been updates since Mint 9.

Those are the two easiest I can think of off the top of my head. It gets more complicated from there I think.
User avatar
Doruletz
Level 4
Level 4
Posts: 329
Joined: Sun Aug 15, 2010 1:00 am
Location: USA

Re: Wired Network (Ethernet) not working - Intel I-217-V

Post by Doruletz »

Problem solved for wired networking (Ethernet card).

Here's the how to, in case other people might need it:
Download the Linux driver from this Intel link:
https://downloadcenter.intel.com/Detail ... ldID=15817

Untar the "e1000e-2.4.14.tar.gz" file
Open the resulting "e1000e-2.4.14" directory.
Open the "src" directory in Terminal

sudo make
sudo make install

The binary will be installed as:
/lib/modules/<KERNEL VERSION>/kernel/drivers/net/e1000e/e1000e.ko

Load the module using the modprobe command:
sudo modprobe e1000e

WORKED FOR ME!
What do I think about Window$??? Just take a look at my AVATAR...
Locked

Return to “Beginner Questions”