Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

No sound

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
User avatar
pawRoot
Posts: 603
Joined: 2016-12-28 18:26
Has thanked: 1 time
Been thanked: 1 time

No sound

#1 Post by pawRoot »

Hi
Just made clean install of i3 WM, installed alsa-utils and pavucontrol, although i have no sound on both hdmi and headphones.

Here is what mixer and pavucontrol looks like: https://i.imgur.com/vBVlwlY.png

Any ideas how to fix?

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: No sound

#2 Post by Head_on_a_Stick »

Is your user a member of the "audio" group?

Check with

Code: Select all

groups
If not, add them with:

Code: Select all

# gpasswd -a $USER audio
Replace $USER with the actual username and log out & back in again to test.

Otherwise, please post the output of:

Code: Select all

aplay -l
cat /proc/asound/cards
speaker-test -l 1
deadbang

User avatar
pawRoot
Posts: 603
Joined: 2016-12-28 18:26
Has thanked: 1 time
Been thanked: 1 time

Re: No sound

#3 Post by pawRoot »

Made clean install again and sound is there, i dont understand it :D
Thanks anyway

Post Reply