Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
How do I go about installing a dmfe driver, for what appears to be a Davicom 9102 ethernet card? (The dmfe driver works flawlessly on the Ubuntu dapper live-cd, whereas in my installed version, it uses tulip which disconnects after ~30 seconds.)
I think it must be a 9102 because in Device Manager, you can see these:
info.udi = /org/freedesktop/Hal/devices/pci_1282_9102
pci.product_id = 37122 (0x9102)
pci.vendor_id = 4738 (0x1282)
I'm new at messing around with drivers; I downloaded the code for linux 2.6, available at this directory on the Davicom site:
/eng/download/Driver/driver_9102a.htm
I think I have done the correct legwork. But I don't know exactly how to use that code, or patch it, which is what I suspect I have to do.
Well anyway if it's true that the new kernel includes the dmfe driver, how do i configure Ubuntu Dapper Drake to use THAT instead of tulip driver? Something about my system is definitely dropping the connection every ~30 seconds, using the tulip driver.
First lets see what kernel you are using, I think with Ubuntu they use sudo;
sudo uname -a
Lets see what kernels are available;
sudo apt-get update
sudo apt-cache search kernel
or
sudo apt-cache search kernel-image
sudo apt-get install kernel-image-whatever
Something like that...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.