Page 1 of 1

Dell Inspiron Ethernet Controller

Posted: Tue 08 Mar 2011, 18:01
by zep
Hi,

I recently tried to revive my Dell Inspiron 2500

I installed Puppy Linux (lupu-520.iso) using the full install method. Everything seemed to working smoothly except from the Ethernet adapter.

I tried to load all the Intel's pro modules available with no luck.
I also tried the Ndiswrapper.

In addition the ee100pro module is missing which seems to be working (http://www.4sich.de/dell/dell2500.html) for this card.

Any suggestions?

Thanks a lot!!
----------------------
Pentium III / 256 Ram
Linux 2.6.33.2
Ethernet controller: Intel 82557/8/9/0/1 Ethernet Pro 100 (rev08).

Posted: Thu 10 Mar 2011, 17:49
by zep
Any ideas? :oops:

Posted: Thu 10 Mar 2011, 18:55
by rjbrewer
zep wrote:Any ideas? :oops:
I used pfind to search for eepro100 on my various puppy installs.
Had to go back to 4.1.2 to find it.

Don't know if it was forgotten or superceded on newer versions.

Posted: Fri 11 Mar 2011, 06:20
by zep
Thanks for the reply!

I downloaded puppy-unleashed-core-4.1.2.tar.gz and extract the eepro100.ko to /lib/modules/2.6.xx/kernel/drivers/net/ but I cannot load it.

Maybe I am missing something here... can you please help?

Thanks!!

Posted: Fri 11 Mar 2011, 06:48
by rjbrewer
zep wrote:Thanks for the reply!

I downloaded puppy-unleashed-core-4.1.2.tar.gz and extract the eepro100.ko to /lib/modules/2.6.xx/kernel/drivers/net/ but I cannot load it.

Maybe I am missing something here... can you please help?

Thanks!!
Not sure;
Maybe right click file > permissions > make executable searchable.

Puppys' change so much from one version to the next, I never know
what will work.

Posted: Fri 11 Mar 2011, 06:57
by James C
zep wrote:Thanks for the reply!

I downloaded puppy-unleashed-core-4.1.2.tar.gz and extract the eepro100.ko to /lib/modules/2.6.xx/kernel/drivers/net/ but I cannot load it.

Maybe I am missing something here... can you please help?

Thanks!!
I would assume that the problem is the 2 different kernels.....4.12 has 2.6.25.16 and 5.20 has 2.6.33.2.Pretty sure drivers are kernel dependent.

Posted: Fri 11 Mar 2011, 14:50
by pemasu
Have you tried e100.ko module ?

Posted: Fri 11 Mar 2011, 20:40
by zep
pemasu wrote:Have you tried e100.ko module ?
Yeah I did. With out any luck..

Posted: Fri 11 Mar 2011, 20:40
by zep
James C wrote: I would assume that the problem is the 2 different kernels.....4.12 has 2.6.25.16 and 5.20 has 2.6.33.2.Pretty sure drivers are kernel dependent.
Your probably right. So the only solution is to compile the module from scratch?