rarbox
2009-06-30, 02:39 AM CDT
I have a Sony Vaio VGN-AR590E Laptop and I'm partially having problem with sound which I did not have in Fedora 8.
[death@rarbox ~]$ lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
[death@rarbox ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 2: ALC262 Analog [ALC262 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
[death@rarbox ~]$ cat /proc/asound/card0/codec* | grep -i codec
Codec: SigmaTel CXD9872AKD
Codec: Conexant ID 2c06
Codec: Realtek ALC262
[death@rarbox ~]$
The problem was that I was not getting audio through the headphones after a default install. In Fedora 8, I fixed this by adding options snd-hda-intel index=0 model=vaio to modprobe.conf.
So, I tried the same solution in Fedora 11, but this time even though the sound did started coming through the headphones, the volume is way too little through speakers or headphones. I checked the mixer, pulseaudio volume control, advanced volume control, etc and they were all turned all the way up.
I tried other options as well like, auto, basic, 3stack, 5stack, 3stack-digout, etc.
I also have an internal mic and an optical out port which does not work at all. Even though that isn't a priority, it would be nice if I can fix that as well.
[death@rarbox ~]$ lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
[death@rarbox ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 2: ALC262 Analog [ALC262 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
[death@rarbox ~]$ cat /proc/asound/card0/codec* | grep -i codec
Codec: SigmaTel CXD9872AKD
Codec: Conexant ID 2c06
Codec: Realtek ALC262
[death@rarbox ~]$
The problem was that I was not getting audio through the headphones after a default install. In Fedora 8, I fixed this by adding options snd-hda-intel index=0 model=vaio to modprobe.conf.
So, I tried the same solution in Fedora 11, but this time even though the sound did started coming through the headphones, the volume is way too little through speakers or headphones. I checked the mixer, pulseaudio volume control, advanced volume control, etc and they were all turned all the way up.
I tried other options as well like, auto, basic, 3stack, 5stack, 3stack-digout, etc.
I also have an internal mic and an optical out port which does not work at all. Even though that isn't a priority, it would be nice if I can fix that as well.