Comment 2 for bug 153742

Revision history for this message
Sabaki (crbell) wrote : Re: No sound in Flash movies

I'm having the same problem. No sound with Firefox 2.0.0.8 and flashplugin-nonfree v9 on 64-bit Ubuntu v.7.10 'Gutsy'. nspluginwrapper and alsa-oss are installed. Most other apps play sound fine. I've reinstalled, tried launching firefox with aoss, edited /etc/firefox/firefoxrc and put FIREFOX_DSP="aoss", installed pulseaudio, etc., etc. Nothing I've tried so far works.

I have an AMD 64 Athlon 64 3500+ processor and the motherboard is a ECS RS-482_M.
The on-board AC '97 sound just wouldn't work with Ubuntu at all, so I installed a Ensoniq ES1370 [AudioPCI] and disabled the on-board sound support in the bios and all my other apps work fine with it.

lsmod shows the following:

Module Size Used by
snd_rtctimer 5344 1
binfmt_misc 15500 1
radeon 130080 2
drm 107688 3 radeon
rfcomm 48808 2
l2cap 29440 11 rfcomm
bluetooth 66436 4 rfcomm,l2cap
nfsd 274856 13
exportfs 8192 1 nfsd
lockd 77360 2 nfsd
sunrpc 201480 8 nfsd,lockd
ppdev 11528 0
ipv6 325896 18
powernow_k8 16864 0
cpufreq_powersave 3200 0
cpufreq_stats 8704 0
cpufreq_userspace 6304 1
cpufreq_ondemand 11024 0
cpufreq_conservative 9864 0
freq_table 6592 3 powernow_k8,cpufreq_stats,cpufreq_ondemand
video 21268 0
container 6656 0
sbs 21904 0
button 10656 0
dock 13248 0
ac 7560 0
battery 12680 0
it87 25488 0
hwmon_vid 4992 1 it87
i2c_isa 6912 1 it87
sbp2 27784 0
lp 16264 0
snd_ens1370 25504 5
gameport 19856 1 snd_ens1370
snd_pcm_oss 50560 0
snd_mixer_oss 20352 1 snd_pcm_oss
snd_pcm 95624 4 snd_ens1370,snd_pcm_oss
snd_ak4531_codec 12544 1 snd_ens1370
snd_seq_dummy 5508 0
snd_seq_oss 37632 0
snd_seq_midi 11136 0
snd_rawmidi 30336 2 snd_ens1370,snd_seq_midi
snd_seq_midi_event 10240 2 snd_seq_oss,snd_seq_midi
parport_pc 42792 1
snd_seq 63776 7 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
parport 45196 3 ppdev,lp,parport_pc
snd_timer 28040 3 snd_rtctimer,snd_pcm,snd_seq
snd_seq_device 10516 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 70696 19 snd_ens1370,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_ak4531_codec,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 11040 1 snd
snd_page_alloc 12688 2 snd_ens1370,snd_pcm
psmouse 46108 0
k8temp 7936 0
pcspkr 4992 0
i2c_piix4 11788 0
serio_raw 9348 0
i2c_core 31488 3 it87,i2c_isa,i2c_piix4
shpchp 38684 0
pci_hotplug 37876 1 shpchp
evdev 13184 3
reiserfs 257152 3
ide_cd 35872 0
cdrom 42152 1 ide_cd
ide_disk 20352 5
usbhid 33600 0
hid 33664 1 usbhid
atiixp 8208 0 [permanent]
8139cp 28288 0
ide_core 146320 3 ide_cd,ide_disk,atiixp
ohci1394 39752 0
8139too 31360 0
mii 7552 2 8139cp,8139too
sata_sil 14984 0
ieee1394 112856 2 sbp2,ohci1394
ata_generic 10372 0
floppy 74600 0
ohci_hcd 25476 0
ehci_hcd 40460 0
libata 139312 2 sata_sil,ata_generic
usbcore 163760 4 usbhid,ohci_hcd,ehci_hcd
scsi_mod 174776 2 sbp2,libata
thermal 16784 0
processor 36232 2 powernow_k8,thermal
fan 7176 0
fuse 53808 1
apparmor 48288 0
commoncap 9600 1 apparmor

----------------

lspci -v
...

02:01.0 Multimedia audio controller: Ensoniq ES1370 [AudioPCI] (rev 01)
        Subsystem: Unknown device 4942:4c4c
        Flags: bus master, slow devsel, latency 64, IRQ 21
        I/O ports at df00 [size=64]
...

In Firefox, about:plugins shows:

Shockwave Flash

    File name: npwrapper.libflashplayer.so
    Shockwave Flash 9.0 r48

MIME Type Description Suffixes Enabled
application/x-shockwave-flash Shockwave Flash swf Yes
application/futuresplash FutureSplash Player spl Yes

------
I also tried installing the ia32-alsa-oss 1.0.10-1 package in Synaptic.

Chuck Bell