Intel network drivers for Lucid 5.2.8? (Solved)
- divisionmd
- Posts: 606
- Joined: Sat 14 Jul 2007, 20:42
Intel network drivers for Lucid 5.2.8? (Solved)
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
- 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
-
- Posts: 5464
- Joined: Fri 10 Jun 2005, 05:12
- Location: Australia
To be able to help you, we need to positively identify your ethernet device.
Please run this command
and report the results.
Please run this command
Code: Select all
lspci -n
- divisionmd
- Posts: 606
- Joined: Sat 14 Jul 2007, 20:42
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
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
-
- Posts: 5464
- Joined: Fri 10 Jun 2005, 05:12
- Location: Australia
You need the upgraded Intel e1000e ethernet driver,divisionmd wrote:8086:1502 (rev 04)
available for Puppy versions 5.1 - 5.2.8 here -
http://www.murga-linux.com/puppy/viewto ... 685#453685
- divisionmd
- Posts: 606
- Joined: Sat 14 Jul 2007, 20:42
- Béèm
- Posts: 11763
- Joined: Wed 22 Nov 2006, 00:47
- Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
See PCI ID repository
Else if your system support it, you can use elspci -l
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).
Consult Wikka
Use peppyy's puppysearch
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
-
- Posts: 5464
- Joined: Fri 10 Jun 2005, 05:12
- Location: Australia
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 -
and you will see listed all supported device ID's (including your own) in this format -
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
Code: Select all
alias: pci:v00008086d00001502...
- divisionmd
- Posts: 606
- Joined: Sat 14 Jul 2007, 20:42
-
- Posts: 5464
- Joined: Fri 10 Jun 2005, 05:12
- Location: Australia