View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 2 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Mon Apr 30, 2007 7:51 am 
Offline
Joined: Sun Nov 14, 2004 2:39 pm
Posts: 113
Recently upgraded my FE/BE systems to R5E50 from R5C7.
After many tweaks finally have a nicely working system except :

When I set up 5.1 surround sound every thing works but the channel mappings in alsamixer are weird :

Chip : RealTek ALC658

Speaker-test-------------------------------------Alsamixer channel
RR -------------------------------------------------- LFE
RL -------------------------------------------------Center
LFE,CTR------------------------------------------Surround
FL,FR------------------------------------------------PCM
FL,FR-----------------------------------------------Master

I guess I have two issues :

Most important. How can I get the volumes of All the channels to go up and down proportionately.

I've seen references to manufacturers "nice" controls for this but Logitech does not seem to have anything for my 5.1 speakers.

Less important is if there is a way to get the weird Alsamixer mappings straightened out.

Thanks.

_________________
MBE : P4 2.4Gz GA-8IPE1000, 512M, MX440-T8X, 250G WD HDD Cards : PVR-350,PVR-250,HD-3000

MFE : 1GZ Via EPIA-M, 394M, Via onboard video, 1 80G Wd hdd, 1 120G WD Hdd Card : PVR-350

R5E50


Top
 Profile  
 
PostPosted: Thu May 03, 2007 9:37 am 
Offline
Joined: Sun Nov 14, 2004 2:39 pm
Posts: 113
After delving into the less than simple world of ALSA I found a solution to my number one issue : How to control all the 5.1 surround sound channels with one volume control. This link gives the background to the issue.

http://alsa.opensrc.org/How_to_use_softvol_to_control_the_master_volume

First I defined the following .asoundrc file logged in as user mythtv :

Code:
nano ~/.asoundrc

pcm.softvol {
    type            softvol
    slave {
        pcm         "surround51"
    }
    control {
        name        "SoftMaster"
        card        0
    }
}

# Then define the new device as the default

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


Then test the new control

Code:
speaker-test -Dsoftvol -c6


go into alsamixer. A new control called SoftMaster should be there.
Test that when you use the new control the volumes on ALL channels change.

if the sounds are coming from the correct speakers at the correct time then :

I am using xine to play DVD's so the following relates to xine.

Code:
Edit /home/mythtv/.xine/config

find line :

audio.device.alsa_surround51_device:surround51

subsitute :

audio.device.alsa_surround51_device:softvol


find line :

audio.device.alsa_mixer_name:PCM (or you might be using Master)

substitute :

audio.device.alsa_mixer_name:SoftMaster



That's it. The remote now controls all the channels volumes when playing 5.1 surround sound.

_________________
MBE : P4 2.4Gz GA-8IPE1000, 512M, MX440-T8X, 250G WD HDD Cards : PVR-350,PVR-250,HD-3000

MFE : 1GZ Via EPIA-M, 394M, Via onboard video, 1 80G Wd hdd, 1 120G WD Hdd Card : PVR-350

R5E50


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu