Le Thu, 28 Apr 2011 09:02:49 +0200,
Xavier Miller<xavier.miller@xxxxxxxxx> a écrit :
I did it, and even in x86, it doesn't work. Do I need to disable dbus
support in jack ?
No, I have it and it work fine:
lsof /dev/snd/*
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
qjackctl 3764 dom 10u CHR 116,16 0t0 1799 /dev/snd/seq
jackdbus 3806 dom mem CHR 116,13 1668 /dev/snd/pcmC0D0p
jackdbus 3806 dom mem CHR 116,14 1672 /dev/snd/pcmC0D0c
jackdbus 3806 dom 8u CHR 116,15 0t0 1676 /dev/snd/controlC0
jackdbus 3806 dom 10u CHR 116,13 0t0 1668 /dev/snd/pcmC0D0p
jackdbus 3806 dom 11u CHR 116,14 0t0 1672 /dev/snd/pcmC0D0c
reaper.ex 26487 dom 6u CHR 116,9 0t0 3794 /dev/snd/controlC1
Did the sound work with the test button of winecfg?
Also, the only driver must be alsa. Asio will not work if another
driver is selected at the same time,
Le 27/04/11 23:52, Dominique Michel a écrit :
Le Wed, 27 Apr 2011 23:32:10 +0200,
Xavier Miller<xavier.miller@xxxxxxxxx> a écrit :
Hello,
My previous try with wineasio was a pity, but I've understood today
why : the ebuild was too old.
I bumped the latest version of wineasio, but now, in place of
having freezes, I got errors :
$ wine Modular\ G2\ Demo\ v1.40.exe
ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm_dsnoop.c:612:(snd_pcm_dsnoop_open) unable to open
slave Cannot create thread res = 11
Cannot create thread res = 11
Cannot start Jack client listener
Cannot start channel
At the jack side, I don't see anything.
wineasio.dll is registered and jackdbus works fine with other jack
applications.
How can I test wineasio ?
You need a USE="win32 -win64" wine build and to select alsa as
driver in winecfg.
Kind regards,
Xavier Miller