if you do a lsmod you should have something like this:
Code: Select all
# lsmod
Module Size Used by
ecb 1856 0
md4 3355 0
nls_utf8 1216 1
cifs 270720 2
i2c_bcm2708 3759 0
i2c_dev 5620 0
snd_bcm2835 15846 0
snd_pcm 77560 1 snd_bcm2835
snd_seq 53329 0
snd_timer 19998 2 snd_pcm,snd_seq
snd_seq_device 6438 1 snd_seq
snd 58447 5 snd_bcm2835,snd_timer,snd_pcm,snd_seq,snd_seq_device
snd_page_alloc 5145 1 snd_pcm
spidev 5224 0
leds_gpio 2235 0
led_class 3562 1 leds_gpio
spi_bcm2708 4510 0
do this
ls -l /etc/modprobe.d/raspi-blacklist.conf
the spi device should be commented out.
then
cat /etc/modules
/etc/modules should contain the line
spi-bcm2708