LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-16-2009, 01:56 PM   #1
g_paschoal
Member
 
Registered: Oct 2009
Posts: 131

Rep: Reputation: 15
configuring sound card on laptop running slack 64


Hi Guys,


I have a HP dv6000 laptop and I installed a 64bits slackware version.

Everything seems to be working fine, video, network devices, but I can't configure the sound.

Anybody has any tuturial I can follow? I already tried some that I found online but doesnt work.

It appears to be already setup but when I try to play something it doesnt.


Thanks a lot
 
Old 10-16-2009, 05:38 PM   #2
g_paschoal
Member
 
Registered: Oct 2009
Posts: 131

Original Poster
Rep: Reputation: 15
I ran the alsaconf command it found my board sound card which is hda-intel 82801 (ICH9 family) HD audio controller
The command runs fine but the sound does work.... I don't know what else to do can someone pls help me out with this?

Thanks a ton
 
Old 10-17-2009, 10:51 AM   #3
g_paschoal
Member
 
Registered: Oct 2009
Posts: 131

Original Poster
Rep: Reputation: 15
anybody?
 
Old 10-17-2009, 02:22 PM   #4
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Run this in the terminal as root:
Code:
alsamixer
See if master, pcm, and front are muted (have MM in a box). If they are, unmute by entering m on each box. If that works, run:
Code:
alsactl store

Last edited by brianL; 10-17-2009 at 02:24 PM.
 
Old 10-17-2009, 05:23 PM   #5
g_paschoal
Member
 
Registered: Oct 2009
Posts: 131

Original Poster
Rep: Reputation: 15
Nope.. that didn't work.... here is more information...

OS: slackware13 64
HP dv6000
Soundcard: hda-intel 82801 (ICH9 family) HD audio controller

lsmod output:

Code:
Module                  Size  Used by
i915                  168584  1      
drm                   168128  2 i915 
vboxnetadp            100300  0      
vboxnetflt            107692  0      
vboxdrv              1712140  2 vboxnetflt
snd_seq_dummy           3172  0           
snd_seq_oss            33536  0           
snd_seq_midi_event      7264  1 snd_seq_oss
snd_seq                56320  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          7188  3 snd_seq_dummy,snd_seq_oss,snd_seq           
snd_pcm_oss            42976  0                                             
snd_mixer_oss          16768  1 snd_pcm_oss                                 
ipv6                  288704  18                                            
pcmcia                 36824  0                                             
pcmcia_core            36804  1 pcmcia                                      
cpufreq_ondemand        8016  2                                             
acpi_cpufreq            8536  0                                             
freq_table              4160  2 cpufreq_ondemand,acpi_cpufreq               
ppdev                   8488  0                                             
lp                     11972  0                                             
parport_pc             28200  0                                             
parport                36752  3 ppdev,lp,parport_pc                         
fuse                   60096  1                                             
snd_hda_codec_intelhdmi    13728  1                                         
snd_hda_codec_idt      68256  1                                             
snd_hda_intel          27176  2                                             
hp_accel               10720  0                                             
thermal                18880  0                                             
snd_hda_codec          60192  3 snd_hda_codec_intelhdmi,snd_hda_codec_idt,snd_hda_intel
processor              43960  4 acpi_cpufreq,thermal                                   
uvcvideo               63436  0                                                        
video                  20148  0                                                        
thermal_sys            13088  3 thermal,processor,video                                
led_class               4360  1 hp_accel                                               
snd_hwdep               8456  1 snd_hda_codec                                          
snd_pcm                80872  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec                
snd_timer              22256  2 snd_seq,snd_pcm                                        
videodev               43168  1 uvcvideo                                               
snd                    65000  16 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_intelhdmi,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer                                                                            
rtc_cmos               11928  0
rtc_core               19652  1 rtc_cmos
hwmon                   2728  1 thermal_sys
soundcore               7168  1 snd
lis3lv02d               9024  1 hp_accel
v4l1_compat            15364  2 uvcvideo,videodev
intel_agp              30960  1
wmi                     7456  0
v4l2_compat_ioctl32    10912  1 videodev
joydev                 11968  0
rtc_lib                 2880  1 rtc_core
battery                12488  0
r8169                  37860  0
psmouse                46748  0
snd_page_alloc          9616  2 snd_hda_intel,snd_pcm
i2c_i801               10400  0
ac                      5000  0
evdev                  11392  14
mii                     5216  1 r8169
output                  3136  1 video
button                  7328  0
sg                     29920  0
serio_raw               6116  0
 
