View previous topic :: View next topic |
Author |
Message |
Custy n00b

Joined: 29 Jan 2005 Posts: 14 Location: Washington
|
Posted: Sat Feb 05, 2005 6:04 pm Post subject: I have to run dhcpcd eth0 evrytime I reboot my comp |
|
|
As the subject says, every time I reboot or turn on my computer I have to run "dhcpcd eth0" in order to get an internet connection. I'm using 2.6.10-r6 and have an onboard nic card on my nVidia A7N8X-E Delux motherboard.
Please help
Thanks 
Last edited by Custy on Tue Feb 15, 2005 4:36 am; edited 2 times in total |
|
Back to top |
|
 |
Naib Watchman


Joined: 21 May 2004 Posts: 6073 Location: Removed by Neddy
|
Posted: Sat Feb 05, 2005 6:18 pm Post subject: |
|
|
the net thing:
what is the output of:
Code: |
rc-update -s | grep net.eth0
root@Fluid jrb # rc-update -s | grep net.eth0
net.eth0 | default
|
also have you configured net.eth0 to use dhcp in /etc/conf.d/net
I have:
Code: |
ifconfig_eth0=( "dhcp" )
|
_________________ #define HelloWorld int
#define Int main()
#define Return printf
#define Print return
#include <stdio>
HelloWorld Int {
Return("Hello, world!\n");
Print 0; |
|
Back to top |
|
 |
Custy n00b

Joined: 29 Jan 2005 Posts: 14 Location: Washington
|
Posted: Sat Feb 05, 2005 7:01 pm Post subject: |
|
|
Naib.... thank you very much... that got it all fixed for me.
This is the thanks from a noob who appreciates your help "Thanks" |
|
Back to top |
|
 |
Custy n00b

Joined: 29 Jan 2005 Posts: 14 Location: Washington
|
Posted: Tue Feb 15, 2005 4:37 am Post subject: |
|
|
Now for some reason when I start the computer I get no internet connection.
when I run IFCONFIG it shows eth0 and lo
I have to run a dhcpcd eth1 to get my internet connecttion
Please help!!! |
|
Back to top |
|
 |
|