Crackling in BMAX laptop Y11 after installing Mint 20 (Cinnamon)
Forum rules
Before you post please read how to get help
Before you post please read how to get help
-
- Level 1
- Posts: 2
- Joined: Wed Oct 07, 2020 10:37 am
Crackling in BMAX laptop Y11 after installing Mint 20 (Cinnamon)
I have been unable to solve this problem: the internal speaker sounds like crackling when booting and starting videos. I have not been able to find the sound card model, but the laptop is a BMAX MaxBook Y11 11.6''. I downloaded the ISO image of Linux Mint 20 (Cinnamon) 64-bit last week, with no additional problem. Any idea? Thank you very much.
Re: Crackling in BMAX laptop Y11 after installing Mint 20 (Cinnamon)
Hi Julianiperus, and welcome to the forum.
I'm thinking one or more of three things are causing this, so I'll post fixes in the order I believe you should try them. Reboot after each change and test the sound to see if the issue is gone:
1. The audio driver power saving feature is my first suspect. This will disable it:
2. Related to the first idea, this was successful for a user or two this past week with very similar issues. In the terminal run
Change it to this:
3. If neither of those helped, then most likely this one will:
Good luck.
I'm thinking one or more of three things are causing this, so I'll post fixes in the order I believe you should try them. Reboot after each change and test the sound to see if the issue is gone:
1. The audio driver power saving feature is my first suspect. This will disable it:
Code: Select all
sudo tee /etc/modprobe.d/snd-hda-intel.conf <<<'options snd-hda-intel power_save=0'
xed admin:///etc/pulse/default.pa
and when the file opens find this section:
Code: Select all
### Automatically suspend sinks/sources that become idle for too long
load-module module-suspend-on-idle
Code: Select all
### Automatically suspend sinks/sources that become idle for too long
# load-module module-suspend-on-idle
Regardless of what might fix this, there's still the possibility you'll get the noise at bootup. But it should stop all noise thereafter. That's basically the amp turning on that is causing the noise.If you're experiencing glitches, skips, pops or crackling in your audio playback, it's quite possibly caused by the timer-based scheduling pulseaudio now uses. Disable timer-based scheduling this way:
Users of 18.3 and earlier versions of Mint type this in the terminal:gksudo xed /etc/pulse/default.pa
Users of 19 and later versions of Mint type this in the terminal:xed admin:///etc/pulse/default.pa
Find the line that says load-module module-udev-detect and change it to load-module module-udev-detect tsched=0
Save the file, then runpulseaudio -k
in the terminal and test your sound
Good luck.
-
- Level 1
- Posts: 2
- Joined: Wed Oct 07, 2020 10:37 am
Re: Crackling in BMAX laptop Y11 after installing Mint 20 (Cinnamon)
Thank you very much, MrEen, your very first solution solved the entire problem! Very interesting "sound tricks" indeed.
Re: Crackling in BMAX laptop Y11 after installing Mint 20 (Cinnamon)
I'm glad that worked for you Julianiperus!
That used to be the default setting, but Ubuntu changed it around two years ago. Since then, this issue has come up quite a few times.
Enjoy.
That used to be the default setting, but Ubuntu changed it around two years ago. Since then, this issue has come up quite a few times.
Enjoy.
