user
February 21, 2009, 11:04pm
#1
Hello everyone
I tested my sound (speaker-test -c2 -l5 -twav)on my mac mini running suse 11.1 with vmware fusion but no sound
here is the result of /usr/sbin/alsa-info.sh
http://www.alsa-project.org/db/?f=84c610528590c5bb710fb6ae307ab1d8e33c80e0
these are the settings of the sound file
cat /etc/modprobe.d/sound
result:
options snd slots=snd-ens1371
LHB6.FGsk7T8RAT9:Creative Sound Blaster AudioPCI64V, AudioPCI128
alias snd-card-0 snd-ens1371
can somebody help me?
grtz,
trilhaer
oldcpu
February 21, 2009, 11:57pm
#2
I tested my sound (speaker-test -c2 -l5 -twav)on my mac mini running suse 11.1 with vmware fusion but no sound
here is the result of /usr/sbin/alsa-info.sh
http://www.alsa-project.org/db/?f=84c610528590c5bb710fb6ae307ab1d8e33c80e0
these are the settings of the sound file
cat /etc/modprobe.d/sound
result:
options snd slots=snd-ens1371
LHB6.FGsk7T8RAT9:Creative Sound Blaster AudioPCI64V, AudioPCI128
alias snd-card-0 snd-ens1371
Thanks, I am also curious as to what rpms you have installed. For example, its possible you need alsa-firmware (I’m not sure). So could you please install “alsa-firmware” and then reboot and test your audio.
Also, provide the output of:
rpm -qa | grep alsa
rpm -qa | grep plus
rpm -q libasound2
uname -a
Thanks, and good luck.
user
February 23, 2009, 1:00am
#3
Hi oldcpu,
many thx for the input,installing alsa-firmware solves the problem!
streaming with amarok (chose engine, alsa as output plugin)is now working also startup sound and cd players.
here is the output of the others;
rpm -qa | grep alsa
alsa-plugins-pulse-1.0.18-6.13
alsa-oss-1.0.17-1.43
alsa-oss-32bit-1.0.17-1.37
alsa-1.0.18-8.9
gmerlin-alsamixer-0.4.0-0.pm.1
alsa-utils-1.0.18-6.4
alsa-plugins-1.0.18-6.13
alsa-firmware-1.0.17-1.42
rpm -qa | grep plus
libgdiplus0-2.0-11.32
rpm -q libasound2
libasound2-1.0.18-8.9
uname -a
Linux suse64 2.6.27.7-9-default #1 SMP 2008-12-04 18:10:04 +0100 x86_64 x86_64 x86_64 GNU/Linux
I’m very happy,
grtz,
trilhaer
oldcpu
February 23, 2009, 8:14am
#4
Excellent! Glad to read it is now working.
Thank you for sharing your solution.