Hi, my problem is that there is an awful noise in my headphones. If, for example, i’m trying to play mp3 in amarok, i still can hear music but it is strongly mixed with noise (just like white noise). I tried to mute every channel in the Kmix - no use.
I’m running Suse 11.1 on dell inspiron 1520 laptop. what to do?
On Fri, 23 Oct 2009 16:06:01 +0000, counterspy wrote:
> Hi, my problem is that there is an awful noise in my headphones. If, for
> example, i’m trying to play mp3 in amarok, i still can hear music but it
> is strongly mixed with noise (just like white noise). I tried to mute
> every channel in the Kmix - no use.
>
> I’m running Suse 11.1 on dell inspiron 1520 laptop. what to do?
I’ve seen this with various laptops I have used - one question comes to
mind: Do you notice the noise only when the laptop is plugged in, or do
you notice it both when it’s plugged in and when it’s on battery power?
What I’ve been able to track down is that it’s poor grounding either in
the laptop or in the power; I typically only hear it when the laptop is
plugged in and the system isn’t properly grounded. It’s like a 60 cycle
hum.
Yes, i hear the noise with 3 different headphones, and no, i don’t hear it from built in speakers. I found out that moving the Kmix slider corresponding to PC Beep significantly changes the level of the noise (the lowest level of PC Beep -> the lowest level of noise but still inappropriate). Maybe it’s possible to disable PC Beep completely (muting it from Kmix does not help)?
On Fri, 23 Oct 2009 19:36:01 +0000, counterspy wrote:
> Yes, i hear the noise with 3 different headphones, and no, i don’t hear
> it from built in speakers. I found out that moving the Kmix slider
> corresponding to PC Beep significantly changes the level of the noise
> (the lowest level of PC Beep -> the lowest level of noise but still
> inappropriate). Maybe it’s possible to disable PC Beep completely
> (muting it from Kmix does not help)?
Can you disable the beep in the firmware?
Maybe someone who’s more familiar with the sound system will jump in with
other ideas - what you described sounded very similar to the 60 cycle hum
I have experienced myself, but beyond that, I’m just kinda shooting in
the dark here.
This sort of problem can be difficult to sort, as there could be a hardware problem contributing to it. Are you able to operate this laptop with another operating system, and if so, does that other operating system have the problem? Or perhaps are you able to operate this laptop with a live CD, and if so does that liveCD have the problem? The intent here is to see if we can eliminate hardware as being the problem.
Assuming the problem is NOT there with another OS, or not there with a liveCD, then its possibly your PCs openSUSE configuration. In which case to progress further a lot more information on your audio setup on your PC would help, which can be provided by running a diagnostic script and by running some commands. That may provide information such that a misconfiguration can be guessed at.
Hence assuming this is not hardware, can you open a terminal and with your PC connected to the internet, run twice in a terminal: /usr/sbin/alsa-info.sh
the first time run that with root permissions and select YES to the question do you wish to update? You need root permissions so the update to /usr/sbin directory can take place. The second time run it as a regular user, and select the SHARE/UPLOAD option. When the diagnostic script is complete, it will upload diagnostic information to the alsa web site and it will give you a URL. Please post that URL here. Just the URL.
Then please also run the following in a terminal (and post here the output): rpm -qa ‘alsa’
rpm -qa ‘pulse’
rpm -q libasound2
uname -a
cat /etc/modprobe.d/sound
OK, I see a mistake immediately, … you have alsa-driver-unstable-kmp-default-1.0.21.20091014_2.6.27.29_0.1-2.3 installed on your PC in addition to alsa-driver-kmp-default-1.0.21.20091021_2.6.27.29_0.1-1.1. Why install an “unstable” kernel/module driver? That can lead to unstable/unpredictable results.
This may or may not be contributing to the problem. I don’t know. But IMHO you should fix this as it is not correct, and it can lead to problems that are difficult to understand,.
So I recommend you remove that unstable alsa-driver-unstable-kmp-default-1.0.21.20091014_2.6.27.29_0.1-2.3 . You may need to re-install alsa-driver-kmp-default-1.0.21.20091021_2.6.27.29_0.1-1.1 (or the more recent version which is now on the multidia web site) if you lose sound afterward.
Next, I note you still have the older 1.0.17/1.0.18 alsa application rpms with the 1.0.21 kernel module. IMHO that can lead to compatibility problems. You should update those !
So, AFTER removing alsa-driver-unstable-kmp-default-1.0.21.20091014_2.6.27.29_0.1-2.3 then , ensure your OSS repository has a very LOW priority (which menas a very high number for priority - maybe set it to 100 or 105 - you can put its value back afterward). Also, remove your installation CD/DVD from your repository list. Then update your alsa applications by sending in a terminal, with your pc connected to the internet, copy and paste and execute the following 6 commands in sequence, one at a time!
zypper ar http://download.opensuse.org/repositories/multimedia:/libs/openSUSE_11.1/ multimediaalsa
zypper ar http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_11.1_Update/ multimediakmp
zypper install alsa-driver-kmp-default
zypper rr multimediakmp
then restart your PC and test. If after updating alsa, and after restarting, you still have audio problems I need to do a quality check of what you have installed, so again give the output of:
**rpm -qa ‘alsa’
**