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 10-23-2010, 05:19 PM   #1
igb
LQ Newbie
 
Registered: May 2009
Location: Turkey/İstanbul
Distribution: slackware-current
Posts: 21

Rep: Reputation: 0
problem with sound configuration


I am using slackware-current on my new asus 1215n and i have a silly problem. The sound works when you plug-in a headphone but with speakers i have no sound. I checked it in Win7 and there is no hardware problem and i dont know what to do atm.
Here is the audio device info given by 'lspci -v'
Quote:
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
Subsystem: ASUSTeK Computer Inc. Device 841c
Flags: bus master, fast devsel, latency 0, IRQ 45
Memory at f5cf8000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel <?>
Capabilities: [130] Root Complex Link <?>
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
 
Old 10-23-2010, 05:30 PM   #2
zuzoa
Member
 
Registered: Nov 2008
Location: USA
Distribution: Arch 64-bit
Posts: 159

Rep: Reputation: 36
I would suggest running "alsamixer" and making sure the speaker channels are not muted. (Press left and right arrow keys to select different channels, and the "M" key to mute or unmute)
 
Old 10-23-2010, 05:44 PM   #3
igb
LQ Newbie
 
Registered: May 2009
Location: Turkey/İstanbul
Distribution: slackware-current
Posts: 21

Original Poster
Rep: Reputation: 0
speakers channels are not muted. Here is the output of amixer

Quote:
Simple mixer control 'Master',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
Playback channels: Mono
Limits: Playback 0 - 87
Mono: Playback 87 [100%] [0.00dB] [on]
Simple mixer control 'Headphone',0
Capabilities: pvolume pswitch penum
Playback channels: Front Left - Front Right
Limits: Playback 0 - 87
Mono:
Front Left: Playback 87 [100%] [0.00dB] [on]
Front Right: Playback 87 [100%] [0.00dB] [on]
Simple mixer control 'Speaker',0
Capabilities: pvolume pswitch penum
Playback channels: Front Left - Front Right
Limits: Playback 0 - 87
Mono:
Front Left: Playback 87 [100%] [0.00dB] [on]
Front Right: Playback 87 [100%] [0.00dB] [on]
Simple mixer control 'PCM',0
Capabilities: pvolume penum
Playback channels: Front Left - Front Right
Limits: Playback 0 - 255
Mono:
Front Left: Playback 255 [100%] [0.00dB]
Front Right: Playback 255 [100%] [0.00dB]
Simple mixer control 'Front Mic Boost',0
Capabilities: volume penum
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 3
Front Left: 3 [100%]
Front Right: 3 [100%]
Simple mixer control 'Mic Boost',0
Capabilities: volume penum
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 3
Front Left: 2 [67%]
Front Right: 2 [67%]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch penum
Capture channels: Front Left - Front Right
Limits: Capture 0 - 31
Front Left: Capture 20 [65%] [13.50dB] [off]
Front Right: Capture 20 [65%] [13.50dB] [off]
 
Old 10-23-2010, 05:47 PM   #4
zuzoa
Member
 
Registered: Nov 2008
Location: USA
Distribution: Arch 64-bit
Posts: 159

Rep: Reputation: 36
Perhaps make sure that the program you are using to test the sound does not have "Headphones" selected as output? Or try another program to test it with, maybe it's just the one program you have trouble with.
 
Old 10-23-2010, 05:52 PM   #5
igb
LQ Newbie
 
Registered: May 2009
Location: Turkey/İstanbul
Distribution: slackware-current
Posts: 21

Original Poster
Rep: Reputation: 0
I tried with smplayer, audacios and mpg123 they all do the same thing. Voice is ok with headphone jack but no voice in speakers.
 
Old 10-23-2010, 05:57 PM   #6
zuzoa
Member
 
Registered: Nov 2008
Location: USA
Distribution: Arch 64-bit
Posts: 159

Rep: Reputation: 36
I don't know what it could be, sorry. The only other thing I could recommend is downloading and updating ALSA from their website here. I know in the past when I had sound problems, that fixed it for me.
 
Old 10-23-2010, 07:53 PM   #7
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,377

Rep: Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757
According to this http://forums.gentoo.org/viewtopic-t...c-start-0.html you need to supply a model option to the snd-hda-intel kernel module.
Create a file snd-hda-intel.conf in /etc/modprobe.d/ that contains the line:
Code:
options snd-hda-intel model=auto
Then either reboot or do 'modprobe -r snd-hda-intel' followed by 'modprobe snd-hda-intel'
 
Old 10-23-2010, 08:23 PM   #8
igb
LQ Newbie
 
Registered: May 2009
Location: Turkey/İstanbul
Distribution: slackware-current
Posts: 21

Original Poster
Rep: Reputation: 0
It didnt work

also
Quote:
options snd-hda-intel model=asus
and
Quote:
options snd-hda-intel model=alc259
didn't work too

I will try removing alsa and compiling it from the source tomorrow.
 
Old 10-24-2010, 05:00 AM   #9
igb
LQ Newbie
 
Registered: May 2009
Location: Turkey/İstanbul
Distribution: slackware-current
Posts: 21

Original Poster
Rep: Reputation: 0
Funny...
After I powered my computer on today, speakers are working fine. I dont know what caused it or what fixed it.
 
  


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
Problem with FC8 sound configuration salilgk Linux - General 1 11-08-2009 05:21 PM
Sound Configuration Problem... babar0 Linux - Hardware 1 10-31-2006 03:08 PM
sound configuration problem on toshiba ggidora Linux - Laptop and Netbook 6 04-26-2004 01:19 PM
problem in sound configuration alcanon Linux - Newbie 6 12-09-2003 09:34 PM
Problem with sound card configuration aagrawal Linux - General 2 10-03-2002 12:37 AM

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

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