All links and solutions here were tested and work.
No sound
Open terminal run updates then reboot as needed:
- Code: Select all
mintupdate
Increase main (hidden) volume:
- Code: Select all
alsamixer
Arrow-Up keyboard and watch the volume level go up. Even though the volume icon in system tray is up and media player volume is up this setting must be checked.
Issue resolved!
If still no sound at all continue reading to update sound
Intermittent/Still no sound
ALSA
Skip down to OSS guide if your sound card is Intel.
ALSA provides support for the older OSS API, providing compatibility for most OSS programs, so it will not break anything to prefer this over OSS
Taken from constantly updated instructions. Thanks to soundcheck from ubuntuforums
By running this upgrade there'll be a great chance that you get your soundcard up and running or problems resolved.
This script is not in line with Debian/Ubuntu rules for package handling. It just overwrites existing files. ALSA package-id does not change within Synaptic!
Installing the latest official stable ALSA release:
Download script here and save it somewhere
- Code: Select all
cd <your-download-dir>
tar xvf AlsaUpgrade-1.0.x-rev-1.17.tar
Use -c which test compiles and will not install. If error displays do not continue!
- Code: Select all
sudo ./AlsaUpgrade-1.0.x-rev-1.17.sh -c
-di downloads and installs
In the worst case scenario the -r restore option restores your old system status as good as possible. It'll reinstall kernel, kernel-headers and Alsa related packages.
- Code: Select all
sudo ./AlsaUpgrade-1.0.x-rev-1.17.sh -di
Reboot, you will now also hear sound at boot splash screen
OSS - for Intel sound cards
Intel ICH OSS guide by Husse is the standard solution and will get most users up and running. If Intel ICH OSS guide somehow fails use the following guide from Kaye next: Patching OSS into the kernel
***Thanks to Kaye & Husse for sharing OSS solutions and ikey for sharing with the community




