need Ubuntu 10.04 driver for Intel LAN 82579LM

Asked by Jim Mahoney

Motherboard has two Intel LANs: 82579LM and 82574L. we have found a Ubuntu 10.04 driver for the 82574L, but not for the other. Any help would be greatly appreciated.

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

sudo lshw -C network; lsb_release -a; uname -a

Thanks

Revision history for this message
Jim Mahoney (jim-industrialpc) said :
#2

Hi,

Thanks for your offer of assistance. I am a complete newbie regarding Ubuntu, and the system in question is at my customer's site about 15 minutes away (fortunately).

My customer has installed Ubuntu 10.04 on two systems, the first one successfully, the second one is having problems with the one LAN.

How do I go about getting the information you requested? I am not a programmer myself.

Thanks

Jim

-----Original Message-----
From: <email address hidden> [mailto:<email address hidden>] On Behalf Of actionparsnip
Sent: Tuesday, May 03, 2011 8:53 AM
To: <email address hidden>
Subject: Re: [Question #155696]: need Ubuntu 10.04 driver for Intel LAN 82579LM

Your question #155696 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/155696

    Status: Open => Needs information

actionparsnip requested more information:
Can you give the output of:

sudo lshw -C network; lsb_release -a; uname -a

Thanks

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/ubuntu/+question/155696

You received this question notification because you asked the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Press CTRL+ALT+T and it will load a terminal, paste the command to the terminal and hit ENTER. Copy the output and paste it here as an update

Thanks

Revision history for this message
Jim Mahoney (jim-industrialpc) said :
#4

Hi,

File info is attached.

Thanks again

Jim

-----Original Message-----
From: <email address hidden> [mailto:<email address hidden>] On Behalf Of actionparsnip
Sent: Tuesday, May 03, 2011 9:41 AM
To: <email address hidden>
Subject: Re: [Question #155696]: need Ubuntu 10.04 driver for Intel LAN 82579LM

Your question #155696 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/155696

    Status: Open => Needs information

actionparsnip requested more information:
Press CTRL+ALT+T and it will load a terminal, paste the command to the
terminal and hit ENTER. Copy the output and paste it here as an update

Thanks

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/ubuntu/+question/155696

You received this question notification because you asked the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

If you replied to the automated email and attached a file, it won't work. Copy and paste the text and paste it here as an update manually

Thanks

Revision history for this message
Jim Mahoney (jim-industrialpc) said :
#6

Figured it out, found win32pad and it looks good. Here it is, and thanks

us@us-desktop:~$ sudo lshw -C network; lsb_release -a; uname -a
[sudo] password for us:
  *-network UNCLAIMED
       description: Ethernet controller
       product: Intel Corporation
       vendor: Intel Corporation
       physical id: 19
       bus info: pci@0000:00:19.0
       version: 05
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi bus_master cap_list
       configuration: latency=0
       resources: memory:fe600000-fe61ffff memory:fe628000-fe628fff ioport:f080(size=32)
  *-network
       description: Ethernet interface
       product: 82574L Gigabit Network Connection
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:04:00.0
       logical name: eth0
       version: 00
       serial: 00:30:48:b2:e4:11
       size: 1GB/s
       capacity: 1GB/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=1.0.2-k2 duplex=full firmware=1.9-0 ip=195.1.1.127 latency=0 link=yes multicast=yes port=twisted pair speed=1GB/s
       resources: irq:19 memory:fe400000-fe41ffff ioport:e000(size=32) memory:fe420000-fe423fff
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.2 LTS
Release: 10.04
Codename: lucid
Linux us-desktop 2.6.32-31-generic #61-Ubuntu SMP Fri Apr 8 18:24:35 UTC 2011 i686 GNU/Linux
us@us-desktop:~$

-----Original Message-----
From: <email address hidden> [mailto:<email address hidden>] On Behalf Of actionparsnip
Sent: Wednesday, May 04, 2011 3:01 AM
To: <email address hidden>
Subject: Re: [Question #155696]: need Ubuntu 10.04 driver for Intel LAN 82579LM

Your question #155696 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/155696

    Status: Open => Needs information

actionparsnip requested more information:
If you replied to the automated email and attached a file, it won't
work. Copy and paste the text and paste it here as an update manually

Thanks

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/ubuntu/+question/155696

You received this question notification because you asked the question.

Revision history for this message
DaNieL (daniele-pignedoli) said :
#7

Same problem here, the ethernet card works great on maverick and natty, but looks death in lucid.

My `sudo lshw -C network; lsb_release -a; uname -a`:

  *-network UNCLAIMED
       description: Ethernet controller
       product: Intel Corporation
       vendor: Intel Corporation
       physical id: 19
       bus info: pci@0000:00:19.0
       version: 04
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi bus_master cap_list
       configuration: latency=0
       resources: memory:e1500000-e151ffff memory:e1580000-e1580fff ioport:4040(size=32)
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.2 LTS
Release: 10.04
Codename: lucid
Linux daniele-desktop 2.6.32-28-generic #55-Ubuntu SMP Mon Jan 10 23:42:43 UTC 2011 x86_64 GNU/Linux

Revision history for this message
DaNieL (daniele-pignedoli) said :
#8

Now i installed the kernel 2.6.38-020638-generic and the ethernet works.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#9

Please mark as solved, you may also want to log a bug

Revision history for this message
DaNieL (daniele-pignedoli) said :
#10

@actionparsnip: i dont think using kernel 2.6.38 is a 'solution', while the current official kernel for lucid is another one (2.6.32, if i remember right)

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#11

I suggest you log a bug stating that the newer kernel makes the chip work.

Revision history for this message
Jim Mahoney (jim-industrialpc) said :
#12

Hi DaNiel,

To be honest this all over my head. We installed Ubuntu with just the one LAN working. I thought it would be easy to add a LAN card, but it did not work. I do not know how to install drivers on Ubuntu and when I was at my customer's site none of the staff were willing to install a driver, or even go on line to see if Ubuntu would automatically recognize and install the new driver for the new LAN card. They do not want to reinstall, they say it would take too much time.

So I do not know what to do at this stage since I do not understand what I have been sent.

Thanks for your help, if you can provide a simplified plan of action for a newbie it would be greatly appreciated.

Thanks again for all the effort and help.

Jim

-----Original Message-----
From: <email address hidden> [mailto:<email address hidden>] On Behalf Of DaNieL
Sent: Thursday, May 19, 2011 11:11 AM
To: <email address hidden>
Subject: Re: [Question #155696]: need Ubuntu 10.04 driver for Intel LAN 82579LM

Your question #155696 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/155696

DaNieL proposed the following answer:
@actionparsnip: i dont think using kernel 2.6.38 is a 'solution', while
the current official kernel for lucid is another one (2.6.32, if i
remember right)

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+question/155696/+confirm?answer_id=9

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+question/155696

You received this question notification because you asked the question.

Revision history for this message
DaNieL (daniele-pignedoli) said :
#13

@Jim Mahoney: I used this procedure:

Ubuntu i386
wget http://dl.dropbox.com/u/964512/lffl/kernel_2.6.38_i386
chmod +x kernel_2.6.38_i386
./kernel_2.6.38_i386

Ubuntu amd64
wget http://dl.dropbox.com/u/964512/lffl/kernel_2.6.38_amd64
chmod +x kernel_2.6.38_amd64
./kernel_2.6.38_amd64

This will run a small shell file that will download the kernel from kernel.ubuntu.com and install them, after that, reboot and the ethernet card works perfectly (in my case it is working), without additional drivers..

But before that, i suggest you to comment the GRUB_HIDDEN_TIMEOUT=0 into yout /etc/default/grub file, so at the startup you will be asket to choose what kernel to use: 2.6.38 could give some problems.
After edit the /etc/default/grub, run `sudo update-grub`.

p.s: if you already see the kernel list on startup, e.g. if you have a dual boot, the edit is not necessary.

Revision history for this message
DaNieL (daniele-pignedoli) said :
#14

I tryed the kernel 2.35.22 and the ethernet card works fine.

Revision history for this message
Jim Mahoney (jim-industrialpc) said :
#15

Thanks. My contact that is using this motherboard has not told me if he has tried any of the solutions you have so thoughtfully provided. Thanks again for your help.

Jim

-----Original Message-----
From: <email address hidden> [mailto:<email address hidden>] On Behalf Of DaNieL
Sent: Monday, May 30, 2011 9:21 AM
To: <email address hidden>
Subject: Re: [Question #155696]: need Ubuntu 10.04 driver for Intel LAN 82579LM

Your question #155696 on gnome-nettool in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/155696

DaNieL posted a new comment:
I tryed the kernel 2.35.22 and the ethernet card works fine.

--
You received this question notification because you asked the question.

Revision history for this message
Launchpad Janitor (janitor) said :
#16

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Raubvogel (raubvogel) said :
#17

Any updates?