LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-22-2017, 06:49 PM   #1
yakiza
Member
 
Registered: Feb 2017
Distribution: Slackware
Posts: 33

Rep: Reputation: Disabled
Audio doesnt work!


Hello everyone i just installed Slackware 14.02 and i have trouble with my speakers, so for instance when i put something to play is not like they dont work at all but i barely hear anything.

here is the url of a prnt screen with all the informations of my system http://prnt.sc/ec8pjf

thank you
 
Old 02-22-2017, 06:55 PM   #2
alex14641
Member
 
Registered: Feb 2016
Distribution: Slackware64_14.2, Slackware 15.0, Slackware64_current
Posts: 321

Rep: Reputation: Disabled
Run pavucontrol: it's a GUI component of Pulse Audio that allows changing the volume.
 
Old 02-22-2017, 07:07 PM   #3
yakiza
Member
 
Registered: Feb 2017
Distribution: Slackware
Posts: 33

Original Poster
Rep: Reputation: Disabled
Audio max

Audio is at Max there
 
Old 02-23-2017, 03:57 AM   #4
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
On both the playback and output devices tabs?
 
Old 02-23-2017, 06:19 AM   #5
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Is this a laptop or a desktop?

On my laptop, I have external speakers plugged in the headphone jack. To get sound out, I have to select Port: Headphones, on the Output devices tab.
 
Old 02-23-2017, 08:08 AM   #6
yakiza
Member
 
Registered: Feb 2017
Distribution: Slackware
Posts: 33

Original Poster
Rep: Reputation: Disabled
Its my desktop and the motherboard is msi b250 m3 and i have everything at maximum and not muted, i guess its something wrong with the selections i really dont know i tried to plug it in all the ports it has
 
Old 02-23-2017, 08:34 AM   #7
jostber
Member
 
Registered: Jul 2001
Location: Skien, Norway
Distribution: Slackware Current 64-bit
Posts: 543

Rep: Reputation: 178Reputation: 178
Can you run "alsamixer" and raise the volume there to check if this works?
 
Old 02-23-2017, 08:36 AM   #8
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Have you ever had sound working on this system?

I had a look at the manual for the system board. There are three manuals listed, based on release date of the system. It appears the board supports 7.1 channel speakers. The ports you use depend on the speakers you wish to use. Have you got a 7.1 speaker system, or a more basic stereo 2 speaker system?

There may be settings in the BIOS you need to set up, and then set up the host system to match.

Last edited by camorri; 02-23-2017 at 04:22 PM. Reason: corrected spelling
 
Old 02-23-2017, 09:05 AM   #9
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
With Pulse Audio and alsa and the software your using to play . turn everything up to max. See if that works. Trying using head phones themselves plugged into your ears and see if they get blasted out, if yes, then maybe speakers.

built in audio selected if you are using your head phone jack.

Last edited by BW-userx; 02-23-2017 at 09:08 AM.
 
Old 02-24-2017, 05:37 AM   #10
yakiza
Member
 
Registered: Feb 2017
Distribution: Slackware
Posts: 33

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by camorri View Post
Have you ever had sound working on this system?

I had a look at the manual for the system board. There are three manuals listed, based on release date of the system. It appears the board supports 7.1 channel speakers. The ports you use depend on the speakers you wish to use. Have you got a 7.1 speaker system, or a more basic stereo 2 speaker system?

There may be settings in the BIOS you need to set up, and then set up the host system to match.
A guy on another forum said something similar.. yes but i had ubuntu 16.10 not slackware, i have 2 speakers with 1 woofer
what is this 7.1 and how do i change or see what i have?
 
Old 02-24-2017, 06:17 AM   #11
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Open a terminal.

Make sure pulseaudio isn't running, stop it if it is:
Code:
ps -C pulseaudio && pactl exit
...run the command again to make sure it has gone.


Check your real mixer settings (not the pulseaudio nonsense):
Code:
alsamixer -c 0
Adjust as necessary.


Now test:
Code:
speaker-test -t wav -c 8 -D plughw:0
If it doesn't have all 8 channels then you will see 'unused' displayed for each channel your hardware doesn't have. You should hear a nice lady talking to you from your speakers.

To play a mp3 directly to alsa, avoiding pulseaudio you can use:
Code:
AUDIODRIVER='alsa' AUDIODEV='plughw:0' play songfile.mp3

Now, once you've got it all sorted to your satisfaction save your mixer settings with:
Code:
alsactl store
Unfortunately pulseaudio decides to crap all over any settings you've set yourself when it starts, but that's a different issue and it still makes sense to have alsa configured correctly even if pulse craps on it later.

Give that a go and see how you get on. Once we know alsa is working correctly we can start worrying about pulseaudio.

P.S. For HDMI, you'll typically need 'alsamixer -c 1' and 'plughw:1,3', but this may vary depending on your hardware so you may have to experiment with the numbers. (my hdmi uses device 3).

Last edited by GazL; 02-24-2017 at 06:32 PM.
 
2 members found this post helpful.
Old 02-24-2017, 06:46 AM   #12
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Quote:
yes but i had ubuntu 16.10 not slackware, i have 2 speakers with 1 woofer
what is this 7.1 and how do i change or see what i have?
I asked the question to find out, first if the speakers are known working - yea they are, and the configuration you have. If you want to know more about 7.1 setups, you can look in the manual for your MSI system board, It gives you the information on the ports on the rear of the system.

Give GazL information a go and post back.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Intel 82801H (ICH8 Family) HD Audio Controller recognized by alsaconf but doesnt work mongoosecage Slackware 4 01-10-2011 06:26 AM
rmdir -rf does not seem to work in fc4 .what do i do?rm -p also doesnt seem to work vinay87 Linux - Newbie 2 05-09-2006 09:18 AM
Why doesnt my USB mouse doesnt work? barkha Linux - Hardware 2 08-16-2005 11:31 AM
cdrom doesnt read audio cd ald Mandriva 11 10-05-2003 09:05 PM
Nforce2, need digital out to work (audio), doesnt? lopoetve Linux - Hardware 4 09-12-2003 03:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration