I have a system with dual OS, Win2000 and Linux. I have Linksys ethernet card working fine with my Win2000, but Linux seems not seeing my ethernet card. Do you know how to make it works?
Your help is greatly appreciated.
Thuy
Unregistered
10-25-2005, 02:34 PM
I have a system with dual OS, Win2000 and Linux. I have Linksys ethernet card working fine with my Win2000, but Linux seems not seeing my ethernet card. Do you know how to make it works?
Your help is greatly appreciated.
Thuy
Try running lsmod to make sure your card is listed (not sure what the module name is though. If it isn't, try 'modprobe linksys' or similar.
Then to configure IP and such use the following command line:
ifconfig eth0 [ip address] netmask [subnet mask] gw [default gateway].