Linux Lite Forums

Hardware - Support => Sound => Topic started by: PsaCrypt on March 04, 2019, 05:14:42 PM

Title: linux lite 3.8 sound problem
Post by: PsaCrypt on March 04, 2019, 05:14:42 PM
i have a problem with lite 3.8 and mint 17.3:  booting them in one of my machines, sound does not run.  does not recognize speakers.  alsa runs fine, i think the problem is caused at pulseaudio.  booting that machine using tinycore linux, with alsa and pulseaudio too, sound system runs fine with speakers.  that machine is toshiba nb110.   :-(

anyone can help with this error?
Title: Re: linux lite 3.8 sound problem
Post by: firenice03 on March 04, 2019, 06:12:59 PM
May want to ensure the volume is up and not muted, there is a mute check box from the toolbar (increasing volume doesn't necessarily un-mute it).
Also, open Volume Control (from Menu), ensure under Playback and under Output Devices, options are not muted - hover over the speaker icon..
On mine the toolbar mute and Output Devices will mute each other - Playback does not if one set is muted - no sounds..

If all are not muted, may want to post the output of the below to ensure not a driver issue...
Code: [Select]
inxi -Fxz
Title: Re: linux lite 3.8 sound problem
Post by: bitsnpcs on March 04, 2019, 08:13:53 PM
To check alsa and pulseaudio open your terminal and type

Code: [Select]
alsamixer

press enter
press F6 key and leave as default, or use up down arrow keys to select the sound card.
After selecting the soundcard check here for mute and move through the channels using left and right arrow keys , there is more than one full screen of the channels, so keep checking across right, adjust the volume levels for each of the channels of your soundcard how you like it to sound, so it is nice.
To exit F6 selections or mixer use Esc key.
Title: Re: linux lite 3.8 sound problem
Post by: PsaCrypt on March 06, 2019, 08:17:04 PM
hello bitsnpcs and firenice03,

inxi command appears to be good, dhows hda_intel device.  sound works fine running alsamixer and pressing f6 to select hda_intel instead of default.  is there any way to select by default hda_intel device?  or ... is there any way to link hda_intel device to default profile?

thank you.  :-)
Title: Re: linux lite 3.8 sound problem
Post by: bitsnpcs on March 07, 2019, 04:06:55 PM
Hello PsaCrypt,

when you select the hda_intel device on F6, if you press Esc, then adjust it to how you like the sound.
Press Esc again, now back at the command line, to save the settings so it loads on restart, in your terminal type - 

Code: [Select]
sudo alsactl store
Enter your password when it requests it.
Is it working okay now ?

Sometimes it is needed to open 2 terminal windows, in the first do F6 and change your settings, leave it on the settings screen.
On the second terminal do the command above .
Then close both terminal windows.
Title: Re: linux lite 3.8 sound problem
Post by: PsaCrypt on March 08, 2019, 06:15:45 AM
hello bitsnpcs,

the command sudo 'alsactl store' stores sound card state, but after rebooting the sound card snd_hda_intel (card name intel) is not selected by default.  how to make snd_hda_intel as default device instead of 'default' device?

thank you.  :-)
Title: Re: linux lite 3.8 sound problem
Post by: bitsnpcs on March 22, 2019, 04:25:22 PM
Hello PsaCrypt,

this link has instruction on how to select the sound card that will be used - https://superuser.com/questions/626606/how-to-make-alsa-pick-a-preferred-sound-device-automatically (https://superuser.com/questions/626606/how-to-make-alsa-pick-a-preferred-sound-device-automatically)

Scroll to #2 answer on the link that has this command -

Code: [Select]
cat /proc/asound/modules
and follow along the tutorial from this, to select and save your choice of sound card.
Title: Re: linux lite 3.8 sound problem
Post by: PsaCrypt on March 23, 2019, 06:28:06 AM
hello bitsnpcs,

i saw in other forums how to select default soundcard, forget to write here.  thank you.  after selected default soundcard and storing default soundcard values problem persists, there is no sound at boot.  i think is a soundcard hardware incompatibility.

thank you to all.  :-)