Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

Sound issues still...

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


vbtalent at gmail

Nov 3, 2009, 5:55 PM

Post #1 of 8 (830 views)
Permalink
Sound issues still...

I'm going to finally try and tackle the sound issue with my box currently he
volume is way to low.

I ran 'aplay -L' and this was the result:

*front:CARD=NVidia,DEV=0
HDA NVidia, ALC888 Analog
Front speakers
surround40:CARD=NVidia,DEV=0
HDA NVidia, ALC888 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=NVidia,DEV=0
HDA NVidia, ALC888 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=NVidia,DEV=0
HDA NVidia, ALC888 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=NVidia,DEV=0
HDA NVidia, ALC888 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=NVidia,DEV=0
HDA NVidia, ALC888 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
hdmi:CARD=NVidia,DEV=0
HDA NVidia
HDMI Audio Output
null*


The board I'm using is an Zotac 8300 with HDMI, originally I wasn't able to
get the HDMI sound working but was curious if anyone had any successes with
this board or had some suggestions.

The board from what I can see does audio over HDMI and my TV is a Sammy
LNT4665 and I think it shouldn't have any problems with audio over HDMI but
I was only able to get Analog sound going.

Also, does Myth now support PulseAudio?

Thanks for any advice or suggestions.

A JM,


list-mythtv at bluecamel

Nov 3, 2009, 9:34 PM

Post #2 of 8 (796 views)
Permalink
Re: Sound issues still... [In reply to]

On Nov 3, 2009, at 8:55 PM, A JM wrote:

> I'm going to finally try and tackle the sound issue with my box
> currently he volume is way to low.
>
> I ran 'aplay -L' and this was the result:
>
> front:CARD=NVidia,DEV=0
> HDA NVidia, ALC888 Analog
> Front speakers
> surround40:CARD=NVidia,DEV=0
> HDA NVidia, ALC888 Analog
> 4.0 Surround output to Front and Rear speakers
> surround41:CARD=NVidia,DEV=0
> HDA NVidia, ALC888 Analog
> 4.1 Surround output to Front, Rear and Subwoofer speakers
> surround50:CARD=NVidia,DEV=0
> HDA NVidia, ALC888 Analog
> 5.0 Surround output to Front, Center and Rear speakers
> surround51:CARD=NVidia,DEV=0
> HDA NVidia, ALC888 Analog
> 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
> surround71:CARD=NVidia,DEV=0
> HDA NVidia, ALC888 Analog
> 7.1 Surround output to Front, Center, Side, Rear and Woofer
> speakers
> hdmi:CARD=NVidia,DEV=0
> HDA NVidia
> HDMI Audio Output
> null
>
>
> The board I'm using is an Zotac 8300 with HDMI, originally I wasn't
> able to get the HDMI sound working but was curious if anyone had any
> successes with this board or had some suggestions.
>

I have HDMI sound working for Live TV, Recorded TV, and DVD playback
now. My box is the ASRock 330 ION which should be similar to the Zotac
8300 from what I can see.

For live tv viewing I had to enable the option Settings -> TV Settings
-> Playback -> General Playback -> Extra audio buffering. If I didn't
I would see "WriteAudio: buffer underrun" logged with sound breakups
when watching Live TV. The other Settings -> General -> Sound config I
used was:

Audio output device: ALSA:default
Passthrough output device: Default
Max Audio Channels: Stereo
Upmix: Passive
AC3 audio upmixer - unchecked
Enable AC3 to SPDIF passthrough - unchecked
Enable DTS to SPDIF passthrough - unchecked
Agressive Sound card Buffering - unchecked
Use internal volume controls - unchecked

And my /etc/asound.conf looks like this:

pcm.!default {
type plug
slave.pcm "hdmi"
}

I'm running JYA's stable 0.21-fixes with Ubuntu 9.04 at the moment.

--
Scott <catfather [at] donpoo>
AIM: BlueCame1


jyavenard at gmail

Nov 3, 2009, 10:43 PM

Post #3 of 8 (796 views)
Permalink
Re: Sound issues still... [In reply to]

Hi

2009/11/4 Scott <list-mythtv [at] bluecamel>:
> I have HDMI sound working for Live TV, Recorded TV, and DVD playback now. My
> box is the ASRock 330 ION which should be similar to the Zotac 8300 from
> what I can see.
> For live tv viewing I had to enable the option Settings -> TV Settings ->
> Playback -> General Playback -> Extra audio buffering. If I didn't I would
> see "WriteAudio: buffer underrun" logged with sound breakups when watching
> Live TV. The other Settings -> General -> Sound config I used was:
> Audio output device: ALSA:default
> Passthrough output device: Default
> Max Audio Channels: Stereo
> Upmix: Passive
> AC3 audio upmixer - unchecked
> Enable AC3 to SPDIF passthrough - unchecked
> Enable DTS to SPDIF passthrough - unchecked
> Agressive Sound card Buffering - unchecked
> Use internal volume controls - unchecked
> And my /etc/asound.conf looks like this:
> pcm.!default {
>   type plug
>   slave.pcm "hdmi"
> }
> I'm running JYA's stable 0.21-fixes with Ubuntu 9.04 at the moment.
>

