You are not logged in.

I have not ever had problems with sound, after this last kernel 2.6.30 upgrade.
Following the guide, as in this topic, I was able to restore the sound again.
But now, after reboot, it has redisappeared again. 
I also tried to do again the alsaconf procedure. It recognizes my sound card, but the sound doesn't work.
EDIT: I found that with games the audio works (for example in openarena). Then, when i return on gnome, the audio is like mute. 
So the problem is only on Gnome.
[garret@desktop ~]$ lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)[garret@desktop ~]$ lsmod | grep snd
snd_hda_codec_realtek   278132  1 
snd_seq_dummy           3540  0 
snd_seq_oss            36224  0 
snd_seq_midi_event      8592  1 snd_seq_oss
snd_hda_intel          31208  3 
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_hda_codec          82000  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               9944  1 snd_hda_codec
snd_pcm_oss            47328  0 
snd_mixer_oss          20976  1 snd_pcm_oss
snd_pcm                90808  5 snd_hda_intel,snd_hda_codec,snd_pcm_oss,saa7134_alsa
snd_timer              25344  3 snd_seq,snd_pcm
snd                    76712  16 snd_hda_codec_realtek,snd_seq_oss,snd_hda_intel,snd_seq,snd_seq_device,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,saa7134_alsa,snd_pcm,snd_timer
soundcore               8576  1 snd
snd_page_alloc         10784  2 snd_hda_intel,snd_pcm[garret@desktop ~]$ cat /etc/modprobe.d/50-sound.conf 
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel[garret@desktop ~]$ 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"[garret@desktop ~]$ grep ^MODULES /etc/rc.conf 
MODULES=(acpi-cpufreq tun saa7134 saa7134_dvb !pcspkr snd-hda-intel vboxdrv vboxnetflt)[garret@desktop ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 1: Intel [HDA Intel], device 0: ALC883 Analog [ALC883 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: Intel [HDA Intel], device 1: ALC883 Digital [ALC883 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0Last edited by Garret (2009-06-25 17:34:26)
Offline
i try with alsaconf and works again, i think is for the new modprobe.d...
Offline

I found that vlc, totem-xine, games (like openarena), are OK, the audio works as it should. 
Instead with flash, smplayer, rhytmbox don't work.
But with smplayer audio works if i set as exit driver not alsa, but alsa (1.0 -HDA Intel), as in the picture.
Rhytmbox instead gives me an error where autoaudiosink and alsasink seem don't work at the moment.
Then i saw that gstreamer-properties was set in a wrong way. Infact i saw that with "Default" device the sound doesn't work, instead with another option the audio works:
For audio works i mean when i click on "try" button and hear a beep.
Offline

Similar problem here, run alsaconf again and was solved. Weird behaviours in Gnome with kernel 2.6.30 remains, tho, seems related to Intel video with KMS.
Offline

Similar problem here, run alsaconf again and was solved. Weird behaviours in Gnome with kernel 2.6.30 remains, tho, seems related to Intel video with KMS.
I tried with alsaconf, but nothing 
Offline

This is my /etc/modprobe.d/sound.conf:
┌─[01:54]─[~]
└─[%]─> cat /etc/modprobe.d/sound.conf
# Intel Corporation 82801I (ICH9 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd slots=snd-hda-intel
options snd-hda-intel enable_msi=1 model=hp-dv5the same card:
┌─[01:55]─[~]
└─[%]─> lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)Offline

This is my /etc/modprobe.d/sound.conf:
┌─[01:54]─[~] └─[%]─> cat /etc/modprobe.d/sound.conf # Intel Corporation 82801I (ICH9 Family) HD Audio Controller alias snd-card-0 snd-hda-intel alias sound-slot-0 snd-hda-intel options snd slots=snd-hda-intel options snd-hda-intel enable_msi=1 model=hp-dv5
This doens't work for me 
Offline

Garret,
I had the same problem, and actually I was able to solve it quite easy :-)
Somehow volume is (at least for me) tunable with the speaker slider now. I just enabled every slider in kmix, and used it. Speaker suddenly gave me my sound back 
Maybe this is the solution for you, too.
digiKam developer - www.digikam.org
Offline

Oh and another thing I had to do: run alsaconf as root (no X server started, otherwise it didn't work for me).
I always had an error message on startup that my hardware is unknown, alsaconf fixed this issue.
But I had to shutdown KDM (or in your case, GDM?), because it didn't work otherwise.
digiKam developer - www.digikam.org
Offline