Hi! I have no sound with youtube.com and chatroulette.com in iceweasel.
I found pages where flash sound works: http://www.crackle.com/c/comedians-in-cars-getting-coffee http://www.songsofinsects.com/flashtest/index.html Otherwise I can play sound fine, e.g. with mplayer or mpg123. I don't know how that happened. Maybe it's related to removing pulseaudio [1]. When I reinstalled pulseaudio, sound temporarily returned to chatroulette, but not youtube. Sound disappeared before I removed pulseaudio again, I'm not sure why. I made an 'aptitude full-upgrade' which installed a new iceweasel, xulrunner, kernel (so I rebooted), modified /etc/modprobe.d/alsa-base.conf (which I had changed so my sound cards don't get ordered randomly), tried with(out) flashplayer-mozilla and flashplugin-nonfree-extrasound, gnome3. My intel sound card disappeared temporarily, too, but I didn't care, as I want to use my SB Live! Value, anyways. youtube sound works with gnash, but fullscreen youtube videos are very jerky with gnash and chatroulette doesn't work at all with gnash. [1] IIRC, in xfce pulseaudio causes the PCM level to go to 0 when I mute or completely turn down volume but PCM won't go up again when I unmute or increase volume, so I'd have to fire up aumix to do that manually. Thanks, Bernhard bernhard@b:/data/home/bernhard/dwhelper$ cat /proc/asound/cards 0 [Live ]: EMU10K1 - SB Live! Value [CT4832] SB Live! Value [CT4832] (rev.8, serial:0x80271102) at 0xbc00, irq 18 1 [VT82xx ]: HDA-Intel - HDA VIA VT82xx HDA VIA VT82xx at 0xdfefc000 irq 65 2 [U0x46d0x819 ]: USB-Audio - USB Device 0x46d:0x819 USB Device 0x46d:0x819 at usb-0000:00:10.4-1, high speed root@b:/var/log/exim4# cat /etc/modprobe.d/alsa-base.conf #alias char-major-116 snd #alias snd-card-0 snd-emu10k1 #alias snd-card-1 snd-hda-intel #alias snd-card-2 snd-usb-audio options snd-emu10k1 index=0 options snd-hda-intel index=1 # autoloader aliases install sound-slot-0 /sbin/modprobe snd-card-0 install sound-slot-1 /sbin/modprobe snd-card-1 install sound-slot-2 /sbin/modprobe snd-card-2 install sound-slot-3 /sbin/modprobe snd-card-3 install sound-slot-4 /sbin/modprobe snd-card-4 install sound-slot-5 /sbin/modprobe snd-card-5 install sound-slot-6 /sbin/modprobe snd-card-6 install sound-slot-7 /sbin/modprobe snd-card-7 # Cause optional modules to be loaded above generic modules install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; /sbin/modprobe --quiet snd-seq ; : ; } install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; } install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && { /sbin/modprobe --quiet snd-emu10k1-synth ; : ; } # Keep snd-pcsp from beeing loaded as first soundcard options snd-pcsp index=-2 # Keep snd-usb-audio from beeing loaded as first soundcard options snd-usb-audio index=-2 # Prevent abnormal drivers from grabbing index 0 options bt87x index=-2 options cx88_alsa index=-2 options snd-atiixp-modem index=-2 options snd-intel8x0m index=-2 options snd-via82xx-modem index=-2 root@b:/var/log/exim4# lsmod Module Size Used by lp 12797 0 bnep 17288 2 rfcomm 28626 0 bluetooth 103791 10 rfcomm,bnep rfkill 18516 2 bluetooth binfmt_misc 12813 1 nfsd 173890 2 nfs 265921 1 nfs_acl 12463 2 nfs,nfsd auth_rpcgss 32143 2 nfs,nfsd fscache 31978 1 nfs lockd 57277 2 nfs,nfsd sunrpc 143904 12 lockd,auth_rpcgss,nfs_acl,nfs,nfsd ppdev 12651 0 loop 17810 0 uvcvideo 56896 0 videodev 61658 1 uvcvideo media 13692 2 videodev,uvcvideo snd_emu10k1_synth 12916 0 snd_hda_codec_realtek 142274 1 snd_usb_audio 71309 0 snd_emux_synth 28069 1 snd_emu10k1_synth snd_seq_midi_emul 12682 1 snd_emux_synth snd_seq_virmidi 13015 1 snd_emux_synth snd_usbmidi_lib 18801 1 snd_usb_audio snd_hda_intel 21786 0 snd_emu10k1 109618 5 snd_emu10k1_synth snd_hda_codec 63477 2 snd_hda_intel,snd_hda_codec_realtek snd_ac97_codec 84236 1 snd_emu10k1 snd_util_mem 12659 2 snd_emu10k1,snd_emux_synth snd_hwdep 12943 4 snd_hda_codec,snd_emu10k1,snd_emux_synth,snd_usb_audio nvidia 10228769 60 snd_pcm_oss 36181 0 snd_mixer_oss 17668 3 snd_pcm_oss snd_pcm 53461 8 snd_pcm_oss,snd_ac97_codec,snd_hda_codec,snd_emu10k1,snd_hda_intel,snd_usb_audio snd_page_alloc 12867 3 snd_pcm,snd_emu10k1,snd_hda_intel snd_seq_midi 12744 0 snd_seq_midi_event 13124 2 snd_seq_midi,snd_seq_virmidi snd_rawmidi 22472 4 snd_seq_midi,snd_emu10k1,snd_usbmidi_lib,snd_seq_virmidi snd_seq 39512 5 snd_seq_midi_event,snd_seq_midi,snd_seq_virmidi,snd_seq_midi_emul,snd_emux_synth snd_seq_device 13016 5 snd_seq,snd_rawmidi,snd_seq_midi,snd_emu10k1,snd_emu10k1_synth snd_timer 22356 3 snd_seq,snd_pcm,snd_emu10k1 snd 42722 19 snd_timer,snd_seq_device,snd_seq,snd_rawmidi,snd_pcm,snd_mixer_oss,snd_pcm_oss,snd_hwdep,snd_ac97_codec,snd_hda_codec,snd_emu10k1,snd_hda_intel,snd_usbmidi_lib,snd_seq_virmidi,snd_emux_synth,snd_usb_audio,snd_hda_codec_realtek ac97_bus 12462 1 snd_ac97_codec soundcore 12921 3 snd acpi_cpufreq 12807 0 mperf 12421 1 acpi_cpufreq i2c_viapro 12451 0 i2c_core 19116 3 i2c_viapro,nvidia,videodev coretemp 12770 0 asus_atk0110 17113 0 parport_pc 22036 1 shpchp 26717 0 parport 31254 3 parport_pc,ppdev,lp emu10k1_gp 12450 0 pcspkr 12515 0 evdev 17225 11 gameport 13375 2 emu10k1_gp processor 27565 1 acpi_cpufreq button 12817 0 ext4 306996 3 crc16 12327 2 ext4,bluetooth jbd2 52330 1 ext4 mbcache 12938 1 ext4 dm_mod 57362 9 usbhid 31554 0 hid 60152 1 usbhid sr_mod 17468 0 sg 21476 0 cdrom 34813 1 sr_mod sd_mod 35425 3 crc_t10dif 12332 1 sd_mod ata_generic 12439 0 sata_via 12835 2 fan 12594 0 floppy 48087 0 uhci_hcd 22337 0 pata_via 12727 0 thermal 13103 0 thermal_sys 17752 3 thermal,fan,processor 8139too 22028 0 libata 125014 3 pata_via,sata_via,ata_generic ehci_hcd 35509 0 8139cp 22245 0 r8169 41802 0 mii 12595 3 r8169,8139cp,8139too scsi_mod 135037 4 libata,sd_mod,sg,sr_mod usbcore 104555 8 ehci_hcd,uhci_hcd,usbhid,snd_usbmidi_lib,snd_usb_audio,uvcvideo usb_common 12338 1 usbcore root@b:/var/log/exim4# lspci 00:00.0 Host bridge: VIA Technologies, Inc. P4M890 Host Bridge 00:00.1 Host bridge: VIA Technologies, Inc. P4M890 Host Bridge 00:00.2 Host bridge: VIA Technologies, Inc. P4M890 Host Bridge 00:00.3 Host bridge: VIA Technologies, Inc. P4M890 Host Bridge 00:00.4 Host bridge: VIA Technologies, Inc. P4M890 Host Bridge 00:00.5 PIC: VIA Technologies, Inc. P4M890 I/O APIC Interrupt Controller 00:00.6 Host bridge: VIA Technologies, Inc. P4M890 Security Device 00:00.7 Host bridge: VIA Technologies, Inc. P4M890 Host Bridge 00:01.0 PCI bridge: VIA Technologies, Inc. VT8237/VX700 PCI Bridge 00:02.0 PCI bridge: VIA Technologies, Inc. P4M890 PCI to PCI Bridge Controller 00:0f.0 IDE interface: VIA Technologies, Inc. VT8237A SATA 2-Port Controller (rev 80) 00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 07) 00:10.0 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0) 00:10.1 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0) 00:10.2 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0) 00:10.3 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0) 00:10.4 USB controller: VIA Technologies, Inc. USB 2.0 (rev 86) 00:11.0 ISA bridge: VIA Technologies, Inc. VT8237A PCI to ISA Bridge 00:11.7 Host bridge: VIA Technologies, Inc. VT8237/8251 Ultra VLINK Controller 00:13.0 PCI bridge: VIA Technologies, Inc. VT8237A Host Bridge 00:13.1 PCI bridge: VIA Technologies, Inc. VT8237A PCI to PCI Bridge 02:00.0 VGA compatible controller: NVIDIA Corporation G96 [GeForce 9500 GT] (rev a1) 04:01.0 Audio device: VIA Technologies, Inc. VT8237A/VT8251 HDA Controller (rev 10) 05:04.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 08) 05:04.1 Input device controller: Creative Labs SB Live! Game Port (rev 08) 05:06.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) 05:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8110SC/8169SC Gigabit Ethernet (rev 10) root@b:/var/log/exim4# lspci -n 00:00.0 0600: 1106:0327 00:00.1 0600: 1106:1327 00:00.2 0600: 1106:2327 00:00.3 0600: 1106:3327 00:00.4 0600: 1106:4327 00:00.5 0800: 1106:5327 00:00.6 0600: 1106:6327 00:00.7 0600: 1106:7327 00:01.0 0604: 1106:b198 00:02.0 0604: 1106:a327 00:0f.0 0101: 1106:0591 (rev 80) 00:0f.1 0101: 1106:0571 (rev 07) 00:10.0 0c03: 1106:3038 (rev a0) 00:10.1 0c03: 1106:3038 (rev a0) 00:10.2 0c03: 1106:3038 (rev a0) 00:10.3 0c03: 1106:3038 (rev a0) 00:10.4 0c03: 1106:3104 (rev 86) 00:11.0 0601: 1106:3337 00:11.7 0600: 1106:287e 00:13.0 0604: 1106:337b 00:13.1 0604: 1106:337a 02:00.0 0300: 10de:0640 (rev a1) 04:01.0 0403: 1106:3288 (rev 10) 05:04.0 0401: 1102:0002 (rev 08) 05:04.1 0980: 1102:7002 (rev 08) 05:06.0 0200: 10ec:8139 (rev 10) 05:07.0 0200: 10ec:8167 (rev 10) *** Please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * What outcome did you expect instead? *** End of the template - remove these lines *** -- Package-specific info: Debian version: 7.1 Architecture: i386 Package version: 1:3.2 Adobe Flash Player version: LNX 11,2,202,310 MD5 checksums: af7dc9b61300e31bb341944b61cd144e /var/cache/flashplugin-nonfree/get-upstream-version.pl 26ca132fa0e20f78c5d80e0c33fa6d81 /var/cache/flashplugin-nonfree/install_flash_player_11_linux.i386.tar.gz 58a6eb9e1465a8e0261fa29049708130 /usr/lib/flashplugin-nonfree/libflashplayer.so Alternatives: flash-mozilla.so - auto mode link currently points to /usr/lib/flashplugin-nonfree/libflashplayer.so /usr/lib/flashplugin-nonfree/libflashplayer.so - priority 50 Current 'best' version is '/usr/lib/flashplugin-nonfree/libflashplayer.so'. lrwxrwxrwx 1 root root 34 Oct 6 01:02 /usr/lib/mozilla/plugins/flash-mozilla.so -> /etc/alternatives/flash-mozilla.so /usr/lib/mozilla/plugins/flash-mozilla.so: symbolic link to `/etc/alternatives/flash-mozilla.so' -- System Information: Debian Release: 7.1 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages flashplugin-nonfree depends on: ii binutils 2.22-8 ii debconf [debconf-2.0] 1.5.49 ii gnupg 1.4.12-7+deb7u1 ii libatk1.0-0 2.4.0-2 ii libcairo2 1.12.2-3 ii libcurl3-gnutls 7.26.0-1+wheezy3 ii libfontconfig1 2.9.0-7.1 ii libfreetype6 2.4.9-1.1 ii libgcc1 1:4.7.2-5 ii libglib2.0-0 2.33.12+really2.32.4-5 ii libgtk2.0-0 2.24.10-2 ii libnspr4 2:4.10-1~bpo70+1 ii libnss3 2:3.15.1-1~bpo70+1 ii libpango1.0-0 1.30.0-1 ii libstdc++6 4.7.2-5 ii libx11-6 2:1.5.0-1+deb7u1 ii libxext6 2:1.3.1-2+deb7u1 ii libxt6 1:1.1.3-1+deb7u1 ii wget 1.13.4-3 flashplugin-nonfree recommends no packages. Versions of packages flashplugin-nonfree suggests: pn flashplugin-nonfree-extrasound <none> pn hal <none> ii iceweasel 24.0-1~bpo70+1 ii konqueror-nsplugins 4:4.8.4-2 ii ttf-dejavu 2.33-3 ii ttf-mscorefonts-installer 3.4+nmu1 pn ttf-xfree86-nonfree <none> -- no debconf information -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/525155bb.3060...@bksys.at