Hello,
having spent the last few days trying to solve the sound problems,
I have moved a step further, but still some help would be *higly*
appreciated.
I have a fresh installation of OpenSuse 11.2 32-bit. My soundcard
is Terratec EWX 24-96. The card is detected in Yast, and I can play
Hi everybody,Sorry for resurrecting an old thread but this might be helpful for those who end up here.k2000 wrote: I have a turntable plugged in my inboard sound card, it plays whitout any config from this soundcard, but I want it to play in the pci soundcard too.To solve a similar problem (with three outputs instead) I added the following to my asound.conf file.# Joins all equalizers into a singl
To share my findings.The problem was a the settings in asound.conf.My old "asound.conf."# conver alsa API over jack API
# use it with
# % aplay foo.wav
# use this as default
pcm.!default {
type plug
slave { pcm "jack" }
}
ctl.mixer0 {
type hw
card 1
}
# pcm type jack
pcm.jack {
type jack
playback_ports {
0 system:playback_1
1 system:pl
I'm using 11.2 x64_86, Creative X-fi Extreme Music sound card. After a bit of searching around, I got surround sound working correctly on my system with the follow .asoundrc:
pcm.!default "plug:upmix51"
pcm.upmix51
{
type upmix
slave.pcm redirect
channels 6
hint {
show on
I'm running OpenSuSE 11.2, 64-bit version, and after some system upheavals I now have no sound. Other indications of what is wrong (redacted to remove redundancies):
Code:
suillus2:~ # speaker-test -Dplug:front -c2 -l5 -twav
speaker-test 1.0.18
Playback device is plug:front
Stream parameters are 48000Hz, S16_LE, 2 channels
WAV file(s)
Howdy folks
Any help with this problem would be very much appreciated. Thanks.
Im currently trying to setup an maudio 2496 as a 2nd sound device in xubuntu 12.10 with ALSA (no pulseaudio).
hey everyone,
I recently upgraded to ubuntu 12.04 but just after updating grub i lost sound so
i have tried theese 2 links :
https://help.ubuntu.com/community/So...otingProcedure
https://docs.google.com/document/d/1...LMI/edit?pli=1
without result
Accordingly to second link i found that the
/etc/asound.conf was empty then i paste this code
---- code -------
pcm.!default { type plu
My Sound is not working after i upgraded to kernel 3.4.4I'm using alsa and everything was fine before the upgrade, no i can't get alsa to work properly.The first issue after the upgrade was the 'Unkown hardware' error wich i fixed with the# alsactl -f /var/lib/alsa/asound.state storecommand from the wiki.
I have a Centos 5 server with a single sound card in it. I have 3 programs which need to play sounds at different volumes, but none allow changing the output volume in the program.
I would like to use asound.conf to create multiple interfaces to this one sound card, where audio is played at 25%, 50%, and 100% of full volume on each.