[mythtv-commits] Ticket #7645: No sound from mythfrontend using ALSA:default or ALSA:analog on Fedora 12

MythTV mythtv at cvs.mythtv.org
Tue Nov 24 10:27:19 UTC 2009


#7645: No sound from mythfrontend using ALSA:default or ALSA:analog on Fedora 12
-----------------------------------+----------------------------------------
 Reporter:  fayoeu@…               |       Owner:  ijr           
     Type:  defect                 |      Status:  infoneeded_new
 Priority:  minor                  |   Milestone:  unknown       
Component:  MythTV - Audio Output  |     Version:  0.22          
 Severity:  medium                 |     Mlocked:  0             
-----------------------------------+----------------------------------------

Comment(by david.waring@…):

 I had the same problem.

 Fedora 12 sets ALSA:pulse as the default. Since Myth turns off pulseaudio
 when it starts (is there a config option for this?) you get no sound.

 To overcome this I added the following to my ~/.asoundrc:
 {{{
 pcm.nopulse {
 type hw
 card 0
 }

 ctl.nopulse {
 type hw
 card 0
 }
 }}}


 I then started mythfrontend and set my sound and mixer devices in the
 setup to ALSA:nopulse (you need to type this in as it's not one of the
 defaults).

 Et voila, sound!

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7645#comment:2>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list