Skip to main content
Topic: WINE does not have sound. (Read 2036 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: WINE does not have sound.

Reply #16
Ok. I was using the Arch version of alsa-plugins. However, there is no Artix version of that package since it is in the extra repo, and the extra repo depends on the arch mirrors.
There is an Artix version of alsa-plugins. It's in world, 32bit version in multilib.
Code: [Select]
❯ pkgfile libasound_module_pcm_pulse.so
world/alsa-plugins
lib32/lib32-alsa-plugins
extra/alsa-plugins
multilib/lib32-alsa-plugins
 
As you can see I do have the arch repo's enabled.
Make sure the Arch repo's are enabled below the Artix repo's in pacman.conf or you'll likely have similar problems in the future.

Edit: sorry I hadn't reached your next post where you'd found the package in world.

Please post the output of
Code: [Select]
ldd /usr/lib64/alsa-lib/libasound_module_pcm_pulse.so 
And also the output from wine again.

Re: WINE does not have sound.

Reply #17
Code: [Select]
 $ ldd /usr/lib64/alsa-lib/libasound_module_pcm_pulse.so
linux-vdso.so.1 => linux-vdso.so.1 (0x00007fffb55d7000)
libpulse.so.0 => /usr/lib/libpulse.so.0 (0x00007fcd07d26000)
libasound.so.2 => /usr/lib/libasound.so.2 (0x00007fcd07c37000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007fcd07a50000)
libpulsecommon-16.1.so => /usr/lib/pulseaudio/libpulsecommon-16.1.so (0x00007fcd079c9000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007fcd078e1000)
libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x00007fcd07888000)
/usr/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007fcd07daf000)
libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0x00007fcd07803000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007fcd077d8000)
libasyncns.so.0 => /usr/lib/libasyncns.so.0 (0x00007fcd077d0000)
libelogind.so.0 => /usr/lib/libelogind.so.0 (0x00007fcd07733000)
libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0x00007fcd07686000)
libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0x00007fcd07648000)
libopus.so.0 => /usr/lib/libopus.so.0 (0x00007fcd075e7000)
libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x00007fcd075b8000)
libogg.so.0 => /usr/lib/libogg.so.0 (0x00007fcd075ad000)
libXau.so.6 => /usr/lib/libXau.so.6 (0x00007fcd075a8000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007fcd0759e000)
libcap.so.2 => /usr/lib/libcap.so.2 (0x00007fcd07592000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fcd07572000)

At this point I think WINE is just smoking weed or something.

Re: WINE does not have sound.

Reply #18
Bumping the thread.

Re: WINE does not have sound.

Reply #19
I haven't looked closely so maybe you tried already, but saying anyway: have you tried a custom wine build, or even wine-staging which is in official repos?
Stuff sometimes marvelously works in experimental Wine.

 

Re: WINE does not have sound.

Reply #20
i solved same problem couple of month ago.

can you do me a favor and send output of these commands

Code: [Select]
pacman -Q | grep 'pulse\|pipewire\|alsa\|wireplumber\|openal'

and can you explain how exactly your sound system works. relation between alsa, pipewire, pulseaudio

i remember i fixed all wine problems following wine ge dependency hell