[PlanetCCRMA] HDSPe and Multiface

Donald Steven t6sn7gt at aim.com
Thu Mar 24 15:02:36 PDT 2011


Here's what I do in Fedora 14:

Fedora 14 RME Notes

1. F14 alsa-tools is no good. hdspmixer crashes.  Use CCRMA F13 
alsa-tools.  (Note: I think this has been fixed by now.)

2. Setup files are:

        /home/das/.asoundrc
        /etc/modules.conf
        /etc/modprobe.d/blacklist.conf
        /etc/modprobe.d/local.conf

3.  HDSP Mixer must be on preset 2

4. Set-up

        * must be a fresh install to find HDSP as index 0
        * pulseaudio must be removed for HDSP to be default

==========

Here are the files:

        /home/das/.asoundrc

pcm.hdsp {
         type hw
         card 0
}

ctl.hdsp {
         type hw
         card 0
}

pcm.hdsp_analog {
         type plug
         ttable.0.0 1
         ttable.1.1 1
         ttable.2.2 1
         ttable.3.3 1
         ttable.4.4 1
         ttable.5.5 1
         ttable.6.6 1
         ttable.7.7 1
         slave.pcm hdsp
}

pcm.hdsp_adat {
         type plug
         ttable.0.8  1
         ttable.1.9  1
         ttable.2.10 1
         ttable.3.11 1
         ttable.4.12 1
         ttable.5.13 1
         ttable.6.14 1
         ttable.7.15 1
         slave.pcm hdsp
}

pcm.hdsp_spdif {
     type plug
     ttable.0.16 1
     ttable.1.17 1
     slave.pcm hdsp
}

==========

        /etc/modules.conf

snd-hdsp index=0
snd-hda-intel index=1

==========

        /etc/modprobe.d/blacklist.conf

add:

# radeon
blacklist snd-hda-intel
blacklist snd-hda-codecs

==========

        /etc/modprobe.d/local.conf

alias snd-card-0 snd-CARD_0
options snd-card-0 index=0
options snd-CARD_0 index=0
alias snd-card-1 snd-CARD_1
options snd-card-1 index=1
options snd-CARD_1 index=1

==========

Don

On 03/24/2011 07:56 AM, Henrik Frisk wrote:
> On Wed, Mar 23, 2011 at 10:34 PM, Donald Steven<t6sn7gt at aim.com>  wrote:
>> Have you blacklisted the onboard audio?
>>
> No, I haven't. How would I best do that?
>
> /Henrik



More information about the PlanetCCRMA mailing list