I'm using PCLiuxOS 2011.09 ISO all updated.
I have no sound using Firefox or Chromium. All other sounds KDE , vlc, mplayer etc work.
Main sound card is built into my Gigabyte motherboard and uses the snd_hda_intel driver.
However my graphics card is an ATI 5770 with HDMI Audio and I'm sure all sound from the web browser is being directed to the HDMI port.
So far, I've enabled and disabled pulse audio, changed output device preferences in Phonon and edited /etc/modprobe.conf as per this post by Tex:
http://www.pclinuxos.com/forum/index.php/topic,66982.0.htmlSo far all my efforts have failed to create sound. I'm using iPlayer for reference.
Some hardware details:
[root@orac ~]# lspcidrake -v | fgrep -i AUDIO
snd_hda_intel : ATI Technologies Inc|Juniper HDMI Audio [Radeon HD 5700 Series] (vendor:1002 device:aa58 subv:1682 subd:aa58)
snd_hda_intel : Intel Corporation|5 Series/3400 Series Chipset High Definition Audio (vendor:8086 device:3b56 subv:1458 subd:a002) (rev: 06)
Top line is the HDMI connector on my ATI graphics card, bottom line sound built into motherboard.
cat /etc/modprobe.conf
install scsi_hostadapter /sbin/modprobe pata_it8213; /sbin/modprobe ahci; /sbin/modprobe ata_piix; /bin/true
install ide-controller /sbin/modprobe ide_generic; /bin/true
install usb-interface /sbin/modprobe ehci_hcd; /sbin/modprobe uhci_hcd; /bin/true
alias pci:v000010ECd00008168sv00001458sd0000E000bc02sc00i00 r8169
alias eth0 r8169
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd_hda_intel
options snd_hda_intel index=1
Sound modules loaded by kernel:
[root@orac ~]# lsmod | grep snd
snd_usb_audio 70631 0
snd_usbmidi_lib 15440 1 snd_usb_audio
snd_rawmidi 15287 1 snd_usbmidi_lib
snd_hda_codec_hdmi 20480 1
snd_hda_codec_realtek 226487 1
snd_hda_intel 19109 5
snd_hda_codec 66310 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 4820 2 snd_usb_audio,snd_hda_codec
snd_seq_dummy 1135 0
snd_seq_oss 25264 0
snd_seq_midi_event 4648 1 snd_seq_oss
snd_seq 42136 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 4457 4 snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 33854 0
snd_pcm 60446 5 snd_usb_audio,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 15383 2 snd_seq,snd_pcm
snd_mixer_oss 12981 1 snd_pcm_oss
snd 43189 25 snd_usb_audio,snd_usbmidi_lib,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore 5025 1 snd
snd_page_alloc 5877 2 snd_hda_intel,snd_pcm
usbcore 117639 8 snd_usb_audio,snd_usbmidi_lib,usblp,usbhid,xhci_hcd,uhci_hcd,ehci_hcd
output of /dev/snd -l
[root@orac snd]# ls -l /dev/snd
total 0
drwxr-xr-x 2 root root 80 Jan 17 11:17 by-path/[root@orac snd]# ls -l /dev/snd
total 0
drwxr-xr-x 2 root root 80 Jan 17 11:17 by-path/
crw-rw----+ 1 root audio 116, 11 Jan 17 11:17 controlC0
crw-rw----+ 1 root audio 116, 8 Jan 17 11:17 controlC1
crw-rw----+ 1 root audio 116, 10 Jan 17 11:17 hwC0D0
crw-rw----+ 1 root audio 116, 7 Jan 17 11:17 hwC1D2
crw-rw----+ 1 root audio 116, 9 Jan 17 11:17 pcmC0D3p
crw-rw----+ 1 root audio 116, 6 Jan 17 11:17 pcmC1D0c
crw-rw----+ 1 root audio 116, 5 Jan 17 11:18 pcmC1D0p
crw-rw----+ 1 root audio 116, 4 Jan 17 11:17 pcmC1D1c
crw-rw----+ 1 root audio 116, 3 Jan 17 11:17 pcmC1D1p
crw-rw----+ 1 root audio 116, 2 Jan 17 11:17 pcmC1D2c
crw-rw----+ 1 root audio 116, 1 Jan 17 11:17 seq
crw-rw----+ 1 root audio 116, 33 Jan 17 11:17 timer
crw-rw----+ 1 root audio 116, 11 Jan 17 11:17 controlC0
crw-rw----+ 1 root audio 116, 8 Jan 17 11:17 controlC1
crw-rw----+ 1 root audio 116, 10 Jan 17 11:17 hwC0D0
crw-rw----+ 1 root audio 116, 7 Jan 17 11:17 hwC1D2
crw-rw----+ 1 root audio 116, 9 Jan 17 11:17 pcmC0D3p
crw-rw----+ 1 root audio 116, 6 Jan 17 11:17 pcmC1D0c
crw-rw----+ 1 root audio 116, 5 Jan 17 11:18 pcmC1D0p
crw-rw----+ 1 root audio 116, 4 Jan 17 11:17 pcmC1D1c
crw-rw----+ 1 root audio 116, 3 Jan 17 11:17 pcmC1D1p
crw-rw----+ 1 root audio 116, 2 Jan 17 11:17 pcmC1D2c
crw-rw----+ 1 root audio 116, 1 Jan 17 11:17 seq
crw-rw----+ 1 root audio 116, 33 Jan 17 11:17 timer
I have not yet tried an alternate desktop (to see if its just related to KDE) but open to suggestions,
thanks in advance.