You are not logged in.
Pages: 1
after selecting a source to get packages from i get errors saying that pacman cannot sync because it cant find the files. If i choose to use the cd for the packages, it says it cannont fine the files there either, im unsure as to why both are not working
i set the source to use the eth0
when i run elinks i can connect and browse normally
im not sure if anything special is needed for this
id: network
description: Ethernet interface
product: MCP78S [GeForce 8200] Ethernet
vendor: nVidia Corporation
Last edited by dakun (2009-06-01 17:45:00)
Offline
Hmm, what type of hardware are you installing on? Is it older? newer? When you boot from the CD, at the boot menu which option did you choose? Try choosing [Legacy IDE, no SATA]
As for the network, which mirror did you choose? Try setting up your connectivity before running /arch/setup.
Welcome to Arch!
"Oh, they have the internet on computers now."
Offline
the hardware is fairly new
im choosing the first option at startup, it loads up and i can log in and start /arch/setup like it should
umm, if it doesnt have a default download location then that could be my problem, ill try that now
im not familiar with setting up a network connection from terminal itself, im still learning for the most part, kinda the reason im trying out arch, ill look up some guides though
Offline
Before you run /arch/setup type
ifconfig -a
and if you see an entry for eth0 then your network card has been detected. Then assuming your using DHCP on your network, type
dhcpcd eth0
to get an IP. Now you should be online.
"Oh, they have the internet on computers now."
Offline
You might also try choosing the [ide-legacy] boot option. Even though you can boot from the CD, you might need to choose that to properly set your devices.
"Oh, they have the internet on computers now."
Offline
Before you run /arch/setup type
ifconfig -a
and if you see an entry for eth0 then your network card has been detected. Then assuming your using DHCP on your network, type
dhcpcd eth0
to get an IP. Now you should be online.
hmm, surprised thats that easy, ill have to make note of that
btw, the choosing of the mirror was the problem. thx for your help
Offline
btw, the choosing of the mirror was the problem. thx for your help
Yea, the default mirror ftp.archlinux.org is throttled and therefor not the best to use for an FTP install.
Glad I could help, welcome to Arch!
"Oh, they have the internet on computers now."
Offline
Pages: 1