[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[pkg-wine-party] Bug#504997: marked as done (alsa sound doesn't work)



Your message dated Sun, 9 Nov 2008 10:42:58 +0100
with message-id <20081109094258.GA11017@capsaicin.mamane.lu>
and subject line Re: Bug#504997: libwine-alsa: alsa audio doesn't work with nVidia CK804 AC97
has caused the Debian Bug report #504997,
regarding alsa sound doesn't work
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
504997: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504997
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libwine-alsa
Version: 1.0.1-1
Severity: normal

winecfg "audio" tab, "test audio":

 - the amd64 wine package says "audio test failed"
 - i386 package in a chroot: audio works

lspci:
00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2)

dmesg:
[   18.393923] intel8x0_measure_ac97_clock: measured 54797 usecs
[   18.393958] intel8x0: clocking to 46969

lsmod |grep snd:
snd_intel8x0           36008  1 
snd_ac97_codec        115416  1 snd_intel8x0
ac97_bus                6272  1 snd_ac97_codec
snd_seq_dummy           7428  0 
snd_seq_oss            33152  0 
snd_seq_midi           11072  0 
snd_rawmidi            26784  1 snd_seq_midi
snd_pcm_oss            41760  0 
snd_seq_midi_event     11904  2 snd_seq_oss,snd_seq_midi
snd_mixer_oss          18816  1 snd_pcm_oss
snd_seq                54304  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_pcm                81800  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_seq_device         11668  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd_timer              25744  2 snd_seq,snd_pcm
snd                    63688  12 snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_rawmidi,snd_pcm_oss,snd_mixer_oss,snd_seq,snd_pcm,snd_seq_device,snd_timer
soundcore              12064  1 snd
snd_page_alloc         13072  2 snd_intel8x0,snd_pcm


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_LU.UTF-8, LC_CTYPE=fr_LU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libwine-alsa depends on:
ii  lib32asound2                  1.0.16-2   ALSA library (32 bit)
ii  libc6-i386                    2.7-16     GNU C Library: 32bit shared librar
ii  libwine                       1.0.1-1    Windows API implementation - libra

libwine-alsa recommends no packages.

libwine-alsa suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
On Sun, Nov 09, 2008 at 09:05:55AM +0100, Ove Kaaven wrote:

> Hmm, seems the wave mapper isn't quite so flexible about the output
> format when asked to play back compressed audio (ADPCM).

> (...) I think you also have  a suboptimal ALSA configuration. Modern
> ALSA configurations chain the  "plug" plugin in front of restricted
> audio outputs by default, and  apparently yours do not.

Indeed. I had this as ~/.asoundrc:

 pcm.!default {
    type hw
    card CK804
 }
 ctl.!default {
    type hw
    card CK804
 }

I replaced it by:

pcm.!default {
  type plug
  slave {
    pcm {
      type hw
      card CK804
    }
  }
}
ctl.!default {
    type hw
    card CK804
}

and now it works fine. (My only purpose in all that is to control
which sound card gets used by default.)

-- 
Lionel


--- End Message ---

Reply to: