How do I get an up to date version of alsa plugins

Archived topics about LMDE 1 and LMDE 2
Locked
venom104

How do I get an up to date version of alsa plugins

Post by venom104 »

Okay, I'm running LMDE. Whenever I run wine, i get this error message...

err:winediag:AUDDRV_GetAudioEndpoint PulseAudio "default" -22 without handle_underrun. Audio may hang. Please upgrade to alsa_plugins >= 1.0.24


I checked checked the debian site and there is a binary package called libalsasound-2 or something like that. I installed that package, recompiled wine, and it still gives me the same error message.

I've also done an apt-get install on the same package, and it says it's up to date.

What should I do to fix the problem?

Is there an alsa repo where I can get a higher version of alsa-plugins?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Oscar799
Level 20
Level 20
Posts: 10420
Joined: Tue Aug 11, 2009 9:21 am
Location: United Kingdom

Re: How do I get an up to date version of alsa plugins

Post by Oscar799 »

Moved here by moderator
Image
äxl

Re: How do I get an up to date version of alsa plugins

Post by äxl »

Do you have these?

Code: Select all

~ $ dpkg -l | grep alsa
ii  alsa-base                                     1.0.23+dfsg-4                   ALSA driver configuration files
ii  alsa-utils                                    1.0.25-1                        Utilities for configuring and using ALSA
ii  gstreamer0.10-alsa                            0.10.36-1                       GStreamer plugin for ALSA
ii  libwine-alsa-unstable                         1.5.4-0.2                       Windows API implementation - ALSA sound module
~ $ dpkg -l | grep asound
ii  lib32asound2                                  1.0.25-2                        shared library for ALSA applications (32 bit)
ii  libasound2                                    1.0.25-2                        shared library for ALSA applications
ii  libasound2-plugins                            1.0.25-1+b1                     ALSA library additional plugins
Also look for lib32asound2-plugins
craigevil

Re: How do I get an up to date version of alsa plugins

Post by craigevil »

Alsa is in the kernel. You would need a newer kernel version along with libasound2, alsa-base.

On my system even though I have :
libasound2:
Installed: 1.0.25-3
Candidate: 1.0.25-3

Code: Select all

$ dpkg -l |grep alsa
ii  alsa-base                            1.0.25+2                           ALSA driver configuration files
ii  alsa-utils                           1.0.25-3                           Utilities for configuring and using ALSA
ii  alsaplayer-text                      0.99.80-5.1                        PCM player designed for ALSA (text version)
ii  gstreamer0.10-alsa:i386              0.10.36-1                          GStreamer plugin for ALSA
ii  libsox-fmt-alsa                      14.4.0-3                           SoX alsa format I/O library
I am still using alsa 1.0.24.
$ inxi -A
Audio: Card: Intel 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller driver: snd_intel8x0
Sound: Advanced Linux Sound Architecture ver: 1.0.24
You might try a newer version of Wine.

Wine (wine-unstable) packages - http://dev.carbon-project.org/debian/wine-unstable/
Wine packages of upstream version 1.5.5
Locked

Return to “LMDE Archive”