LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-15-2019, 08:21 PM   #1
starkid
Member
 
Registered: Jan 2012
Posts: 91

Rep: Reputation: Disabled
Question Ugly Bass Sound. How to Configure?


The bass in all my music sounds bad (a harsh, overly loud thudding, like a speaker malfunction) no matter which player I use. I've tried fiddling with equalizers, but that doesn't seem to help; it just makes the base louder or softer (the harsh thudding effect isn't noticeable when I turn the base down far enough). The rest of the music sounds fine.

I'm using an 8-yr-old Dell XPS-17 laptop. uname -a:
Code:
Linux localhost 4.9.155-gnu-0-lts #1 SMP Fri Feb 8 23:14:21 UTC 2019 x86_64 GNU/Linux
The relevant output of dmidecode is
Code:
Handle 0x0023, DMI type 10, 6 bytes
On Board Device Information
	Type: Sound
	Status: Enabled
	Description: Intel(R) Azalia Audio Device
And for lspci it's
Code:
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
I first noticed this problem for the first time shortly after I upgraded to Debian 9. I'm now using Hyperbola (an Arch-based distro), which I installed on my laptop's other partition after the Debian upgrade, and the problem persists.

I've tried switching the audio sink to oss (in the Pragha player), but I get the error "Could not open audio device for playback" despite my having installed alsa-oss. I've also tried switching the sink to "pulse" (presumably pulseaudio) but I get the error "Your GStreamer installation is missing a plug-in." I have the base, good, bad, and ugly plugins (and pulseaudio and pulseaudio-alsa) installed.

What do I need to configure to change the bass? How can I figure out whether the problem is my hardware?
 
Old 03-15-2019, 08:26 PM   #2
starkid
Member
 
Registered: Jan 2012
Posts: 91

Original Poster
Rep: Reputation: Disabled
cat /proc/asound/cards
Code:
0 [PCH            ]: HDA-Intel - HDA Intel PCH
                      HDA Intel PCH at 0xf3c00000 irq 35
cat /proc/asound/version (ALSA is the only sound architecture that seems to work):
Code:
cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version k4.9.155-gnu-0-lts.

lsmod | grep snd
Code:
snd_hda_codec_hdmi     49152  1
snd_hda_codec_realtek    77824  1
snd_hda_codec_generic    69632  1 snd_hda_codec_realtek
snd_hda_intel          36864  4
snd_hda_codec         106496  4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_core           65536  5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hwdep              16384  1 snd_hda_codec
snd_pcm                90112  5 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
snd_timer              28672  1 snd_pcm
snd                    77824  15 snd_hda_intel,snd_hwdep,snd_hda_codec,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek,snd_pcm
soundcore              16384  1 snd
I don't see anything relevant in the dmesg output, just a bunch of entries nouveau and a few about ACPI and mounting partitions.

Last edited by starkid; 03-15-2019 at 08:31 PM.
 
Old 03-16-2019, 06:05 AM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by starkid View Post
I first noticed this problem for the first time shortly after I upgraded to Debian 9. I'm now using Hyperbola (an Arch-based distro), which I installed on my laptop's other partition after the Debian upgrade, and the problem persists.
same problem across two very different distros.
you also tried different media players, yes?
VLC, mpv, mplayer...
Quote:
How can I figure out whether the problem is my hardware?
record your soundcard output, then upload it so we can listen to it.
 
Old 03-16-2019, 03:58 PM   #4
starkid
Member
 
Registered: Jan 2012
Posts: 91

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
same problem across two very different distros.
you also tried different media players, yes?
VLC, mpv, mplayer...
Yes, it sounds a bit different in different players but still bad.

Quote:
record your soundcard output, then upload it so we can listen to it.
Either something is wrong or I don't know how to do that.
Code:
arecord -d 10 -N output.wav
Code:
arecord -f dat -d 20 -D hw:0,0 test.wav
Both of these commands produced an output file that was silent. I double-checked my volume and tried playing them with aplay and vlc.
 
Old 03-16-2019, 05:16 PM   #5
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,727

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211
Sorry for the "is it plugged in" question:
You have tried different speakers or headset to rule out an actual speaker malfunction, yes?
 
1 members found this post helpful.
Old 03-16-2019, 05:59 PM   #6
starkid
Member
 
Registered: Jan 2012
Posts: 91

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by scasey View Post
Sorry for the "is it plugged in" question:
You have tried different speakers or headset to rule out an actual speaker malfunction, yes?
No, I hadn't. It does sound normal through headphones.
 
Old 03-16-2019, 06:31 PM   #7
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,727

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211
Quote:
Originally Posted by starkid View Post
No, I hadn't. It does sound normal through headphones.
That would suggest that the speaker is “blown” <—soundman technical term. Sorry.
Can you test the speaker on another pc/tablet/phone?

Last edited by scasey; 03-16-2019 at 08:39 PM.
 
Old 03-16-2019, 06:45 PM   #8
Beryllos
Member
 
Registered: Apr 2013
Location: Massachusetts
Distribution: Debian
Posts: 529

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
Let's talk about speaker placement. Bass gets a boost when you put the woofer/subwoofer near any structural planes (floor and walls usually). The more intersecting planes, the more bass boost you get. On the floor in the corner gives the highest boost. On a table a few feet away from walls gives minimal bass boost.
 
Old 03-17-2019, 01:34 PM   #9
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,297

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
I'm a hardware head, principally. The low frequency makes woofers especially prone to failure, especially if you've been deafening yourself and being a nuisance to neighbours with your bass.

Try a car speaker or two (in series). They're large enough to give a decent bass, small enough not to be too vulnerable to overdrive, and 4 ohms impedance instead of 8, hence the suggestion of 2. You probably have a car? Buy them at a car scrapyard if not - they come cheap. If you can get reasonable bass with no noise, your speaker is shot.

There's basically no way this can be electronics, drivers or software stuff. Conceivably the sound card (≤5%), otherwise the speaker (≥95%).

People don't know when to limit bass. You've just found out .
 
1 members found this post helpful.
Old 03-20-2019, 05:06 PM   #10
starkid
Member
 
Registered: Jan 2012
Posts: 91

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
I'm a hardware head, principally. The low frequency makes woofers especially prone to failure, especially if you've been deafening yourself and being a nuisance to neighbours with your bass.

Try a car speaker or two (in series). They're large enough to give a decent bass, small enough not to be too vulnerable to overdrive, and 4 ohms impedance instead of 8, hence the suggestion of 2. You probably have a car? Buy them at a car scrapyard if not - they come cheap. If you can get reasonable bass with no noise, your speaker is shot.

There's basically no way this can be electronics, drivers or software stuff. Conceivably the sound card (≤5%), otherwise the speaker (≥95%).

People don't know when to limit bass. You've just found out .
I have no idea what you are talking about. I don't blast music, and my thread is about the speakers that came built into the laptop. I don't know what cars has to do with this, and no, I don't own a car. I don't know what your percentages refer to.
 
Old 03-20-2019, 05:21 PM   #11
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,727

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211
Quote:
Originally Posted by starkid View Post
... my thread is about the speakers that came built into the laptop.
Aha. I was assuming we were discussing external speakers. My bad.

As they are internal, the only checks are headphones, which you've already done and reported there was no problem (right?) or external speakers, either plug in or bluetooth.

As there was no problem with the headphones, sounds like a "blown" speaker to me. While that can happen as a result of too high a volume, I've also seen it happen for no obvious reason. Perhaps the OEM speaker was defective.

Is there more than one speaker in the laptop? If so can you use the Balance control to identify which speaker is (might be) defective?
 
Old 03-20-2019, 09:04 PM   #12
Beryllos
Member
 
Registered: Apr 2013
Location: Massachusetts
Distribution: Debian
Posts: 529

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
I just looked it up, and I see that the Dell XPS-17 has three speakers: left, right, and subwoofer. I have read a few complaints about the subwoofer going bad, as in this article for example:
https://www.dell.com/community/Lapto...7/td-p/4550377
and some users have replaced it, as illustrated here:
https://www.parts-people.com/blog/20...-installation/

Another idea is to disable or silence the subwoofer. I mean, that might be a quick fix if you don't want to replace it. Do you see a control panel or parameter that allows you to turn down or disable the subwoofer?
 
Old 03-21-2019, 04:44 AM   #13
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,297

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
You're obviously into your sound. Why are you farting about with internal speakers and not patching out to external ones? They're typically small, low power and overdriven. To want bass out of 2-3W speakers is laughable.
 
Old 03-21-2019, 05:06 PM   #14
Beryllos
Member
 
Registered: Apr 2013
Location: Massachusetts
Distribution: Debian
Posts: 529

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
Indeed, I have to laugh at them calling any speaker that fits inside a laptop a subwoofer.
 
Old 03-23-2019, 08:00 AM   #15
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,297

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
The way to go in this territory is
  1. USB sound card 115200khz sampling with speaker plugs to attach your choice of speakers.
  2. on the Cheap - earphone jack to some kind of amplifier & speaker unit.
  3. On the real cheap - earphone jack to classy earphones, and deafen yourself.
 
  


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
Ugly, Ugly OS selection screen still in Kubuntu and Ubuntu rusty2 Linux - Software 7 12-05-2010 04:05 PM
Sound problem (treble, bass balance) RadonicMan Linux - Software 0 01-27-2005 02:00 PM
Crackling sound when raising bass level Spaceboi Linux - General 4 08-16-2004 09:30 PM
Anybody else with an SiS7012 think their sound card has no bass? vasudevadas Linux - Hardware 3 11-14-2003 06:57 PM
Open Office fonts look ugly (and print ugly too) TheOneAndOnlySM Linux - Software 6 10-17-2003 07:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:51 PM.

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