Search found 16 matches
- Wed Feb 25, 2015 12:35 am
- Forum: Linux
- Topic: 4.2.2011 irritates PAX
- Replies: 0
- Views: 17342
4.2.2011 irritates PAX
PAX kills every software using OSS. ossmix, for instance: [ 430.698432] PAX: kernel memory overwrite attempt detected to ffff8800904efcf8 (<process stack>) (220 bytes) [ 430.698442] CPU: 1 PID: 17223 Comm: ossmix Tainted: G O 3.18.7-grsec-rt1+ #23 [ 430.698446] Hardware name: LENOVO / , BIOS 6QET62W...
- Tue Sep 02, 2014 8:54 pm
- Forum: Linux
- Topic: Compiling and linking
- Replies: 1
- Views: 12235
Compiling and linking
Is there a sane way to compile and link OSS without wreaking havoc into the currently running installation (as opposed to the default linking-on-soundon behaviour)?
I'm playing with OSS to make it suspend-aware and want some quick way to see if my changes are fine to test on a live hardware.
I'm playing with OSS to make it suspend-aware and want some quick way to see if my changes are fine to test on a live hardware.
- Tue Sep 02, 2014 6:16 pm
- Forum: Announcements
- Topic: OSS v4.2 build 2010
- Replies: 5
- Views: 47430
Re: OSS v4.2 build 2010
Where's the development repo these days? The git url at http://opensound.com/ looks broken, and the mercurial one at http://developer.opensound.com/ is obsolete.
- Wed Mar 05, 2014 6:58 pm
- Forum: Linux
- Topic: OSS4 and linux-rt
- Replies: 0
- Views: 16945
OSS4 and linux-rt
Some time ago i've installed OSS .2008 on linux-rt. Today i've noticed a peculiar thing at the top of my /top/ during any sound playback: 9261 root -51 0 0 0 0 S 6.0 0.0 7:06.41 irq/17-oss_hdau Does it mean OSS eats up more CPU on -rt, or i'm just noticing stuff that was always there?
- Wed Nov 06, 2013 6:45 pm
- Forum: Linux
- Topic: Patch for 4.2.2008 for 3.12
- Replies: 34
- Views: 85703
- Sun Feb 03, 2013 3:29 am
- Forum: Linux
- Topic: /etc/oss.conf and Ubuntu
- Replies: 5
- Views: 15525
/etc/oss.conf and Ubuntu
I have read http://manuals.opensound.com/developer/programming.html and included that in my Makefile: include /etc/oss.conf CFLAGS += -I$(OSSLIBDIR)/include/sys It worked flawlessly on Gentoo. But in Ubuntu I'm faced with that: ‰ cat etc/oss.conf OSSETCDIR=/etc/oss4 OSSVARDIR=/var/lib/oss4 OSSDKMSDI...
- Sat Jan 19, 2013 7:41 pm
- Forum: Linux
- Topic: Suspend kludge
- Replies: 1
- Views: 10426
Suspend kludge
To facilitate using suspend/resume with OSS4 on my notebook I wrote that: https://github.com/l29ah/proxyoss It's a quick and dirty hack to 'unplug' applications from OSS so it can be restarted. Requires CUSE support in the kernel to work (`modprobe cuse` on popular distros, I guess). Patches are wel...
- Sat Dec 29, 2012 8:18 am
- Forum: Linux
- Topic: 4.2.2007 mixer fun
- Replies: 1
- Views: 9720
- Mon Dec 17, 2012 9:45 pm
- Forum: Linux
- Topic: Spooky dmesg messages
- Replies: 3
- Views: 12607
Re: Spooky dmesg messages
cesium wrote:Also, you may try to rebuild OSS, maybe using --config-vmix=FIXEDPOINT.
Did that, didn't help. When i launch my IM client and it spams with sound notifications, i get the same dmesg message.
- Mon Dec 17, 2012 9:20 pm
- Forum: Linux
- Topic: Spooky dmesg messages
- Replies: 3
- Views: 12607
Re: Spooky dmesg messages
cesium wrote:Can you provide info about your kernel/general setup ('uname -a', 'lsmod', 'lspci -vnn', 'ossinfo -v3')?
http://bpaste.net/show/65046/
- Mon Dec 17, 2012 5:32 am
- Forum: Linux
- Topic: Spooky dmesg messages
- Replies: 3
- Views: 12607
Spooky dmesg messages
I receive the following stuff pretty frequently. I got a kernel panic when an application tried to play several sounds simultaneously once, but that might be irrelevant. [99126.621440] play: page allocation failure: order:4, mode:0xd4 [99126.621448] Pid: 7841, comm: play Tainted: G O 3.6.7-zen+ #1 [...
- Thu Mar 10, 2011 6:20 pm
- Forum: Linux
- Topic: OSS switches mixer controls randomly
- Replies: 6
- Views: 16032
Re: OSS switches mixer controls randomly
igorzwx wrote:You may try 1 instead of 0.9
No luck.
- Thu Mar 10, 2011 6:19 pm
- Forum: Linux
- Topic: OSS switches mixer controls randomly
- Replies: 6
- Views: 16032
Re: OSS switches mixer controls randomly
cesium wrote:What happens if you use vmix0-outvol instead of misc1.front? (Maybe giving commands too quickly to the driver causes this? Possibly a bug...)
Thanks, that fixed the problem. But i'd prefer to use the soundcard volume control because vmix outvol applies to the volume of the output recording too.
- Thu Mar 10, 2011 6:13 pm
- Forum: Linux
- Topic: OSS switches mixer controls randomly
- Replies: 6
- Views: 16032
Re: OSS switches mixer controls randomly
igorzwx wrote:Do you have Ubuntu 10.10?
Gentoo here.
- Wed Mar 02, 2011 3:56 am
- Forum: Linux
- Topic: OSS switches mixer controls randomly
- Replies: 6
- Views: 16032
OSS switches mixer controls randomly
I made a binding for xbindkeys to control the output volume: "ossmix misc.front1 -- +0.9" mod4 + Up "ossmix misc.front1 -- -0.9" mod4 + Down When i'm holding the keys i'm noticing OSS suddenly setting other mixer options to random values (checked with ossxmix). Is it a bug? What ...