for wifi:
Hit the Pandora button, scroll to "internet", then "wicd" and hit enter (or use mouse to navigate and click)... just that simple.
glad you're up and running, quartercast... I'm tweaking this thing as much as I can... if you're interested in using AUR:
- use pacman to install your fav browser as well as the package 'git'
- navigate to the Arch Linux AUR page
- search for 'packer' (granted yaort probably works too, but not really a fan of it)
- download the PKGBUILD to a custom folder
- open a terminal and navigate to the folder you downloaded the PKGBUILD to
- enter [ makepkg ] without brackets and hit enter
- check that the arch= line in the PKGBUILD either has 'any' or 'arm' as a parameter
- build package
- install with [ pacman -U *xz ] as root (or install sudo and edit /etc/sudoers according to the Arch Linux wiki page for sudo) and from that point on, use packer to install from the standard repos AND the AUR!
NOTE: When installing from AUR, make sure to check all PKGBUILDs to see if they have 'any' as a parameter in arch=... if they don't, add 'arm' to that list then continue the build. I prefer nano as my editor, vi is the standard. Check the sudo archwiki page for instructions on how to switch to your fav terminal-based editor.
