[Bug 15710] Using OSS audio causes PCM device to be muted

wine-bugs at winehq.org wine-bugs at winehq.org
Sat May 9 10:39:00 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=15710


Jamie Jones <jamie at bishopston.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jamie at bishopston.net




--- Comment #25 from Jamie Jones <jamie at bishopston.net>  2009-05-09 10:39:00 ---
(In reply to comment #18)

> Which is not a fix but a workaround and not a choice on BSD.
> 

Not a fix, but a workaround on FreeBSD, that doesn't require you to switch to
emulated sound

1) Create a new group "nomixer" by editting /etc/group

e.g. nomixer:*:2000:

2) Add the following 2 lines to /etc/devfs.conf:

own     mixer   root:nomixer
perm    mixer   0606

3) Modify the wine binary as such:

chgrp nomixer /usr/local/bin/wine
chmod g+s /usr/local/bin/wine

This basically means that wine doesn't have access to /dev/mixer so can't alter
anything.

You as a user still retain access, and also, any wine apps that have a volume
control STILL work, because that volume is not changed using /dev/mixer


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list