Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Fresh boot, cant ping.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
ThinkTank89
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jan 2005
Posts: 129

PostPosted: Thu Jan 27, 2005 6:48 pm    Post subject: Fresh boot, cant ping. Reply with quote

Just installed for the first tame, yes, i did copy the DNS info before chrooting the in the install process. Rebooted, its all working, but i cant emerge or ping anything :*(
Back to top
View user's profile Send private message
Zuti
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jul 2003
Posts: 123
Location: The Netherlands

PostPosted: Thu Jan 27, 2005 6:53 pm    Post subject: Reply with quote

you chrooted and then rebooted?

did you do any stage install?
did you edited your /etc/conf.d/net file?
did you rc-update add net.eth0 default?

be more precise pls
Back to top
View user's profile Send private message
ThinkTank89
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jan 2005
Posts: 129

PostPosted: Thu Jan 27, 2005 7:07 pm    Post subject: Reply with quote

Yes, I did do all that you said during the install, and I just doubble checked too.
Back to top
View user's profile Send private message
Michael.Terence
n00b
n00b


Joined: 18 Jan 2005
Posts: 29

PostPosted: Thu Jan 27, 2005 7:18 pm    Post subject: Reply with quote

whats
Code:
ifconfig eth0
output?

also give us the output of
Code:
cat /etc/resolv.conf
Back to top
View user's profile Send private message
ThinkTank89
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jan 2005
Posts: 129

PostPosted: Thu Jan 27, 2005 7:22 pm    Post subject: Reply with quote

the ifconfig eth0 gave
Code:
eth0: error fetching interface information: Device not found

hmm, that doesnt sound good does it :(

My /etc/resolve.conf file is
Code:
nameserver 167.206.3.152
nameserver 167.206.3.218
nameserver 167.206.3.153
search www.lazynlair.com
Back to top
View user's profile Send private message
Michael.Terence
n00b
n00b


Joined: 18 Jan 2005
Posts: 29

PostPosted: Thu Jan 27, 2005 7:27 pm    Post subject: Reply with quote

nope, not good. but we can fix it ;)

do an
Code:
lsmod
for me and give me the output.

also tell me what network card you have. if you dont know then just boot the live cd and
Code:
lsmod
again and show me what it gives :)
Back to top
View user's profile Send private message
lotw
Guru
Guru


Joined: 09 Jan 2005
Posts: 342
Location: Palmdale

PostPosted: Thu Jan 27, 2005 7:49 pm    Post subject: Reply with quote

ThinkTank89 wrote:
the ifconfig eth0 gave
Code:
eth0: error fetching interface information: Device not found

hmm, that doesnt sound good does it :(

My /etc/resolve.conf file is
Code:
nameserver 167.206.3.152
nameserver 167.206.3.218
nameserver 167.206.3.153
search www.lazynlair.com


That that means is the driver for the NIC card isn't loading or wrong. When you compiled your kernel you probably selected the wrong one. The best way it to to the pciutil or even the dmesg, find the network card, then recompile the kernel with the right one as a module. Also if network worked in the LiveCD then you can always boot from that and to the lsmod and it will show what NIC driver it loaded for your NIC card. Then you know what to do in the kernel to make it work.
Back to top
View user's profile Send private message
ThinkTank89
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jan 2005
Posts: 129

PostPosted: Thu Jan 27, 2005 7:54 pm    Post subject: Reply with quote

lsmod off hdb3 gives
Code:
Module         Size   Used by     Not tainted


lsmod off the live-cd gives
Code:

Module            Size      Used by         Not tainted
eepro100       17460        1                     
mii                 2112          0                [eepro100]
serial            48676         0                 (autoclean)
sbp2              15284        0                 (unused)
usb-storage    608000      0                 (unused)
hid                 19652       0                  (unused)
uhci               21916        0                  (unused)
usbcore         53676        0                  [usb-storage hid uhci]
Back to top
View user's profile Send private message
ThinkTank89
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jan 2005
Posts: 129

PostPosted: Thu Jan 27, 2005 8:00 pm    Post subject: Reply with quote

Cool, thanks for all the advice, im new to gentoo and i just installed yesterday from a 2004.2 Live-CD. Genkernel did not work so i had to complie it myself, even thou i had no idea what i was doing and did not know my system at all, as RH9 baybed me through the whole process. Now that i know what I am doing I will get a 2004.3 cd and re-do the install, iv got issues with windows and grub atm thou. I already made a post on this forum "Adding windows to grub?" i think it was called, so if you could call your attention to that and let this one die out, that would be great, thanks :-)
Back to top
View user's profile Send private message
lotw
Guru
Guru


