[PlanetCCRMA] problem with ALSA and RME multiface
gryphius.ginsberg
gryphius.ginsberg@free.fr
Thu Aug 12 14:22:01 2004
Mark Knecht a écrit :
> gryphius.ginsberg wrote:
>
>>
>> [root@localhost root]#/usr/bin/hdspconf
>> It works !
>> ... but I can't ear sound (xmms was working with the AC97 and it was ok)
>>
> Looks like you're making headway. That's cool.
>
> Run hdspmixer and bring up levels, and do routing as necessary, to get
> your audio directed to the correct outputs.
>
> (Oh yeah...make sure you have an amp and speakers hooked up and turned
> on also!) ;-)
;-)
> _______________________________________________
> PlanetCCRMA mailing list
> PlanetCCRMA@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma
>
>
i did it with hdspmixer (all sound is open)... but i ear nothing (i use
output plugin ALSA 1.2.10 in xmms)
NB : i can't access to the matrix (in the windowsxp driver you can
choose matrix to route the signal but i don't see "matrix" in the hdspmixer)
my modules.conf is :
alias usb-controller usb-ohci
alias usb-controller1 ehci-hcd
alias ieee1394-controller ohci1394
alias scsi_hostadapter sbp2
# -- Keep modules from being autocleaned
add options -k snd-card
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 1.0.4 ---
alias char-major-116 snd
alias char-major-14 soundcore
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias snd-card-0 snd-hdsp
alias sound-slot-0 snd-hdsp
# --- END: Generated by ALSACONF, do not edit. ---
i tried this modules.conf but linux didn't detect correctly my RME so i
restored the old modules.conf, do you have an idea ?
alias usb-controller usb-ohci
alias usb-controller1 ehci-hcd
alias ieee1394-controller ohci1394
alias scsi_hostadapter sbp2
# --- ALSACONF verion 1.0.4 ---
alias char-major-116 snd
alias char-major-14 soundcore
alias snd-CARD_0 snd-hdsp
alias snd-CARD_1 snd-intel8x0
#---OSS compatibility alias
alias sound-slot-0 snd-CARD_0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias sound-slot-1 snd-CARD_1
alias sound-service-1-0 snd-mixer-oss
alias sound-service-1-3 snd-pcm-oss
alias sound-service-1-12 snd-pcm-oss
#---Options
options snd major=116 cards_limit=1+1
options snd-CARD_0 index=0
options snd-CARD_1 index=1
#-- Keep modules from being autocleaned
add options -k snd-card-0
add options -k snd-card-1
#-- ALSA configuration END
thanks