aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordvs12024-11-03 23:36:27 +1000
committerdvs12024-11-03 23:36:27 +1000
commit8885b158232ad0a6db0fab701a6ad464d7b77a3b (patch)
tree5582f9e4865b98ce6b973fbd63b6cd61286bca06
parentInstall command for aataaj. (diff)
downloadJackOnAllDevices-8885b158232ad0a6db0fab701a6ad464d7b77a3b.zip
JackOnAllDevices-8885b158232ad0a6db0fab701a6ad464d7b77a3b.tar.gz
JackOnAllDevices-8885b158232ad0a6db0fab701a6ad464d7b77a3b.tar.bz2
JackOnAllDevices-8885b158232ad0a6db0fab701a6ad464d7b77a3b.tar.xz
Update docs.
-rw-r--r--README.md7
-rwxr-xr-xaataaj.lua8
2 files changed, 4 insertions, 11 deletions
diff --git a/README.md b/README.md
index e9c2556..28b7bfe 100644
--- a/README.md
+++ b/README.md
@@ -23,12 +23,9 @@ The packages you need installed are -
23 23
24You need to have the snd-aloop kernel module loaded. 24You need to have the snd-aloop kernel module loaded.
25 25
26The aataaj.lua script should be run at boot time, put it and _.lua into 26The aataaj.lua script should be run at boot time, install it by running -
27/etc/init.d/ and activate it with -
28 27
29update-rc.d aataaj.lua defaults 28./aataaj.lua install
30
31Note that _.lua might need to be in /usr/local/share/lua/5.1/
32 29
33It scans for your sound devices and creates /var/lib/aataaj/asoundrc. 30It scans for your sound devices and creates /var/lib/aataaj/asoundrc.
34You can run it manually with "aataaj start" each time you need to change 31You can run it manually with "aataaj start" each time you need to change
diff --git a/aataaj.lua b/aataaj.lua
index 0a127bf..836bf2b 100755
--- a/aataaj.lua
+++ b/aataaj.lua
@@ -45,13 +45,9 @@ The packages you need installed are -
45 45
46You need to have the snd-aloop kernel module loaded. 46You need to have the snd-aloop kernel module loaded.
47 47
48The aataaj.lua script should be run at boot time, put it and _.lua into 48The aataaj.lua script should be run at boot time, install it by running -
49/etc/init.d/ and activate it with -
50
51update-rc.d aataaj.lua defaults
52
53Note 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