diff options
-rw-r--r-- | README.md | 7 | ||||
-rwxr-xr-x | aataaj.lua | 8 |
2 files changed, 4 insertions, 11 deletions
@@ -23,12 +23,9 @@ 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 and _.lua into | 26 | The aataaj.lua script should be run at boot time, install it by running - |
27 | /etc/init.d/ and activate it with - | ||
28 | 27 | ||
29 | update-rc.d aataaj.lua defaults | 28 | ./aataaj.lua install |
30 | |||
31 | Note that _.lua might need to be in /usr/local/share/lua/5.1/ | ||
32 | 29 | ||
33 | It scans for your sound devices and creates /var/lib/aataaj/asoundrc. | 30 | It scans for your sound devices and creates /var/lib/aataaj/asoundrc. |
34 | You can run it manually with "aataaj start" each time you need to change | 31 | You can run it manually with "aataaj start" each time you need to change |
@@ -45,13 +45,9 @@ The packages you need installed are - | |||
45 | 45 | ||
46 | You need to have the snd-aloop kernel module loaded. | 46 | You need to have the snd-aloop kernel module loaded. |
47 | 47 | ||
48 | The aataaj.lua script should be run at boot time, put it and _.lua into | 48 | The aataaj.lua script should be run at boot time, install it by running - |
49 | /etc/init.d/ and activate it with - | ||
50 | |||
51 | update-rc.d aataaj.lua defaults | ||
52 | |||
53 | Note that _.lua might need to be in /usr/local/share/lua/5.1/ | ||
54 | 49 | ||
50 | ./aataaj.lua install | ||
55 | 51 | ||
56 | 52 | ||
57 | "aataaj JACK" should be called on user login. Probably don't need to run "aataaj STOP" on | 53 | "aataaj JACK" should be called on user login. Probably don't need to run "aataaj STOP" on |