I know this information is elsewhere, but I hate digging for it all the time.
To load the SPI kernel module on boot:
sudo vim etc/modprobe.d/raspi-blacklist.confAnd comment out:
#blacklist spi-bcm2708To load the same module manually:
sudo modprobe spi-bcm2708