Operating System - Linux
1827326 Members
5445 Online
109962 Solutions
New Discussion

Re: eepro100 .... cmd timed out error !!! --;

 
SOLVED
Go to solution
eugene_6
Advisor

eepro100 .... cmd timed out error !!! --;


hello

my nic goes to sleep too often.. --;
i can't download a file bigger than 3megs..
this is annoying...

my nic seems to be either intel 82555 or 82557 based one.
(even though i don't know what that means.. --; )

anyway,
i 'm home user, using cable..
so i guess
options eepro100 options=0x30
won't wokr for me, (and i tried)

i 'm even thinking about buying new nic for my laptop box --;

any suggestion?

thank you
Eugene Kim
3 REPLIES 3
I_M
Honored Contributor
Solution

Re: eepro100 .... cmd timed out error !!! --;

Hi

You may use e100 driver from Intel.
Some distribution (say, RedHat) include e100 and eepro100. But installer select eepro100 as default.
In that case, you may find the driver under your /lib/modules/kernel-version/network.
Once you confirm the driver is in the directory, you may want to try the driver.
If you think it works, edit /etc/modules.conf.

If you can not find the driver in your distribution, you may download the source from Intel's web site.

Good luck.
eugene_6
Advisor

Re: eepro100 .... cmd timed out error !!! --;

thx for answering
actually i tried e100 driver

as in their install instruction,
i did ~~~/src > make install

this is error message,
i couldn't find any info about this..

-------------------------------

/lib/modules/2.4.8-26mdk/build/include/asm/pgalloc.h: In function `get_pgd_fast':
/lib/modules/2.4.8-26mdk/build/include/asm/pgalloc.h:74: `boot_cpu_data_R65dda927' undeclared (first use in this function)
/lib/modules/2.4.8-26mdk/build/include/asm/pgalloc.h: In function `free_pgd_fast':
/lib/modules/2.4.8-26mdk/build/include/asm/pgalloc.h:85: `boot_cpu_data_R65dda927' undeclared (first use in this function)
/lib/modules/2.4.8-26mdk/build/include/asm/pgalloc.h: In function `pte_alloc_one_fast':
/lib/modules/2.4.8-26mdk/build/include/asm/pgalloc.h:122: `boot_cpu_data_R65dda927' undeclared (first
use in this function)
/lib/modules/2.4.8-26mdk/build/include/asm/pgalloc.h: In function `pte_free_fast':
/lib/modules/2.4.8-26mdk/build/include/asm/pgalloc.h:132: `boot_cpu_data_R65dda927' undeclared (first
use in this function)
make: *** [e100_main.o] Error 1
[root@localhost src]#

----------------------------

thank you!!
and my box is mandrake8.1
i guess mandrake is almost same as redhat .. isn't it?
eugene_6
Advisor

Re: eepro100 .... cmd timed out error !!! --;