From 519de0341fdb8783124c17ec2e544520bf5a985f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Blizi=C5=84ski?= Date: Tue, 23 Jul 2024 14:20:22 +0100 Subject: [PATCH] Return to the main directory after inserting the module. I followed the instructions and copy/pasted the code snippets. Here's a small convenience change: after inserting the module, we can go back to the main directory instead of trying to cd into `3rdparty/ravenna-alsa-lkm/driver/daemon`. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f874e3..5e45fe8 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,8 @@ The daemon should work on all Ubuntu starting from 18.04 onward, it's possible t * edit the daemon configuration file _daemon/daemon.conf_ and change the _interface_name_ parameter to the ethernet network interface you want to use. Ex: _eth0_ * install the driver by executing from the main folder: - cd 3rdparty/ravenna-alsa-lkm/driver - sudo insmod ./MergingRavennaALSA.ko + (cd 3rdparty/ravenna-alsa-lkm/driver && sudo insmod ./MergingRavennaALSA.ko) + * start the daemon by executing from the main folder: cd daemon