I tried:
Code: Select all
root@DietPi:~# gpio load spi
Code: Select all
gpio: Unable to load/unload modules as this Pi has the device tree enabled.
You need to run the raspi-config program (as root) and select the
modules (SPI or I2C) that you wish to load/unload there and reboot.
There is more information here:
https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=97314
Code: Select all
raspi-config
Further output that may help solve the issue:
Code: Select all
root@DietPi:~# lsmod
Module Size Used by
ctr 4001 1
ccm 8278 1
i2c_dev 6730 0
snd_bcm2835 22317 0
snd_pcm 92581 1 snd_bcm2835
snd_timer 23454 1 snd_pcm
snd 68161 3 snd_bcm2835,snd_timer,snd_pcm
arc4 1972 2
rt2800usb 18832 0
rt2800lib 81962 1 rt2800usb
rt2x00usb 11918 1 rt2800usb
rt2x00lib 47910 3 rt2x00usb,rt2800lib,rt2800usb
mac80211 622304 3 rt2x00lib,rt2x00usb,rt2800lib
cfg80211 499834 2 mac80211,rt2x00lib
crc_ccitt 1620 1 rt2800lib
rfkill 22491 2 cfg80211
i2c_bcm2708 6252 0
bcm2835_gpiomem 3703 0
uio_pdrv_genirq 3690 0
uio 10002 1 uio_pdrv_genirq
Code: Select all
root@DietPi:/dev# ls
autofs kmsg network_latency ram6 tty11 tty28 tty44 tty60 vcs2
block loop0 network_throughput ram7 tty12 tty29 tty45 tty61 vcs3
btrfs-control loop1 null ram8 tty13 tty3 tty46 tty62 vcs4
bus loop2 ppp ram9 tty14 tty30 tty47 tty63 vcs5
cachefiles loop3 ptmx random tty15 tty31 tty48 tty7 vcs6
char loop4 pts raw tty16 tty32 tty49 tty8 vcsa
console loop5 ram0 rfkill tty17 tty33 tty5 tty9 vcsa1
cpu_dma_latency loop6 ram1 root tty18 tty34 tty50 ttyAMA0 vcsa2
cuse loop7 ram10 shm tty19 tty35 tty51 ttyprintk vcsa3
disk loop-control ram11 snd tty2 tty36 tty52 uhid vcsa4
fb0 MAKEDEV ram12 sndstat tty20 tty37 tty53 uinput vcsa5
fd mapper ram13 stderr tty21 tty38 tty54 urandom vcsa6
full mem ram14 stdin tty22 tty39 tty55 vc-cma vhci
fuse memory_bandwidth ram15 stdout tty23 tty4 tty56 vchiq zero
gpiomem mmcblk0 ram2 tty tty24 tty40 tty57 vcio
hwrng mmcblk0p1 ram3 tty0 tty25 tty41 tty58 vc-mem
i2c-1 mmcblk0p2 ram4 tty1 tty26 tty42 tty59 vcs
input net ram5 tty10 tty27 tty43 tty6 vcs1
Code: Select all
root@DietPi:~# cat /etc/modprobe.d/raspi-blacklist.conf
root@DietPi:~#
Any help would be greatly appreciated!