
Code: Select all
suCode: Select all
emerge xorg-x11
Code: Select all
ping google.com

Did you remember to install dhcpcd? If not, you'll need to chroot back in with the livecd and install it.svt23 wrote:Yes I was able to run "emerge --sync" during my minimal installlation livecd. I also did the mirrorselect.
Ping: unknown host google.com.
so might network is not working propertly? umm. wierd cause I was able to download during installation as far as mirrorselect, portage, and releases.
Code: Select all
/etc/init.d/net.eth0 startCode: Select all
nameserver 201.53.8.1Code: Select all
/etc/init.d/net.eth0 startCode: Select all
nano -w /etc/resolv.confCode: Select all
/etc/conf.d/netCode: Select all
nano -w /etc/conf.d/netCode: Select all
search 130.203.201.7Code: Select all
#search 130.203.201.7Code: Select all
/etc/init.d/net.eth0 startCode: Select all
nano -w /etc/resolv.confCode: Select all
nameserver 130.203.197.7
nameserver 130.203.201.18Code: Select all
nano -w /etc/conf.d/netCode: Select all
config_eth0=( "130.203.194.152 netmasks 255.255.255.0 brd 130.203.194.255" )
routes_eth0=( "default via 130.203.194.1" )