LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-22-2019, 06:43 AM   #1
rahalver
LQ Newbie
 
Registered: Jun 2015
Posts: 6

Rep: Reputation: Disabled
Poor sound quality - scratchy


Hi. I have now successfully installed "devuan ascii _2.0.0_amd64 desktop-live.iso" on an iMac.
Everything works great, except the sound quality is so-so.
The sound worked before on the imac, so I think it is not a hardware problem.
It is a 64 bit system.
3.06 GHz Intel Core 2 Duo processor.
Model: A1225
24" - seems to be from 2007.
Question: What might I do to improve the scratchy sound? It is present with Youtube (through various browsers) and Xine, and VLC.
Thanks for ideas/guidance.
 
Old 09-22-2019, 12:11 PM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,292

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Obvious ones:
  • Drivers
  • Codecs. Have you vlc? Have you gstreamer? What Have you
  • Try the same video/mp3 in another OS/tablet. Is the sound ok?
  • show us the lspci o/p for youe card. Try 'lspci -v |grep - iC 10 Audio
 
Old 09-22-2019, 05:41 PM   #3
rahalver
LQ Newbie
 
Registered: Jun 2015
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thanks for your help.

Yes, I have vlc, as stated, and tried Youtube. I could try gstreamer also. I tried the video elsewhere, and it is fine. I will try to run
['lspci -v |grep - iC 10 Audio] in command line. Is that typed right? Is the first [']needed, before lspci?

I can also look into the "oss sound driver"

Give me a day to work on it. I am in a different time zone, so it might be a while.

Thanks again.
 
Old 09-23-2019, 03:32 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,292

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Forget OSS. It was a good idea in the 90s, when you still had ISA sound cards until people decided it was a very bad idea an wrote alsa. Alsa was a bad idea until people wrote enough drivers, then it was awkward to configure but worked. Now people are writing pulse, which is a mystery for users, but makes things handier for programmers but is really just piggy bloatware. The thing to remember about pulse is that there's always a server running; so you can just type 'pkill pulse' into Alt_F2 or any terminal, which kills it. But it respawns, so it isn't gone but your config is updated.
 
Old 09-23-2019, 06:06 AM   #5
zeebra
Senior Member
 
Registered: Dec 2011
Distribution: Slackware
Posts: 1,830
Blog Entries: 17

Rep: Reputation: 638Reputation: 638Reputation: 638Reputation: 638Reputation: 638Reputation: 638
Quote:
Originally Posted by rahalver View Post
Question: What might I do to improve the scratchy sound? It is present with Youtube (through various browsers) and Xine, and VLC.
Thanks for ideas/guidance.
Although the solution will not be the same; I have a thread with a similar issue, but with different hardware. But I went through things methodically, so you might want to look into some of the things I did to try to find a solution in that thread:
https://www.linuxquestions.org/quest...-a-4175655862/
 
Old 09-23-2019, 08:18 AM   #6
rahalver
LQ Newbie
 
Registered: Jun 2015
Posts: 6

Original Poster
Rep: Reputation: Disabled
Hi all,
I ran ['lspci -v |grep - iC 10 Audio] in command line and it said "No such file or directory" I then tried it without the first apostrophe symbol, and it just gave me a ">" sign - not sure what that means.
Thanks.
 
Old 09-23-2019, 09:57 AM   #7
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,292

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
My bad. The exact code without typos is
Code:
lspci -v |grep - iC 10 Audio
That should provide the output of lspci with 10 lines of context on the Audio device, your soundcard
 
Old 09-23-2019, 04:53 PM   #8
nikgnomic
LQ Newbie
 
Registered: Aug 2018
Distribution: Manjaro, AVLinux
Posts: 17

Rep: Reputation: Disabled
Archwiki suggests kernel fixup available for ALSA to get subwoofer and jack-detection working

https://wiki.archlinux.org/index.php..._to_work_right
 
Old 09-24-2019, 08:21 AM   #9
rahalver
LQ Newbie
 
Registered: Jun 2015
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thanks.
lspci -v |grep - iC 10 Audio --just gave me a ">" sign - not sure what that means.

I will check out the wiki archlinux info and get back to you.
 
Old 09-24-2019, 10:55 AM   #10
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,292

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Quote:
Originally Posted by rahalver View Post
Thanks.
lspci -v |grep - iC 10 Audio --just gave me a ">" sign - not sure what that means.

I will check out the wiki archlinux info and get back to you.
Probably you had a stray ' or " in there, as the > means it doesn't think the line is finished.
 
  


Reply

Tags
audio, devuan, imac, sound, speakers



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
Poor sound quality on ALC850 onboard sound (FC3) c_ryan Linux - Hardware 3 05-20-2005 03:58 AM
ALSA poor sound quality hamish Linux - Hardware 3 04-09-2004 05:00 AM
poor sound quality MDK 10 gurty Mandriva 2 03-24-2004 08:11 PM
Poor quality sound from MP3s in XMMS on RH9 über-noob Linux - Laptop and Netbook 1 01-11-2004 03:46 PM
two soundcards and poor sound quality joemamma Linux - Hardware 0 02-23-2003 11:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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