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 ...
- 04-15-2009 #1Just 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 ?
- 04-16-2009 #2
- 04-16-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 25
could you please post output from below comman?
cat /etc/sysconfig/network | grep bootproto
- 04-18-2009 #4Just Joined!
- Join Date
- Aug 2005
- Posts
- 65
sed_addictive
the output is nothing!!cat /etc/sysconfig/network | grep bootproto
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
- 04-18-2009 #5
Try the following config file;
[code]
Not sure what the other listed variables do so will start here to see if we can get it working.Code:DEVICE=eth0 BOOTPROTO=dhcp HWADDR=00:0f:fe:6b:89:3a ONBOOT=yes TYPE=Ethernet
- 04-19-2009 #6Just Joined!
- Join Date
- Aug 2005
- Posts
- 65
still the same , i have updated the file but still not working
- 04-20-2009 #7Just Joined!
- Join Date
- Aug 2005
- Posts
- 65
guys thx
i have solved it
chkconfig NetowrkManger on


Reply With Quote
