CaseyBanner.ca | The while() loop of life
Nouveau incompatible with nVidia binary driver.
In case your using the nVidia binary driver and are upgrading your kernel to 2.6.32 any time soon, make sure to blacklist the nouveau module in whatever form your distro uses. It seems that the nouveau module is including by default in 2.6.32, which I was unaware of at first.
I was getting a strange error [...]
How to connect to a wireless network using WPA on Linux (no-gui)
Most articles make this out to be much more complicated than it needs to be.
First, make sure you have wpa_supplicant. On Archlinux:
$ sudo pacman -S wpa_supplicant
Next, you need a wpa_supplicant configuration file. Create /etc/wpa_supplicant.conf (if it already exists clear it), and put this line at the top:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
You will need to add your network [...]
