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 - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-31-2009, 10:38 PM   #1
admas
LQ Newbie
 
Registered: Mar 2009
Posts: 26

Rep: Reputation: 15
slackware 13 no sound


I cannot for the life of me figure out how to get my sound to work.
I've done my fair share of googling, using search patterns such as
slackware+no+sound and alsa+no+sound+hda+intel, but without any success.
All of the forum posts either told me to make sure nothing is muted with
alsamixer, make sure proper modules are loaded, and use the model option.

I used alsaconf to select the proper audio card, and then used
alsamixer to make sure nothing was muted. The module snd-hda-intel is loaded up ( checked with lsmod ).

I tried various model options and put them in /etc/modprobe.d/sound. I might not have done this step correctly, because each time I changed the model parameter I would type
/etc/rc.d/rc.alsa restart, but I don't think that command is actually doing what it is suppose to because whether I use stop, start, or restart, I get this same message "Loading ALSA mixer settings: /usr/sbin/alsactl restore". I also glanced at the code for /etc/rc.d/rc.alsa and
I did not see anything involving actually stopping alsa.

I did a grep for sound and alsa on dmesg and receive no results. I don't see any bad messages involving also when I start up the laptop. I've
also tried playing sound without Xorg as my normal user and trying to
log into Xfce as root to play sounds and that has not worked.

I did not see anything in /usr/src/linux2.6.29.6/Documentation/sound/alsa that was too useful. I admittedly only glanced through
AlSA-Configuration.txt,HD-Audio-Models.txt, and HD-Audio.txt, but nothing
really caught my eye. If I missed something from these readings, please let
me know.

If someone could point me in the right direction, I would greatly appreciate it.
 
Old 10-31-2009, 10:53 PM   #2
foodown
Member
 
Registered: Jun 2009
Location: Texas
Distribution: Slackware
Posts: 611

Rep: Reputation: 221Reputation: 221Reputation: 221
Please post the output of an 'lspci'.
 
Old 10-31-2009, 10:55 PM   #3
~sHyLoCk~
Senior Member
 
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Blog Entries: 12

Rep: Reputation: 129Reputation: 129
Can you post the o/p of:
Code:
groups $USER
 
Old 10-31-2009, 10:57 PM   #4
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware, Debian, OpenBSD
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Did you run all three commands? Un-muted all channels in alsamixer?

# alsaconf

# alsamixer

# alsactl store
 
Old 11-01-2009, 12:02 AM   #5
admas
LQ Newbie
 
Registered: Mar 2009
Posts: 26

Original Poster
Rep: Reputation: 15
lspci results


00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility HD 3670
01:00.1 Audio device: ATI Technologies Inc RV635 Audio device [Radeon HD 3600 Series]
04:00.0 Network controller: Intel Corporation PRO/Wireless 5300 AGN [Shiloh] Network Connection
08:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5784M Gigabit Ethernet PCIe (rev 10)
09:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
09:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
09:01.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
09:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
09:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
 
Old 11-01-2009, 12:09 AM   #6
admas
LQ Newbie
 
Registered: Mar 2009
Posts: 26

Original Poster
Rep: Reputation: 15
results of groups $USER for root and amason6:

amason6 : users floppy audio video cdrom plugdev power netdev
root : root bin daemon sys adm disk wheel floppy audio video cdrom tape plugdev power netdev scanne
 
Old 11-01-2009, 12:09 AM   #7
admas
LQ Newbie
 
Registered: Mar 2009
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by hitest View Post
Did you run all three commands? Un-muted all channels in alsamixer?

# alsaconf

# alsamixer

# alsactl store
Yes, I ran all three of these commands, but to no avail.
 
Old 11-01-2009, 12:19 AM   #8
~sHyLoCk~
Senior Member
 
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Blog Entries: 12

Rep: Reputation: 129Reputation: 129
DO you get no sound at all? Not even with aplay?
 
Old 11-01-2009, 12:40 AM   #9
admas
LQ Newbie
 
Registered: Mar 2009
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ~sHyLoCk~ View Post
DO you get no sound at all? Not even with aplay?
Nope. Not even with aplay.
 
Old 11-01-2009, 12:49 AM   #10
foodown
Member
 
