You are not logged in.
Pages: 1
ok I am having trouble setting up xorg and need to be online to install it. I have a wireless card and I am trying to install the latest drivers so I can get Internet working but when I run the make I get an error saying command not found.
Offline
Install it first.
pacman -S make
Yes, that's not trivial if you're offline and don't have e.g. /var/cache/pacman/pkg/make-3.81-3-x86_64.pkg.tar.gz
Offline
Have you installed make?
pacman -S make
Edit: dang, you beat me by about 20 seconds
Last edited by valnour (2008-03-06 03:20:24)
Happy Hacking!
Twitter: http://twitter.com/bobbyrburden/
Website: http://codebutcher.com/
Offline
I get a bunch of transient resolver errors
Offline
I guess you must have missed the option to select the "devel" set of packages during the installation... The packages you're looking for should be on the install cd though -- it should be possible to mount the install cd from within arch and define the cd as a repo for pacman... Have a look here, although it is possible that the info there is out of date...
Offline
I guess you must have missed the option to select the "devel" set of packages during the installation... The packages you're looking for should be on the install cd though
Exactly.
GCC, make, automake, autoconf are all on the install cd under "devel".
If you're having trouble this far in, you may want to reinstall, choosing all package categories.
http://wiki.archlinux.org/index.php/Beginners_Guide
Offline
What wireless chipset are you using? We have packages for most wifi drivers included on the install CD.
Offline
I am not at my computer so I can't tell you off hand, but I think it might be my fault I only installed the base, I am going to reinstall with all packages selected.
Offline
Pages: 1