You are not logged in.

#1 2009-06-24 01:07:25

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,223
Website

Update - snd_hda_intel and HP dv7

Just a quick update for reference...

I just updated to 2.6.30 and my Intel HDA sound card appears to finally be working 100% properly. This includes the headphone jacks disconnecting the internal speakers when headphones are connected.

FTR, my laptop is a HP dv7 1026tx

root ~ # lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
root ~ # lsmod | grep snd
snd_hda_codec_nvhdmi     4368  1 
snd_hda_codec_idt      74044  1 
snd_hda_intel          31208  0 
snd_hda_codec          82000  3 snd_hda_codec_nvhdmi,snd_hda_codec_idt,snd_hda_intel
snd_seq_dummy           3540  0 
snd_seq_oss            36224  0 
snd_seq_midi_event      8592  1 snd_seq_oss
snd_seq                64640  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          8324  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_hwdep               9944  1 snd_hda_codec
snd_pcm_oss            47328  0 
snd_pcm                90808  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer              25344  2 snd_seq,snd_pcm
snd_page_alloc         10784  2 snd_hda_intel,snd_pcm
snd_mixer_oss          20976  1 snd_pcm_oss
snd                    76712  11 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_hwdep,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore               8576  1 snd
root ~ # cat /etc/modprobe.d/sound.conf 
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel enable_msi=1
root ~ # cat /etc/conf.d/alsa
# Arguments for alsactl
# example: ALSA_ARGS="--file /var/run/alsa-state"
ALSA_ARGS=""

# Enables powersaving mode for AC97 and hda_intel audio chips.
# Set to 1 to enable powersaving.
# Set to 0 to disable powersaving (default).
POWERSAVE=0

# Whether to save volume levels when stopped ("yes" or "no").
SAVE_VOLUME="yes"

# Whether to mute the master volume when stopped ("yes" or "no").
# Useful for bad audio cards which make a noise on system poweroff.
MUTE_VOLUME="no"
root ~ #
root ~ # grep ^MODULES /etc/rc.conf 
MODULES=(r8169 snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore tun raw1394)

Offline

#2 2009-06-24 19:31:34

Garret
Member
From: Palermo, Italy
Registered: 2006-07-09
Posts: 172

Re: Update - snd_hda_intel and HP dv7

Now, thank your advices, my soundcard again works!!!

Offline

#3 2009-06-24 22:40:59

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,223
Website

Re: Update - snd_hda_intel and HP dv7

Glad it helped smile

Offline

#4 2009-06-25 12:44:18

Garret
Member
From: Palermo, Italy
Registered: 2006-07-09
Posts: 172

Re: Update - snd_hda_intel and HP dv7

Uff instead now i have no more sounds again... how is it possible?

EDIT: I think my problem is that arch sets the wrong soundcard as default. Infact if I give alsamixer -C 0 I can configure the wrong soundcard.
Instead I would set as default the "1" soundcard

Last edited by Garret (2009-06-25 13:19:52)

Offline

Board footer

Powered by FluxBB