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

Joined: 07 Jan 2007 Posts: 138 Location: MTL,QC,Canada
|
Posted: Tue Apr 24, 2007 7:07 am Post subject: Post install problems! (solved) |
|
|
Hi guys!
I just installed gentoo following handbook instructions. Everything went fine but once i boot from hard drive i get the following error messages.
<<<
1.
No DHCP client installed
ERROR: Problem starting needed service net.eth0
netmount was not started
2.
Failed to load 3c59x
3.
Use "modules-update force" to force (re)generation
>>>
I tried to fix problem 1 by doing the following "emerge dhcp" after reboot didnt help.
tried to fix problem 3 by typing: "modules-update force" and still get this error.
Also My internet not working after i rebooted.
Please help me guys.
Last edited by twister666 on Wed May 02, 2007 12:40 am; edited 1 time in total |
|
| Back to top |
|
 |
tcunha Retired Dev

Joined: 02 Apr 2007 Posts: 128
|
Posted: Tue Apr 24, 2007 7:19 am Post subject: Re: Post install problems! |
|
|
| Quote: |
1.
No DHCP client installed
ERROR: Problem starting needed service net.eth0
netmount was not started
|
| Quote: |
2.
Failed to load 3c59x
|
You probably forgot to activate it in your kernel.
| Code: | | cd /usr/src/linux && sudo make menuconfig |
|
|
| Back to top |
|
 |
twister666 Tux's lil' helper

Joined: 07 Jan 2007 Posts: 138 Location: MTL,QC,Canada
|
Posted: Tue May 01, 2007 5:59 am Post subject: |
|
|
| nothing works. it says command not found when i try to type it in. |
|
| Back to top |
|
 |
slycordinator Advocate


Joined: 31 Jan 2004 Posts: 3050 Location: Houston, TX
|
Posted: Tue May 01, 2007 6:04 am Post subject: |
|
|
If you did "emerge dhcp" you should have a client installed.
Try reinstalling baselayout (do "emerge baselayout --oneshot" as root)
edit: And the "sudo" command failed because you don't have it installed. What you should do for the other stuff is log in as root (or use "su") then on every command that the other guy used "sudo" on simply remove that word from the command |
|
| Back to top |
|
 |
anthrax_ Apprentice


Joined: 17 Oct 2006 Posts: 168 Location: Poland
|
Posted: Tue May 01, 2007 6:33 am Post subject: |
|
|
chroot in livecd, then emerge dhcpcd and then in your system add in /etc/conf.d/local.start this line:
or simple run dhcpcd eth0 in console |
|
| Back to top |
|
 |
twister666 Tux's lil' helper

Joined: 07 Jan 2007 Posts: 138 Location: MTL,QC,Canada
|
Posted: Tue May 01, 2007 11:58 pm Post subject: |
|
|
i reinstalled everything from scratch, Now for some reason from grum menu when i restart without cd i cant load anything.
I followed everything in the book. my boot line says the following: kernel /boot/kernel-2.6.20-gentoo-r7 root=/dev/hda3
please guys help me |
|
| Back to top |
|
 |
twister666 Tux's lil' helper

Joined: 07 Jan 2007 Posts: 138 Location: MTL,QC,Canada
|
Posted: Wed May 02, 2007 12:46 am Post subject: |
|
|
| Antrax and slycor thank you for help. it helped. just like you said |
|
| Back to top |
|
 |
|