View previous topic :: View next topic |
Author |
Message |
Dheath Tux's lil' helper

Joined: 06 Aug 2006 Posts: 131
|
Posted: Tue Aug 08, 2006 5:42 pm Post subject: Some problems, lets start from network problem... [solved] |
|
|
So, I just got Gentoo in a bootable state.
It is quite annoying if I can't connect to the internet at this state.
When I type:
Code: |
# /etc/init.d/net.eth0 start
* Starting eth0
* Bringing up eth0
* dhcp
* No loaded modules provide "dhcp" (dhcp_start) [ !! ]
|
How should I proceed with this?
Last edited by Dheath on Tue Aug 08, 2006 8:40 pm; edited 1 time in total |
|
Back to top |
|
 |
Vitaliy Guru


Joined: 06 Apr 2004 Posts: 451 Location: Brooklyn, NY
|
Posted: Tue Aug 08, 2006 5:45 pm Post subject: |
|
|
You forgot to emerge dhcpcd. |
|
Back to top |
|
 |
Dheath Tux's lil' helper

Joined: 06 Aug 2006 Posts: 131
|
Posted: Tue Aug 08, 2006 5:47 pm Post subject: |
|
|
Vitaliy wrote: | You forgot to emerge dhcpcd. |
I tried to do the install carefully but it seems I missed that part.
So, how do I exactly emerge dhcpcd now with out the internet connection?
(New to gentoo...) |
|
Back to top |
|
 |
nixnut Bodhisattva


Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Tue Aug 08, 2006 6:08 pm Post subject: |
|
|
Moved from Installing Gentoo to Networking & Security.
Postinstallation networking problem, so moved here. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
 |
Vitaliy Guru


Joined: 06 Apr 2004 Posts: 451 Location: Brooklyn, NY
|
Posted: Tue Aug 08, 2006 6:24 pm Post subject: |
|
|
Dheath wrote: | Vitaliy wrote: | You forgot to emerge dhcpcd. |
I tried to do the install carefully but it seems I missed that part.
So, how do I exactly emerge dhcpcd now with out the internet connection?
(New to gentoo...) | Boot the LiveCD, mount your root partition (usually mount /dev/hda1 /mnt/gentoo) and chroot (chroot /mnt/gentoo /bin/bash) and emerge dhcpcd, then type exit, umount partitions, and reboot. |
|
Back to top |
|
 |
Dheath Tux's lil' helper

Joined: 06 Aug 2006 Posts: 131
|
Posted: Tue Aug 08, 2006 8:40 pm Post subject: |
|
|
Vitaliy wrote: | Boot the LiveCD, mount your root partition (usually mount /dev/hda1 /mnt/gentoo) and chroot (chroot /mnt/gentoo /bin/bash) and emerge dhcpcd, then type exit, umount partitions, and reboot. |
Thanks. |
|
Back to top |
|
 |
|