Results 1 to 2 of 2
i have my problem with my ethernet card,it regularly deactivates
whenever i shut down the fedora 7 ,so i need to activate it again and again,can any one tell me ...
- 06-26-2008 #1Just Joined!
- Join Date
- May 2008
- Location
- india
- Posts
- 23
problem with ethernet card
i have my problem with my ethernet card,it regularly deactivates
whenever i shut down the fedora 7 ,so i need to activate it again and again,can any one tell me the remedy
- 06-26-2008 #2
it deactivates only when you turn off your box ?
if its the case open the file /etc/sysconfig/network-scripts/ifcfg-eth0
(if your card is not named eth0 , change the above name apropriately)Code:su - gedit /etc/sysconfig/network-scripts/ifcfg-eth0
then look for a statement that says
and change it toCode:ONBOOT=no
Code:ONBOOT=yes
Linux and me it's a love story


Reply With Quote