Results 1 to 3 of 3
Hi,
I have a problem with my Network card when i did :
Code:
# ifconfig eth0
i got :
Code:
# eth0 : error fetching interface information . device ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-25-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 1
NIC problem !
Hi,
I have a problem with my Network card when i did :
i got :Code:# ifconfig eth0
but when i didCode:# eth0 : error fetching interface information . device not found
i gotCode:# lspci
I want to to get it up and running what should I do to configure it ?Code:# Ethernet controller :MYSON Technology Inc SURECOM EP_32OX-5 100/10M ethernet PCI adapter
Actually it runs fine on windows. but in Linux it's another story.....
I run Slackware 10.1 Kernel 2. 4
Thanks a lot for your help
- 08-25-2005 #2Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
Just because it's displayed by "lspci" doesn't mean that you have support for your network card. Look at G4L to see if you can find what's the name of the driver you need, or something. You may need to re-compile the kernel.
serzsite.com.ar
"All the drugs in this world won\'t save you from yourself"
- 08-25-2005 #3Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
it would run fine in windows, you've got a driver for it installed, whereas you havent here.
I think the module you are looking for in 2.4 is 'fealnx'
try 'modprobe fealnx' and seeing what 'dmesg' says about it
hope this helps


Reply With Quote
