Skip to content

Commit

Permalink
Merge pull request #168 from automaciej/patch-1
Browse files Browse the repository at this point in the history
Return to the main directory after inserting the module.
  • Loading branch information
bondagit authored Jul 25, 2024
2 parents b34b55b + 519de03 commit af967ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af967ea

Please sign in to comment.