LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 05-28-2008, 06:30 AM   #1
ososid
LQ Newbie
 
Registered: May 2008
Location: UK
Distribution: Slackware 14.1
Posts: 13

Rep: Reputation: 0
No sound on Asus Z53S using Slackware 12.1


So the problem is can't get no sound on my laptop...

it says it has a hda_intel

"Intel Corporation 82801H (ICH8 Family) HD Audio Controller"


I've searched around a couple of forums... and added
model=lenovo
model=asus
model=3stack
model=asus-dig

on the /etc/modprob.d/sound

(some people say to add the extra code to the alsa-"something" folder in the modprob-d but i don't have such a file...

I hope there is someone out there with the knowhow to help me out...

Thanks in advance to you guys.
 
Old 05-28-2008, 07:48 AM   #2
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Welcome to LQ!

I've got that chipset in my laptop and Slackware 12.1 does recognize it. The first thing to do is check that the snd_hda_intel module is loaded. Try running lsmod and see if that is in the output. If it is there, the next thing to do is run alsaconf to configure the sound system.
 
Old 05-29-2008, 03:04 AM   #3
ososid
LQ Newbie
 
Registered: May 2008
Location: UK
Distribution: Slackware 14.1
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Hangdog42 View Post
Welcome to LQ!

I've got that chipset in my laptop and Slackware 12.1 does recognize it. The first thing to do is check that the snd_hda_intel module is loaded. Try running lsmod and see if that is in the output. If it is there, the next thing to do is run alsaconf to configure the sound system.
This is what it says:

Module Size Used by
snd_seq_dummy 6788 0
snd_seq_oss 34560 0
snd_seq_midi_event 10112 1 snd_seq_oss
snd_seq 50896 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 10636 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 39968 0
snd_mixer_oss 18048 1 snd_pcm_oss
ipv6 234724 31
pcmcia 35884 0
pcmcia_core 35988 1 pcmcia
lp 13348 0
parport_pc 27556 0
parport 34632 2 lp,parport_pc
fuse 45588 1
snd_hda_intel 338840 0
sdhci 18692 0
mmc_core 47236 1 sdhci
snd_pcm 70148 2 snd_pcm_oss,snd_hda_intel
video 19472 0
output 6656 1 video
battery 14340 0
snd_timer 22916 2 snd_seq,snd_pcm
thermal 16540 0
ac 8068 0
snd_page_alloc 11656 2 snd_hda_intel,snd_pcm
iwl3945 88424 0
intel_agp 25236 0
snd_hwdep 10756 1 snd_hda_intel
led_class 7300 0
serio_raw 9092 0
snd 49188 10 snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixe r_oss,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
agpgart 30664 1 intel_agp
iTCO_wdt 13988 0
mac80211 122124 1 iwl3945
psmouse 40336 0
hci_usb 16924 0
processor 32680 1 thermal
button 10000 0
atl1 34316 0
evdev 12672 5
asus_acpi 17948 0
bluetooth 53860 1 hci_usb
cfg80211 14600 1 mac80211
iTCO_vendor_support 7044 1 iTCO_wdt
soundcore 9824 1 snd
mii 8448 1 atl1
sg 30224 0
rtc_cmos 11040 0
rtc_core 18696 1 rtc_cmos
rtc_lib 6528 1 rtc_core


I'm a newb on these things so... What should I do here?

P.S: I've runned alsaconf a couple of times, also after I change the sound file in modprob.d and set everything on 100. Still can't get it up and running, maybe i'm not doing it right...

Should the "snd_hda_intel 338840 0" say 1 instead of 0 ?

Thanks in advance.
 
Old 05-29-2008, 07:50 AM   #4
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
I'm a newb on these things so... What should I do here?
The point of looking at lsmod was to see if the proper driver was loaded. In this case, the proper driver is snd_hda_intel, which is in the list. That's a good thing. One thing that is much harder to tell is if all the supporting modules are loaded. You might try removing and then reloading the driver and see if that helps:

modprobe -r snd_hda_intel
modprobe snd_hda_intel


Quote:
P.S: I've runned alsaconf a couple of times,
Can you describe what happens when you run alsaconf? Once you've run it, does anything show up in alsamixer?


Quote:
also after I change the sound file in modprob.d and set everything on 100.
Mine is pretty simple and doesn't have any settings:

Code:
alias: snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
Quote:
Should the "snd_hda_intel 338840 0" say 1 instead of 0 ?
I don't think so, but I'm not entirely sure. That 0 says how many other modules are using snd_hda_intel, and I don't know that any other modules should be using it.

Also, by any chance are you running KDE? I don't know if it is important, but KDE has some of its own sound system software (namely arts) that might be mucking things up.
 
  


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
slackware x in asus laptop adhikari Linux - Desktop 4 09-30-2006 03:45 AM
No sound: Kubuntu 5.10, Asus A8N SLi Deluxe, onboard sound Lordandmaker Ubuntu 2 05-14-2006 12:51 PM
Sound - Asus A7N8x Slackware Kane2002 Linux - Hardware 5 01-21-2005 09:51 AM
Sound on slackware 9.1 - Asus A7V333 squash_racket Linux - Newbie 6 05-05-2004 10:55 AM
No sound in Asus A7V266-MX motherboard with Slackware 9.1 rsamurti Slackware - Installation 2 05-03-2004 11:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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