Results 1 to 4 of 4
hello all,
I have Fedora Core 5 OS yet to be installed . I have heard somewhere that in order for the Ehernet Card driver to be installed "the MODEM ...
- 06-09-2006 #1Just Joined!
- Join Date
- Jun 2006
- Location
- Bangalore, India
- Posts
- 28
activation of Ethernet card driver
hello all,
I have Fedora Core 5 OS yet to be installed . I have heard somewhere that in order for the Ehernet Card driver to be installed "the MODEM i.e the Ehernet Card " must be activated. is this mandatory?
any suggestions about configuring the IP address and Subnest mask would be highly appreciated.
thank you all
- 06-10-2006 #2
You thinking XP?
Activated is the term used by Microsoft to describe the process of approving each installation of WindowsXP. AFAIK, there is nothing like that in the GNU/Linux world.
You will of course have to configure your system so it knows how to use the card, but the installation software will hopefully walk you through that. (I haven't installed Fedora.)
- 06-10-2006 #3
compbug, what activation refers to is "bring up" or "turn on" the card.
Activating or bringing up the card is simple as:
As for configuring the IP address etc, Fedora has something called Network Manager which can set up these things for you. Otherwise nothing beats the good ol command line:Code:/sbin/ifconfig eth0 up
eth0 is name of the interface you activated or (brought up)Code:/sbin/ifconfig eth0 address 192.168.0.1 netmask 255.255.255.0
address is your IP address
netmask is the subnet mask.Life is complex, it has a real part and an imaginary part.
- 06-10-2006 #4Just Joined!
- Join Date
- Jun 2006
- Location
- Bangalore, India
- Posts
- 28
Conclusion
so the conclusion is ,it is not necessary to turn on the Ethernet card during the installation of FC5, for the driver to get installed.


Reply With Quote