Red Hat Installation - Anyone know hoe to configure a network card in Fedora Core 2?

This is Interesting: Free IT Magazines  
Home > Archive > Red Hat Installation > October 2004 > Anyone know hoe to configure a network card in Fedora Core 2?





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Anyone know hoe to configure a network card in Fedora Core 2?
Don

2004-10-06, 5:56 pm

Hi,

I instlled a 3COM 509TX in an already installed Fedore Core 2 system.
I accidentally bypassed the "Add new hardeare" wizard on boot. When
rebooting, the wizard no longer shows; is there a way to get it back?

My problem isd that when I try to manually coinfigure it (using KDE)
via teh network configuration tool, it sees the hardware and allows me
to configure as eth1 upon attemtping to activate, I receive the error
message:

"3c59C device eth1 does not see4m to be present, delaying
initialization"

The NIC is fine and has been tested under Windows XP.

I'm lost,
Don
Paul Lutus

2004-10-06, 5:56 pm

Don wrote:

> Hi,
>
> I instlled a 3COM 509TX in an already installed Fedore Core 2 system.
> I accidentally bypassed the "Add new hardeare" wizard on boot. When
> rebooting, the wizard no longer shows; is there a way to get it back?


# kudzu

To always run kudzu on each boot (not necessarily a good thing):

# chkconfig kudzu on

> My problem isd that when I try to manually coinfigure it (using KDE)
> via teh network configuration tool, it sees the hardware and allows me
> to configure as eth1 upon attemtping to activate, I receive the error
> message:
>
> "3c59C device eth1 does not see4m to be present, delaying
> initialization"


That is most likely because the driver module is not loaded. Try running
kudzu as above. You can also manually add the required line
to /etc/modprobe.conf, which associates a hardware identifier with its
required module.

Example entry in /etc/modprobe.conf:

alias eth1 3c59c

To test this module directly:

# modprobe 3c59c

--
Paul Lutus
http://www.arachnoid.com

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com