You are not logged in.

#1 2008-03-24 09:25:14

master-inferno
Member
From: France
Registered: 2007-07-06
Posts: 23

No sound in Flash movies [SOLVED]

Hi there.

This is the souncard: http://alsa.opensrc.org/index.php/Terra … 1_USB_MK.2
I replaced my /etc/asound.conf with the one in this wiki (Surround 5.1) since the .asoundrc is deprecated.

Now, Flash movies in Firefox(Dailymotion, Youtube) don't play any sound... It seems I have to configure something in /etc/modprobe.conf, but I don't know what exactly. hmm

This is aplay -l:

**** List of PLAYBACK Hardware Devices ****
card 0: Audio [USB Audio], device 0: USB Audio [USB Audio]
  Subdevices: 0/1
  Subdevice #0: subdevice #0

aplay -L:

front:CARD=Audio,DEV=0
    USB Audio, USB Audio
    Front speakers
surround40:CARD=Audio,DEV=0
    USB Audio, USB Audio
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Audio,DEV=0
    USB Audio, USB Audio
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Audio,DEV=0
    USB Audio, USB Audio
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Audio,DEV=0
    USB Audio, USB Audio
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Audio,DEV=0
    USB Audio, USB Audio
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Audio,DEV=0
    USB Audio, USB Audio
    IEC958 (S/PDIF) Digital Audio Output
null
    Discard all samples (playback) or generate zero samples (capture)

and lsmod | grep snd

snd_usb_audio          76128  2
snd_usb_lib            14976  1 snd_usb_audio
snd_rawmidi            19104  1 snd_usb_lib
snd_seq_device          6924  1 snd_rawmidi
snd_hwdep               7300  1 snd_usb_audio
snd_pcm_oss            37024  0
snd_pcm                68996  3 snd_usb_audio,snd_pcm_oss
snd_timer              19204  1 snd_pcm
snd_page_alloc          8072  1 snd_pcm
snd_mixer_oss          14464  1 snd_pcm_oss
snd                    44772  11 snd_usb_audio,snd_rawmidi,snd_seq_device,snd_hwdep,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore               6368  1 snd
usbcore               125420  6 usbhid,snd_usb_audio,snd_usb_lib,ehci_hcd,uhci_hcd

Is this a /etc/modprobe.conf issue ? sad Thanks in advance

Last edited by master-inferno (2008-03-30 16:44:51)

Offline

#2 2008-03-26 21:13:30

master-inferno
Member
From: France
Registered: 2007-07-06
Posts: 23

Re: No sound in Flash movies [SOLVED]

UP (I really need sound in Firefox sad)

Offline

#3 2008-03-30 16:39:50

master-inferno
Member
From: France
Registered: 2007-07-06
Posts: 23

Re: No sound in Flash movies [SOLVED]

ALSA lib pcm_dmix.c:935:(snd_pcm_dmix_open) The dmix plugin supports only playback stream

This is the error I obtain in console...

Can someone please help me ?


SOLVED !!!

I added

pcm.!default {
    type plug
    slave.pcm "asymed"
}

pcm.asymed {
        type asym
        playback.pcm "dmixer"
}

to /etc/asound.conf

Last edited by master-inferno (2008-03-30 16:44:33)

Offline

Board footer

Powered by FluxBB