<div>Okay, </div>
<div>I found this online, and I know it says to tweak it, but i'm not sure how to do that.&nbsp; i can watch HDTV no problem using my hd3000 card, but the sound is nothing but static.&nbsp; Now I can hear music and tv fine over the analog output, but no sound via spdif output both are from onboard audio. This first part is what I get when i run aplay -l.&nbsp; I've read of other people having the same problem...but i can't seem to fix mine.
</div>
<div>&nbsp;</div>
<div>**** List of PLAYBACK Hardware Devices ****<br>ALSA lib conf.c:1178:(parse_def) iec958 is not a compound<br>ALSA lib conf.c:1591:(snd_config_load1) _toplevel_:1:12:Invalid argument<br>ALSA lib conf.c:2836:(snd_config_hook_load) /home/mythtv/.asoundrc may be old or corrupted: consider to remove or fix it 
<br>ALSA lib conf.c:2699:(snd_config_hooks_call) function snd_config_hook_load returned error: Invalid argument<br>ALSA lib conf.c:3065:(snd_config_update_r) hooks failed, removing configuration<br>aplay: device_list:231: control open (0): Invalid argument 
<br>[mythtv@localhost ~]$<br><br><br><br># ~/.asoundrc or /etc/asound.conf<br># ALSA configuration file<br><br>##### USAGE #####<br># Save this file as &quot;~/.asoundrc&quot; (for user-specific sound configuration) or<br>
# &quot;/etc/asound.conf&quot; (for system-wide sound configuration) and specify ALSA<br># device names ad described in the next section.<br><br><br>##### DEVICE NAMES #####<br># This configuration file defines four devices for use by the user.&nbsp; Those 
<br># devices are &quot;analog&quot;, &quot;mixed-analog&quot;, &quot;digital&quot;, and &quot;mixed-digital&quot;.&nbsp; The<br># user may also re-define &quot;default&quot; to be identical to one of the above-named<br># devices ( 
i.e. to send all sound output to the digital output unless otherwise<br># specified).&nbsp; Use the device names as described below:<br>#&nbsp; - &quot;analog&quot; outputs to the analog output directly and (at least on software<br>
#&nbsp; sound cards) blocks other audio output.&nbsp; After playback completes, &quot;queued&quot;<br>#&nbsp; sounds are output in sequence.<br>#&nbsp; - &quot;mixed-analog&quot; mixes audio output from multiple programs into the analog<br>#&nbsp; output (so you can hear beeps, alerts, and other noises while playing back 
<br>#&nbsp; an audio stream).<br>#&nbsp; - &quot;digital&quot; outputs to the digital output directly.&nbsp; Since most (all?)<br>#&nbsp; digital outputs expect 48kHz PCM audio, this may not work for some playback<br>#&nbsp; (i.e. CD's--which are 
44.1kHz PCM audio--or 32kHz audio streams from TV<br>#&nbsp; recordings, etc.).<br>#&nbsp; - &quot;mixed-digital&quot;<br><br># All other devices created within this file are used only by the configuration<br># file itself and should /not/ be used directly.&nbsp; In other words, do not use 
<br># the devices &quot;analog-hw&quot;, &quot;dmix-analog&quot;, &quot;digital-hw&quot;, or &quot;dmix-digital&quot;.<br><br><br>##### IMPORTANT #####<br># To make this ALSA configuration file work with your sound card, you will need 
<br># to define the appropriate card and device information for the &quot;analog-hw&quot; and<br># &quot;digital-hw&quot; devices below.&nbsp; You can find the card and device information<br># using &quot;aplay -l&quot;.<br><br>
<br>##### Configuration File #####<br><br># Override the default output used by ALSA.&nbsp; If you do not override the<br># default, your default device is identical to the (unmixed) &quot;analog&quot; device<br># shown below.&nbsp; If you prefer mixed and/or digital output, uncomment the 
<br># appropriate four lines below (only one slave.pcm line).<br>#<br># Note, also, that as of ALSA 1.0.9, &quot;software&quot; sound cards have been modified<br># such that their default &quot;default&quot; device is identical to the &quot;mixed-analog&quot; 
<br># device.&nbsp; Whether using an ALSA version before or after 1.0.9, it does no harm<br># and has no affect on performance to redefine the device (even if the<br># redefinition does not change anything).&nbsp; Also, by using this ALSA 
<br># configuration file, you once again have access to unmixed analog output using<br># the &quot;analog&quot; device.<br>pcm.!default {<br>&nbsp; type plug<br>## Uncomment the following to use &quot;mixed-analog&quot; by default 
<br>#&nbsp; slave.pcm &quot;dmix-analog&quot;<br>## Uncomment the following to use (unmixed) &quot;digital&quot; by default<br>&nbsp; slave.pcm &quot;digital-hw&quot;<br>## Uncomment the following to use &quot;mixed-digital&quot; by default 
<br>#&nbsp; slave.pcm &quot;dmix-digital&quot;<br>}<br><br># Control device (mixer, etc.) for the card<br>ctl.!default {<br>&nbsp; type hw<br>&nbsp; card 0<br>}<br><br># Alias for (converted) analog output on the card<br># - This is identical to the device named &quot;default&quot;--which always exists and 
<br># refers to hw:0,0 (unless overridden)<br># - Therefore, we can specify &quot;hw:0,0&quot;, &quot;default&quot;, or &quot;analog&quot; to access analog<br># output on the card<br># - Note that as of ALSA 1.0.9, &quot;software&quot; sound card definitions redefine 
<br># &quot;default&quot; to do mixing, meaning this device is different from &quot;default&quot; and<br># allows playback while blocking other sound sources (until playback<br># completes).<br>pcm.analog {<br>&nbsp; type plug 
<br>&nbsp; slave.pcm &quot;analog-hw&quot;<br>}<br><br># Control device (mixer, etc.) for the card<br>ctl.analog {<br>&nbsp; type hw<br>&nbsp; card 0<br>}<br><br># Alias for (converted) mixed analog output on the card<br># - This will accept audio input--regardless of rate--and convert to the rate 
<br># required for the dmix plugin (in this case 48000Hz)<br># - Note that as of ALSA 1.0.9, &quot;software&quot; sound card definitions redefine<br># &quot;default&quot; to do mixing, meaning this device is identical to &quot;default&quot; for 
<br># &quot;software&quot; sound cards.<br>pcm.mixed-analog {<br>&nbsp; type plug<br>&nbsp; slave.pcm &quot;dmix-analog&quot;<br>}<br><br># Control device (mixer, etc.) for the card<br>ctl.mixed-analog {<br>&nbsp; type hw<br>&nbsp; card 0<br>
}<br><br># Alias for (converted) digital (S/PDIF) output on the card<br># - This will accept audio input--regardless of rate--and convert to the rate<br># required for the S/PDIF hardware (in this case 48000Hz)<br>pcm.digital
 {<br>&nbsp; type plug<br>&nbsp; slave.pcm &quot;digital-hw&quot;<br>}<br><br># Control device (mixer, etc.) for the card<br>ctl.digital {<br>&nbsp; type hw<br>&nbsp; card 0<br>&nbsp; device 2<br>}<br><br># Alias for mixed (converted) digital (S/PDIF) output on the card 
