bondagit / aes67-linux-daemon

AES67 Linux Daemon with configuration WebUI
GNU General Public License v3.0
372 stars 82 forks source link

Driver install does not work #149

Closed ShadyHarbinger closed 9 months ago

ShadyHarbinger commented 9 months ago

I repeated all steps written in the readme about 15 times. Sometimes I changed the steps but the result always the same: MergingRavennaALSA driver does not start on boot. I always have to insmod after the system started. make modules_install copies the ko file etc. Just it does not start with the system.

make[1]: Entering directory '/usr/src/linux-headers-6.5.0-1008-raspi' INSTALL /lib/modules/6.5.0-1008-raspi/updates/MergingRavennaALSA.ko SIGN /lib/modules/6.5.0-1008-raspi/updates/MergingRavennaALSA.ko DEPMOD /lib/modules/6.5.0-1008-raspi Warning: modules_install: missing 'System.map' file. Skipping depmod. make[1]: Leaving directory '/usr/src/linux-headers-6.5.0-1008-raspi'

ShadyHarbinger commented 9 months ago

Solved the issue. The Kernel module has to be added to /etc/modules-load.d/mymodules.conf file.