diff options
author | dvs1 | 2024-10-21 18:55:20 +1000 |
---|---|---|
committer | dvs1 | 2024-10-21 18:55:20 +1000 |
commit | 0c4e8c635d9a25712d65af9b6dcf6fbad4a72b05 (patch) | |
tree | 61f4f3b2197a7ae36c2dc064fc9f9c55a292430b /README.md | |
parent | Tweak the "didn't die" sleep. (diff) | |
download | JackOnAllDevices-0c4e8c635d9a25712d65af9b6dcf6fbad4a72b05.zip JackOnAllDevices-0c4e8c635d9a25712d65af9b6dcf6fbad4a72b05.tar.gz JackOnAllDevices-0c4e8c635d9a25712d65af9b6dcf6fbad4a72b05.tar.bz2 JackOnAllDevices-0c4e8c635d9a25712d65af9b6dcf6fbad4a72b05.tar.xz |
Restructure the APT.exe stuff.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -23,11 +23,13 @@ The packages you need installed are - | |||
23 | 23 | ||
24 | You need to have the snd-aloop kernel module loaded. | 24 | You need to have the snd-aloop kernel module loaded. |
25 | 25 | ||
26 | The aataaj.lua script should be run at boot time, put it into | 26 | The aataaj.lua script should be run at boot time, put it and _.lua into |
27 | /etc/init.d/ and activate it with - | 27 | /etc/init.d/ and activate it with - |
28 | 28 | ||
29 | update-rc.d aataaj.lua defaults | 29 | update-rc.d aataaj.lua defaults |
30 | 30 | ||
31 | Note that _.lua might need to be in /usr/local/share/lua/5.1/ | ||
32 | |||
31 | It scans for your sound devices and creates /var/lib/aataaj/asoundrc. | 33 | It scans for your sound devices and creates /var/lib/aataaj/asoundrc. |
32 | You can run it manually with "aataaj start" each time you need to change | 34 | You can run it manually with "aataaj start" each time you need to change |
33 | your devices. | 35 | your devices. |