Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
no network on boot...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
zambizzi
Guru
Guru


Joined: 28 Aug 2004
Posts: 581
Location: Boise Idaho

PostPosted: Sun Aug 29, 2004 5:26 am    Post subject: no network on boot... Reply with quote

Ugh, finally got through the Gentoo install (stage2) successfully for the first time after having given up for months.

Everything loads fine but dhcp fails for eth0 upon boot so I'm basically stuck w/ a command-line bare-bones Gentoo and can't connec to get the goods.

I wish I could provide more, however I'm but a pathetic n00b and I'm not sure what to do

I simply get a [!!] when dhcp tries to start.

I have my /etc/conf.d/net set to iface_eth0="dhcp"

The 8139too driver is what worked during the install and I thought that was what I installed...?

I'm *really* hoping this doesn't involve a kernel re-compilation as I spent the last 8 hrs. doing that and finally have a system that loads w/o a Kernel Panic.

*help!*

Thanks!

-v
Back to top
View user's profile Send private message
mrness
Retired Dev
Retired Dev


Joined: 17 Feb 2004
Posts: 375
Location: bucharest.ro

PostPosted: Sun Aug 29, 2004 6:30 am    Post subject: Reply with quote

did you loaded 8139too at boot? the configuration files for that are found in /etc/modules.autoload.d/ directory.
Back to top
View user's profile Send private message
jaxgough
n00b
n00b


Joined: 14 Nov 2003
Posts: 26
Location: Usually at work

PostPosted: Sun Aug 29, 2004 8:09 am    Post subject: no network on boot... Reply with quote

I had this problem yesterday, it turned out there was no more IPs to be given out by DHCP. I added one more to the DHCP allocation range and hey presto.

That might work.

or

Do you get a Netmount error aswell?

Jax
Back to top
View user's profile Send private message
rush_ad
l33t
l33t


Joined: 22 Jul 2004
Posts: 863
Location: New Jersey, USA

PostPosted: Sun Aug 29, 2004 12:47 pm    Post subject: Reply with quote

emable it in kernel not as module
Back to top
View user's profile Send private message
lwithers
Guru
Guru


Joined: 31 Dec 2003
Posts: 300
Location: Reading, UK

PostPosted: Sun Aug 29, 2004 1:19 pm    Post subject: Reply with quote

zambizzi, once you have booted into your system, log in as root and run "lsmod". See if the "8139too" module is loaded. If not, that is your problem.

Run "nano /etc/modules.autoload.d/kernel-2.6" (or kernel-2.4 if that's what kernel you are using), and add the line "8139too" to the bottom. Next time you boot, things should work. To get it working in the current session, type:

Code:
modprobe 8139too
/etc/init.d/net.eth0 start


and you should get networking.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum