What happened to OSS support?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
exodus454
Newbie
Newbie
Posts: 2
Joined: Fri Dec 23, 2011 12:06 pm

What happened to OSS support?

Post by exodus454 »

I had wine working beautifully with OSS4 under LMDE, and I just switched to fedora which uses WINE 1.3.33 (a much more current version than what's in debian repos) and there's no OSS support?!

Every time I try to force OSS it says "no driver" under audio. I don't want pulseaudio or ALSA on my system and spotify was working beautifully with OSS4 before. I tried looking for alsa => OSS wrappers but it looks like they only go the other way around.

OSS is NOT obsolete.. just the free version that's in everyone's repos.

Is there any way around this, or is this a bug?
Mateusz Stachowski
Level 3
Level 3
Posts: 71
Joined: Mon Apr 18, 2011 3:49 am

Wine supports ALSA and OSS

Post by Mateusz Stachowski »

I'm on Ubuntu 11.10 using Open Sound System (OSS-v4.2-build2005) and it's working perfectly fine with the version you have and also newer ones. In fact OSS and ALSA are the only supported backends. As of Wine 1.3.28, Wine should select the correct backend for you.

Maybe you have some old registry settings that are incompatible with new sound implementation. Then you should delete them as described in http://wiki.winehq.org/Sound
exodus454
Newbie
Newbie
Posts: 2
Joined: Fri Dec 23, 2011 12:06 pm

Post by exodus454 »

I checked all the registry settings, that's the way I've been trying to force OSS.

With ALSA installed, it works fine, autodetects and plays without issue. With OSS it tries to defulat to ALSA and specifying "OSS" in the registry does nothing.

I'm really thinking I'm going back to LMDE.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: What happened to OSS support?

Post by dimesio »

exodus454 wrote:I had wine working beautifully with OSS4 under LMDE, and I just switched to fedora which uses WINE 1.3.33 (a much more current version than what's in debian repos) and there's no OSS support?!
It's possible the Fedora packages were compiled without OSS support. Try building Wine yourself.
Martin Gregorie

What happened to OSS support?

Post by Martin Gregorie »

On Fri, 2011-12-23 at 12:37 -0600, exodus454 wrote:
I checked all the registry settings, that's the way I've been trying to force OSS.

With ALSA installed, it works fine, autodetects and plays without issue. With OSS it tries to defulat to ALSA and specifying "OSS" in the registry does nothing.

I'm really thinking I'm going back to LMDE.
I think you'll find that OSS is not included in the Fedora distro, but
check for your self: try running "yum list oss" and/or "yum list OSS".
You can check for packages as any user, but must be root or use "sudo"
to install, update or erase a package.


Martin
Usurp
Level 4
Level 4
Posts: 161
Joined: Sat Apr 19, 2008 7:16 am

Post by Usurp »

exodus454 wrote:I checked all the registry settings, that's the way I've been trying to force OSS.

With ALSA installed, it works fine, autodetects and plays without issue. With OSS it tries to defulat to ALSA and specifying "OSS" in the registry does nothing.

I'm really thinking I'm going back to LMDE.
You need to install the following package: wine-oss
Locked