Re: [SLE] OK, ANOTHER NETWORK CARD PROBLEM....
I got it. Now, how do I compile it??????? I saved as a file named: tulip.c, what to do next??? --- Jerry Feldman <gaf@gaf.ne.mediaone.net> wrote:
I have a Linksys LNE100TX (PCI) which works flawlessly. You need to download the latest tulip driver from Dennis Becker's site: http://www.scyld.com/index.html Compile pci-scan.c and tulip.c. The copy the object files to /usr/lib/modules/<kernel>/net. Run depmod and the Linksys will come right up. Also, edit /etc/modules.conf: alias eth1 tulip # assuming the Linksys is eth1.
Ricardo Rodriguez wrote:
Hi everyone, I was gone for a while playing with red hat, but I'm back with a lot of new questions.
I just installed SuSE 6.4 in an hp desktop and I am trying to connect two network cards and none is working.
The cards are:
D-Link DE-220PCT (ISA) Lynksys LNE100TX (PCI)
Any idea or experience with this?
Thnx!, Rik.
__________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com
Also check the FAQ at http://www.suse.com/support/faq
-- Jerry Feldman <gaf@blu.org> Boston Linux and Unix user group http://www.blu.org
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
__________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
You need both tulip.c and pci-scan.c. There are complete directions on that page, but the compiling directions are on each file: gaf@gaf:/usr/src/modules > tail pci-scan.c /* * Local variables: * compile-command: "gcc -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -Wall -Wstrict-prototypes -O6 -c pci-scan.c" <snip> gaf@gaf:/usr/src/modules > tail tulip.c /* * Local variables: * compile-command: "gcc -DMODULE -Wall -Wstrict-prototypes -O6 -c tulip.c" * cardbus-compile-command: "gcc -DCARDBUS -DMODULE -Wall -Wstrict-prototypes -O6 -c tulip.c -o tulip_cb.o -I/usr/src/pcmcia/include/" <snip> Once compiled, copy the .o files to /lib/modules/<kernel>/net <kernel> is the kernel you are using, such as 2.2.14. Then run depmod and you should be ok. Ricardo Rodriguez wrote:
I got it. Now, how do I compile it???????
I saved as a file named: tulip.c, what to do next???
--- Jerry Feldman <gaf@gaf.ne.mediaone.net> wrote:
I have a Linksys LNE100TX (PCI) which works flawlessly. You need to download the latest tulip driver from Dennis Becker's site: http://www.scyld.com/index.html
-- Jerry Feldman <gaf@blu.org> Boston Linux and Unix user group http://www.blu.org -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
participants (2)
-
gaf@gaf.ne.mediaone.net
-
rik73106@yahoo.com