That would be awesome. Then I could go into a room and do the "Computer lights on" or "Illuminate" from Demolition Man.

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote2340:01 01/18/08 17:33:19.536 Failed loading code: Error loading code:
error: (eval):2338: compile error
(eval):7: syntax error, unexpected tINTEGER, expecting kEND
0000 006D 0000 0022 00AC 00AC 0015 0040 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0015 0015 0015 0015 0040 0015 0040 0015 0015 0015 0015 0015 0040 0015 0015 0015 0040 0015 0040 0015 0015 0015 0015 0015 0040 0015 0040 0015 0015 0015 0689
^
(eval):13: syntax error, unexpected tINTEGER, expecting kEND
0000 006D 0000 0022 00AC 00AC 0015 0040 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0040 0015 0015 0015 0015 0015 0040 0015 0040 0015 0040 0015 0040 0015 0015 0015 0015 0015 0040 0015 0040 0015 0015 0015 0689
^
(eval):19: syntax error, unexpected tINTEGER, expecting kEND
0000 006D 0000 0022 00AC 00AC 0015 0040 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0040 0015 0040 0015 0015 0015 0040 0015 0040 0015 0040 0015 0040 0015 0015 0015 0689
^
(eval):25: syntax error, unexpected tINTEGER, expecting kEND
0000 006D 0000 0022 00AC 00AC 0015 0040 0015 0040 0015 0040 0015 0015 <0xb5846b90>
amixer controls | grep -i master
pcm.!default {
type plug
slave.pcm "softvol" #make use of softvol
}
pcm.softvol {
type softvol
slave {
pcm "dmix" #redirect the output to dmix (instead of "hw:0,0")
}
control {
name "Master" #Create the Master softvol volume control
card 0
}
}
speaker-test -twav -c2 -l1
amixer controls | grep -i master
should return something and you should be able to start App_Server. Quote from: hari on January 04, 2008, 03:03:30 AMHari, I have a sound card, and it works properly, there is audio and everything.
to quote my previous post: iirc the appserver segfaults when using amixer without a sound card. Do you have a sound card?
have been there...
QuoteThe Audigy LS does not have a master volume control. For analog output, use "Analog Front", "Analog Rear" and "Analog Center/LFE" for volume.http://alsa.opensrc.org/index.php/Audigyls_playback
QuoteCore was generated by `./App_Server'.
Program terminated with signal 11, Segmentation fault.
#0 0xb7bf4509 in snd_mixer_selem_has_playback_volume () from /usr/lib/libasound.so.2
(gdb) bt
#0 0xb7bf4509 in snd_mixer_selem_has_playback_volume () from /usr/lib/libasound.so.2
#1 0x0806b4de in MasterMix::GetVolumeLimits (this=0x807260c) at amix.cpp:41
#2 0x0806b559 in MasterMix (this=0x807260c) at amix.cpp:20
#3 0x0805b641 in App_Server (this=0x80723c0, DeviceID=0, ServerAddress=@0xbfa5a238, bConnectEventHandler=true, bLocalMode=false, pRouter=0x0)
at App_Server.cpp:74
#4 0x08057a9e in main (argc=1, argv=0xbfa5a304) at Main.cpp:196
QuoteWARNING: The Audigy LS is a very basic sound card. It has no hardware mixer, no DSP, and no interpolators.