You are not logged in.

#1 2016-07-19 09:26:50

ZeroLinux
Member
Registered: 2011-10-07
Posts: 157

Cracking sound in speakers

Hi, I need urgent help to fix the problem of the sound from speakers. The sound is OK in the headphones but cracking in the speakers of the laptop.
I tried to edit /etc/pulse/daemon.conf by setting "default-sample-rate = 48000". It didn't help
I tried to edit /etc/pulse/default.pa be setting "load-module module-udev-detect tsched=0". It didn't help
I recorded the sound and put it here

The laptop i use is HP Pavilion g6

$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: MID [HDA Intel MID], device 0: 92HD81B1X5 Analog [92HD81B1X5 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: MID [HDA Intel MID], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
$ cat /proc/asound/modules
 0 snd_hda_intel
$ LANG=C pactl list sinks
Sink #0
        State: SUSPENDED
        Name: alsa_output.pci-0000_00_1b.0.analog-stereo
        Description: Встроенное аудио Аналоговый стерео
        Driver: module-alsa-card.c
        Sample Specification: s16le 2ch 48000Hz
        Channel Map: front-left,front-right
        Owner Module: 6
        Mute: no
        Volume: front-left: 92406 / 141% / 8.95 dB,   front-right: 92406 / 141% / 8.95 dB
                balance 0.00
        Base Volume: 65536 / 100% / 0.00 dB
        Monitor Source: alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
        Latency: 0 usec, configured 0 usec
        Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
        Properties:
                alsa.resolution_bits = "16"
                device.api = "alsa"
                device.class = "sound"
                alsa.class = "generic"
                alsa.subclass = "generic-mix"
                alsa.name = "92HD81B1X5 Analog"
                alsa.id = "92HD81B1X5 Analog"
                alsa.subdevice = "0"
                alsa.subdevice_name = "subdevice #0"
                alsa.device = "0"
                alsa.card = "0"
                alsa.card_name = "HDA Intel MID"
                alsa.long_card_name = "HDA Intel MID at 0xc6500000 irq 29"
                alsa.driver_name = "snd_hda_intel"
                device.bus_path = "pci-0000:00:1b.0"
                sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
                device.bus = "pci"
                device.vendor.id = "8086"
                device.vendor.name = "Intel Corporation"
                device.product.id = "3b56"
                device.product.name = "5 Series/3400 Series Chipset High Definition Audio"
                device.form_factor = "internal"
                device.string = "front:0"
                device.buffering.buffer_size = "352800"
                device.buffering.fragment_size = "176400"
                device.access_mode = "mmap+timer"
                device.profile.name = "analog-stereo"
                device.profile.description = "Аналоговый стерео"
                device.description = "Встроенное аудио Аналоговый стерео"
                alsa.mixer_name = "IDT 92HD81B1X5"
                alsa.components = "HDA:111d7605,103c1669,00100105 HDA:80862804,80860101,00100000"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
        Ports:
                analog-output-speaker: Динамики (priority: 10000)
                analog-output-headphones: Аналоговые наушники (priority: 9000, not available)
        Active Port: analog-output-speaker
        Formats:
                pcm

Please, help me to restore sound. It worked recently. But, probably after forced shutdown it started to work like this.
I can provide all relevant info.

Last edited by ZeroLinux (2016-07-19 09:27:51)

Offline

#2 2016-07-19 10:46:04

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,736

Re: Cracking sound in speakers

your volume is at 141% there are speakers that will start to crack with that high of an overdrive, tune that down to something sensible

Last edited by V1del (2016-07-19 10:49:58)

Online

#3 2016-07-19 10:46:50

Omar007
Member
Registered: 2015-04-09
Posts: 368

Re: Cracking sound in speakers

This may not be the case for you but I do know that my own laptop speakers really can't handle exceeding 100% volume. They'll start buzzing and cracking when I go beyond 100%.
Your speakers seem to be set to 141% at the moment. Try to set them to 100% instead.

EDIT: Posted at the same time as V1del...

Last edited by Omar007 (2016-07-19 10:48:41)

Offline

#4 2016-07-19 10:55:42

ZeroLinux
Member
Registered: 2011-10-07
Posts: 157

Re: Cracking sound in speakers

I changed to 50% - the same crackling.

Offline

#5 2016-07-19 11:43:29

ZeroLinux
Member
Registered: 2011-10-07
Posts: 157

Re: Cracking sound in speakers

How to reset all sound settings?

Offline

#6 2016-07-19 12:47:36

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: Cracking sound in speakers

Don't bump your thread.

You may have damaged your speakers, if that's the case then no amount of software configuration will make it better. If you have the possibility try with windows and see if the same thing happens.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#7 2016-07-19 13:35:53

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,736

Re: Cracking sound in speakers

What are you using to test? can you post

pacmd list-sink-inputs

during your tests? do you get any output from affected programs relating to ALSA under-/overruns? Anything in dmesg related to the soundcard? You could try removing ~/.config/pulse and running

sudo alsactl init

to reset the soundcard, I don't think it's gonna help much though

Online

#8 2016-07-19 14:26:38

ZeroLinux
Member
Registered: 2011-10-07
Posts: 157

Re: Cracking sound in speakers

@V1del
Thank you very much for you readiness o help. I booted in windows from CD and to Ubuntu from CD. The same problem. It is hardware problem.

Offline

Board footer

Powered by FluxBB