diff options
-rw-r--r-- | docs/3. Usage.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/3. Usage.md b/docs/3. Usage.md index b5ec136..7eb46d3 100644 --- a/docs/3. Usage.md +++ b/docs/3. Usage.md @@ -11,6 +11,16 @@ Using AVIRT ## Loading and Unloading AVIRT +As root, load the required ```avirt_core.ko``` and subsequent audio path. +As an example, the Dummy Audiopath is being loaded here. + +```sh +insmod avirt_core.ko +insmod dummy/dummy_audiopath.ko +``` + +### Note: +The loading and unloading of drivers can be performed using the helper scripts. To run, we must load the kernel modules using the `loadDrivers.sh` script, which contains sample module parameters to AVIRT: ```sh $ ./loadDrivers.sh |