No avaliable sound options on Lenny

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
pilatii
Level 1
Level 1
Posts: 6
Joined: Mon Oct 27, 2008 1:43 pm

No avaliable sound options on Lenny

Post by pilatii »

Sound and whole wine work great on debian etch. After I updated to Debian Lenny wine lost sound options on winecfg. There is no sound in every application. Thanks for any hints ;-)


Image
Image
pilatii
Level 1
Level 1
Posts: 6
Joined: Mon Oct 27, 2008 1:43 pm

Post by pilatii »

somebody help :)
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: No avaliable sound options on Lenny

Post by vitamin »

pilatii wrote:Sound and whole wine work great on debian etch. After I updated to Debian Lenny wine lost sound options on winecfg. There is no sound in every application. Thanks for any hints
Check your install - make sure you installed all parts of Wine. Kill / remove all sound servers (esd, pulse audio, NAS).
pilatii
Level 1
Level 1
Posts: 6
Joined: Mon Oct 27, 2008 1:43 pm

Post by pilatii »

I was already remove and again install all app with word "wine" in. Remove .wine folder, kill alsa, restart alsa and other things, but still nothing :(

Sound in everythings else is ok :(
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

pilatii wrote:I was already remove and again install all app with word "wine" in. Remove .wine folder, kill alsa, restart alsa and other things, but still nothing :(

Sound in everythings else is ok :(
If your system x86_64 then you might be missing 32-bit libraries for ALSA.
pilatii
Level 1
Level 1
Posts: 6
Joined: Mon Oct 27, 2008 1:43 pm

Post by pilatii »

I´am using 32bit system :(
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

pilatii wrote:I´am using 32bit system :(
Then verify that nothing is using sound. Some programs open sound devices in exclusive mode preventing everything else from using it.

Code: Select all

lsof /dev/dsp* /dev/snd/pcm*
pilatii
Level 1
Level 1
Posts: 6
Joined: Mon Oct 27, 2008 1:43 pm

Post by pilatii »

lsof /dev/dsp* /dev/snd/pcm*
lsof: WARNING: can't stat() ext3 file system /dev/.static/dev
Output information may be incomplete.
lsof: status error on /dev/dsp*: No such file or directory
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

pilatii wrote:lsof /dev/dsp* /dev/snd/pcm*
lsof: WARNING: can't stat() ext3 file system /dev/.static/dev
Output information may be incomplete.
lsof: status error on /dev/dsp*: No such file or directory
Do you even have sound on your system at all? Is it working for any Linux application?
pilatii
Level 1
Level 1
Posts: 6
Joined: Mon Oct 27, 2008 1:43 pm

Post by pilatii »

Yes, sound working with every other application. Every program, game or events can play sound. Only wine is silent :(
Locked