Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dziallas <sebastian@localhost.localdomain>2009-02-22 17:17:20 (GMT)
committer Sebastian Dziallas <sebastian@localhost.localdomain>2009-02-22 17:17:20 (GMT)
commite22c2c0f1b380ccfe9ae3f1bf441d613643cba91 (patch)
tree11c364b69f631239a0f0f128b876f8e7cd670760
parent605f81d75c519e1b731f4d9688f45af43adf3fda (diff)
make sure speak works (with regard to alsa)
-rw-r--r--soas-sugar.ks3
1 files changed, 2 insertions, 1 deletions
diff --git a/soas-sugar.ks b/soas-sugar.ks
index 2952c47..79db324 100644
--- a/soas-sugar.ks
+++ b/soas-sugar.ks
@@ -156,7 +156,7 @@ pcm.dmixer {
ipc_key 1024
ipc_perm 0666
slave {
- pcm "hw:0,0"
+ pcm "hw:\`aplay -l | grep -o '^card [0-9]\+' | head -n1 | awk '{print \$2}'\`,0"
period_time 0
period_size 1024
buffer_size 8192
@@ -175,6 +175,7 @@ EOF
%post --nochroot
ACTIVITIES="
+http://dev.laptop.org/~cscott/bundles/Pippy-30.xo
http://sugarlabs.org/wiki/images/9/9f/InfoSlicer-1.xo
"