LinuxQuestions.org
Visit Jeremy's Blog.
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 01-26-2007, 06:00 AM   #1
dave811
LQ Newbie
 
Registered: Jan 2007
Distribution: Slackware 11.0
Posts: 5

Rep: Reputation: 0
Terrible sound quality


Hi,

I've just installed Slackware 11.0 and I'm having trouble with my audio. Sound plays but the quality is nowhere near the quality in Windows. When I play an MP3 parts of the song are muffled, especially high pitch parts. Other parts of the song sound fine.

I've tried fiddling with alsamixer and Kmix which doesn't seem to make a difference. I've run alsaconfig and made sure the right sound card is being used. I'm using Amarok to play the files. I've also tried changing the output plugin in Amarok to all the available options as well as changing the audio device in the KDE Control Module. Finally I've also tried disabling the sound system in the KDE Control Module. Nothing makes any difference to the sound quality.

My sound card is an onboard Realtek AC'97. Alsamixer reports the card as "Intel RCH5" and the chip as "Realtek ALC202 rev 0" which seems correct.

If anyone has any suggestions on how to fix this I'd be most appreciative.
 
Old 01-26-2007, 06:35 AM   #2
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,645

Rep: Reputation: 146Reputation: 146
One thing I noticed myself is that in Windows I can put the volume slider to 100 % without a problem, but in Linux I have to put it down to avoid clipping. Maybe try to put the sound volume to 90 % or so and see if it sounds better.

PS: And welcome to linuxquestions.org!
 
Old 01-26-2007, 07:00 AM   #3
dave811
LQ Newbie
 
Registered: Jan 2007
Distribution: Slackware 11.0
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by titopoquito
One thing I noticed myself is that in Windows I can put the volume slider to 100 % without a problem, but in Linux I have to put it down to avoid clipping. Maybe try to put the sound volume to 90 % or so and see if it sounds better.
I've already got the sound at about 70% but have tried it at other levels. It doesn't seem to make a difference, other than changing the volume.. The volume is already a lot lower than in Windows, I have to turn my amplifier to near maximum which would deafen me in Windows.

Quote:
Originally Posted by titopoquito
PS: And welcome to linuxquestions.org!
Thanks!

Last edited by dave811; 01-26-2007 at 07:02 AM.
 
Old 01-26-2007, 01:04 PM   #4
187807
Member
 
Registered: Oct 2003
Location: North Carolina, USA
Distribution: Slackware 11
Posts: 174

Rep: Reputation: 30
I've noticed issues with garbled sound at high volumes as well. I'm using a Creative Live Value card in a PCI slot.

I've noticed that if the "PCM Volume" (a mixer element in Kmix) is set to maximum that the distortion occurs at much lower actual volumes (regardless of master volume setting in KDE).

I've also found that, for example, Mplayer, seems to adjust PCM Volume when using the * and / keys to manipulate volume during playback. Not sure about other apps (e.g., Xine & XMMS).
 
Old 01-26-2007, 06:53 PM   #5
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I've never used Amarok or Kmix or much anything in KDE.

However, I would recommend you try using mplayer and go into the preferences and try different audio drivers and see which one works best.
 
Old 01-26-2007, 08:05 PM   #6
dunric
Member
 
Registered: Jul 2004
Distribution: Void Linux, former Slackware
Posts: 498

Rep: Reputation: 100Reputation: 100
I did solved extraneous noise in ALSA audio output by following configuration settings stored in .asoundrc file in home directory:
Code:
pcm.ca0106 {
 type hw
 card 0
}

ctl.ca0106 {
 type hw
 card 0
}

pcm.!default {
        type plug
        slave.pcm "myoutput"
    }
 
pcm.myoutput {
    type dmix
    ipc_key 1024
    slave {
        pcm "hw:0,0"
        period_time 0
        period_size 1024
        buffer_size 4096
        rate 44100
    }
}

pcm.dsp0 {
    type plug
    slave.pcm "myoutput"
}
and setting of mixer volume and pcm levels to 3/4 .
 
Old 01-26-2007, 09:33 PM   #7
lunaparadox
LQ Newbie
 
Registered: Jan 2007
Posts: 14

Rep: Reputation: 0
I fixed my sound problems by going to control center sound system and enabling the run with highest possable priority. then moved the buffer slider to the left until it cleared up 23 milliseconds. I'm using SB Audigy pci card. also in kmix turn the slider at the bottom allthe way right then turn up master volume and see if that helps with loudness. My music actually sounds much clearer under linux than windows. wish there were better studio apps for linux can't live without cubase.
 
Old 01-27-2007, 07:21 AM   #8
dave811
LQ Newbie
 
Registered: Jan 2007
Distribution: Slackware 11.0
Posts: 5

Original Poster
Rep: Reputation: 0
Thanks for all your suggestions. I seem to have indirectly fixed the problem. I compiled a new kernel just to see how it's done and when I booted it up my sound was low but I could hear the whole range of the song. I adjusted the volume in the aRts Control Tool to about 80% and in aumix to 90% and it sounds about the same as Windows now. I built support for my sound card into the kernel so perhaps that's what solved it.

Alsamixer now returns:

alsamixer: function snd_ctl_open failed for default: No such device

which is a bit worrying but the sounds working and I still have control with other apps, should I be worried about this?
 
  


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
terrible sound while playing game vegetassj2 Linux - Games 1 04-24-2005 05:50 AM
Terrible sound quality Underhill Debian 6 04-02-2005 02:30 PM
Terrible sound quality with FreeBSD 5.2.1 magellanic *BSD 1 10-16-2004 12:37 PM
Laptop sound is terrible imagreg Slackware 4 04-22-2004 03:53 AM
Sound is terrible! 65_289 Slackware 8 10-28-2003 11:17 PM

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

All times are GMT -5. The time now is 04:51 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