Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    May 2008
    Location
    india
    Posts
    23

    Talking 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

  2. #2
    Linux Engineer khafa's Avatar
    Join Date
    Apr 2008
    Location
    Tokyo, Japan
    Posts
    858
    it deactivates only when you turn off your box ?
    if its the case open the file /etc/sysconfig/network-scripts/ifcfg-eth0
    Code:
    su -
    gedit /etc/sysconfig/network-scripts/ifcfg-eth0
    (if your card is not named eth0 , change the above name apropriately)

    then look for a statement that says
    Code:
    ONBOOT=no
    and change it to
    Code:
    ONBOOT=yes
    Linux and me it's a love story

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...