sad_b0i
07-16-2001, 01:17 AM
Micer wrote,
I have it figured out now and the eth0 interface loads successfully. As well
I can ping other machines.There is an instruction missing from their
readme.txt that prevents eth0 from success.
Here is what a person really needs to do: Recompile the kernel
1) Go to www.linksys.com (http://www.linksys.com) and download the appropriate driver, in my case the
Linksys LNE100TX Version 4.
2) Unpack it and then open the "Linux" sub-folder. In it you will find the
files "Netdri~1.tgz" and "readme.txt".
3) Read the readme.txt but understand that there is one vital step missing
>from the instructions. Unpack the "Netdri~1.tgz" file.
4) There is a "Makefile" file that you must make executable using "chmod +x
Makefile". Run the Makefile with "./Makefile". It will run part way through
and then die a tragic death without completing, but it will show the correct
syntax for building tulip.o and pci-scan.o.
5) Now type the command in manually to build both pci-scan.o and tulip.o.
The readme.txt instructions say absolutely nothing about pci-scan.o but
tulip.o is dependent on it for starting eth0.
6) Copy pci-scan.o and tulip.o to /lib/modules/2.2.5-15/net, (replace
2.2.5-15 with whatever your kernel version is).
7) Now follow the rest of the instructions in the readme.txt, (ie: run
/sbin/depmod -a, then adjust /etc/conf.modules, /etc/sysconfig/network, and
/etc/sysconfig/network-scripts/ifcfg-eth0).
8) Reboot. Everything works fine and eth0 comes up normally.
i dont understand step 3...how do i unpack?!?!?!?!!?
thanks! it getting frustrating... :)
I have it figured out now and the eth0 interface loads successfully. As well
I can ping other machines.There is an instruction missing from their
readme.txt that prevents eth0 from success.
Here is what a person really needs to do: Recompile the kernel
1) Go to www.linksys.com (http://www.linksys.com) and download the appropriate driver, in my case the
Linksys LNE100TX Version 4.
2) Unpack it and then open the "Linux" sub-folder. In it you will find the
files "Netdri~1.tgz" and "readme.txt".
3) Read the readme.txt but understand that there is one vital step missing
>from the instructions. Unpack the "Netdri~1.tgz" file.
4) There is a "Makefile" file that you must make executable using "chmod +x
Makefile". Run the Makefile with "./Makefile". It will run part way through
and then die a tragic death without completing, but it will show the correct
syntax for building tulip.o and pci-scan.o.
5) Now type the command in manually to build both pci-scan.o and tulip.o.
The readme.txt instructions say absolutely nothing about pci-scan.o but
tulip.o is dependent on it for starting eth0.
6) Copy pci-scan.o and tulip.o to /lib/modules/2.2.5-15/net, (replace
2.2.5-15 with whatever your kernel version is).
7) Now follow the rest of the instructions in the readme.txt, (ie: run
/sbin/depmod -a, then adjust /etc/conf.modules, /etc/sysconfig/network, and
/etc/sysconfig/network-scripts/ifcfg-eth0).
8) Reboot. Everything works fine and eth0 comes up normally.
i dont understand step 3...how do i unpack?!?!?!?!!?
thanks! it getting frustrating... :)