matrix-io / matrixio-kernel-modules

MATRIX HAL in kernel space
22 stars 23 forks source link

Installing modules on clean system #25

Closed Romkabouter closed 6 years ago

Romkabouter commented 6 years ago

When installing the kernel modules on a clean system, they are not put into /etc/modules. Add this:

echo "matrixio-everloop" | sudo tee -a /etc/modules

Otherwise you will get permission denied errors when trying to control the everloop from python (for example)

eljuguetero commented 6 years ago

@Romkabouter

After the matrixio-kernel-modules raspbian package installation the matrix modules for automatic loading are listed in /etc/modules-load.d/matrixio.conf.

The old school /etc/modules file still untouched

About matrixio-kernel-modules installation from rasbian packages: https://github.com/matrix-io/matrixio-kernel-modules#option-1-package-installation