View previous topic :: View next topic |
Author |
Message |
tisbris n00b
Joined: 27 May 2005 Posts: 1
|
Posted: Fri May 27, 2005 5:13 pm Post subject: New installation - no network - I'm LOST [solved] |
|
|
Hi all
Yes I have search the forum and yes i tried alot, but still no network....
(sorry for any typo....)
I got this error
Please make sure that /etc/conf.d/net has $ifconfig_eth0 set (or $iface_eth0 for old-style configuration)
Error: Problem starting needed services "netmount" was not started
I have this info to all of you...
var/log/messages
tux 8139too Fast Ethernet driver 0.9.27
tux eth0: Realtek RTL8139 at 0xe0802300, 00:e0:4c:4a:02:27, IRQ16
tux eth0: Identified 8139 chip type 'RTL-8139C'
lspci
'0000:03:04.0 Ethernet controller: Realtek semiconductor co. ,Ltd. RTL-8139/8139C/8139C+'
etc/conf.d/net
#iface_eth0="dhcp"
#dhcpcd_eth0="-HD"
genkernel --menuconfig .......
Realtek 8139 PCI .......
[ ] Use PIO ......
[*] Support .....
[*] Support .....
[ ] Use older ......
And yes i have emerge dhcpcd, but i dont know how to check if it is okay...
And yes this is my first Linux installation, and it all started after finishing the installation
Plz give me some hints....
thx
Last edited by tisbris on Sat May 28, 2005 8:25 am; edited 1 time in total |
|
Back to top |
|
|
Sade Guru
Joined: 22 Mar 2005 Posts: 406 Location: Netherlands - Eindhoven
|
Posted: Fri May 27, 2005 5:21 pm Post subject: |
|
|
welcome tisbris, to the gentoo forums.
about this being your first linux install:
Gentoo is not recommended for linux-firsttimers, but i think it isn't as hard as some may tell u.
The thing about gentoo is that it has no shiny objects to distract you from the thruth, wich makes it hard at first but you'll learn to love it.
If this project of yours proves to be to hard, don't give up on linux and try a easier distribution such as mandrake or fedora or whatever.
Now back on topic
you need to erase the # in the /etc/conf.d/net
tisbris wrote: | #iface_eth0="dhcp"
#dhcpcd_eth0="-HD" |
Code: | should be:
iface_eth0="dhcp"
dhcpcd_eth0="-HD" |
typing a # infront of a line, mean's it's ignored
you can check if dhcpcd is in the startup sequence by typing (as root) rc-update -s
but reading your error tell's me it is.
to check if you've installed a package you can use equery list
If you did all the rest right. so all you have to do now to get the network started is either reboot, or (much nicer) type: Code: | /etc/init.d/eth0.net restart |
P.S. add [solved] to your topic line if this solved your problem. _________________ | 1.6Ghz atom N270 | adopt an unanswerd post | a nice way to post a config file | |
|
Back to top |
|
|
|
|
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
|
|