Old 10-18-2009, 08:40 PM   #6
g_paschoal
Member
 
Registered: Oct 2009
Posts: 131

Original Poster
Rep: Reputation: 15
below are the audio modules I have on my system.

I don't know what else to do. Does anybody have any clue?

Thanks


Code:
root@elements:~# lsmod |grep snd
snd_seq_dummy           3172  0
snd_seq_oss            33536  0
snd_seq_midi_event      7264  1 snd_seq_oss
snd_seq                56320  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          7188  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            42976  0
snd_mixer_oss          16768  1 snd_pcm_oss
snd_hda_codec_intelhdmi    13728  1
snd_hda_codec_idt      68256  1
snd_hda_intel          27176  2
snd_hda_codec          60192  3 snd_hda_codec_intelhdmi,snd_hda_codec_idt,snd_hda_intel
snd_hwdep               8456  1 snd_hda_codec
snd_pcm                80872  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer              22256  2 snd_seq,snd_pcm
snd                    65000  16 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_intelhdmi,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore               7168  1 snd
snd_page_alloc          9616  2 snd_hda_intel,snd_pcm
 
Old 10-18-2009, 08:43 PM   #7
g_paschoal
Member
 
Registered: Oct 2009
Posts: 131

Original Poster
Rep: Reputation: 15
Also the sound file

[CODE][root@elements:/etc/modprobe.d# cat sound
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
root@elements:/etc/modprobe.d#
/CODE]
 
Old 10-20-2009, 01:25 PM   #8
g_paschoal
Member
 
Registered: Oct 2009
Posts: 131

Original Poster
Rep: Reputation: 15
Anybody?

Pls guys...
 
Old 10-24-2009, 10:23 AM   #9
g_paschoal
Member
 
Registered: Oct 2009
Posts: 131

Original Poster
Rep: Reputation: 15
someone please help me here?
 
Old 10-24-2009, 10:55 AM   #10
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Bumping doesn't always help!

You can look at '/usr/src/linux-2.6.29.6/Documentation/sound/alsa/ALSA-Configuration.txt' for;

Code:
excerpt;
Module snd-hda-intel
  --------------------

    Module for Intel HD Audio (ICH6, ICH6M, ESB2, ICH7, ICH8, ICH9, ICH10,
                        PCH, SCH),
                ATI SB450, SB600, R600, RS600, RS690, RS780, RV610, RV620,
                        RV630, RV635, RV670, RV770,
                VIA VT8251/VT8237A,
                SIS966, ULI M5461

    [Multiple options for each card instance]
Read the text to see if you can pass information for your sound. Plus you can always search for the topic here on LQ.

 
Old 10-24-2009, 11:18 AM   #11
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

One other thing concerning HD-Audio. You should look at '/usr/src/linux-2.6.29.6/Documentation/sound/alsa/HD-Audio.txt'.

 
  


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
I'd like some help with configuring tuner card and it's radio in Slack 12.0 (v4l) kummiliim Linux - Software 4 07-22-2007 10:18 AM
boot problem with kernel 2.6.18 on Laptop running Slack 11.0 thethinker Slackware 5 04-12-2007 10:37 AM
no sound; configuring hda-intel sound card in suse 10.1 crashes X MamaWombat SUSE / openSUSE 1 05-30-2006 10:42 PM
Sound card Issues in Suse 9.3 with a ??Conexant?? Sound card in Gateway laptop hackerarchangel Linux - Hardware 3 12-30-2005 11:35 PM
Got Slack up and running -- now for configuring I need help vharishankar Slackware 51 02-18-2005 10:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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