Intel network drivers for Lucid 5.2.8? (Solved)

Post Reply
Message
Author
User avatar
divisionmd
Posts: 606
Joined: Sat 14 Jul 2007, 20:42

Intel network drivers for Lucid 5.2.8? (Solved)

#1 Post by divisionmd »

Hello,

- Anyone know where i can get drivers for: Integrated Intel® 82579LM Ethernet LAN 10/100/1000

- For Lucid 5.2.8

THanks for help,

Best regards,
JOhan

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#2 Post by tempestuous »

To be able to help you, we need to positively identify your ethernet device.
Please run this command

Code: Select all

lspci -n
and report the results.

User avatar
divisionmd
Posts: 606
Joined: Sat 14 Jul 2007, 20:42

#3 Post by divisionmd »

Alright here is the output of that command:


00:00.0 0600: 8086:0100 (rev 09)
00:01.0 0604: 8086:0101 (rev 09)
00:16.0 0780: 8086:1c3a (rev 04)
00:19.0 0200: 8086:1502 (rev 04)
00:1a.0 0c03: 8086:1c2d (rev 04)
00:1b.0 0403: 8086:1c20 (rev 04)
00:1c.0 0604: 8086:1c10 (rev b4)
00:1c.2 0604: 8086:1c14 (rev b4)
00:1d.0 0c03: 8086:1c26 (rev 04)
00:1e.0 0604: 8086:244e (rev a4)
00:1f.0 0601: 8086:1c4c (rev 04)
00:1f.2 0106: 8086:1c02 (rev 04)
00:1f.3 0c05: 8086:1c22 (rev 04)
01:00.0 0300: 10de:06e0 (rev a1)

Thanks for help,

Best regards,
Johan

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#4 Post by tempestuous »

divisionmd wrote:8086:1502 (rev 04)
You need the upgraded Intel e1000e ethernet driver,
available for Puppy versions 5.1 - 5.2.8 here -
http://www.murga-linux.com/puppy/viewto ... 685#453685

User avatar
divisionmd
Posts: 606
Joined: Sat 14 Jul 2007, 20:42

#5 Post by divisionmd »

Thanks tempestuous - now it works great!!

How did you find out that it was that exact model i needed from that lspci -n command?

Thanks for help,
Best regards

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#6 Post by Béèm »

See PCI ID repository
Else if your system support it, you can use elspci -l
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#7 Post by tempestuous »

Yes, an online list of PCI ID's will tell you what device (brand/model/type) relates to each device ID,
then you can check this ID against the entire list of ID's supported by Puppy's kernel modules, by looking at /lib/modules/<kernelversion>/modules.pcimap and /lib/modules/<kernelversion>/modules.usbmap.
Of course, I have many additional third-party drivers installed on my system, so I have more device ID's listed than on a standard Puppy installation. But in your case it was relatively easy anyway; you were likely to need one of the Intel ethernet drivers, e1000, e1000e or igb, and it was just a question of which one.
You can query the e1000e driver, yourself, with this command -

Code: Select all

modinfo e1000e
and you will see listed all supported device ID's (including your own) in this format -

Code: Select all

alias:          pci:v00008086d00001502...

User avatar
divisionmd
Posts: 606
Joined: Sat 14 Jul 2007, 20:42

#8 Post by divisionmd »

- Thanks tempestuous - taking notes.. .

- You should collect all these tech know hows on some webpage...

-when you mean "online list of PCI ID's " you just google it? or do you have a wepage you usuallu check on first?

Best regards,
Johan

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#9 Post by tempestuous »


Post Reply