LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-17-2013, 04:43 AM   #1
Banunya
LQ Newbie
 
Registered: Aug 2013
Posts: 7

Rep: Reputation: Disabled
Problem with Realtek ALC889 sound card on Wheezy (7.1)


I'm running debian wheezy (7.1.0), and I have an onboard realtek ALC889 sound card (The mother board is Gigabyte HA65M-D2H-B3)
The computer produces a really loud static noise, and I can't see the speakers on the Gnome sound menu. I think the problem is with ALSA, but I'm not sure. Help?
 
Old 08-17-2013, 05:15 AM   #2
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
hi

based on specs here
http://www.gigabyte.com.au/products/...px?pid=3914#sp you have
Quote:
6 x audio jacks (Center/Subwoofer Speaker Out/Rear Speaker Out/Side Speaker Out/Line In/Line Out/Microphone)
each hole found = a stack so you have 6 stacks but you also have one optical hole = spdif so 6 stacks 1 spdif

based on this thread
http://forums.gentoo.org/posting.php...b2194ebddef1bf

your codec of alc889 means you can modify your
/etc/modprobe.d/alsa-base.conf and append this line and reboot
Quote:
options snd-hda-intel model=6stack-dig
do not include the double quotes showing in that post pls...we are debian users

you will need root powers to edit that file, as I don't know how comfortable you are with cli try
Code:
sudo gedit /etc/modprobe.d/alsa-base.conf
assuming gnome editor is gedit

but I run debian unstable so if that file does not exist, you have just created it
check it exists and report before appending pls
 
Old 08-17-2013, 07:15 AM   #3
Banunya
LQ Newbie
 
Registered: Aug 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
I did what you suggested, didn't change anything. Any other ideas?
 
Old 08-17-2013, 08:39 AM   #4
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
upload an image of your current output to either a image site or as an attachment.
Code:
alsamixer -V all
2) I can't help with speaker icon but in your panel if you RH click you should be able to add an speaker icon, if that helps

3) does this static noise change when you do something...if so what did you do

b) do you hear music when you play it or only static?
 
Old 08-17-2013, 09:20 AM   #5
Banunya
LQ Newbie
 
Registered: Aug 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
Click image for larger version

Name:	Screenshot from 2013-08-17 17:16:11.png
Views:	88
Size:	71.8 KB
ID:	13220
The static noise doesn't change. I can hear other sounds though, but again- with the static noise.
 
Old 08-17-2013, 06:43 PM   #6
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
hi

go back into that alsamixer, press the right hand arrow to move to each in turn and
@ headphone..press m to mute
@ lfe......ditto
@ cd....(for the moment) ditto
@ spdifs...press m to mute
@ capture ...press space bar to de-activate

test sound

if static clears
redo only one at time, reverse my request...meaning pressing m to unmute or space bar to activate
---hopefuly we find the culprit....I am betting on lfe

2) I don't have hdmi myself....where is sound coming out of?

3) press the F6 button and report if another sound device shows or not, only if shows...a screenshot pls
 
Old 08-18-2013, 02:17 AM   #7
Banunya
LQ Newbie
 
Registered: Aug 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
Did everything you said, didn't help... I even tried to mute everything later, I still have the static noise, no other sounds. No other devices show up in F6

(Edit: The speakers are connected by the front/headphone port, I unmuted it)

Last edited by Banunya; 08-18-2013 at 02:45 AM.
 
Old 08-18-2013, 02:56 AM   #8
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
ok what media players have your tried pls?

also name the format you are testing eg mp3 or wav or mpg etc

with vlc, it is supposed to play most formats without extra codecs but I await your response


EDIT
https://wiki.debian.org/MultimediaCodecs

https://wiki.debian.org/NewInWheezy
Quote:
Multimedia support

In Debian wheezy, ffmpeg has been replaced by the libav fork, which is considered to feature a more conservative release process and thus fit better to Debian's needs. It provides all libraries and prepares an upgrade path for existing application packages.
Debian wheezy comes with full-featured libav (formerly ffmpeg) libraries and frontends, including e.g. mplayer, mencoder, vlc and transcode. Additional codec support is provided e.g. through lame for MP3 audio encoding, xvidcore for MPEG-4 ASP video encoding, x264 for H.264/MPEG-4 AVC video encoding, vo-aacenc for AAC audio encoding and opencore-amr and vo-amrwbenc for Adaptive Multi-Rate Narrowband and Wideband encoding and decoding, respectively. For most use cases, installation of packages from third-party repositories should not be necessary anymore. The times of crippled multimedia support in Debian are finally over!

FabianGreffrath: I know the paragraph about added codecs is very detailed and technical, but all these codecs are explicitely mentioned on purpose. They are kind of buzz words and Debian was long time infamous for not supporting them, so this should get explicit press coverage. I am not a native speaker so the actual wording is, of course, subject to change.

Last edited by aus9; 08-18-2013 at 03:00 AM.
 
