Sean,<br><br>As it turned out,<br><br><br>a)<br>Pulseaudio default-sink needs to be un-muted once (therafter, the "un-muteness" is persisted across reboots).<br>Similarly, the "muteness" (once done) is also persisted across reboots.<br>
<br>By default (as in initially), the pulse-audio default-sink is muted.<br><br>This is a consistent behaviour, as checked on F14, and F17-beta.<br><br><br>b)<br>The sound-volume actually IS persisted across reboots (as checked on F14, and F17-beta), as per normal circumstances.<br>
<br>In my case, I was being bitten by a OLPC-Sugar startup "sound-restore" function, which set the volume to a gconf-value (which as it stood out currently, was set to "0").<br><br>I am extremely sorry on this front.<br>
<br><br><br>Sean, again ton of thanks for resolution of the issue. I actually learned quite a lot - thanks to you (and the gstreamer-guys in general :) )<br><br><br><br>Thanks and Regards,<br>Ajay<br><br><br><br><div class="gmail_quote">
On Sun, Jun 3, 2012 at 2:48 AM, Sean McNamara <span dir="ltr"><<a href="mailto:smcnam@gmail.com" target="_blank">smcnam@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="im">On Sat, Jun 2, 2012 at 2:36 PM, Ajay Garg <<a href="mailto:ajaygargnsit@gmail.com">ajaygargnsit@gmail.com</a>> wrote:<br>
> Sean,<br>
><br>
> pavucontrol did it !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br>
><br>
> You hit the nail on the head, the volume was muted (in "Output Devices"<br>
> section).<br>
><br>
> I uninstalled "alsa-plugins-pulseaudio" (which as you have already<br>
> described, would not make a difference in the present case, since we are<br>
> explicitly calling "pulsesink" to use pulseaudio).<br>
><br>
> So, on every reboot on the XO-1, the pulseaudio-volume is muted, and the<br>
> pulseaudio-volume-level is "0%". When I unmute the volume, and increase the<br>
> percentage to a non-zero value, "pulsesink" works !!!!<br>
><br>
><br>
> One last thing :: is there a pulseaudio-correspondent to alsamixer-alsactl,<br>
> so that I can automate the pulseaudio-unmuting and<br>
> pulseaudio-volume-control? Or may be perhaps the configuration file, where<br>
> this may be hardcoded?<br>
<br>
</div>Actually, I think that was a bug for certain audio hardware a while<br>
back. The volume levels aren't saved correctly, or ALSA lies about<br>
what the volume range is, or something like that.<br>
<br>
Basically, whatever volume level you set *SHOULD* be remembered across<br>
reboots. And if you used the latest ALSA and the latest PulseAudio, I<br>
can almost guarantee, that's how it'd be. So for a third time I'm<br>
going to beg you to stop using an outdated distribution. But if you<br>
insist, there's some way to rig up pactl or pacmd to set the<br>
appropriate volume levels. But I honestly don't know how to do that<br>
right now... check the manpage...<br>
<br>
If pactl isn't doing what you think it should be doing, then either<br>
you are interpreting the documentation incorrectly, or you are being<br>
bitten by that bug. You COULD compile a more recent pulseaudio and<br>
ALSA from source, but why? Just upgrade, you'll like it ;-)<br>
<div class="HOEnZb"><div class="h5"><br>
><br>
><br>
> Thanks Sean. I did not expect the issue to resolved so soon; but you really<br>
> were a gem of a help.<br>
><br>
><br>
> Thanks and Regards,<br>
> Ajay<br>
><br>
><br>
><br>
><br>
> On Sat, Jun 2, 2012 at 9:13 PM, Sean McNamara <<a href="mailto:smcnam@gmail.com">smcnam@gmail.com</a>> wrote:<br>
>><br>
>> Hi,<br>
>><br>
>> On Sat, Jun 2, 2012 at 11:00 AM, Ajay Garg <<a href="mailto:ajaygargnsit@gmail.com">ajaygargnsit@gmail.com</a>> wrote:<br>
>> > Thanks Sean, for the prompt, detailed, extremely useful reply :)<br>
>> > I am grateful :)<br>
>> ><br>
>> > a)<br>
>> > Yes, XO-1 runs Fedora-14.<br>
>> ><br>
>> ><br>
>> ><br>
>> ><br>
>> ><br>
>> > b)<br>
>> > Well, OLPC-Sugar does do some customizations in the default image, so<br>
>> > it might be possible that gstreamer-plugins-good has "libgstpulse.so"<br>
>> > missing. (However, it is unlikely).<br>
>> ><br>
>> > Anyhow, I will try this out again with a clean install.<br>
>> ><br>
>> ><br>
>> ><br>
>> ><br>
>> ><br>
>> > c)<br>
>> > Following is the output of "gst-launch-0.10 -v audiotestsrc ! volume<br>
>> > volume=0.4 ! audioconvert ! pulsesink" from XO-1 (seems ok to me) ::<br>
>> ><br>
>> ><br>
>> > #################################################################################################<br>
>> > [olpc@xo-05-2a-1f ~]$ gst-launch -v audiotestsrc ! volume volume=0.4 !<br>
>> > audioconvert ! pulsesink<br>
>> > Setting pipeline to PAUSED ...<br>
>> > /GstPipeline:pipeline0/GstAudioTestSrc:audiotestsrc0.GstPad:src: caps<br>
>> > = audio/x-raw-float, endianness=(int)1234, width=(int)64,<br>
>> > rate=(int)44100, channels=(int)1<br>
>> > Pipeline is PREROLLING ...<br>
>> > /GstPipeline:pipeline0/GstVolume:volume0.GstPad:src: caps =<br>
>> > audio/x-raw-float, endianness=(int)1234, width=(int)64,<br>
>> > rate=(int)44100, channels=(int)1<br>
>> > /GstPipeline:pipeline0/GstVolume:volume0.GstPad:sink: caps =<br>
>> > audio/x-raw-float, endianness=(int)1234, width=(int)64,<br>
>> > rate=(int)44100, channels=(int)1<br>
>> > /GstPipeline:pipeline0/GstAudioConvert:audioconvert0.GstPad:src: caps<br>
>> > = audio/x-raw-float, endianness=(int)1234, width=(int)32,<br>
>> > rate=(int)44100, channels=(int)1<br>
>> > /GstPipeline:pipeline0/GstAudioConvert:audioconvert0.GstPad:sink: caps<br>
>> > = audio/x-raw-float, endianness=(int)1234, width=(int)64,<br>
>> > rate=(int)44100, channels=(int)1<br>
>> > /GstPipeline:pipeline0/GstPulseSink:pulsesink0.GstPad:sink: caps =<br>
>> > audio/x-raw-float, endianness=(int)1234, width=(int)32,<br>
>> > rate=(int)44100, channels=(int)1<br>
>> > Pipeline is PREROLLED ...<br>
>> > Setting pipeline to PLAYING ...<br>
>> > /GstPipeline:pipeline0/GstPulseSink:pulsesink0: volume = 0.728985<br>
>> > /GstPipeline:pipeline0/GstPulseSink:pulsesink0: mute = FALSE<br>
>> > New clock: GstPulseSinkClock<br>
>> ><br>
>> > <therafter, the shell appears to hang; NO SOUND IS HEARD><br>
>> ><br>
>> > #################################################################################################<br>
>> ><br>
>><br>
>> The fact that the shell is hanging suggests to me that either the<br>
>> audio pipeline thinks it is working correctly; or, it tried connecting<br>
>> to pulseaudio and is in a wait-forever loop trying to successfully<br>
>> connect.<br>
>><br>
>> But typically you won't hit the "PLAYING" state and the<br>
>> "GstPulseSinkClock" won't be created, if there is a connectivity issue<br>
>> to the pulseaudio daemon.<br>
>><br>
>> Sounds like you might actually have a working pulseaudio daemon, but<br>
>> the volume is muted ;) Can you look in the pulseaudio sound control<br>
>> app you use (I'm not sure what it's called or if one exists for Sugar)<br>
>> ? If you want, install the pavucontrol package -- that should work<br>
>> reasonably well for this purpose on F14. It will show up in menus as<br>
>> "Volume Control" or "PulseAudio Volume Control" or it can be started<br>
>> from a terminal with<br>
>><br>
>> pavucontrol #do not run it as root<br>
>><br>
>> Then look through the volumes and make sure that<br>
>><br>
>> (1) the gst-launch *stream* is not muted, and<br>
>> (2) the hardware sound card *sink* is not muted, and<br>
>> (3) volume is turned up sufficiently on both the sink and the stream<br>
>><br>
>> I don't fully understand everything in your PA log file below (and<br>
>> certainly there are a few scary messages there), but it looks like PA<br>
>> successfully started up in the end, so the only other thought I had is<br>
>> that maybe your ALSA driver is hanging when trying to play audio<br>
>> through pulseaudio, and that may very well be solved by a distro<br>
>> upgrade to F16 or F17 (F17 was released as final / production this<br>
>> week).<br>
>><br>
>> ><br>
>> ><br>
>> ><br>
>> ><br>
>> ><br>
>> > d)<br>
>> > Following is the content of ~/log_test.txt, generated after running ::<br>
>> ><br>
>> > pulseaudio --kill<br>
>> > sudo rm -r ~/.pulse<br>
>> > sudo rm -r ~/.pulse-cookie<br>
>> > pulseaudio --daemonize=false -vvv > ~/long_test.txt 2>&1<br>
>> ><br>
>> ><br>
>> ><br>
>> > ################################################################################################################<br>
>> > I: main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not<br>
>> > permitted<br>
>> > I: main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not<br>
>> > permitted<br>
>> > D: core-rtclock.c: Timer slack is set to 50 us.<br>
>> > D: core-util.c: RealtimeKit worked.<br>
>> > I: core-util.c: Successfully gained nice level -11.<br>
>> > I: main.c: This is PulseAudio 0.9.21<br>
>> > D: main.c: Compilation host: i386-redhat-linux-gnu<br>
>> > D: main.c: Compilation CFLAGS: -O2 -g -pipe -Wall<br>
>> > -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector<br>
>> > --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom<br>
>> > -fasynchronous-unwind-tables -Wall -W -Wextra -pipe -Wno-long-long<br>
>> > -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations<br>
>> > -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security<br>
>> > -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition<br>
>> > -Wpointer-arith -Winit-self -Wdeclaration-after-statement<br>
>> > -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes<br>
>> > -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow<br>
>> > -Wendif-labels -Wcast-align -Wstrict-aliasing=2 -Wwrite-strings<br>
>> > -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common<br>
>> > -fdiagnostics-show-option<br>
>> > D: main.c: Running on host: Linux i586<br>
>> > 2.6.35.13_xo1-20120508.1133.olpc.eb0c7a8 #1 PREEMPT Tue May 8 11:35:49<br>
>> > EDT 2012<br>
>> > D: main.c: Found 1 CPUs.<br>
>> > I: main.c: Page size is 4096 bytes<br>
>> > D: main.c: Compiled with Valgrind support: no<br>
>> > D: main.c: Running in valgrind mode: no<br>
>> > D: main.c: Running in VM: no<br>
>> > D: main.c: Optimized build: yes<br>
>> > D: main.c: All asserts enabled.<br>
>> > I: main.c: Machine ID is f375255c3fa791ff0a40d9320000001a.<br>
>> > I: main.c: Session ID is<br>
>> > f375255c3fa791ff0a40d9320000001a-1338640583.186469-1399595420.<br>
>> > I: main.c: Using runtime directory<br>
>> > /home/olpc/.pulse/f375255c3fa791ff0a40d9320000001a-runtime.<br>
>> > I: main.c: Using state directory /home/olpc/.pulse.<br>
>> > I: main.c: Using modules directory /usr/lib/pulse-0.9.21/modules.<br>
>> > I: main.c: Running in system mode: no<br>
>> > I: main.c: Fresh high-resolution timers available! Bon appetit!<br>
>> > I: cpu-x86.c: CPU flags: CMOV MMX MMXEXT 3DNOW 3DNOWEXT<br>
>> > I: svolume_mmx.c: Initialising MMX optimized functions.<br>
>> > I: remap_mmx.c: Initialising MMX optimized remappers.<br>
>> > D: memblock.c: Using shared memory pool with 1024 slots of size 64.0<br>
>> > KiB each, total size is 64.0 MiB, maximum usable slot size is 65496<br>
>> > D: database-tdb.c: Opened TDB database<br>
>> > '/home/olpc/.pulse/f375255c3fa791ff0a40d9320000001a-device-volumes.tdb'<br>
>> > I: module-device-restore.c: Sucessfully opened database file<br>
>> > '/home/olpc/.pulse/f375255c3fa791ff0a40d9320000001a-device-volumes'.<br>
>> > I: module.c: Loaded "module-device-restore" (index: #0; argument: "").<br>
>> > D: database-tdb.c: Opened TDB database<br>
>> > '/home/olpc/.pulse/f375255c3fa791ff0a40d9320000001a-stream-volumes.tdb'<br>
>> > I: module-stream-restore.c: Sucessfully opened database file<br>
>> > '/home/olpc/.pulse/f375255c3fa791ff0a40d9320000001a-stream-volumes'.<br>
>> > I: module.c: Loaded "module-stream-restore" (index: #1; argument: "").<br>
>> > D: database-tdb.c: Opened TDB database<br>
>> > '/home/olpc/.pulse/f375255c3fa791ff0a40d9320000001a-card-database.tdb'<br>
>> > I: module-card-restore.c: Sucessfully opened database file<br>
>> > '/home/olpc/.pulse/f375255c3fa791ff0a40d9320000001a-card-database'.<br>
>> > I: module.c: Loaded "module-card-restore" (index: #2; argument: "").<br>
>> > I: module.c: Loaded "module-augment-properties" (index: #3; argument:<br>
>> > "").<br>
>> > D: cli-command.c: Checking for existance of<br>
>> > '/usr/lib/pulse-0.9.21/modules/module-udev-detect.so': success<br>
>> > D: module-udev-detect.c: /dev/snd/controlC0 is accessible: yes<br>
>> > D: module-udev-detect.c: /devices/pci0000:00/0000:00:0f.3/sound/card0<br>
>> > is busy: no<br>
>> > D: module-udev-detect.c: Loading module-alsa-card with arguments<br>
>> > 'device_id="0" name="pci-0000_00_0f.3"<br>
>> > card_name="alsa_card.pci-0000_00_0f.3" tsched=yes ignore_dB=no<br>
>> > card_properties="module-udev-detect.discovered=1"'<br>
>> > D: dbus-util.c: Successfully connected to D-Bus session bus<br>
>> > 3b857d3912c26fe3727fe4cb00000026 as :1.33<br>
>> > D: reserve-wrap.c: Successfully acquired reservation lock on device<br>
>> > 'Audio0'<br>
>> > D: alsa-mixer.c: Looking at profile output:analog-mono<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Mono (analog-mono)<br>
>> > D: alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying hw:0 without SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying plug:hw:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open plug:hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying plug:hw:0 without SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open plug:hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > I: alsa-util.c: Failed to set hardware parameters on plug:hw:0: Invalid<br>
>> > argument<br>
>> > D: alsa-mixer.c: Looking at profile output:analog-mono+input:analog-mono<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Mono (analog-mono)<br>
>> > D: alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying hw:0 without SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying plug:hw:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open plug:hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying plug:hw:0 without SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open plug:hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > I: alsa-util.c: Failed to set hardware parameters on plug:hw:0: Invalid<br>
>> > argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-mono+input:analog-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Mono (analog-mono)<br>
>> > D: alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying hw:0 without SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying plug:hw:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open plug:hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying plug:hw:0 without SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open plug:hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > I: alsa-util.c: Failed to set hardware parameters on plug:hw:0: Invalid<br>
>> > argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-mono+input:iec958-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Mono (analog-mono)<br>
>> > D: alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying hw:0 without SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying plug:hw:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open plug:hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying plug:hw:0 without SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open plug:hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > I: alsa-util.c: Failed to set hardware parameters on plug:hw:0: Invalid<br>
>> > argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-mono+input:iec958-surround-40<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Mono (analog-mono)<br>
>> > D: alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying hw:0 without SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying plug:hw:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open plug:hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying plug:hw:0 without SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open plug:hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > I: alsa-util.c: Failed to set hardware parameters on plug:hw:0: Invalid<br>
>> > argument<br>
>> > D: alsa-mixer.c: Looking at profile output:analog-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Stereo (analog-stereo)<br>
>> > D: alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM front:0<br>
>> > I: alsa-util.c: Error opening PCM device front:0: Invalid argument<br>
>> > D: alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open hw:0<br>
>> > D: alsa-util.c: Maximum hw buffer size is 371 ms<br>
>> > D: alsa-util.c: Set buffer size first (to 4408 samples), period size<br>
>> > second (to 1102 samples).<br>
>> > D: alsa-mixer.c: Profile output:analog-stereo supported.<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-stereo+input:analog-mono<br>
>> > D: alsa-mixer.c: Checking for recording on Analog Mono (analog-mono)<br>
>> > D: alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying hw:0 without SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying plug:hw:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open plug:hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying plug:hw:0 without SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open plug:hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > I: alsa-util.c: Failed to set hardware parameters on plug:hw:0: Invalid<br>
>> > argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-stereo+input:analog-stereo<br>
>> > D: alsa-mixer.c: Checking for recording on Analog Stereo (analog-stereo)<br>
>> > D: alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM front:0<br>
>> > I: alsa-util.c: Error opening PCM device front:0: Invalid argument<br>
>> > D: alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open hw:0<br>
>> > D: alsa-util.c: Maximum hw buffer size is 371 ms<br>
>> > D: alsa-util.c: Set buffer size first (to 4408 samples), period size<br>
>> > second (to 1102 samples).<br>
>> > D: alsa-mixer.c: Profile output:analog-stereo+input:analog-stereo<br>
>> > supported.<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-stereo+input:iec958-stereo<br>
>> > D: alsa-mixer.c: Checking for recording on Digital Stereo (IEC958)<br>
>> > (iec958-stereo)<br>
>> > D: alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM iec958:0<br>
>> > I: alsa-util.c: Error opening PCM device iec958:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-stereo+input:iec958-surround-40<br>
>> > D: alsa-mixer.c: Checking for recording on Digital Surround 4.0<br>
>> > (IEC958) (iec958-surround-40)<br>
>> > D: alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM iec958:0<br>
>> > I: alsa-util.c: Error opening PCM device iec958:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile output:analog-surround-40<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 4.0<br>
>> > (analog-surround-40)<br>
>> > D: alsa-util.c: Trying surround40:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround40:0<br>
>> > I: alsa-util.c: Error opening PCM device surround40:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-40+input:analog-mono<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 4.0<br>
>> > (analog-surround-40)<br>
>> > D: alsa-util.c: Trying surround40:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround40:0<br>
>> > I: alsa-util.c: Error opening PCM device surround40:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-40+input:analog-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 4.0<br>
>> > (analog-surround-40)<br>
>> > D: alsa-util.c: Trying surround40:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround40:0<br>
>> > I: alsa-util.c: Error opening PCM device surround40:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-40+input:iec958-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 4.0<br>
>> > (analog-surround-40)<br>
>> > D: alsa-util.c: Trying surround40:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround40:0<br>
>> > I: alsa-util.c: Error opening PCM device surround40:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-40+input:iec958-surround-40<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 4.0<br>
>> > (analog-surround-40)<br>
>> > D: alsa-util.c: Trying surround40:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround40:0<br>
>> > I: alsa-util.c: Error opening PCM device surround40:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile output:analog-surround-41<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 4.1<br>
>> > (analog-surround-41)<br>
>> > D: alsa-util.c: Trying surround41:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround41:0<br>
>> > I: alsa-util.c: Error opening PCM device surround41:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-41+input:analog-mono<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 4.1<br>
>> > (analog-surround-41)<br>
>> > D: alsa-util.c: Trying surround41:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround41:0<br>
>> > I: alsa-util.c: Error opening PCM device surround41:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-41+input:analog-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 4.1<br>
>> > (analog-surround-41)<br>
>> > D: alsa-util.c: Trying surround41:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround41:0<br>
>> > I: alsa-util.c: Error opening PCM device surround41:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-41+input:iec958-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 4.1<br>
>> > (analog-surround-41)<br>
>> > D: alsa-util.c: Trying surround41:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround41:0<br>
>> > I: alsa-util.c: Error opening PCM device surround41:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-41+input:iec958-surround-40<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 4.1<br>
>> > (analog-surround-41)<br>
>> > D: alsa-util.c: Trying surround41:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround41:0<br>
>> > I: alsa-util.c: Error opening PCM device surround41:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile output:analog-surround-50<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 5.0<br>
>> > (analog-surround-50)<br>
>> > D: alsa-util.c: Trying surround50:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround50:0<br>
>> > I: alsa-util.c: Error opening PCM device surround50:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-50+input:analog-mono<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 5.0<br>
>> > (analog-surround-50)<br>
>> > D: alsa-util.c: Trying surround50:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround50:0<br>
>> > I: alsa-util.c: Error opening PCM device surround50:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-50+input:analog-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 5.0<br>
>> > (analog-surround-50)<br>
>> > D: alsa-util.c: Trying surround50:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround50:0<br>
>> > I: alsa-util.c: Error opening PCM device surround50:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-50+input:iec958-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 5.0<br>
>> > (analog-surround-50)<br>
>> > D: alsa-util.c: Trying surround50:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround50:0<br>
>> > I: alsa-util.c: Error opening PCM device surround50:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-50+input:iec958-surround-40<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 5.0<br>
>> > (analog-surround-50)<br>
>> > D: alsa-util.c: Trying surround50:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround50:0<br>
>> > I: alsa-util.c: Error opening PCM device surround50:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile output:analog-surround-51<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 5.1<br>
>> > (analog-surround-51)<br>
>> > D: alsa-util.c: Trying surround51:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround51:0<br>
>> > I: alsa-util.c: Error opening PCM device surround51:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-51+input:analog-mono<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 5.1<br>
>> > (analog-surround-51)<br>
>> > D: alsa-util.c: Trying surround51:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround51:0<br>
>> > I: alsa-util.c: Error opening PCM device surround51:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-51+input:analog-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 5.1<br>
>> > (analog-surround-51)<br>
>> > D: alsa-util.c: Trying surround51:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround51:0<br>
>> > I: alsa-util.c: Error opening PCM device surround51:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-51+input:iec958-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 5.1<br>
>> > (analog-surround-51)<br>
>> > D: alsa-util.c: Trying surround51:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround51:0<br>
>> > I: alsa-util.c: Error opening PCM device surround51:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-51+input:iec958-surround-40<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 5.1<br>
>> > (analog-surround-51)<br>
>> > D: alsa-util.c: Trying surround51:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround51:0<br>
>> > I: alsa-util.c: Error opening PCM device surround51:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile output:analog-surround-71<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 7.1<br>
>> > (analog-surround-71)<br>
>> > D: alsa-util.c: Trying surround71:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround71:0<br>
>> > I: alsa-util.c: Error opening PCM device surround71:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-71+input:analog-mono<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 7.1<br>
>> > (analog-surround-71)<br>
>> > D: alsa-util.c: Trying surround71:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround71:0<br>
>> > I: alsa-util.c: Error opening PCM device surround71:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-71+input:analog-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 7.1<br>
>> > (analog-surround-71)<br>
>> > D: alsa-util.c: Trying surround71:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround71:0<br>
>> > I: alsa-util.c: Error opening PCM device surround71:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-71+input:iec958-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 7.1<br>
>> > (analog-surround-71)<br>
>> > D: alsa-util.c: Trying surround71:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround71:0<br>
>> > I: alsa-util.c: Error opening PCM device surround71:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:analog-surround-71+input:iec958-surround-40<br>
>> > D: alsa-mixer.c: Checking for playback on Analog Surround 7.1<br>
>> > (analog-surround-71)<br>
>> > D: alsa-util.c: Trying surround71:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM surround71:0<br>
>> > I: alsa-util.c: Error opening PCM device surround71:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile output:iec958-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Stereo (IEC958)<br>
>> > (iec958-stereo)<br>
>> > D: alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM iec958:0<br>
>> > I: alsa-util.c: Error opening PCM device iec958:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:iec958-stereo+input:analog-mono<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Stereo (IEC958)<br>
>> > (iec958-stereo)<br>
>> > D: alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM iec958:0<br>
>> > I: alsa-util.c: Error opening PCM device iec958:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:iec958-stereo+input:analog-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Stereo (IEC958)<br>
>> > (iec958-stereo)<br>
>> > D: alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM iec958:0<br>
>> > I: alsa-util.c: Error opening PCM device iec958:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:iec958-stereo+input:iec958-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Stereo (IEC958)<br>
>> > (iec958-stereo)<br>
>> > D: alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM iec958:0<br>
>> > I: alsa-util.c: Error opening PCM device iec958:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:iec958-stereo+input:iec958-surround-40<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Stereo (IEC958)<br>
>> > (iec958-stereo)<br>
>> > D: alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM iec958:0<br>
>> > I: alsa-util.c: Error opening PCM device iec958:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile output:iec958-surround-40<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Surround 4.0<br>
>> > (IEC958) (iec958-surround-40)<br>
>> > D: alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM iec958:0<br>
>> > I: alsa-util.c: Error opening PCM device iec958:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:iec958-surround-40+input:analog-mono<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Surround 4.0<br>
>> > (IEC958) (iec958-surround-40)<br>
>> > D: alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM iec958:0<br>
>> > I: alsa-util.c: Error opening PCM device iec958:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:iec958-surround-40+input:analog-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Surround 4.0<br>
>> > (IEC958) (iec958-surround-40)<br>
>> > D: alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM iec958:0<br>
>> > I: alsa-util.c: Error opening PCM device iec958:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:iec958-surround-40+input:iec958-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Surround 4.0<br>
>> > (IEC958) (iec958-surround-40)<br>
>> > D: alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM iec958:0<br>
>> > I: alsa-util.c: Error opening PCM device iec958:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:iec958-surround-40+input:iec958-surround-40<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Surround 4.0<br>
>> > (IEC958) (iec958-surround-40)<br>
>> > D: alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM iec958:0<br>
>> > I: alsa-util.c: Error opening PCM device iec958:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile output:iec958-ac3-surround-40<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Surround 4.0<br>
>> > (IEC958/AC3) (iec958-ac3-surround-40)<br>
>> > D: alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM a52:0<br>
>> > I: alsa-util.c: Error opening PCM device a52:0: No such file or<br>
>> > directory<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:iec958-ac3-surround-40+input:analog-mono<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Surround 4.0<br>
>> > (IEC958/AC3) (iec958-ac3-surround-40)<br>
>> > D: alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM a52:0<br>
>> > I: alsa-util.c: Error opening PCM device a52:0: No such file or<br>
>> > directory<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:iec958-ac3-surround-40+input:analog-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Surround 4.0<br>
>> > (IEC958/AC3) (iec958-ac3-surround-40)<br>
>> > D: alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM a52:0<br>
>> > I: alsa-util.c: Error opening PCM device a52:0: No such file or<br>
>> > directory<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:iec958-ac3-surround-40+input:iec958-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Surround 4.0<br>
>> > (IEC958/AC3) (iec958-ac3-surround-40)<br>
>> > D: alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM a52:0<br>
>> > I: alsa-util.c: Error opening PCM device a52:0: No such file or<br>
>> > directory<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:iec958-ac3-surround-40+input:iec958-surround-40<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Surround 4.0<br>
>> > (IEC958/AC3) (iec958-ac3-surround-40)<br>
>> > D: alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM a52:0<br>
>> > I: alsa-util.c: Error opening PCM device a52:0: No such file or<br>
>> > directory<br>
>> > D: alsa-mixer.c: Looking at profile output:iec958-ac3-surround-51<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Surround 5.1<br>
>> > (IEC958/AC3) (iec958-ac3-surround-51)<br>
>> > D: alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM a52:0<br>
>> > I: alsa-util.c: Error opening PCM device a52:0: No such file or<br>
>> > directory<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:iec958-ac3-surround-51+input:analog-mono<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Surround 5.1<br>
>> > (IEC958/AC3) (iec958-ac3-surround-51)<br>
>> > D: alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM a52:0<br>
>> > I: alsa-util.c: Error opening PCM device a52:0: No such file or<br>
>> > directory<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:iec958-ac3-surround-51+input:analog-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Surround 5.1<br>
>> > (IEC958/AC3) (iec958-ac3-surround-51)<br>
>> > D: alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM a52:0<br>
>> > I: alsa-util.c: Error opening PCM device a52:0: No such file or<br>
>> > directory<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:iec958-ac3-surround-51+input:iec958-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Surround 5.1<br>
>> > (IEC958/AC3) (iec958-ac3-surround-51)<br>
>> > D: alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM a52:0<br>
>> > I: alsa-util.c: Error opening PCM device a52:0: No such file or<br>
>> > directory<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:iec958-ac3-surround-51+input:iec958-surround-40<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Surround 5.1<br>
>> > (IEC958/AC3) (iec958-ac3-surround-51)<br>
>> > D: alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM a52:0<br>
>> > I: alsa-util.c: Error opening PCM device a52:0: No such file or<br>
>> > directory<br>
>> > D: alsa-mixer.c: Looking at profile output:hdmi-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Stereo (HDMI)<br>
>> > (hdmi-stereo)<br>
>> > D: alsa-util.c: Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM hdmi:0<br>
>> > I: alsa-util.c: Error opening PCM device hdmi:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile output:hdmi-stereo+input:analog-mono<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Stereo (HDMI)<br>
>> > (hdmi-stereo)<br>
>> > D: alsa-util.c: Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM hdmi:0<br>
>> > I: alsa-util.c: Error opening PCM device hdmi:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:hdmi-stereo+input:analog-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Stereo (HDMI)<br>
>> > (hdmi-stereo)<br>
>> > D: alsa-util.c: Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM hdmi:0<br>
>> > I: alsa-util.c: Error opening PCM device hdmi:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:hdmi-stereo+input:iec958-stereo<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Stereo (HDMI)<br>
>> > (hdmi-stereo)<br>
>> > D: alsa-util.c: Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM hdmi:0<br>
>> > I: alsa-util.c: Error opening PCM device hdmi:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile<br>
>> > output:hdmi-stereo+input:iec958-surround-40<br>
>> > D: alsa-mixer.c: Checking for playback on Digital Stereo (HDMI)<br>
>> > (hdmi-stereo)<br>
>> > D: alsa-util.c: Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM hdmi:0<br>
>> > I: alsa-util.c: Error opening PCM device hdmi:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile input:analog-mono<br>
>> > D: alsa-mixer.c: Checking for recording on Analog Mono (analog-mono)<br>
>> > D: alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying hw:0 without SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying plug:hw:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open plug:hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > D: alsa-util.c: Trying plug:hw:0 without SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open plug:hw:0<br>
>> > D: alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid<br>
>> > argument<br>
>> > I: alsa-util.c: Failed to set hardware parameters on plug:hw:0: Invalid<br>
>> > argument<br>
>> > D: alsa-mixer.c: Looking at profile input:analog-stereo<br>
>> > D: alsa-mixer.c: Checking for recording on Analog Stereo (analog-stereo)<br>
>> > D: alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM front:0<br>
>> > I: alsa-util.c: Error opening PCM device front:0: Invalid argument<br>
>> > D: alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open hw:0<br>
>> > D: alsa-util.c: Maximum hw buffer size is 371 ms<br>
>> > D: alsa-util.c: Set buffer size first (to 4408 samples), period size<br>
>> > second (to 1102 samples).<br>
>> > D: alsa-mixer.c: Profile input:analog-stereo supported.<br>
>> > D: alsa-mixer.c: Looking at profile input:iec958-stereo<br>
>> > D: alsa-mixer.c: Checking for recording on Digital Stereo (IEC958)<br>
>> > (iec958-stereo)<br>
>> > D: alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM iec958:0<br>
>> > I: alsa-util.c: Error opening PCM device iec958:0: Invalid argument<br>
>> > D: alsa-mixer.c: Looking at profile input:iec958-surround-40<br>
>> > D: alsa-mixer.c: Checking for recording on Digital Surround 4.0<br>
>> > (IEC958) (iec958-surround-40)<br>
>> > D: alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM iec958:0<br>
>> > I: alsa-util.c: Error opening PCM device iec958:0: Invalid argument<br>
>> > I: card.c: Created 0 "alsa_card.pci-0000_00_0f.3"<br>
>> > D: reserve-wrap.c: Successfully create reservation lock monitor for<br>
>> > device 'Audio0'<br>
>> > D: alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM front:0<br>
>> > I: alsa-util.c: Error opening PCM device front:0: Invalid argument<br>
>> > D: alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open hw:0<br>
>> > D: alsa-util.c: Maximum hw buffer size is 371 ms<br>
>> > D: alsa-util.c: Set buffer size first (to 88200 samples), period size<br>
>> > second (to 88200 samples).<br>
>> > I: alsa-sink.c: Successfully opened device hw:0.<br>
>> > I: alsa-sink.c: Selected mapping 'Analog Stereo' (analog-stereo).<br>
>> > I: alsa-sink.c: Successfully enabled mmap() mode.<br>
>> > I: alsa-sink.c: Successfully enabled timer-based scheduling mode.<br>
>> > I: alsa-mixer.c: Successfully attached to mixer 'hw:0'<br>
>> > D: alsa-mixer.c: Probing path 'analog-output'<br>
>> > D: alsa-mixer.c: Probing path 'analog-output-speaker'<br>
>> > D: alsa-mixer.c: Probe of element 'Speaker' failed.<br>
>> > D: alsa-mixer.c: Probing path 'analog-output-speaker'<br>
>> > D: alsa-mixer.c: Probe of element 'Desktop Speaker' failed.<br>
>> > D: alsa-mixer.c: Probing path 'analog-output-headphones'<br>
>> > D: alsa-mixer.c: Probe of element 'Headphone' failed.<br>
>> > D: alsa-mixer.c: Probing path 'analog-output-headphones'<br>
>> > D: alsa-mixer.c: Probe of element 'Headphone2' failed.<br>
>> > D: alsa-mixer.c: Probing path 'analog-output-mono'<br>
>> > D: alsa-mixer.c: Probing path 'analog-output-lfe-on-mono'<br>
>> > D: alsa-sink.c: Probed mixer paths:<br>
>> > D: alsa-mixer.c: Path Set 0x960a090, direction=1, probed=yes<br>
>> > D: alsa-mixer.c: Path analog-output (Analog Output), direction=1,<br>
>> > priority=99, probed=yes, supported=yes, has_mute=yes, has_volume=yes,<br>
>> > has_dB=yes, min_volume=0, max_volume=31, min_dB=-139.5, max_dB=0<br>
>> > D: alsa-mixer.c: Element Master, direction=1, switch=1, volume=1,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x3600000000f66,<br>
>> > n_channels=2, override_map=yes<br>
>> > D: alsa-mixer.c: Element Master Mono, direction=1, switch=2, volume=2,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x7ffffffffffff,<br>
>> > n_channels=1, override_map=no<br>
>> > D: alsa-mixer.c: Element Surround, direction=1, switch=1, volume=1,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x60, n_channels=2,<br>
>> > override_map=yes<br>
>> > D: alsa-mixer.c: Element Center, direction=1, switch=1, volume=1,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x4900000000018,<br>
>> > n_channels=1, override_map=yes<br>
>> > D: alsa-mixer.c: Element LFE, direction=1, switch=1, volume=1,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x80, n_channels=1,<br>
>> > override_map=yes<br>
>> > D: alsa-mixer.c: Element PCM, direction=1, switch=1, volume=1,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x3600000000f66,<br>
>> > n_channels=2, override_map=yes<br>
>> > D: alsa-mixer.c: Element External Amplifier, direction=1, switch=4,<br>
>> > volume=0, enumeration=0, required=0, required_absent=0, mask=0x0,<br>
>> > n_channels=0, override_map=no<br>
>> > D: alsa-mixer.c: Option on (output-amplifier-on/Amplifier) index=1,<br>
>> > priority=10<br>
>> > D: alsa-mixer.c: Option off (output-amplifier-off/No Amplifier)<br>
>> > index=0, priority=0<br>
>> > D: alsa-mixer.c: Setting output-amplifier-on (Amplifier) priority=10<br>
>> > D: alsa-mixer.c: Setting output-amplifier-off (No Amplifier) priority=0<br>
>> > D: alsa-mixer.c: Path analog-output-mono (Analog Mono Output),<br>
>> > direction=1, priority=50, probed=yes, supported=yes, has_mute=yes,<br>
>> > has_volume=yes, has_dB=yes, min_volume=0, max_volume=31, min_dB=-93,<br>
>> > max_dB=0<br>
>> > D: alsa-mixer.c: Element Master, direction=1, switch=2, volume=2,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x6, n_channels=2,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Element Master Mono, direction=1, switch=1, volume=1,<br>
>> > enumeration=0, required=4, required_absent=0, mask=0x7ffffffffffff,<br>
>> > n_channels=1, override_map=yes<br>
>> > D: alsa-mixer.c: Element Surround, direction=1, switch=2, volume=2,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x6, n_channels=2,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Element Center, direction=1, switch=2, volume=2,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x7ffffffffffff,<br>
>> > n_channels=1, override_map=no<br>
>> > D: alsa-mixer.c: Element LFE, direction=1, switch=2, volume=2,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x7ffffffffffff,<br>
>> > n_channels=1, override_map=no<br>
>> > D: alsa-mixer.c: Element PCM, direction=1, switch=1, volume=1,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x3600000000f66,<br>
>> > n_channels=2, override_map=yes<br>
>> > D: alsa-mixer.c: Element External Amplifier, direction=1, switch=4,<br>
>> > volume=0, enumeration=0, required=0, required_absent=0, mask=0x0,<br>
>> > n_channels=0, override_map=no<br>
>> > D: alsa-mixer.c: Option on (output-amplifier-on/Amplifier) index=1,<br>
>> > priority=10<br>
>> > D: alsa-mixer.c: Option off (output-amplifier-off/No Amplifier)<br>
>> > index=0, priority=0<br>
>> > D: alsa-mixer.c: Setting output-amplifier-on (Amplifier) priority=10<br>
>> > D: alsa-mixer.c: Setting output-amplifier-off (No Amplifier) priority=0<br>
>> > D: alsa-mixer.c: Path analog-output-lfe-on-mono (Analog Output (LFE)),<br>
>> > direction=1, priority=40, probed=yes, supported=yes, has_mute=yes,<br>
>> > has_volume=yes, has_dB=yes, min_volume=0, max_volume=31, min_dB=-93,<br>
>> > max_dB=0<br>
>> > D: alsa-mixer.c: Element Master, direction=1, switch=1, volume=1,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x3600000000f66,<br>
>> > n_channels=2, override_map=yes<br>
>> > D: alsa-mixer.c: Element Master Mono, direction=1, switch=1, volume=1,<br>
>> > enumeration=0, required=4, required_absent=0, mask=0x80, n_channels=1,<br>
>> > override_map=yes<br>
>> > D: alsa-mixer.c: Element Surround, direction=1, switch=2, volume=2,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x6, n_channels=2,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Element Center, direction=1, switch=2, volume=2,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x7ffffffffffff,<br>
>> > n_channels=1, override_map=no<br>
>> > D: alsa-mixer.c: Element LFE, direction=1, switch=2, volume=2,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x7ffffffffffff,<br>
>> > n_channels=1, override_map=no<br>
>> > D: alsa-mixer.c: Element PCM, direction=1, switch=1, volume=1,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x3600000000f66,<br>
>> > n_channels=2, override_map=yes<br>
>> > D: alsa-mixer.c: Element External Amplifier, direction=1, switch=4,<br>
>> > volume=0, enumeration=0, required=0, required_absent=0, mask=0x0,<br>
>> > n_channels=0, override_map=no<br>
>> > D: alsa-mixer.c: Option on (output-amplifier-on/Amplifier) index=1,<br>
>> > priority=10<br>
>> > D: alsa-mixer.c: Option off (output-amplifier-off/No Amplifier)<br>
>> > index=0, priority=0<br>
>> > D: alsa-mixer.c: Setting output-amplifier-on (Amplifier) priority=10<br>
>> > D: alsa-mixer.c: Setting output-amplifier-off (No Amplifier) priority=0<br>
>> > D: alsa-mixer.c: Added 6 ports<br>
>> > I: sink.c: Created sink 0 "alsa_output.pci-0000_00_0f.3.analog-stereo"<br>
>> > with sample spec s16le 2ch 44100Hz and channel map<br>
>> > front-left,front-right<br>
>> > I: sink.c: alsa.resolution_bits = "16"<br>
>> > I: sink.c: device.api = "alsa"<br>
>> > I: sink.c: device.class = "sound"<br>
>> > I: sink.c: alsa.class = "generic"<br>
>> > I: sink.c: alsa.subclass = "generic-mix"<br>
>> > I: sink.c: <a href="http://alsa.name" target="_blank">alsa.name</a> = "CS5535 Audio"<br>
>> > I: sink.c: <a href="http://alsa.id" target="_blank">alsa.id</a> = "CS5535 Audio"<br>
>> > I: sink.c: alsa.subdevice = "0"<br>
>> > I: sink.c: alsa.subdevice_name = "subdevice #0"<br>
>> > I: sink.c: alsa.device = "0"<br>
>> > I: sink.c: alsa.card = "0"<br>
>> > I: sink.c: alsa.card_name = "CS5535 Audio"<br>
>> > I: sink.c: alsa.long_card_name = "CS5535 Audio cs5535audio at<br>
>> > 0x1480, irq 5"<br>
>> > I: sink.c: alsa.driver_name = "snd_cs5535audio"<br>
>> > I: sink.c: device.bus_path = "pci-0000:00:0f.3"<br>
>> > I: sink.c: sysfs.path =<br>
>> > "/devices/pci0000:00/0000:00:0f.3/sound/card0"<br>
>> > I: sink.c: device.bus = "pci"<br>
>> > I: sink.c: <a href="http://device.vendor.id" target="_blank">device.vendor.id</a> = "1022"<br>
>> > I: sink.c: <a href="http://device.vendor.name" target="_blank">device.vendor.name</a> = "Advanced Micro Devices [AMD]"<br>
>> > I: sink.c: <a href="http://device.product.id" target="_blank">device.product.id</a> = "2093"<br>
>> > I: sink.c: <a href="http://device.product.name" target="_blank">device.product.name</a> = "CS5536 [Geode companion] Audio"<br>
>> > I: sink.c: device.form_factor = "internal"<br>
>> > I: sink.c: device.string = "hw:0"<br>
>> > I: sink.c: device.buffering.buffer_size = "65536"<br>
>> > I: sink.c: device.buffering.fragment_size = "32768"<br>
>> > I: sink.c: device.access_mode = "mmap+timer"<br>
>> > I: sink.c: <a href="http://device.profile.name" target="_blank">device.profile.name</a> = "analog-stereo"<br>
>> > I: sink.c: device.profile.description = "Analog Stereo"<br>
>> > I: sink.c: device.description = "Internal Audio Analog Stereo"<br>
>> > I: sink.c: alsa.mixer_name = "Analog Devices AD1888"<br>
>> > I: sink.c: alsa.components = "AC97a:41445368"<br>
>> > I: sink.c: module-udev-detect.discovered = "1"<br>
>> > I: sink.c: device.icon_name = "audio-card-pci"<br>
>> > D: core-subscribe.c: Dropped redundant event due to change event.<br>
>> > I: source.c: Created source 0<br>
>> > "alsa_output.pci-0000_00_0f.3.analog-stereo.monitor" with sample spec<br>
>> > s16le 2ch 44100Hz and channel map front-left,front-right<br>
>> > I: source.c: device.description = "Monitor of Internal Audio Analog<br>
>> > Stereo"<br>
>> > I: source.c: device.class = "monitor"<br>
>> > I: source.c: alsa.card = "0"<br>
>> > I: source.c: alsa.card_name = "CS5535 Audio"<br>
>> > I: source.c: alsa.long_card_name = "CS5535 Audio cs5535audio at<br>
>> > 0x1480, irq 5"<br>
>> > I: source.c: alsa.driver_name = "snd_cs5535audio"<br>
>> > I: source.c: device.bus_path = "pci-0000:00:0f.3"<br>
>> > I: source.c: sysfs.path =<br>
>> > "/devices/pci0000:00/0000:00:0f.3/sound/card0"<br>
>> > I: source.c: device.bus = "pci"<br>
>> > I: source.c: <a href="http://device.vendor.id" target="_blank">device.vendor.id</a> = "1022"<br>
>> > I: source.c: <a href="http://device.vendor.name" target="_blank">device.vendor.name</a> = "Advanced Micro Devices [AMD]"<br>
>> > I: source.c: <a href="http://device.product.id" target="_blank">device.product.id</a> = "2093"<br>
>> > I: source.c: <a href="http://device.product.name" target="_blank">device.product.name</a> = "CS5536 [Geode companion] Audio"<br>
>> > I: source.c: device.form_factor = "internal"<br>
>> > I: source.c: device.string = "0"<br>
>> > I: source.c: module-udev-detect.discovered = "1"<br>
>> > I: source.c: device.icon_name = "audio-card-pci"<br>
>> > I: alsa-sink.c: Using 2.0 fragments of size 32768 bytes (185.76ms),<br>
>> > buffer size is 65536 bytes (371.52ms)<br>
>> > I: alsa-sink.c: Time scheduling watermark is 20.00ms<br>
>> > D: alsa-sink.c: hwbuf_unused=0<br>
>> > D: alsa-sink.c: setting avail_min=15502<br>
>> > D: alsa-mixer.c: Activating path analog-output<br>
>> > D: alsa-mixer.c: Path analog-output (Analog Output), direction=1,<br>
>> > priority=99, probed=yes, supported=yes, has_mute=yes, has_volume=yes,<br>
>> > has_dB=yes, min_volume=0, max_volume=31, min_dB=-139.5, max_dB=0<br>
>> > D: alsa-mixer.c: Element Master, direction=1, switch=1, volume=1,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x3600000000f66,<br>
>> > n_channels=2, override_map=yes<br>
>> > D: alsa-mixer.c: Element Master Mono, direction=1, switch=2, volume=2,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x7ffffffffffff,<br>
>> > n_channels=1, override_map=no<br>
>> > D: alsa-mixer.c: Element Surround, direction=1, switch=1, volume=1,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x60, n_channels=2,<br>
>> > override_map=yes<br>
>> > D: alsa-mixer.c: Element Center, direction=1, switch=1, volume=1,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x4900000000018,<br>
>> > n_channels=1, override_map=yes<br>
>> > D: alsa-mixer.c: Element LFE, direction=1, switch=1, volume=1,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x80, n_channels=1,<br>
>> > override_map=yes<br>
>> > D: alsa-mixer.c: Element PCM, direction=1, switch=1, volume=1,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x3600000000f66,<br>
>> > n_channels=2, override_map=yes<br>
>> > D: alsa-mixer.c: Element External Amplifier, direction=1, switch=4,<br>
>> > volume=0, enumeration=0, required=0, required_absent=0, mask=0x0,<br>
>> > n_channels=0, override_map=no<br>
>> > D: alsa-mixer.c: Option on (output-amplifier-on/Amplifier) index=1,<br>
>> > priority=10<br>
>> > D: alsa-mixer.c: Option off (output-amplifier-off/No Amplifier)<br>
>> > index=0, priority=0<br>
>> > D: alsa-mixer.c: Setting output-amplifier-on (Amplifier) priority=10<br>
>> > D: alsa-mixer.c: Setting output-amplifier-off (No Amplifier) priority=0<br>
>> > I: alsa-sink.c: Hardware volume ranges from -139.50 dB to 0.00 dB.<br>
>> > I: alsa-sink.c: No particular base volume set, fixing to 0 dB<br>
>> > I: alsa-sink.c: Using hardware volume control. Hardware dB scale<br>
>> > supported.<br>
>> > I: alsa-sink.c: Using hardware mute control.<br>
>> > D: alsa-util.c: snd_pcm_dump():<br>
>> > D: alsa-util.c: Hardware PCM card 0 'CS5535 Audio' device 0 subdevice 0<br>
>> > D: alsa-util.c: Its setup is:<br>
>> > D: alsa-util.c: stream : PLAYBACK<br>
>> > D: alsa-util.c: access : MMAP_INTERLEAVED<br>
>> > D: alsa-util.c: format : S16_LE<br>
>> > D: alsa-util.c: subformat : STD<br>
>> > D: alsa-util.c: channels : 2<br>
>> > D: alsa-util.c: rate : 44100<br>
>> > D: alsa-util.c: exact rate : 44100 (44100/1)<br>
>> > D: alsa-util.c: msbits : 16<br>
>> > D: alsa-util.c: buffer_size : 16384<br>
>> > D: alsa-util.c: period_size : 8192<br>
>> > D: alsa-util.c: period_time : 185759<br>
>> > D: alsa-util.c: tstamp_mode : ENABLE<br>
>> > D: alsa-util.c: period_step : 1<br>
>> > D: alsa-util.c: avail_min : 15502<br>
>> > D: alsa-util.c: period_event : 0<br>
>> > D: alsa-util.c: start_threshold : -1<br>
>> > D: alsa-util.c: stop_threshold : 1073741824<br>
>> > D: alsa-util.c: silence_threshold: 0<br>
>> > D: alsa-util.c: silence_size : 0<br>
>> > D: alsa-util.c: boundary : 1073741824<br>
>> > D: alsa-util.c: appl_ptr : 0<br>
>> > D: alsa-util.c: hw_ptr : 0<br>
>> > D: alsa-sink.c: Read hardware volume: 0: 94% 1: 94%<br>
>> > D: alsa-sink.c: Thread starting up<br>
>> > D: core-util.c: RealtimeKit worked.<br>
>> > I: core-util.c: Successfully enabled SCHED_RR scheduling for thread,<br>
>> > with priority 5.<br>
>> > I: alsa-sink.c: Starting playback.<br>
>> > D: alsa-sink.c: Cutting sleep time for the initial iterations by half.<br>
>> > D: alsa-sink.c: Cutting sleep time for the initial iterations by half.<br>
>> > D: alsa-sink.c: Cutting sleep time for the initial iterations by half.<br>
>> > D: alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > I: (alsa-lib)conf.c: Unknown parameters 0<br>
>> > I: (alsa-lib)pcm.c: Unknown PCM front:0<br>
>> > I: alsa-util.c: Error opening PCM device front:0: Invalid argument<br>
>> > D: alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...<br>
>> > D: alsa-util.c: Managed to open hw:0<br>
>> > D: alsa-util.c: Maximum hw buffer size is 371 ms<br>
>> > D: alsa-util.c: Set buffer size first (to 88200 samples), period size<br>
>> > second (to 88200 samples).<br>
>> > I: alsa-source.c: Successfully opened device hw:0.<br>
>> > I: alsa-source.c: Selected mapping 'Analog Stereo' (analog-stereo).<br>
>> > I: alsa-source.c: Successfully enabled mmap() mode.<br>
>> > I: alsa-source.c: Successfully enabled timer-based scheduling mode.<br>
>> > I: alsa-mixer.c: Successfully attached to mixer 'hw:0'<br>
>> > D: alsa-mixer.c: Probing path 'analog-input'<br>
>> > D: alsa-mixer.c: Probe of element 'Mic' failed.<br>
>> > D: alsa-mixer.c: Probing path 'analog-input-microphone'<br>
>> > D: alsa-mixer.c: Probing path 'analog-input-linein'<br>
>> > D: alsa-mixer.c: Probing path 'analog-input'<br>
>> > D: alsa-mixer.c: Probing path 'analog-input-video'<br>
>> > D: alsa-mixer.c: Probing path 'analog-input-video'<br>
>> > D: alsa-mixer.c: Probe of element 'TV Tuner' failed.<br>
>> > D: alsa-mixer.c: Probing path 'analog-input-radio'<br>
>> > D: alsa-mixer.c: Probe of element 'FM' failed.<br>
>> > D: alsa-mixer.c: Probing path 'analog-input'<br>
>> > D: alsa-mixer.c: Probe of element 'Mic/Line' failed.<br>
>> > D: alsa-source.c: Probed mixer paths:<br>
>> > D: alsa-mixer.c: Path Set 0x960ea68, direction=2, probed=yes<br>
>> > D: alsa-mixer.c: Path analog-input-microphone (Analog Microphone),<br>
>> > direction=2, priority=100, probed=yes, supported=yes, has_mute=yes,<br>
>> > has_volume=yes, has_dB=yes, min_volume=0, max_volume=15, min_dB=0,<br>
>> > max_dB=22.5<br>
>> > D: alsa-mixer.c: Element Capture, direction=2, switch=1, volume=1,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x4037e00000000f66,<br>
>> > n_channels=2, override_map=yes<br>
>> > D: alsa-mixer.c: Element Mic, direction=2, switch=1, volume=0,<br>
>> > enumeration=0, required=4, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=yes<br>
>> > D: alsa-mixer.c: Element Line, direction=2, switch=2, volume=0,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Element Aux, direction=2, switch=2, volume=0,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Element Video, direction=2, switch=2, volume=0,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Element Mic Select, direction=2, switch=0, volume=0,<br>
>> > enumeration=1, required=0, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Option Mic1 (input-microphone-1/Microphone 1)<br>
>> > index=0, priority=20<br>
>> > D: alsa-mixer.c: Option Mic2 (input-microphone-2/Microphone 2)<br>
>> > index=1, priority=19<br>
>> > D: alsa-mixer.c: Setting input-microphone-1 (Microphone 1) priority=20<br>
>> > D: alsa-mixer.c: Setting input-microphone-2 (Microphone 2) priority=19<br>
>> > D: alsa-mixer.c: Path analog-input-linein (Analog Line-In),<br>
>> > direction=2, priority=90, probed=yes, supported=yes, has_mute=yes,<br>
>> > has_volume=yes, has_dB=yes, min_volume=0, max_volume=15, min_dB=0,<br>
>> > max_dB=22.5<br>
>> > D: alsa-mixer.c: Element Capture, direction=2, switch=1, volume=1,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x4037e00000000f66,<br>
>> > n_channels=2, override_map=yes<br>
>> > D: alsa-mixer.c: Element Mic, direction=2, switch=2, volume=0,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Element Line, direction=2, switch=1, volume=0,<br>
>> > enumeration=0, required=4, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=yes<br>
>> > D: alsa-mixer.c: Element Aux, direction=2, switch=2, volume=0,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Element Video, direction=2, switch=2, volume=0,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Path analog-input (Analog Input), direction=2,<br>
>> > priority=90, probed=yes, supported=yes, has_mute=yes, has_volume=yes,<br>
>> > has_dB=yes, min_volume=0, max_volume=15, min_dB=0, max_dB=22.5<br>
>> > D: alsa-mixer.c: Element Capture, direction=2, switch=1, volume=1,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x4037e00000000f66,<br>
>> > n_channels=2, override_map=yes<br>
>> > D: alsa-mixer.c: Element Mic, direction=2, switch=2, volume=0,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Element Line, direction=2, switch=2, volume=0,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Element Aux, direction=2, switch=1, volume=0,<br>
>> > enumeration=0, required=4, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=yes<br>
>> > D: alsa-mixer.c: Element Video, direction=2, switch=2, volume=0,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Path analog-input-video (Analog Video), direction=2,<br>
>> > priority=70, probed=yes, supported=yes, has_mute=yes, has_volume=yes,<br>
>> > has_dB=yes, min_volume=0, max_volume=15, min_dB=0, max_dB=22.5<br>
>> > D: alsa-mixer.c: Element Capture, direction=2, switch=1, volume=1,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x4037e00000000f66,<br>
>> > n_channels=2, override_map=yes<br>
>> > D: alsa-mixer.c: Element Mic, direction=2, switch=2, volume=0,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Element Line, direction=2, switch=2, volume=0,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Element Aux, direction=2, switch=2, volume=0,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Element Video, direction=2, switch=1, volume=0,<br>
>> > enumeration=0, required=4, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=yes<br>
>> > D: alsa-mixer.c: Added 5 ports<br>
>> > D: core-subscribe.c: Dropped redundant event due to change event.<br>
>> > I: source.c: Created source 1<br>
>> > "alsa_input.pci-0000_00_0f.3.analog-stereo" with sample spec s16le 2ch<br>
>> > 44100Hz and channel map front-left,front-right<br>
>> > I: source.c: alsa.resolution_bits = "16"<br>
>> > I: source.c: device.api = "alsa"<br>
>> > I: source.c: device.class = "sound"<br>
>> > I: source.c: alsa.class = "generic"<br>
>> > I: source.c: alsa.subclass = "generic-mix"<br>
>> > I: source.c: <a href="http://alsa.name" target="_blank">alsa.name</a> = "CS5535 Audio"<br>
>> > I: source.c: <a href="http://alsa.id" target="_blank">alsa.id</a> = "CS5535 Audio"<br>
>> > I: source.c: alsa.subdevice = "0"<br>
>> > I: source.c: alsa.subdevice_name = "subdevice #0"<br>
>> > I: source.c: alsa.device = "0"<br>
>> > I: source.c: alsa.card = "0"<br>
>> > I: source.c: alsa.card_name = "CS5535 Audio"<br>
>> > I: source.c: alsa.long_card_name = "CS5535 Audio cs5535audio at<br>
>> > 0x1480, irq 5"<br>
>> > I: source.c: alsa.driver_name = "snd_cs5535audio"<br>
>> > I: source.c: device.bus_path = "pci-0000:00:0f.3"<br>
>> > I: source.c: sysfs.path =<br>
>> > "/devices/pci0000:00/0000:00:0f.3/sound/card0"<br>
>> > I: source.c: device.bus = "pci"<br>
>> > I: source.c: <a href="http://device.vendor.id" target="_blank">device.vendor.id</a> = "1022"<br>
>> > I: source.c: <a href="http://device.vendor.name" target="_blank">device.vendor.name</a> = "Advanced Micro Devices [AMD]"<br>
>> > I: source.c: <a href="http://device.product.id" target="_blank">device.product.id</a> = "2093"<br>
>> > I: source.c: <a href="http://device.product.name" target="_blank">device.product.name</a> = "CS5536 [Geode companion] Audio"<br>
>> > I: source.c: device.form_factor = "internal"<br>
>> > I: source.c: device.string = "hw:0"<br>
>> > I: source.c: device.buffering.buffer_size = "65536"<br>
>> > I: source.c: device.buffering.fragment_size = "32768"<br>
>> > I: source.c: device.access_mode = "mmap+timer"<br>
>> > I: source.c: <a href="http://device.profile.name" target="_blank">device.profile.name</a> = "analog-stereo"<br>
>> > I: source.c: device.profile.description = "Analog Stereo"<br>
>> > I: source.c: device.description = "Internal Audio Analog Stereo"<br>
>> > I: source.c: alsa.mixer_name = "Analog Devices AD1888"<br>
>> > I: source.c: alsa.components = "AC97a:41445368"<br>
>> > I: source.c: module-udev-detect.discovered = "1"<br>
>> > I: source.c: device.icon_name = "audio-card-pci"<br>
>> > I: alsa-source.c: Using 2.0 fragments of size 32768 bytes (185.76ms),<br>
>> > buffer size is 65536 bytes (371.52ms)<br>
>> > I: alsa-source.c: Time scheduling watermark is 20.00ms<br>
>> > D: alsa-source.c: hwbuf_unused=0<br>
>> > D: alsa-source.c: setting avail_min=15502<br>
>> > D: alsa-mixer.c: Activating path analog-input-microphone<br>
>> > D: alsa-mixer.c: Path analog-input-microphone (Analog Microphone),<br>
>> > direction=2, priority=100, probed=yes, supported=yes, has_mute=yes,<br>
>> > has_volume=yes, has_dB=yes, min_volume=0, max_volume=15, min_dB=0,<br>
>> > max_dB=22.5<br>
>> > D: alsa-mixer.c: Element Capture, direction=2, switch=1, volume=1,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x4037e00000000f66,<br>
>> > n_channels=2, override_map=yes<br>
>> > D: alsa-mixer.c: Element Mic, direction=2, switch=1, volume=0,<br>
>> > enumeration=0, required=4, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=yes<br>
>> > D: alsa-mixer.c: Element Line, direction=2, switch=2, volume=0,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Element Aux, direction=2, switch=2, volume=0,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Element Video, direction=2, switch=2, volume=0,<br>
>> > enumeration=0, required=0, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Element Mic Select, direction=2, switch=0, volume=0,<br>
>> > enumeration=1, required=0, required_absent=0, mask=0x0, n_channels=0,<br>
>> > override_map=no<br>
>> > D: alsa-mixer.c: Option Mic1 (input-microphone-1/Microphone 1)<br>
>> > index=0, priority=20<br>
>> > D: alsa-mixer.c: Option Mic2 (input-microphone-2/Microphone 2)<br>
>> > index=1, priority=19<br>
>> > D: alsa-mixer.c: Setting input-microphone-1 (Microphone 1) priority=20<br>
>> > D: alsa-mixer.c: Setting input-microphone-2 (Microphone 2) priority=19<br>
>> > I: alsa-source.c: Hardware volume ranges from 0.00 dB to 22.50 dB.<br>
>> > I: alsa-source.c: Fixing base volume to -22.50 dB<br>
>> > I: alsa-source.c: Using hardware volume control. Hardware dB scale<br>
>> > supported.<br>
>> > I: alsa-source.c: Using hardware mute control.<br>
>> > D: alsa-util.c: snd_pcm_dump():<br>
>> > D: alsa-util.c: Hardware PCM card 0 'CS5535 Audio' device 0 subdevice 0<br>
>> > D: alsa-util.c: Its setup is:<br>
>> > D: alsa-util.c: stream : CAPTURE<br>
>> > D: alsa-util.c: access : MMAP_INTERLEAVED<br>
>> > D: alsa-util.c: format : S16_LE<br>
>> > D: alsa-util.c: subformat : STD<br>
>> > D: alsa-util.c: channels : 2<br>
>> > D: alsa-util.c: rate : 44100<br>
>> > D: alsa-util.c: exact rate : 44100 (44100/1)<br>
>> > D: alsa-util.c: msbits : 16<br>
>> > D: alsa-util.c: buffer_size : 16384<br>
>> > D: alsa-util.c: period_size : 8192<br>
>> > D: alsa-util.c: period_time : 185759<br>
>> > D: alsa-util.c: tstamp_mode : ENABLE<br>
>> > D: alsa-util.c: period_step : 1<br>
>> > D: alsa-util.c: avail_min : 15502<br>
>> > D: alsa-util.c: period_event : 0<br>
>> > D: alsa-util.c: start_threshold : -1<br>
>> > D: alsa-util.c: stop_threshold : 1073741824<br>
>> > D: alsa-util.c: silence_threshold: 0<br>
>> > D: alsa-util.c: silence_size : 0<br>
>> > D: alsa-util.c: boundary : 1073741824<br>
>> > D: alsa-util.c: appl_ptr : 0<br>
>> > D: alsa-util.c: hw_ptr : 0<br>
>> > D: alsa-source.c: Read hardware volume: 0: 67% 1: 67%<br>
>> > D: alsa-source.c: Thread starting up<br>
>> > D: core-util.c: RealtimeKit worked.<br>
>> > I: core-util.c: Successfully enabled SCHED_RR scheduling for thread,<br>
>> > with priority 5.<br>
>> > I: module.c: Loaded "module-alsa-card" (index: #4; argument:<br>
>> > "device_id="0" name="pci-0000_00_0f.3"<br>
>> > card_name="alsa_card.pci-0000_00_0f.3" tsched=yes ignore_dB=no<br>
>> > card_properties="module-udev-detect.discovered=1"").<br>
>> > I: module-udev-detect.c: Card<br>
>> > /devices/pci0000:00/0000:00:0f.3/sound/card0<br>
>> > (alsa_card.pci-0000_00_0f.3) module loaded.<br>
>> > I: module-udev-detect.c: Found 1 cards.<br>
>> > I: module.c: Loaded "module-udev-detect" (index: #5; argument: "").<br>
>> > D: cli-command.c: Checking for existance of<br>
>> > '/usr/lib/pulse-0.9.21/modules/module-bluetooth-discover.so': failure<br>
>> > D: cli-command.c: Checking for existance of<br>
>> > '/usr/lib/pulse-0.9.21/modules/module-esound-protocol-unix.so':<br>
>> > success<br>
>> > I: module.c: Loaded "module-esound-protocol-unix" (index: #6; argument:<br>
>> > "").<br>
>> > D: authkey.c: Got 0 bytes from cookie file '/home/olpc/.pulse-cookie',<br>
>> > expected 256<br>
>> > I: module.c: Loaded "module-native-protocol-unix" (index: #7; argument:<br>
>> > "").<br>
>> > D: cli-command.c: Checking for existance of<br>
>> > '/usr/lib/pulse-0.9.21/modules/module-gconf.so': failure<br>
>> > I: module.c: Loaded "module-default-device-restore" (index: #8;<br>
>> > argument: "").<br>
>> > I: module.c: Loaded "module-rescue-streams" (index: #9; argument: "").<br>
>> > I: module.c: Loaded "module-always-sink" (index: #10; argument: "").<br>
>> > I: module.c: Loaded "module-intended-roles" (index: #11; argument: "").<br>
>> > D: module-suspend-on-idle.c: Sink<br>
>> > alsa_output.pci-0000_00_0f.3.analog-stereo becomes idle, timeout in 5<br>
>> > seconds.<br>
>> > D: module-suspend-on-idle.c: Source<br>
>> > alsa_input.pci-0000_00_0f.3.analog-stereo becomes idle, timeout in 5<br>
>> > seconds.<br>
>> > I: module.c: Loaded "module-suspend-on-idle" (index: #12; argument: "").<br>
>> > D: dbus-util.c: Successfully connected to D-Bus system bus<br>
>> > a62f11bda26be72a1398bb610000001a as :1.35<br>
>> > I: client.c: Created 0 "ConsoleKit Session<br>
>> > /org/freedesktop/ConsoleKit/Session1"<br>
>> > D: module-console-kit.c: Added new session<br>
>> > /org/freedesktop/ConsoleKit/Session1<br>
>> > I: module.c: Loaded "module-console-kit" (index: #13; argument: "").<br>
>> > I: module.c: Loaded "module-position-event-sounds" (index: #14;<br>
>> > argument: "").<br>
>> > I: module.c: Loaded "module-cork-music-on-phone" (index: #15; argument:<br>
>> > "").<br>
>> > D: main.c: Got org.pulseaudio.Server!<br>
>> > I: main.c: Daemon startup complete.<br>
>> > D: module-console-kit.c: dbus: interface=org.freedesktop.DBus,<br>
>> > path=/org/freedesktop/DBus, member=NameAcquired<br>
>> > I: module-device-restore.c: Storing volume/mute/port for device<br>
>> > sink:alsa_output.pci-0000_00_0f.3.analog-stereo.<br>
>> > I: module-device-restore.c: Storing volume/mute/port for device<br>
>> > source:alsa_output.pci-0000_00_0f.3.analog-stereo.monitor.<br>
>> > I: module-device-restore.c: Storing volume/mute/port for device<br>
>> > source:alsa_input.pci-0000_00_0f.3.analog-stereo.<br>
>> > D: module-udev-detect.c: /dev/snd/controlC0 is accessible: yes<br>
>> > D: alsa-sink.c: Wakeup from ALSA!<br>
>> > I: module-suspend-on-idle.c: Source<br>
>> > alsa_input.pci-0000_00_0f.3.analog-stereo idle for too long,<br>
>> > suspending ...<br>
>> > D: source.c: Suspend cause of source<br>
>> > alsa_input.pci-0000_00_0f.3.analog-stereo is 0x0004, suspending<br>
>> > I: alsa-source.c: Device suspended...<br>
>> > I: module-suspend-on-idle.c: Sink<br>
>> > alsa_output.pci-0000_00_0f.3.analog-stereo idle for too long,<br>
>> > suspending ...<br>
>> > D: sink.c: Suspend cause of sink<br>
>> > alsa_output.pci-0000_00_0f.3.analog-stereo is 0x0004, suspending<br>
>> > I: alsa-sink.c: Device suspended...<br>
>> > D: reserve-wrap.c: Device lock status of<br>
>> > reserve-monitor-wrapper@Audio0 changed: not busy<br>
>> > D: module-udev-detect.c: /dev/snd/controlC0 is accessible: yes<br>
>> > D: core-subscribe.c: Dropped redundant event due to change event.<br>
>> > I: module-device-restore.c: Synced.<br>
>> > I: main.c: Got signal SIGINT.<br>
>> > I: main.c: Exiting.<br>
>> > I: main.c: Daemon shutdown initiated.<br>
>> > I: module.c: Unloading "module-device-restore" (index: #0).<br>
>> > I: module.c: Unloaded "module-device-restore" (index: #0).<br>
>> > I: module.c: Unloading "module-stream-restore" (index: #1).<br>
>> > I: module.c: Unloaded "module-stream-restore" (index: #1).<br>
>> > I: module.c: Unloading "module-card-restore" (index: #2).<br>
>> > I: module.c: Unloaded "module-card-restore" (index: #2).<br>
>> > I: module.c: Unloading "module-augment-properties" (index: #3).<br>
>> > I: module.c: Unloaded "module-augment-properties" (index: #3).<br>
>> > I: module.c: Unloading "module-alsa-card" (index: #4).<br>
>> > D: alsa-sink.c: Thread shutting down<br>
>> > I: sink.c: Freeing sink 0 "alsa_output.pci-0000_00_0f.3.analog-stereo"<br>
>> > I: source.c: Freeing source 0<br>
>> > "alsa_output.pci-0000_00_0f.3.analog-stereo.monitor"<br>
>> > D: core-subscribe.c: Dropped redundant event due to change event.<br>
>> > D: alsa-source.c: Thread shutting down<br>
>> > I: source.c: Freeing source 1<br>
>> > "alsa_input.pci-0000_00_0f.3.analog-stereo"<br>
>> > I: card.c: Freed 0 "alsa_card.pci-0000_00_0f.3"<br>
>> > I: module.c: Unloaded "module-alsa-card" (index: #4).<br>
>> > I: module.c: Unloading "module-udev-detect" (index: #5).<br>
>> > I: module.c: Unloaded "module-udev-detect" (index: #5).<br>
>> > I: module.c: Unloading "module-esound-protocol-unix" (index: #6).<br>
>> > I: module.c: Unloaded "module-esound-protocol-unix" (index: #6).<br>
>> > I: module.c: Unloading "module-native-protocol-unix" (index: #7).<br>
>> > I: module.c: Unloaded "module-native-protocol-unix" (index: #7).<br>
>> > I: module.c: Unloading "module-default-device-restore" (index: #8).<br>
>> > I: module.c: Unloaded "module-default-device-restore" (index: #8).<br>
>> > I: module.c: Unloading "module-rescue-streams" (index: #9).<br>
>> > I: module.c: Unloaded "module-rescue-streams" (index: #9).<br>
>> > I: module.c: Unloading "module-always-sink" (index: #10).<br>
>> > I: module.c: Unloaded "module-always-sink" (index: #10).<br>
>> > I: module.c: Unloading "module-intended-roles" (index: #11).<br>
>> > I: module.c: Unloaded "module-intended-roles" (index: #11).<br>
>> > I: module.c: Unloading "module-suspend-on-idle" (index: #12).<br>
>> > I: module.c: Unloaded "module-suspend-on-idle" (index: #12).<br>
>> > I: module.c: Unloading "module-console-kit" (index: #13).<br>
>> > D: module-console-kit.c: Removing session<br>
>> > /org/freedesktop/ConsoleKit/Session1<br>
>> > I: client.c: Freed 0 "ConsoleKit Session<br>
>> > /org/freedesktop/ConsoleKit/Session1"<br>
>> > I: module.c: Unloaded "module-console-kit" (index: #13).<br>
>> > I: module.c: Unloading "module-position-event-sounds" (index: #14).<br>
>> > I: module.c: Unloaded "module-position-event-sounds" (index: #14).<br>
>> > I: module.c: Unloading "module-cork-music-on-phone" (index: #15).<br>
>> > I: module.c: Unloaded "module-cork-music-on-phone" (index: #15).<br>
>> > I: main.c: Daemon terminated.<br>
>> ><br>
>> > ################################################################################################################<br>
>> ><br>
>> ><br>
>> ><br>
>> ><br>
>> > e)<br>
>> > Finally, it is heartening to hear that pulseaudio should not be run as<br>
>> > root :D<br>
>> > I tried it, just because there was too much talks of pulseaudio<br>
>> > working in root mode, but not otherwise; after<br>
>> > "alsa-plugins-pulseaudio" is installed (courtesy Google :D )<br>
>> ><br>
>> ><br>
>> > Sean, I again thank you for your prompt reply.<br>
>> ><br>
>> > Please let me know what else I can try out, as it might very well be<br>
>> > some configuration issues in pulseaudio - more so, since pulseaudio<br>
>> > seems to work just fine on my Dell F14.<br>
>> ><br>
>> ><br>
>> ><br>
>> > Thanks and Regards,<br>
>> > Ajay<br>
>> ><br>
>> ><br>
>> ><br>
>> > On Sat, Jun 2, 2012 at 7:13 PM, Sean M :cNamara <<a href="mailto:smcnam@gmail.com">smcnam@gmail.com</a>><br>
>> > wrote:<br>
>> >> Hi,<br>
>> >><br>
>> >> On Sat, Jun 2, 2012 at 9:02 AM, Ajay Garg <<a href="mailto:ajay@activitycentral.com">ajay@activitycentral.com</a>><br>
>> >> wrote:<br>
>> >>> Hi all.<br>
>> >>><br>
>> >>> I have been banging my head for over 5 days now; went through whatever<br>
>> >>> google-literature I could possibly through.<br>
>> >>> But I guess I will have to ask the experts :|<br>
>> >>><br>
>> >>><br>
>> >>> I will list down my queries with the story regarding that query, so as<br>
>> >>> to<br>
>> >>> maintain modularity as far as possible.<br>
>> >>><br>
>> >>><br>
>> >>> I have a x86-based Fedora-14 Dell laptop; and a XO-1.<br>
>> >><br>
>> >> What is your XO-1 running? Is it also Fedora 14? You didn't specify,<br>
>> >> unless you implied that the XO-1 is running the same as the Dell.<br>
>> >><br>
>> >>><br>
>> >>><br>
>> >>> A)<br>
>> >>> On my Dell laptop, the following work seamlessly, and I am able to<br>
>> >>> enjoy the<br>
>> >>> mp3.<br>
>> >>><br>
>> >>> (i) gst-launch filesrc location=/path/to/mp3 ! mad ! alsasink<br>
>> >>><br>
>> >>> (ii) gst-launch filesrc location=/path/to/mp3 ! mad ! pulsesink<br>
>> >>><br>
>> >>><br>
>> >>> However, on my XO-1, only the following works ::<br>
>> >>><br>
>> >>><br>
>> >>> (i) gst-launch filesrc location=/path/to/mp3 ! mad ! alsasink<br>
>> >>><br>
>> >>> whereas the following shows the "pulsesink" plugin not found error ::<br>
>> >>><br>
>> >>> (ii) gst-launch filesrc location=/path/to/mp3 ! mad ! pulsesink<br>
>> >>><br>
>> >>><br>
>> >>> I figured out that the package "gstreamer-plugins-good" is required<br>
>> >>> for the<br>
>> >>> "pulsesink" plugin.<br>
>> >>><br>
>> >>> So, I did "gst-inspect" on both machines, and "rpm -qa | grep<br>
>> >>> gstreamer-plugins-good" on both the machines.<br>
>> >>><br>
>> >>> To my horror, I saw that the package<br>
>> >>> "gstreamer-plugins-good-0.10.26-1.fc14.i686" was installed on both the<br>
>> >>> Dell<br>
>> >>> machine, and the XO-1, but only the Dell laptop showed the presence of<br>
>> >>> "pulsesink".<br>
>> >>><br>
>> >>> Why could this difference be ?<br>
>> >>><br>
>> >><br>
>> >> I don't know for sure, but if the pulseaudio plugin for gstreamer has<br>
>> >> an unresolved link-time dependency, the gstreamer plugin loader won't<br>
>> >> be able to load it. So for example if libpulse is not available...<br>
>> >><br>
>> >> Sounds like you manually messed with the XO-1 to some degree, as it<br>
>> >> should not be in this state out of the box. In fact I can practically<br>
>> >> guarantee that it *isn't*. You, or some software you installed, took<br>
>> >> some action to bring the machine into this state. The default install<br>
>> >> of Fedora Gnome has been shipping with the gstreamer plugin for<br>
>> >> pulseaudio and pulseaudio itself for quite some time; definitely since<br>
>> >> Fedora 14 or even earlier. You should be able to come out of a clean<br>
>> >> install and immediately play gstreamer audio through pulseaudio with<br>
>> >> no tweaking whatsoever. So the fact that yours is borked points to<br>
>> >> something that has happened after installation.<br>
>> >><br>
>> >><br>
>> >>><br>
>> >>><br>
>> >>><br>
>> >>><br>
>> >>><br>
>> >>> B)<br>
>> >>> Anyhow, I copied "libgstpulse.so" from my Dell machine to the XO-1.<br>
>> >>> Thereafter, "pulsesink" could be recognised on the XO-1.<br>
>> >>><br>
>> >>> However, "gst-launch filesrc location=/path/to/mp3 ! mad ! pulsesink"<br>
>> >>> resulted in a sound only on Dell, and not XO-1.<br>
>> >><br>
>> >> Did you run gst-launch with the -v switch for verbose? Sounds like<br>
>> >> pulseaudio isn't running, or you don't have the pulseaudio libraries<br>
>> >> installed.<br>
>> >><br>
>> >> gst-launch-0.10 -v audiotestsrc ! volume volume=0.4 ! audioconvert !<br>
>> >> pulsesink #warning: generated sound may be loud if it works, turn down<br>
>> >> your speakers<br>
>> >><br>
>> >> If it produces any output on the console, post it back to the ML.<br>
>> >><br>
>> >>><br>
>> >>> So, I researched further, and concluded that I needed to install<br>
>> >>> "alsa-plugins-pulseaudio" on the XO-1, so as to set up the pulseaudio<br>
>> >>> server, and have the alsa-device as the "other end of the pulseaudio<br>
>> >>> proxy".<br>
>> >><br>
>> >> That is incorrect. The pulseaudio plugin for libasound2 (the<br>
>> >> user-space ALSA library) is designed to allow applications coded<br>
>> >> against the ALSA API to have their sound re-routed through pulseaudio.<br>
>> >> alsa-plugins-pulseaudio does NOT affect the way that pulseaudio itself<br>
>> >> plays audio to its ALSA backend, because pulseaudio itself<br>
>> >> automatically detects (using one of the detection modules) your<br>
>> >> hardware sound cards.<br>
>> >><br>
>> >> Also, pulseaudio is not a "proxy" in this setup; you're just trying to<br>
>> >> play audio locally.<br>
>> >><br>
>> >><br>
>> >>><br>
>> >>> So, I installed the package.<br>
>> >>><br>
>> >>> However, SOUND HAS STOPPED PLAYING COMPLETELY ON THE XO-1 (the only<br>
>> >>> time I<br>
>> >>> hear some sound is during boot-up time).<br>
>> >><br>
>> >> This isn't very surprising to me, considering that you already stated<br>
>> >> that pulsesink isn't playing audio. Your PA daemon is somehow not<br>
>> >> configured correctly or is not running in the first place.<br>
>> >><br>
>> >> alsa-plugins-pulseaudio is designed so that any well-behaved ALSA<br>
>> >> application will try to play audio through the "pulse" software device<br>
>> >> at the ALSA layer (libasound2). To get technical, it remaps the<br>
>> >> "default" device to an instance of the "type pulse" device, so that an<br>
>> >> application calling<br>
>> >><br>
>> >> snd_pcm_open(&pcm, "default", ...)<br>
>> >><br>
>> >> will actually be sending the audio through pulseaudio, rather than<br>
>> >> "directly" through ALSA. This is done because 99.9% of the audio<br>
>> >> devices out there only support software mixing, so you won't be able<br>
>> >> to simultaneously listen to pulseaudio playing its own audio AND some<br>
>> >> application playing audio directly to the ALSA hardware, e.g. with:<br>
>> >><br>
>> >> snd_pcm_open(&pcm, "hw:0", ...)<br>
>> >><br>
>> >> Thus, to avoid this problem, pulseaudio (and also ALSA) developers<br>
>> >> have been trying to educate application developers on how to safely<br>
>> >> write ALSA code so that it will use a default plugin if available, and<br>
>> >> if not, then it goes to the hardware directly. Once you install<br>
>> >> alsa-plugins-pulseaudio, the hardware path is still available, but<br>
>> >> it's not the "default" device. So the "default" device tries to<br>
>> >> connect to pulseaudio.<br>
>> >><br>
>> >>><br>
>> >>> If I remove "alsa-plugins-pulseaudio", I can again hear the sound via<br>
>> >>> "alsasink", but not through "pulsesink".<br>
>> >><br>
>> >> This is in line with my explanation above.<br>
>> >><br>
>> >>><br>
>> >>> If I re-install "alsa-plugins-pulseaudio", I can not hear sound<br>
>> >>> through<br>
>> >>> "alsasink", nor "pulsesink",<br>
>> >>> (<br>
>> >>> not even after doing the following steps ::<br>
>> >>><br>
>> >>> pulsesudio --kill<br>
>> >>> sudo rm -r ~/.pulse<br>
>> >>> sudo rm -r ~/.pulse-cookie<br>
>> >>> pulseaudio --start<br>
>> >>><br>
>> >>> <trying to run the mp3 with sudo<br>
>> >>> previleges.><br>
>> >><br>
>> >> Well there's one potential problem. You will normally not be able to<br>
>> >> run audio applications as root if your pulseaudio daemon is started as<br>
>> >> a user. And you really, really, really shouldn't run pulseaudio as<br>
>> >> root (p.s. sudo == running as root), either. So basically, unless you<br>
>> >> have a very compelling need to run audio as root, don't do it. Start<br>
>> >> pulseaudio as a regular user, and run your audio applications... as a<br>
>> >> regular user.<br>
>> >><br>
>> >> Instead of pulseaudio --start, can you post the log output of:<br>
>> >><br>
>> >> pulseaudio --daemonize=false -vvvv<br>
>> >><br>
>> >> to the ML?<br>
>> >><br>
>> >>> )<br>
>> >>><br>
>> >>><br>
>> >>> So, what other thing could I possibly do?<br>
>> >><br>
>> >> P.S. - Fedora *17* is out now, so unless you have some specific reason<br>
>> >> not to upgrade (I can't think of one), you'd be better off doing so. A<br>
>> >> lot of bugs have been fixed in the audio stack since. Fedora isn't<br>
>> >> exactly the best distro for running an ancient release for years; for<br>
>> >> that type of setup I'd recommend RHEL/CentOS or Debian Stable.<br>
>> >><br>
>> >>><br>
>> >>><br>
>> >>><br>
>> >>> Will be grateful for a reply.<br>
>> >>><br>
>> >>><br>
>> >>> Thanks and Regards,<br>
>> >>> Ajay<br>
>> >>><br>
>> >>><br>
>> >>><br>
>> >>> _______________________________________________<br>
>> >>> gstreamer-devel mailing list<br>
>> >>> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
>> >>> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
>> >>><br>
>> >> _______________________________________________<br>
>> >> gstreamer-devel mailing list<br>
>> >> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
>> >> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
>> > _______________________________________________<br>
>> > gstreamer-devel mailing list<br>
>> > <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
>> > <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
>> _______________________________________________<br>
>> gstreamer-devel mailing list<br>
>> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
>> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
><br>
><br>
><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br>