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`.
This commit is contained in:
parent
acbb385516
commit
519de0341f
@ -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_
|
* 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:
|
* install the driver by executing from the main folder:
|
||||||
|
|
||||||
cd 3rdparty/ravenna-alsa-lkm/driver
|
(cd 3rdparty/ravenna-alsa-lkm/driver && sudo insmod ./MergingRavennaALSA.ko)
|
||||||
sudo insmod ./MergingRavennaALSA.ko
|
|
||||||
* start the daemon by executing from the main folder:
|
* start the daemon by executing from the main folder:
|
||||||
|
|
||||||
cd daemon
|
cd daemon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user