Yesterday I installed Linux Open Suse 11 on my computer. Very happy that it works, I now have the problem that the tone isn’t working. I hear the “starting sound” but that the sound depends on. What can I do?
Thank you for your help and maybe you can write in German:)
Note, when testing if you have sound, please copy and paste the following speaker-test into a Gnome terminal:
speaker-test -Dplug:front -c2 -l5 -twav
Note Linux is case sensitive, and “D” is not the same as “d”. To stop the above test, while the gnome terminal has the mouse focus, press <CTRL><C> on the keyboard. Note you should check your mixer settings (alsamixer if using Gnome) to ensure that PCM and Master Volume are set around 95%. Once you have basic sound established you can back off to lower volume levels. Note the test for surround sound is different.
If that test yields errors (and its not uncommon to get errors there), try instead this more simple test: speaker-test -c2 -l5 -twavYou should hear a female voice saying ‘FRONT LEFT’, ‘FRONT RIGHT’ five times. Its quite common that one of those speaker tests will work and one will NOT work, so don’t be distressed if that is the case. IF that test gives sound, stop now, post that the sound test gives sound, and we will look at other possible causes for your applications not giving you the sound you want (such as missing codecs, using the wrong packaged version … etc … ).
Try those speaker-tests as both a regular user, and with root permissions. If you have a headset, try with your headset plugged in, and also with your headset not plugged in (for speakers).
Assuming still no sound, can you provide more very detailed information so a good recommendation can be given? You can do that, with your laptop connected to the internet, by opening a terminal or konsole and copying and pasting the following into the terminal or konsole:
This will run a diagnostic script on your PC and it will post the output to a web site on the Internet. It will give you the URL of the web site. Please post the URL of that web site here. JUST the URL.
Also, please copy and paste the following commands one line at a time into a gnome-terminal and post here the output: rpm -qa | grep alsa
rpm -qa | grep pulse
rpm -q libasound2
uname -a
cat /etc/modprobe.d/sound… with that information I may be able to make a recommendation.
ok … I see a 32-bit openSUSE-11.1with the 2.6.25.20-0.1-pae kernel, running a mix of 1.0.15/1.0.16 alsa sound driver/kernel-module. Your PC’s sound card is not detected. The /etc/modprobe.d/sound file suggests your PC has a IXP150 and should be loading a snd-atiixp kernel module.
Searching the alsa site for the atiixp kernel module, I obtain the following, which suggests there are many updates since the 1.0.15/1.0.16 version: Search results for atiixp - AlsaProject
Hence my recommendation is to:
first boot to your BIOS and confirm sound is switched ON in the BIOS, and
second update your alsa to version 1.0.20 as described below:
To update to 1.0.20 of alsa for your specific specifications:
To update alsa to 1.0.20, with your PC connected to the Internet, please open a terminal/konsole and type “su” (use no quotes and enter root password when prompted for a password) to get root permissions, and then copy and paste and execute the following one line at a time in that terminal/konsole :
zypper ar http://download.opensuse.org/repositories/multimedia:/audio/openSUSE_11.0/ multimedia
Does not work. I first get a tone like “dadadada” this 10 seconds and than “didididi” and I can only disable it by pressing the mute button. Also I think the graphic is very low. A video from youtube is jerkjing. It doesnt work properly.
What are you doing when you get the tone you described? Did you try all 3 audio checks? Do you get the same tone from each ? Note the 3rd one has you run a custom .wav file of your choice. I’m not in front of your PC and I can not see what you are typing when you get those errors. I know it is intuitively obvious to you, but it is not to me since I can not see what you are doing.
Can you also provide me the output, with this new alsa update, of:
/usr/sbin/alsa-info.sh
Just post the URL. Only the URL
rpm -qa | grep alsa
uname -a
cat /etc/modprobe.d/sound
I get these informations of the terminal:
alsa-driver-kmp-pae-1.0.20.20090601_2.6.25.20_0.1-2.1
alsa-1.0.16-39.1
alsa-firmware-1.0.20-5.1
alsa-oss-1.0.17-2.8
alsa-utils-1.0.20-6.2
alsa-plugins-1.0.20-4.6
alsa-tools-1.0.20-5.2
The Problem is that I get a sound but the sound is still the same. It repeats always the same sound “bababababababa” I can only deactivate it by pressing the mute button. But if I want to play a movie in youtube I get no sound. Always “bababababab”.
I recommend you write a bug report and get direct help from the SuSE-GmbH alsa packagers, who is also an alsa developer: Submitting Bug Reports - openSUSE
Ok, thanks. As noted above, I recommend you write a bug report and get direct help from the SuSE-GmbH alsa packagers, who is also an alsa developer: Submitting Bug Reports - openSUSE
Its possible the alsa dev will have you tune one of these parameters:
!!Loaded sound module options
!!--------------------------
!!Module: snd_atiixp
ac97_clock : 48000
ac97_codec : -1
ac97_quirk : <NULL>
enable : N
id : <NULL>
index : -1
spdif_aclink : Y
!!Module: snd_atiixp_modem
ac97_clock : 48000
enable : N
id : <NULL>
index : -2
He also may have you blacklist the atiixp_modem, as I think it can cause problems in some cases. One doe that by adding a line to the end of the /etc/modprobe.d/blacklist file:blacklist snd_atiixp_modem and then restart and test.
But I’m not sure of that, and I could be wrong, and I don’t want to waste your time by recommending such things which are wild speculation on my part.