So, I managed to dual boot Windows 8.1 and Ubuntu 13.04. In Ubuntu 13.04, I installed the drivers for my graphics card(AMD HD Radeon 7700 Series, I'm pretty sure it's a 7790 one and Intel HD Graphics 4600 for Motherboard, but this shouldn't be necessary, considering that it's not the motherboard where I have connected the HDMI) for HDMI. I went to System Settings, and then to Sound, selected the HDMI sound option. Now, whenever I play anything that has sound, the audio has static and crackling. It does not play correctly. I tried searching, but all I find is questions in which the HDMI audio is simply not recognized and not playing.
6 Answers
SOLUTION:
I finally found a solution to my problem randomly.
sudo pico /etc/pulse/default.pa
look for
load-module module-udev-detect
and add tsched=0
load-module module-udev-detect tsched=0
This simple modification fixed all the sound crackling and static on my PC, in Google Chrome, chromium, HTML5 videos, etc etc
- 1,925
- 686
I have a ATI R7 260x, the HDMI audio problem was solved when I've had trying two different workarounds together. It's working as designed now. (on Ubuntu 14.10 64-bit)
Follow the steps below:
Open the terminal with Ctrl+Alt+t.
sudo nano /etc/pulse/default.paReplace the line
load-module module-udev-detectwith
load-module module-udev-detect tsched=0and save file.
sudo nano /etc/modprobe.d/alsa-base.confInsert
options snd-hda-intel vid=8086 pid=8ca0 snoop=0at the end of the file.Reboot the PC
- 4,275
- 8
- 29
- 50
- 1,155
I've had crackling and static as well and I solved it by first muting microphone input, and secondly changing my sound to 7.1 surround (even though I only have 2 speakers).
- 391
- 2
- 3
- 16
I had this problem in Ubuntu 20.04; the above solution didn't help.
It was due to the bug in PulseAudio, as described in https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1585084
The solution that worked for me was:
Install alsa-tools-gui
Run hdajackretask
Override "Green Headphone, Front side" to "Not connected"
Override "Pink Mic, Front side" to "Headphone"
Click "Apply now"
Click "Install boot override" to make this permanent
From now on, just plug your headphones in the front microphone jack instead of the front headphone jack...
I had bad and cheap headset cable splitter. It split headset cable into mic and audio, but it also caused static noise when i moved mouse. Also i changed my headphones. Before i had hyperx cloud X but now i have Sennheiser GSP 300 No problem with the OS.
- 111
In case others run into this issue, I've had this come up when installing pipelight on Ubuntu 14.04 with the AMD Catalyst 14.6 drivers using an A10-7800 APU.
My only solution was to remove pipelight, but I had not run into the solution above. It's quite possible pipelight messes something up that this solution fixes.
- 5,131
- 7
- 33
- 37