Old 08-18-2013, 03:02 AM   #9
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
I won't edit above any more but in case its a lib file here are my debian sid stuff
Code:
dpkg -l | grep libav
ii  libav-tools                             6:0.8.8-1                     i386         Multimedia player, server, encoder and transcoder
ii  libavahi-client3:i386                   0.6.31-2                      i386         Avahi client library
ii  libavahi-common-data:i386               0.6.31-2                      i386         Avahi common data files
ii  libavahi-common3:i386                   0.6.31-2                      i386         Avahi common library
ii  libavahi-glib1:i386                     0.6.31-2                      i386         Avahi GLib integration library
ii  libavc1394-0:i386                       0.5.4-2                       i386         control IEEE 1394 audio/video devices
ii  libavcodec53:i386                       6:0.8.8-1                     i386         Libav codec library
ii  libavdevice53:i386                      6:0.8.8-1                     i386         Libav device handling library
ii  libavfilter2:i386                       6:0.8.8-1                     i386         Libav video filtering library
ii  libavformat53:i386                      6:0.8.8-1                     i386         Libav file format library
ii  libavutil51:i386                        6:0.8.8-1                     i386         Libav utility library
gordon@box:~$ dpkg -l | grep ffmpeg
ii  ffmpeg                                  6:0.8.8-1                     i386         Multimedia player, server, encoder and transcoder (transitional package)
ii  libxine2-ffmpeg                         1.2.3-1                       i386         MPEG-related plugins for libxine2
gordon@box:~$ dpkg -l | grep vlc
ii  libvlc5                                 2.0.8-1                       i386         multimedia player and streamer library
ii  libvlccore5                             2.0.8-1                       i386         base library for VLC and its modules
ii  vlc                                     2.0.8-1                       i386         multimedia player and streamer
ii  vlc-data                                2.0.8-1                       all          Common data for VLC
ii  vlc-nox

dpkg -l | grep gstream
ii  gstreamer0.10-alsa:i386                 0.10.36-1.1                   i386         GStreamer plugin for ALSA
ii  gstreamer0.10-fluendo-mp3               0.10.15.debian-1              i386         Fluendo mp3 decoder GStreamer plugin
ii  gstreamer0.10-plugins-base:i386         0.10.36-1.1                   i386         GStreamer plugins from the "base" set
ii  libgstreamer-plugins-base0.10-0:i386    0.10.36-1.1                   i386         GStreamer libraries from the "base" set
ii  libgstreamer0.10-0:i386                 0.10.36-1.2                   i386         Core GStreamer libraries and elements

Last edited by aus9; 08-18-2013 at 03:03 AM.
 
Old 08-18-2013, 04:12 AM   #10
mrapathy
Member
 
Registered: Nov 2005
Distribution: Slackware,Debian
Posts: 366

Rep: Reputation: 66
your problem may be pulseaudio
I have same sound chip in a Gigabyte 990FXA-UD3
using KDE on wheezy 7.1

On X start I would get crackling noise but nothing else. I dont know what the deal was with pulseaudio but I didnt really seem to need it for anything I want to do removed it got audio chipset detected properly by ALSA and could open kmixer and see audio jacks plugged in and got sound.

just my experience and 2 cents
 
Old 08-18-2013, 05:33 AM   #11
Banunya
LQ Newbie
 
Registered: Aug 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
The static sound plays even when I don't play anything, so I don't think it's important what media players I tried. Now sure of what to do now
 
Old 08-18-2013, 05:55 AM   #12
Banunya
LQ Newbie
 
Registered: Aug 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by mrapathy View Post
your problem may be pulseaudio
I have same sound chip in a Gigabyte 990FXA-UD3
using KDE on wheezy 7.1

On X start I would get crackling noise but nothing else. I dont know what the deal was with pulseaudio but I didnt really seem to need it for anything I want to do removed it got audio chipset detected properly by ALSA and could open kmixer and see audio jacks plugged in and got sound.

just my experience and 2 cents
I don't have pulseaudio installed (I think I removed it at some point when I tried to fix my sound). I do have some of it's libraries, but if I remove it it'll remove a lot of my programs so at least for now I'll keep it
 
Old 08-18-2013, 06:03 AM   #13
Banunya
LQ Newbie
 
Registered: Aug 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
I managed to fix the problem! Just turned the master and fromt volume very high on alsamixer. Static is probably still there, but since the other volumes are high I can turn down the speaker volume and barely hear it. Thanks!
 
  


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] Network speed on Debian Wheezy via Asus GigaX1024P and RealTek card plesset Linux - Networking 2 01-16-2013 07:26 AM
Alsaconf cannot detect soundcard (Realtek ALC889)..after upgrade to 13.37. slackd Slackware 7 05-05-2011 02:30 AM
[SOLVED] Realtek ALC883 Sound card problem vikrang Linux - Hardware 6 04-22-2011 01:11 AM
[SOLVED] Crackling and intermittent sound with realtek ALC889 damgar Slackware 4 04-14-2010 03:42 PM
Realtek AC'97 sound card problem canuck_barlow Linux - Newbie 3 05-06-2006 10:56 PM

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

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