Find the answer to your Linux question:
Results 1 to 7 of 7
guys there is old posts on that issue but all failed to solve my problem , so i need to reopen it the problem is : every time i boot ...
  1. #1
    Just Joined!
    Join Date
    Aug 2005
    Posts
    65

    network card needs manualy setting after each reboot

    guys there is old posts on that issue but all failed to solve my problem , so i need to reopen it

    the problem is :
    every time i boot the pc , it is not getting ip automatically , i had to manually make it gets one .
    i do so using "sysytem-config-network" i find it saying that etho is not active , every time i boot my pc , and i has to activate it manually.
    "chkconfig network on " was done but nothing happen
    "chkconfig network --list" off off on on on on off
    "lspci -v |grep -i etherenet " ...Intel coperation ......
    "cat /etc/sysconfig/networking/devices/ifcfg-etho" ONBOOT = yes USERCTL=no


    so any idea ?

  2. #2
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    Quote Originally Posted by deepinlife View Post
    "cat /etc/sysconfig/networking/devices/ifcfg-etho" ONBOOT = yes USERCTL=no

    so any idea ?
    Yeah if this file is really called ifcfg-etho then there is your problem it should be called ifcfg-eth0. That is a zero at the end.

    If this is already the case then please post the entire file ifcfg-eth0 here.

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  3. #3
    Just Joined!
    Join Date
    Feb 2009
    Posts
    25
    could you please post output from below comman?

    cat /etc/sysconfig/network | grep bootproto

  4. #4
    Just Joined!
    Join Date
    Aug 2005
    Posts
    65
    sed_addictive
    cat /etc/sysconfig/network | grep bootproto
    the output is nothing!!

    Lazydog
    the file is called ifcfg-eth0 , it is typing mistake from me but anyway here is the file content
    Code:
    ONBOOT=yes
    USERCTL=no
    PEERDNS=yes
    IPV6INIT=no
    TYPE=Ethernet
    DEVICE=eth0
    HWADDR=00:0f:fe:6b:89:3a
    BOOTPROTO=dhcp
    NM_CONTROLLED=no

  5. #5
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    Try the following config file;

    [code]
    Code:
     DEVICE=eth0
     BOOTPROTO=dhcp
     HWADDR=00:0f:fe:6b:89:3a
     ONBOOT=yes
      TYPE=Ethernet
    Not sure what the other listed variables do so will start here to see if we can get it working.

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  6. #6
    Just Joined!
    Join Date
    Aug 2005
    Posts
    65
    still the same , i have updated the file but still not working

  7. #7
    Just Joined!
    Join Date
    Aug 2005
    Posts
    65
    guys thx
    i have solved it
    chkconfig NetowrkManger on

Posting Permissions

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