View previous topic :: View next topic |
Author |
Message |
gledis n00b

Joined: 05 Apr 2006 Posts: 8 Location: Bologna / Italy
|
Posted: Wed Apr 05, 2006 9:31 am Post subject: after Installing Gentoo eth0 |
|
|
Hi everyone.
I've installed Gentoo ). It works. My problem is that I'm Not having Internet connection. Probably installing, I've forgot to save my eth0 setup. Does anyone knows
what do I have to do??
My network is ADSL.
Now I'm having only text mode. How do I do to install: Gnome and make it start directly in graphical mode??
Thanx 2 all |
|
Back to top |
|
 |
bkunlimited l33t

Joined: 18 Jun 2004 Posts: 672
|
|
Back to top |
|
 |
gledis n00b

Joined: 05 Apr 2006 Posts: 8 Location: Bologna / Italy
|
Posted: Wed Apr 05, 2006 10:44 am Post subject: |
|
|
I tried to use the
ifconfig eth0 (no data is sendet e none received) even with ping
I tried:
ping -c 3 www.yahoo.it ---> bash: ping: command not found
adsl-setup ---> bash: adsl-setup: command not found
anyone can help??? |
|
Back to top |
|
 |
swooshOnLn l33t


Joined: 28 Feb 2006 Posts: 741 Location: Charlotte, North Carolina
|
Posted: Wed Apr 05, 2006 5:09 pm Post subject: |
|
|
did you install from a stage 1 tarball? or the livecd? _________________ "WARNING: you may LOL"
This is my font size, color, and signature. It will change to whatever I pick. How cool is that?
|
|
Back to top |
|
 |
gledis n00b

Joined: 05 Apr 2006 Posts: 8 Location: Bologna / Italy
|
Posted: Wed Apr 05, 2006 5:44 pm Post subject: dhcp |
|
|
No I've installed from the third one.
Now I'm tryin the: /etc/init.d/net.eth0 start and it turns
* Starting eth0
* Cannot default to dhcp as there is no dhcp module loaded
* No configuration for eth0
Perhaps I have to load the DHCP. I've Installed gentoo downloading from Internet, Sure that the lan card works.
Next problem is where to download the DHCP file  |
|
Back to top |
|
 |
nixnut Bodhisattva


Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Wed Apr 05, 2006 5:54 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 |
|
 |
monkeyboy n00b

Joined: 18 Apr 2002 Posts: 29 Location: Denver
|
Posted: Wed Apr 05, 2006 6:16 pm Post subject: |
|
|
Did you merge dhcpcd when you did your install? You can see if it is installed by doing
Code: | emerge -p net-misc/dhcpcd |
That will allow your nic to get an ip address via dhcp. If you don't have it installed, you can probably boot back to the live cd, mount your partitions, chroot /mnt/gentoo /bin/bash, and emerge dhcpcd from there. |
|
Back to top |
|
 |
Sredhar n00b

Joined: 08 Nov 2004 Posts: 7
|
Posted: Wed Apr 05, 2006 8:15 pm Post subject: I had a similar problem |
|
|
Hello,
I had a similar problem and here is what i did to get it resolved. ( with felp from gentoo folks )
1) I compiled the kernel with my network card driver as a module. Do you have information about what netowrk card you are using?
you can get more information about that here
2) At first when i did lsmod (which lists all the modules loaded) it wasnt showing b44 module (which is my ethernetcard) being loaded.
3) i did modprobe and it showed all the modules which are there in the system. i did ( modprobe b44 ) which loaded the module.
4) also do modules-update just in case.
5) i started eth0 with the command ( /etc/init.d/net.eth0 start ) which fixed the problem
If this works for you dont forget to do (rc-update add net.eth0 default) so that eth0 will be brought up at boot time.
Hope this helps. And i am a n00b too to if anyone find something wrong in what i wrote please let me know.
Cheers,
Sri |
|
Back to top |
|
 |
|