View previous topic :: View next topic |
Author |
Message |
tmcmulli n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Feb 2008 Posts: 17
|
Posted: Wed Feb 20, 2008 4:53 am Post subject: No network after install |
|
|
Hi All, total noob to Gentoo... did the genkernel install from the min install disk. Had networking all during the installation (did it over ssh for heaven's sake) once I had a successful reboot, I have no network. Eth0 has an ip address, but I can't see the router it's getting the address from.
LiveCD works great, by the way...
Thanks! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NathanZachary Moderator
![Moderator Moderator](/images/ranks/rank-mod.gif)
![](images/avatars/1881051309477ebac651590.jpg)
Joined: 30 Jan 2007 Posts: 2609
|
Posted: Wed Feb 20, 2008 5:32 am Post subject: |
|
|
Could you please post a little more information regarding your setup? What is your NIC? What is the output of ifconfig after your reboot? Can you also post the contents of /etc/conf.d/net ?
Admittedly, I have absolutely no experience with genkernel as I've always configured my kernels by hand. I would be happy to help you learn how to configure your kernel manually if you'd like, but let's see if we can get this eth0 problem taken care of firstly. _________________ “Truth, like infinity, is to be forever approached but never reached.” --Jean Ayres (1972)
---avatar cropped from =AimanStudio--- |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mjf55 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/666913975479a9ac1a7b6d.gif)
Joined: 25 Aug 2007 Posts: 372
|
Posted: Wed Feb 20, 2008 9:41 am Post subject: |
|
|
I would also check you /etc/resolv.conf and make sure you have a valid nameserver in there. Can you ping/surf to an IP address?. Gentoo.org is 204.74.99.100 _________________ Mark
No longer a n00b, but still a 'Kool Kid' wannabe |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tmcmulli n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Feb 2008 Posts: 17
|
Posted: Wed Feb 20, 2008 1:38 pm Post subject: |
|
|
mjf55 wrote: | I would also check you /etc/resolv.conf and make sure you have a valid nameserver in there. Can you ping/surf to an IP address?. Gentoo.org is 204.74.99.100 |
Working on getting this info... but I can't ping anything, even my router... but live CD works fine... and I did copy nameservers to resolv.conf... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tmcmulli n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Feb 2008 Posts: 17
|
Posted: Wed Feb 20, 2008 1:39 pm Post subject: |
|
|
kalos wrote: | Could you please post a little more information regarding your setup? What is your NIC? What is the output of ifconfig after your reboot? Can you also post the contents of /etc/conf.d/net ?
Admittedly, I have absolutely no experience with genkernel as I've always configured my kernels by hand. I would be happy to help you learn how to configure your kernel manually if you'd like, but let's see if we can get this eth0 problem taken care of firstly. |
I appreciate it... I tried manual, and got a strange error halfway through... I think my boot partition was too small, so I rebuilt with genkernel just to see if i could get it running... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tmcmulli n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Feb 2008 Posts: 17
|
Posted: Wed Feb 20, 2008 1:50 pm Post subject: |
|
|
kalos wrote: | Could you please post a little more information regarding your setup? What is your NIC? What is the output of ifconfig after your reboot? Can you also post the contents of /etc/conf.d/net ?
Admittedly, I have absolutely no experience with genkernel as I've always configured my kernels by hand. I would be happy to help you learn how to configure your kernel manually if you'd like, but let's see if we can get this eth0 problem taken care of firstly. |
/etc/conf.d/net is:
config_eth0=(dhcp")
dhcp_eth0="nodns nontp nonis"
Working on a way to get ifconfig without having to retype... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Bio Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 17 Mar 2003 Posts: 197 Location: Geneva which should be in Switzerland...
|
Posted: Wed Feb 20, 2008 3:11 pm Post subject: |
|
|
Most probably genkernel didn't build the drivers for your NIC.
Whats the result of
Code: | lspci | grep -i net |
Can you find your drivers built in your kernel?
Code: | cd /usr/src/linux
make menuconfig
Device Drivers -->
Network Device Support -->
appropriate section for your NIC
|
Also what's your kernel?
The result of an ifconfig would be most helpfull as well. _________________ I'm all in !
Last edited by Bio on Wed Feb 20, 2008 3:13 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Bio Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 17 Mar 2003 Posts: 197 Location: Geneva which should be in Switzerland...
|
Posted: Wed Feb 20, 2008 3:13 pm Post subject: |
|
|
tmcmulli wrote: | I think my boot partition was too small |
What's the size of your boot partition? ![Question :?:](images/smiles/icon_question.gif) _________________ I'm all in ! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tmcmulli n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Feb 2008 Posts: 17
|
Posted: Wed Feb 20, 2008 3:41 pm Post subject: |
|
|
Bio wrote: | Most probably genkernel didn't build the drivers for your NIC.
Whats the result of
Code: | lspci | grep -i net |
|
Look like this is the case.... lspci came back as an unknown command...
Live CD gave me: Code: | 02:09.0 Ethernet controller: Davicom Semiconductor, Inc. 21x4x DEC-Tulip compatible 10/100 Ethernet (rev 31) |
Bio wrote: | Can you find your drivers built in your kernel?
Code: | cd /usr/src/linux
make menuconfig
Device Drivers -->
Network Device Support -->
appropriate section for your NIC
|
|
Hard for me to tell... lots of stuff loaded in there, and this is an old Dell, not 100% sure what the Ethernet card is...
Bio wrote: | Also what's your kernel?
|
Here's the kernel, which is different than the liveCD: Code: | Linux olddell 2.6.23-gentoo-r8 #1 SMP Tue Feb 19 20:54:37 CST 2008 i686 Intel(R) Pentium(R) 4 CPU 1600MHz GenuineIntel GNU/Linux |
The result of an ifconfig would be most helpfull as well.[/quote]
Finally:
Code: | eth0 Link encap:Ethernet HWaddr 00:80:AD:74:DB:A6
inet addr:192.168.1.26 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:67 errors:122 dropped:0 overruns:0 frame:0
TX packets:10 errors:5 dropped:0 overruns:0 carrier:5
collisions:0 txqueuelen:1000
RX bytes:9223 (9.0 Kb) TX bytes:570 (570.0 b)
Interrupt:18 Base address:0xec00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:996 (996.0 b) TX bytes:996 (996.0 b) |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tmcmulli n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Feb 2008 Posts: 17
|
Posted: Wed Feb 20, 2008 3:42 pm Post subject: |
|
|
Bio wrote: | tmcmulli wrote: | I think my boot partition was too small |
What's the size of your boot partition? ![Question :?:](images/smiles/icon_question.gif) |
it was 5 MB... now it's 64MB... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Bio Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 17 Mar 2003 Posts: 197 Location: Geneva which should be in Switzerland...
|
Posted: Wed Feb 20, 2008 3:54 pm Post subject: |
|
|
tmcmulli wrote: | Look like this is the case.... lspci came back as an unknown command... |
That's because you need to emerge pciutils.
tmcmulli wrote: |
Live CD gave me: Code: | 02:09.0 Ethernet controller: Davicom Semiconductor, Inc. 21x4x DEC-Tulip compatible 10/100 Ethernet (rev 31) |
|
According to your ifconfig output your NIC card's drivers are loaded. But you can make sure by checking your kernel config :
Code: | cd /usr/src/linux
make menuconfig
Device Drivers -->
Network Device Support -->
Ethernet (10 or 100Mbit) --->
Tulip family network device driver support -->
[*] Early DECchip Tulip (dc2104x) PCI Support
[*] DECchip Tulip (dc2114x) PCI Support
|
tmcmulli wrote: |
Code: | eth0 Link encap:Ethernet HWaddr 00:80:AD:74:DB:A6
inet addr:192.168.1.26 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:67 errors:122 dropped:0 overruns:0 frame:0
TX packets:10 errors:5 dropped:0 overruns:0 carrier:5
collisions:0 txqueuelen:1000
RX bytes:9223 (9.0 Kb) TX bytes:570 (570.0 b)
Interrupt:18 Base address:0xec00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:996 (996.0 b) TX bytes:996 (996.0 b) |
|
I don't see anything wrong, are you sure you're on the same subnet as your router? What's your router's IP?
Also what's the result of
Indeed 5MB is a bit small ![Wink ;)](images/smiles/icon_wink.gif) _________________ I'm all in ! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tmcmulli n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Feb 2008 Posts: 17
|
Posted: Wed Feb 20, 2008 5:33 pm Post subject: |
|
|
Bio wrote: |
Device Drivers -->
Network Device Support -->
Ethernet (10 or 100Mbit) --->
Tulip family network device driver support -->
[*] Early DECchip Tulip (dc2104x) PCI Support
[*] DECchip Tulip (dc2114x) PCI Support
[/code]
|
These were set to module... recompiling now.
Bio wrote: |
I don't see anything wrong, are you sure you're on the same subnet as your router? What's your router's IP?
Also what's the result of
Indeed 5MB is a bit small ![Wink ;)](images/smiles/icon_wink.gif) |
Everything is DHCP, and yes, the subnet is fine... will post route after recompile...
Thanks! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tmcmulli n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Feb 2008 Posts: 17
|
Posted: Wed Feb 20, 2008 6:15 pm Post subject: |
|
|
Bio wrote: |
Device Drivers -->
Network Device Support -->
Ethernet (10 or 100Mbit) --->
Tulip family network device driver support -->
[*] Early DECchip Tulip (dc2104x) PCI Support
[*] DECchip Tulip (dc2114x) PCI Support
[/code]
|
After recompile, I could ping the router... then I started sshd, and the network seems to go away...
I'm wondering if my NIC isn't going south. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NathanZachary Moderator
![Moderator Moderator](/images/ranks/rank-mod.gif)
![](images/avatars/1881051309477ebac651590.jpg)
Joined: 30 Jan 2007 Posts: 2609
|
Posted: Wed Feb 20, 2008 7:57 pm Post subject: |
|
|
tmcmulli wrote: |
/etc/conf.d/net is:
config_eth0=(dhcp")
dhcp_eth0="nodns nontp nonis"
Working on a way to get ifconfig without having to retype... |
There is a problem with a line in your /etc/conf.d/net. It should read:
Code: |
config_eth0=( "dhcp" )
|
Check to make sure that is exactly how the first line is written. _________________ “Truth, like infinity, is to be forever approached but never reached.” --Jean Ayres (1972)
---avatar cropped from =AimanStudio--- |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tmcmulli n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Feb 2008 Posts: 17
|
Posted: Wed Feb 20, 2008 8:29 pm Post subject: |
|
|
kalos wrote: | tmcmulli wrote: |
/etc/conf.d/net is:
config_eth0=(dhcp")
dhcp_eth0="nodns nontp nonis"
Working on a way to get ifconfig without having to retype... |
There is a problem with a line in your /etc/conf.d/net. It should read:
Code: |
config_eth0=( "dhcp" )
|
Check to make sure that is exactly how the first line is written. |
Just a typo... no internet means I have to type all the info manually...
Starting over right now... will choose a manual kernel install next... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NathanZachary Moderator
![Moderator Moderator](/images/ranks/rank-mod.gif)
![](images/avatars/1881051309477ebac651590.jpg)
Joined: 30 Jan 2007 Posts: 2609
|
Posted: Wed Feb 20, 2008 8:30 pm Post subject: |
|
|
Oh, okay, I just wanted to make sure. Welcome to the fold; we've all reinstalled Gentoo many times during the learning process. As I said earlier, if you want or need any help with the manual kernel configuration, please just ask. ![Smile :)](images/smiles/icon_smile.gif) _________________ “Truth, like infinity, is to be forever approached but never reached.” --Jean Ayres (1972)
---avatar cropped from =AimanStudio--- |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Bio Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 17 Mar 2003 Posts: 197 Location: Geneva which should be in Switzerland...
|
Posted: Wed Feb 20, 2008 9:53 pm Post subject: |
|
|
try the following :
Code: | ifconfig eth0 192.168.1.XXX netmask 255.255.255.0 broadcast 192.168.1.255 (where XXX is the final IP address byte of your NIC)
route add default gw 192.168.1.YYY (where YYY is the final IP address byte of your router)
|
Then try surfing, sshing, ftping etc(ing).... _________________ I'm all in ! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tmcmulli n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Feb 2008 Posts: 17
|
Posted: Wed Feb 20, 2008 10:49 pm Post subject: |
|
|
kalos wrote: | Oh, okay, I just wanted to make sure. Welcome to the fold; we've all reinstalled Gentoo many times during the learning process. As I said earlier, if you want or need any help with the manual kernel configuration, please just ask. ![Smile :)](images/smiles/icon_smile.gif) |
Thanks! Manual doesn't look too difficult, although I just got done, and I have exactly the same problem...Some damn thing isn't getting loaded...I ran the whole install over ssh... so my network is fine... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tmcmulli n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Feb 2008 Posts: 17
|
Posted: Wed Feb 20, 2008 10:51 pm Post subject: |
|
|
Bio wrote: | try the following :
Code: | ifconfig eth0 192.168.1.XXX netmask 255.255.255.0 broadcast 192.168.1.255 (where XXX is the final IP address byte of your NIC)
route add default gw 192.168.1.YYY (where YYY is the final IP address byte of your router)
|
Then try surfing, sshing, ftping etc(ing).... |
Tried that, I'm assuming those are two different commands, right? Didn't seem to affect anything. The route command came back with file already exists.
I used 192.168.1.26 for the first line, and 192.168.1.1 for the 2nd. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tmcmulli n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Feb 2008 Posts: 17
|
Posted: Wed Feb 20, 2008 11:35 pm Post subject: |
|
|
Bio wrote: |
Also what's the result of
|
Here's the route -n:
Code: | Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0 |
Router is at 192.168.1.1, DHCP
Thanks! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Bio Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 17 Mar 2003 Posts: 197 Location: Geneva which should be in Switzerland...
|
Posted: Thu Feb 21, 2008 3:03 pm Post subject: |
|
|
Your route is good. Your kernel looks good also. As for ifconfig.
That's it I'm officially clueless ![Wink :wink:](images/smiles/icon_wink.gif) _________________ I'm all in ! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tmcmulli n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Feb 2008 Posts: 17
|
Posted: Thu Feb 21, 2008 4:38 pm Post subject: |
|
|
Bio wrote: | Your route is good. Your kernel looks good also. As for ifconfig.
That's it I'm officially clueless ![Wink :wink:](images/smiles/icon_wink.gif) |
Well, it's good to know I didn't bonehead something!
So does anyone know the difference between the live CD networking and a standard install? Obviously, there's something loaded that I'm not installing...
I get the net up for about a minute before it goes away...very odd... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NathanZachary Moderator
![Moderator Moderator](/images/ranks/rank-mod.gif)
![](images/avatars/1881051309477ebac651590.jpg)
Joined: 30 Jan 2007 Posts: 2609
|
Posted: Thu Feb 21, 2008 5:07 pm Post subject: |
|
|
On your /etc/conf.d/net, try leaving just the one line:
Code: |
config_eth0=( "dhcp" )
|
and commenting out the others using the #. Also, is there an onboard NIC on this computer? _________________ “Truth, like infinity, is to be forever approached but never reached.” --Jean Ayres (1972)
---avatar cropped from =AimanStudio--- |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tmcmulli n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Feb 2008 Posts: 17
|
Posted: Thu Feb 21, 2008 5:38 pm Post subject: |
|
|
kalos wrote: | On your /etc/conf.d/net, try leaving just the one line:
Code: |
config_eth0=( "dhcp" )
|
and commenting out the others using the #. Also, is there an onboard NIC on this computer? |
Nope, it's a PCI card. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tmcmulli n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Feb 2008 Posts: 17
|
Posted: Thu Feb 21, 2008 5:47 pm Post subject: |
|
|
kalos wrote: | On your /etc/conf.d/net, try leaving just the one line:
Code: |
config_eth0=( "dhcp" )
|
and commenting out the others using the #. Also, is there an onboard NIC on this computer? |
Did that, same damn thing... strange stuff is, it works until I start SSHd... wonder if I'm looking in the wrong spot? Could the sshd_config file have something in it that wacking the networking? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|