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

Joined: 08 Jan 2009 Posts: 7
|
Posted: Thu Jan 08, 2009 8:04 pm Post subject: Eth0 errors need some help |
|
|
I just did a fresh install of gentoo on a test box. Everything was running fine. After I rebooted the first time I got some errors on boot.
This is basicly preventing me from connecting with emerge to finnish up my install. Any ideas?
* ERROR R8168
then at the end of the boot I get.
* 192.168.1.10 Already Taken on eth0
ERROR: Cannot Start netmount as net.eth0 could not start
ERROR: Cannot Start sshd as net.eth0 could not start
Any ideas on fixxing this? |
|
Back to top |
|
 |
d2_racing Bodhisattva


Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Thu Jan 08, 2009 8:57 pm Post subject: |
|
|
Hi, can you post this :
Code: |
# cd /etc/init.d && ls -la
# rc-update show
# ifconfig -a
|
|
|
Back to top |
|
 |
chrisnutter n00b

Joined: 08 Jan 2009 Posts: 7
|
Posted: Thu Jan 08, 2009 9:10 pm Post subject: |
|
|
d2_racing wrote: | Hi, can you post this :
Code: |
# cd /etc/init.d && ls -la
# rc-update show
# ifconfig -a
|
|
Umm not really. I have no way of cut and pasting it to my laptop.
ssh isnt working. So I cant ssh into the box.
/etc/init.d dir list is large what are you looking for exactly.
same with rc-update show
and
ifconfig-a
they are not easy to hand copy.  |
|
Back to top |
|
 |
d2_racing Bodhisattva


Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Thu Jan 08, 2009 9:13 pm Post subject: |
|
|
Ok, double check that :
Code: |
# cd /etc/init.d && ls -la
# rc-update show
# ifconfig -a
|
For init.d, check for net.eth0 and net.lo, post what you are seeing.
For rc-update show, post what you are seeing for net.wlan0
Anf for ifconfig -a, post if you see something about eth0 |
|
Back to top |
|
 |
spindle Apprentice

Joined: 01 Dec 2003 Posts: 245
|
Posted: Thu Jan 08, 2009 9:16 pm Post subject: |
|
|
What's in your /etc/conf.d/net file? You can give just the uncommented lines. |
|
Back to top |
|
 |
chrisnutter n00b

Joined: 08 Jan 2009 Posts: 7
|
Posted: Thu Jan 08, 2009 9:28 pm Post subject: |
|
|
Code: |
# cd /etc/init.d && ls -la
# rc-update show
# ifconfig -a
|
For init.d, check for net.eth0 and net.lo, post what you are seeing. Both are there. Both are very long. LOL sorry hand copy isnt a option on them.
For rc-update show, post what you are seeing for net.wlan0 net.wlan0 doesnt exist BUT netmount | default and net.eth0 | default and net.lo | boot
Anf for ifconfig -a, post if you see something about eth0 its there Link encap: Ethernet HWaddr: 00:30:1B:47:D0:00 Broadcast Multicast MTU 1500 Metric: 1 RX then TX error dropped etc... collisons etc..... its seems to be all there. |
|
Back to top |
|
 |
d2_racing Bodhisattva


Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Thu Jan 08, 2009 9:28 pm Post subject: |
|
|
If you are using DHCP, this file can be empty. |
|
Back to top |
|
 |
chrisnutter n00b

Joined: 08 Jan 2009 Posts: 7
|
Posted: Thu Jan 08, 2009 9:31 pm Post subject: |
|
|
spindle wrote: | What's in your /etc/conf.d/net file? You can give just the uncommented lines. |
config_eth0=( "192.168.1.10/24" )
routes_eth0=( "default via 192.168.1.10" ) |
|
Back to top |
|
 |
d2_racing Bodhisattva


Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Thu Jan 08, 2009 9:34 pm Post subject: |
|
|
Does your router works with dhcp ? |
|
Back to top |
|
 |
chrisnutter n00b

Joined: 08 Jan 2009 Posts: 7
|
Posted: Thu Jan 08, 2009 9:37 pm Post subject: |
|
|
d2_racing wrote: | Does your router works with dhcp ? |
yes...
LAN
ip address: 192.168.1.254
netmask: 255.255.255.0
Ethernet Status: up
dhcp server: on |
|
Back to top |
|
 |
d2_racing Bodhisattva


Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Thu Jan 08, 2009 9:38 pm Post subject: |
|
|
Ok, comment theses 2 lines inside /etc/conf.d/net :
Code: |
# config_eth0=( "192.168.1.10/24" )
# routes_eth0=( "default via 192.168.1.10" )
|
And reboot your box. |
|
Back to top |
|
 |
d2_racing Bodhisattva


Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Thu Jan 08, 2009 9:38 pm Post subject: |
|
|
After that, we will check your Wifi card one day  |
|
Back to top |
|
 |
tliou Tux's lil' helper

Joined: 23 Nov 2004 Posts: 108 Location: Salt Lake City, UT
|
Posted: Thu Jan 08, 2009 9:40 pm Post subject: Re: Eth0 errors need some help |
|
|
Hi, I did a search on your error message, "ERROR R8168". The folks on Ubuntu have noted a problem with the realtek 8168 network card. If you have that card installed, you may find some help here:
http://www.jamesonwilliams.com/hardy-r8168.html |
|
Back to top |
|
 |
chrisnutter n00b

Joined: 08 Jan 2009 Posts: 7
|
Posted: Thu Jan 08, 2009 9:43 pm Post subject: |
|
|
d2_racing wrote: | After that, we will check your Wifi card one day  |
Nice its no errors. Except error loading r8168 while booting.
No Wifi card today its a desktop without wireless.
Any ideas on r8168 (i think it was the error went by quick)
Im up on the network now. |
|
Back to top |
|
 |
chrisnutter n00b

Joined: 08 Jan 2009 Posts: 7
|
Posted: Thu Jan 08, 2009 9:51 pm Post subject: |
|
|
Ahh remote access. Now I can answer quesitons the right way. Any out put is easy to cut and paste now. So.... |
|
Back to top |
|
 |
|