I'm sorry that you're having issues with loading the kernel modules. It's a commonly-hit wall.
If you're using 4.14.81
, you'll need kmod-spi-bitbang
, kmod-spi-gpio
and kmod-spi-gpio-custom
.
mazer@snowball:~# ssh root@192.168.3.1
root@192.168.3.1's password:
BusyBox v1.28.3 () built-in shell (ash)
____ _ ____
/ __ \___ (_)__ ___ / __ \__ _ ___ ___ ____ _
/ /_/ / _ \/ / _ \/ _ \ / /_/ / ' \/ -_) _ `/ _ `/
\____/_//_/_/\___/_//_/ \____/_/_/_/\__/\_, /\_,_/
W H A T W I L L Y O U I N V E N T ? /___/
-----------------------------------------------------
Ω-ware: 0.3.2 b237
-----------------------------------------------------
root@Omega-73D6:~# uname -r
4.14.81
root@Omega-73D6:~# lsmod | grep spi
regmap_spi 1274 0
spi_bitbang 2661 1 spi_gpio
spi_gpio 5424 0
spidev 6336 0
root@Omega-73D6:~# opkg list-installed | grep spi
kmod-spi-bitbang - 4.14.81-1
kmod-spi-dev - 4.14.81-1
kmod-spi-gpio - 4.14.81-1
kmod-spi-gpio-custom - 4.14.81-1
spi-tools - 1-cc6a41fdcec60610703ba6db488c621c64952898
Edit: added the package versions