If you're using my repo, you would only get stereo sound then, not 5.1

If you want surround sound you have to set the max audio channels to 5.1
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


vbtalent at gmail

Nov 4, 2009, 3:16 AM

Post #4 of 8 (785 views)
Permalink
Re: Sound issues still... [In reply to]

Scott, thanks for the reply.

What OS are you running, I'm running Ubuntu and by default it has PulseAudio
running do you know if that needs to be uninstalled or can I just try and
get Alsa running as the default sound system?

Thanks,


jyavenard at gmail

Nov 4, 2009, 3:48 AM

Post #5 of 8 (789 views)
Permalink
Re: Sound issues still... [In reply to]

2009/11/4 A JM <vbtalent [at] gmail>:
>
> Scott, thanks for the reply.
>
> What OS are you running, I'm running Ubuntu and by default it has PulseAudio
> running do you know if that needs to be uninstalled or can I just try and
> get Alsa running as the default sound system?

if running 0.22, then yes, you should disable or uninstall the
pulseaudio server.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


vbtalent at gmail

Nov 4, 2009, 4:31 AM

Post #6 of 8 (778 views)
Permalink
Re: Sound issues still... [In reply to]

On Wed, Nov 4, 2009 at 6:48 AM, Jean-Yves Avenard <jyavenard [at] gmail>wrote:

> 2009/11/4 A JM <vbtalent [at] gmail>:
> >
> > Scott, thanks for the reply.
> >
> > What OS are you running, I'm running Ubuntu and by default it has
> PulseAudio
> > running do you know if that needs to be uninstalled or can I just try and
> > get Alsa running as the default sound system?
>
> if running 0.22, then yes, you should disable or uninstall the
> pulseaudio server.
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>


Seeing this in the syslog not sure why I would be lacking priveleges?

Nov 4 06:59:47 DVR01 pulseaudio[4123]: main.c: Called SUID root and
real-time and/or high-priority scheduling was requested in the
configuration. However, we lack the necessary privileges:
Nov 4 06:59:47 DVR01 pulseaudio[4123]: main.c: We are not in group
'pulse-rt', PolicyKit refuse to grant us the requested privileges and we
have no increase RLIMIT_NICE/RLIMIT_RTPRIO resource limits.
Nov 4 06:59:47 DVR01 pulseaudio[4123]: main.c: For enabling
real-time/high-priority scheduling please acquire the appropriate PolicyKit
privileges, or become a member of 'pulse-rt', or increase the
RLIMIT_NICE/RLIMIT_RTPRIO resource limits for this user.
Nov 4 06:59:47 DVR01 pulseaudio[4122]: main.c: Called SUID root and
real-time and/or high-priority scheduling was requested in the
configuration. However, we lack the necessary privileges:
Nov 4 06:59:47 DVR01 pulseaudio[4122]: main.c: We are not in group
'pulse-rt', PolicyKit refuse to grant us the requested privileges and we
have no increase RLIMIT_NICE/RLIMIT_RTPRIO resource limits.
Nov 4 06:59:47 DVR01 pulseaudio[4122]: main.c: For enabling
real-time/high-priority scheduling please acquire the appropriate PolicyKit
privileges, or become a member of 'pulse-rt', or increase the
RLIMIT_NICE/RLIMIT_RTPRIO resource limits for this user.
Nov 4 06:59:48 DVR01 pulseaudio[4145]: pid.c: Daemon already running.


vbtalent at gmail

Nov 4, 2009, 4:32 AM

Post #7 of 8 (781 views)
Permalink
Re: Sound issues still... [In reply to]

Jean-Yves, is there some updated directions around that I could follow for
setting up ALSA and HDMI sound?

Thanks,


jyavenard at gmail

Nov 4, 2009, 4:44 AM

Post #8 of 8 (784 views)
Permalink
Re: Sound issues still... [In reply to]

2009/11/4 A JM <vbtalent [at] gmail>:
>
> Jean-Yves, is there some updated directions around that I could follow for
> setting up ALSA and HDMI sound?

most hdmi system seems to use ALSA:hw:0,3 (it'a preset in mythtv 0.22
or 0.21 on my repo)
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.