sound

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ankhisis
Newbie
Newbie
Posts: 2
Joined: Sun Dec 28, 2008 7:58 pm

sound

Post by ankhisis »

I used to have sound when i first installed wine, it stopped after a crash, then i noticed that it auto mutes the sound when i run any program with wine, i unmute it but still cant get no sound. Does anyone know how to fix this? I have tried pasdp but i get the following error: bash: pasdp: command not found
Susan Cragin

sound

Post by Susan Cragin »

I used to have sound when i first installed wine, it stopped after a crash, then i noticed that it auto mutes the sound when i run any program with wine, i unmute it but still cant get no sound. Does anyone know how to fix this? I have tried pasdp but i get the following error: bash: pasdp: command not found
Here's my personal suggestion:

sudo apt-get purge pulseaudio
reboot

If that doesn't work:

asoundconf list
(is your soundcard listed? Let's say it is, and it's called MyCard.)
asoundconf set-default-card MyCard

Wine only plays with one soundcard at a time. I thought I had only one soundcard but I have three.

Susan
Locked