<br>#&nbsp; - This will accept audio input--regardless of rate--and convert to the rate<br>#&nbsp; required for the S/PDIF hardware (in this case 48000Hz)<br>pcm.mixed-digital {<br>&nbsp; type plug<br>&nbsp; slave.pcm &quot;dmix-digital&quot; 
<br>}<br><br># Control device (mixer, etc.) for the card<br>ctl.mixed-digital {<br>&nbsp; type hw<br>&nbsp; card 0<br>&nbsp; device 2<br>}<br><br># The following devices are not useful by themselves.&nbsp; They require specific<br># rates, channels, and formats.&nbsp; Therefore, you probably do not want to use 
<br># them directly.&nbsp; Instead use of of the devices defined above.<br><br># Alias for analog output on the card<br># Do not use this directly--it requires specific rate, channels, and format<br>pcm.analog-hw {<br>&nbsp; type hw 
<br>&nbsp; card 0<br>&nbsp; # The default value for device is 0, so no need to specify<br>#&nbsp; - Uncomment one of the below or create a new &quot;device N&quot; line as appropriate<br>#&nbsp;&nbsp;&nbsp; for your sound card or <br>#&nbsp; device 1<br>#&nbsp; device 4 
<br>}<br><br># Control device (mixer, etc.) for the card<br>ctl.analog-hw {<br>&nbsp; type hw<br>&nbsp; card 0<br>}<br><br># Alias for digital (S/PDIF) output on the card<br># Do not use this directly--it requires specific rate, channels, and format 
<br>pcm.digital-hw {<br>&nbsp; type hw<br>&nbsp; card 0<br>&nbsp; device 1<br>#&nbsp; - Comment out &quot;device 1&quot; above and uncomment one of the below or create a<br>#&nbsp;&nbsp;&nbsp; new &quot;device N&quot; line as appropriate for your sound card or 
<br>#&nbsp; device 2<br>#&nbsp; device 4<br>}<br><br># Control device (mixer, etc.) for the card<br>ctl.digital-hw {<br>&nbsp; type hw<br>&nbsp; card 0<br>}<br><br># Direct software mixing plugin for analog output on the card<br># Do not use this directly--it requires specific rate, channels, and format 
<br>pcm.dmix-analog {<br>&nbsp; type dmix<br>&nbsp; ipc_key 1234<br>&nbsp; slave {<br>&nbsp;&nbsp;&nbsp; pcm &quot;analog-hw&quot;<br>&nbsp;&nbsp;&nbsp; period_time 0<br>&nbsp;&nbsp;&nbsp; period_size 1024<br>&nbsp;&nbsp;&nbsp; buffer_size 4096<br>&nbsp;&nbsp;&nbsp; rate 48000<br>&nbsp; } <br>}<br><br># Control device (mixer, etc.) for the card 
<br>ctl.dmix-analog {<br>&nbsp; type hw<br>&nbsp; card 0<br>}<br><br># Direct software mixing plugin for digital (S/PDIF) output on the card<br># Do not use this directly--it requires specific rate, channels, and format<br>pcm.dmix-digital
 {<br>&nbsp; type dmix<br>&nbsp; ipc_key 1235<br>&nbsp; slave {<br>&nbsp;&nbsp;&nbsp; pcm &quot;digital-hw&quot;<br>&nbsp;&nbsp;&nbsp; period_time 0<br>&nbsp;&nbsp;&nbsp; period_size 1024<br>&nbsp;&nbsp;&nbsp; buffer_size 4096<br>&nbsp;&nbsp;&nbsp; rate 48000<br>&nbsp; } <br>}<br><br># Control device (mixer, etc.) for the card 
<br>ctl.dmix-digital {<br>&nbsp; type hw<br>&nbsp; card 0</div>