Joined: 09 Jan 2005
Posts: 342
Location: Palmdale

PostPosted: Thu Jan 27, 2005 8:03 pm    Post subject: Reply with quote

ThinkTank89 wrote:
Cool, thanks for all the advice, im new to gentoo and i just installed yesterday from a 2004.2 Live-CD. Genkernel did not work so i had to complie it myself, even thou i had no idea what i was doing and did not know my system at all, as RH9 baybed me through the whole process. Now that i know what I am doing I will get a 2004.3 cd and re-do the install, iv got issues with windows and grub atm thou. I already made a post on this forum "Adding windows to grub?" i think it was called, so if you could call your attention to that and let this one die out, that would be great, thanks :-)


In all honesty you don't really need to use Windows anymore. Just get VMWARE or use Wine do run the Windows apps that you need. The only real reason to keep Windows as a real boot is if you have some hardware that doesn't work in Linux or some app that needs a Hardware key that fails in VMWARE.
Back to top
View user's profile Send private message
ThinkTank89
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jan 2005
Posts: 129

PostPosted: Thu Jan 27, 2005 8:19 pm    Post subject: Reply with quote

I like widows, it a familiar environment where everything works, until i get TOTALLY used to getoo, I still want to be able to boot windows.
Back to top
View user's profile Send private message
Michael.Terence
n00b
n00b


Joined: 18 Jan 2005
Posts: 29

PostPosted: Thu Jan 27, 2005 8:20 pm    Post subject: Reply with quote

if thats really what you want to do...

but to make your network card work is
Code:
 cd /usr/src/linux
make menuconfig
(then navigate to:
Device Drivers ----------->
Networking Support ---------->
Ethernet 10 or 100 megabit -------->
select Ethernet 10 or 100 megabit as built in to kernel (will have a * in it)
then put an M in EtherExpressPro/100 support (eepro100, original Becker driver)

then select exit until it asks you to save. tell it you want to save and you will drop back to your terminal.

type
Code:
make && make modules_install
(if using a 2.6 kernel like you should be :p )
when thats done type
Code:
modprobe eepro100


then you can use ifconfig to setup your network card.

also add eepro100 to /etc/modules.autoload/<kernel version> file so you dont have to modprobe eepro100 every time you restart your system
Back to top
View user's profile Send private message
ThinkTank89
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jan 2005
Posts: 129

PostPosted: Thu Jan 27, 2005 8:28 pm    Post subject: Reply with quote

cool, thanks for your time, ill be sure to do that on my next install.
Back to top
View user's profile Send private message
kimchi_sg
Advocate
Advocate


Joined: 26 Nov 2004
Posts: 2969

PostPosted: Thu Jan 27, 2005 11:31 pm    Post subject: Reply with quote

You don't need to re-install. Just reboot from the liveCD, mount partitions and proc filesystem, chroot into /mnt/gentoo, "env-update && source /etc/profile" to update environment settings, and then jump straight back to the kernel configuration part of the Handbook and continue from there.

Unless, of course, I'm talking to one who loves doing "emerge system" all over again. Was fedora install too convenient for your liking? :-P

PS. I can attest that unless you play windows games, you don't have to keep bill gates' code on your hard disk any longer. I have one internet explorer (yes, microsoft's internet explorer) window open right next to this firefox window where i'm typing this, and it's browsing perfectly. Even faster than IE on windows i would say. Not to mention a lot safer. :-)
Back to top
View user's profile Send private message
windex82
Apprentice
Apprentice


Joined: 05 Jun 2003
Posts: 181

PostPosted: Fri Jan 28, 2005 1:59 am    Post subject: Reply with quote

kimchi_sg wrote:
You don't need to re-install. Just reboot from the liveCD, mount partitions and proc filesystem, chroot into /mnt/gentoo, "env-update && source /etc/profile" to update environment settings, and then jump straight back to the kernel configuration part of the Handbook and continue from there.


Don't even need to do that since he did well enough to have a bootable install. ^^ good job! Just need to do what Michael.Terence said to do..
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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