Registered: Jun 2009
Location: Texas
Distribution: Slackware
Posts: 611

Rep: Reputation: 221Reputation: 221Reputation: 221
Try these model options:
Code:
options snd-hda-intel model=3stack-dig
options snd-hda-intel enable_msi=1
options snd-hda-intel single_cmd=1
 
Old 11-01-2009, 01:09 AM   #11
admas
LQ Newbie
 
Registered: Mar 2009
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by foodown View Post
Try these model options:
Code:
options snd-hda-intel model=3stack-dig
options snd-hda-intel enable_msi=1
options snd-hda-intel single_cmd=1
I modified my /etc/modprobe.d/sound file with the options that you
specified, did a rmmod snd_hda_intel and modprobe snd_hda_intel,
/etc/rc.d/rc.alsa restart, and unmuted the various sound levels
with alsamixer, but there was no sound.
 
Old 11-01-2009, 01:24 AM   #12
foodown
Member
 
Registered: Jun 2009
Location: Texas
Distribution: Slackware
Posts: 611

Rep: Reputation: 221Reputation: 221Reputation: 221
What kind of laptop is this? I make the assumption that this is a laptop . . . if not, what make and model motherboard are we talking about?

It is almost definitely the model option needing to be properly set on the module.
The single_cmd and enable_msi options are probably not needed.
 
Old 11-01-2009, 01:02 AM   #13
admas
LQ Newbie
 
Registered: Mar 2009
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by foodown View Post
What kind of laptop is this? I make the assumption that this is a laptop . . . if not, what make and model motherboard are we talking about?

It is almost definitely the model option needing to be properly set on the module.
The single_cmd and enable_msi options are probably not needed.
I have a Dell Studio XPS M1640.

As far as motherboard info, is this what you want?

Base Board Information
Manufacturer: Dell Inc.
Product Name: 0U785D
Version: A07
Serial Number: .HZZR7K1.CN486439860087.
Asset Tag:
Features: None
Location In Chassis: Not Specified
Chassis Handle: 0xFFFF
Type: Unknown
Contained Object Handles: 0

I got this info from dmidecode.
 
Old 11-01-2009, 10:48 AM   #14
ljb643
Member
 
Registered: Nov 2003
Posts: 526

Rep: Reputation: Disabled
Maybe related, maybe not. I have an Intel G965 motherboard with Intel 82801H (ICH8) HD Audio (Intel-HDA). After upgrade to Slackware 13.0 I got no sound at all from the front speaker jack, but sound works from the rear speaker jack. I looked into it a little and determined only that the snd_hda_intel driver at 2.6.29.6 was now "smarter" about programmable jacks and had decided that the front jack was something other than a speaker jack. I never got any further with it - I just use the rear jack.
 
Old 11-01-2009, 11:00 AM   #15
admas
LQ Newbie
 
Registered: Mar 2009
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ljb643 View Post
Maybe related, maybe not. I have an Intel G965 motherboard with Intel 82801H (ICH8) HD Audio (Intel-HDA). After upgrade to Slackware 13.0 I got no sound at all from the front speaker jack, but sound works from the rear speaker jack. I looked into it a little and determined only that the snd_hda_intel driver at 2.6.29.6 was now "smarter" about programmable jacks and had decided that the front jack was something other than a speaker jack. I never got any further with it - I just use the rear jack.
The only jacks I have on my laptop are two headphone jacks on the side and a microphone jack. I plugged in my headphones to all three jacks
and used aplay, but received no sound. Thanks for the suggestion though. I'm all out of ideas, so you providing me with things to try is helpful.
 
  


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
Sound problems in Slackware 11 with Sweex sound card RicardoB Linux - Hardware 0 04-30-2007 01:34 PM
Sound Skips After Slackware 11.0 upgrade AC97 sound card using the snd-via82xx driver meetscott Linux - Hardware 3 11-07-2006 11:55 PM
Replaced a Sound Card (ESS) and now no sound under Slackware LeniuNYC Linux - Hardware 1 03-14-2004 05:21 PM
AC97 int. sound slackware 9.0 no sound TheDanLayerOSI Linux - Hardware 1 06-13-2003 04:42 AM

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

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