Update README.md

This commit is contained in:
Andrea Bondavalli 2023-02-05 17:12:55 +01:00 committed by GitHub
parent 25a00cbc7b
commit 943c3553e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ See [ALSA RAVENNA/AES67 Driver README](https://github.com/bondagit/aes67-linux-d
This directory contains systemd configuration files for the daemon. This directory contains systemd configuration files for the daemon.
The daemon integrates with systemd watchdog. To enable it recompile it with the CMake option _-DWITH_SYSTEMD=ON_ The daemon integrates with systemd watchdog. To enable it recompile with the CMake option _-DWITH_SYSTEMD=ON_
You can install the daemon under systemd using the following commands: You can install the daemon under systemd using the following commands:
@ -140,12 +140,13 @@ To stop it use:
The daemon requires the _MergingRavennaALSA_ module to run. The daemon requires the _MergingRavennaALSA_ module to run.
You can usally install the module on using the following commands: You can usally install the module using the following commands:
cd 3rdparty/ravenna-alsa-lkm/driver cd 3rdparty/ravenna-alsa-lkm/driver
sudo make modules_install sudo make modules_install
If this doesn't work because you miss kernel certificate follow the instructions at: [No OpenSSL sign-file signing_key.pem](https://superuser.com/questions/1214116/no-openssl-sign-file-signing-key-pem-leads-to-error-while-loading-kernel-modules) If this doesn't work because you miss kernel certificate follow the instructions at:
[No OpenSSL sign-file signing_key.pem](https://superuser.com/questions/1214116/no-openssl-sign-file-signing-key-pem-leads-to-error-while-loading-kernel-modules)
Finally use the command to load the modules: Finally use the command to load the modules: