LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem with network card (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-network-card-207831/)

schismoid 07-21-2004 08:03 AM

Problem with network card
 
Hey guys, I'm a complete Linux newbie, and I just installed Fedora 2 core. Everything works great, except for the network card. It's a pretty generic SEC ethernet card, and I've confirmed that the card itself is good by using a windows bootdisk with network support. Linux seems to recognize that the card exists, but not be able to use it for some reason. I get an error during bootup, and also when I go into the Network Configuration Utility, that says "tulip device eth1 does not seem to be present. delaying initialization" Is this a driver issue? What can I do? Please assume I know nothing about Linux.

penguin4 07-21-2004 09:01 AM

schismoid; on the right track, yep most problems arise between interface
via drivers. u r good,quick to observe . if u could find mfg of or reseller on the card contact them for updated driver.

J.W. 07-21-2004 01:59 PM

schismoid - welcome to LQ! Most likely, something just isn't being activated as it should. As root, please run and then post the results of these 3 commands:
Code:

lspci
lsmod
ifconfig

The first one will simply list out the PCI devices that you have installed, the second one will list the kernel modules that are loaded, and the third one will show your current network settings. Having this info handy will be very useful. Post the results, and that will be a good step forward in terms of solving the issue. (From the sounds of it, it sounds to me that you probably just need to load a module, which can be done via the modprobe or insmod command.)

penguin4 - I'm sorry but I do not see how a suggestion to call the manufacturer or the reseller(!) of a NIC will help the original poster arrive at a solution. The only scenario in which this advice would be helpful would be if the card itself were defective and schismoid was trying to get a refund or a replacement card. Based on his comments however, the card is perfectly fine, and just needs to be configured to work under Linux.

As such, if you have specific advice to offer on how you would install and configure this particular NIC under FC2, I would encourage you to share your experience. If not, then there is no point in posting a response, as it at best does not help move things forward, and in fact at worst could be a counter-productive distraction. -- J.W.

penguin4 07-21-2004 02:20 PM

J.W; yes sir! will adhere to those suggestions. getting gunshy original posting stated newbie seeking help without knowing (stated on post) so
thought pointing to direction of some help without me making suggestion
that would not be valid as yours. so thank you for critique.


All times are GMT -5. The time now is 10:28 AM.