You are not logged in.
Pages: 1
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 sndroot ~ # 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=1root ~ # 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)Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Now, thank your advices, my soundcard again works!!!
Offline
Glad it helped ![]()
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
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
Pages: 1