Search found 26 matches
- Thu Mar 29, 2018 3:55 pm
- Forum: Linux
- Topic: Relinking the OSS kernel modules failed
- Replies: 4
- Views: 2642
Re: Relinking the OSS kernel modules failed
If you are using kernel version 4.15.1 you will need to patch osscore.c (see http://ossnext.trueinstruments.com/forum/viewtopic.php?f=3&t=5862 ) otherwise the required kernel module osscore.ko will fail to build. Do you know if anyone has managed to get this to work using Arch? I get similar er...
- Mon Feb 19, 2018 11:21 pm
- Forum: Linux
- Topic: Kernel 4.15 osscore.c compile fix
- Replies: 8
- Views: 3228
Re: Kernel 4.15 osscore.c compile fix
Thanks for the patch! :) Do you want to submit it to the main repo (here, I think: https://sourceforge.net/p/opensound/git/ci/master/tree/)? Not sure that it would get approved. I see that your merge request from Christmas 2016 is still awaiting approval. I've no objection if you want to include th...
- Sun Feb 18, 2018 8:23 pm
- Forum: Linux
- Topic: Kernel 4.15 osscore.c compile fix
- Replies: 8
- Views: 3228
Re: Kernel 4.15 osscore.c compile fix
Following changes to linux/timer.h in Kernel version 4.15 osscore.c will not compile. So that, a new "magic patch" might be needed to compile OSS4 for Linux kernel 4.15. Right? I'm no magician but, for what it's worth, I have wrote the following patch: --- oss-v4.2-build2017-src-gpl-orig/...
- Sat May 06, 2017 2:06 pm
- Forum: Announcements
- Topic: OSS v4.2 Build 2017
- Replies: 9
- Views: 23186
Re: OSS v4.2 Build 2017
alexdw wrote:Thanks for the update!
Quick question, has the 32-bit (x86) Linux TAR version been uploaded yet?
The link doesn't work for me:
http://www.opensound.com/release/oss-li ... 86.tar.bz2
@dev: Thanks for fixing the link.

- Tue Apr 25, 2017 9:35 pm
- Forum: Announcements
- Topic: OSS v4.2 Build 2017
- Replies: 9
- Views: 23186
Re: OSS v4.2 Build 2017
Sorry for the newb question. I've had my wonderful lynxone in storage since the death of kmixer with vista. I saw this announcement and figured would be the perfect time to rebuild my music machine to use the lynxone again. I've now spent 12+ hours trying to get this pkg to work on FreeBSD 11 with ...
- Mon Feb 13, 2017 11:32 pm
- Forum: Announcements
- Topic: OSS v4.2 Build 2017
- Replies: 9
- Views: 23186
Re: OSS v4.2 Build 2017
Thanks for the update! 
Quick question, has the 32-bit (x86) Linux TAR version been uploaded yet?
The link doesn't work for me:
http://www.opensound.com/release/oss-li ... 86.tar.bz2

Quick question, has the 32-bit (x86) Linux TAR version been uploaded yet?
The link doesn't work for me:
http://www.opensound.com/release/oss-li ... 86.tar.bz2
- Mon Jan 09, 2017 11:17 pm
- Forum: Linux
- Topic: oss not working with kernel 4.8 [SOLVED]
- Replies: 22
- Views: 8673
Re: oss not working with kernel 4.8 [SOLVED]
I didn't apply the ossvermagic one as I think it was before I started maintaining the AUR packages so I'm not entirely sure if it's always necessary or Arch-specific. Have you found it was necessary for other Linux distros as well? It seems that it does not make any harm for Linux Mint. I was ready...
- Mon Jan 09, 2017 10:26 pm
- Forum: Linux
- Topic: oss not working with kernel 4.8 [SOLVED]
- Replies: 22
- Views: 8673
Re: oss not working with kernel 4.8 [SOLVED]
Try building from the sources in the git repo: _http://www.opensound.com/ Browse the Open Sound Git Repository: _http://opensound.git.sourceforge.net/git/gitweb.cgi?p=opensound/opensound;a=tree Get the source code using GIT: git clone git://opensound.git.sourceforge.net/gitroot/opensound/opensound ...
- Sun Jan 08, 2017 2:39 pm
- Forum: Linux
- Topic: oss not working with kernel 4.8 [SOLVED]
- Replies: 22
- Views: 8673
Re: oss not working with kernel 4.8 [SOLVED]
I tried to install the *.rpm package from http://www.opensound.com via dnf. I tried to build oss from source from http://www.4front-tech.com/developer/sources/stable/gpl/ , too. In both cases I had failed to install the oss on my new fedora 25 with kernel 4.8.15-300.fc25.x86_64. I can list error me...
- Sun Jan 08, 2017 11:39 am
- Forum: Linux
- Topic: oss not working with kernel 4.8 [SOLVED]
- Replies: 22
- Views: 8673
Re: oss not working with kernel 4.8 [SOLVED]
merl wrote:Hi!
Could you please to explain me how to apply this patch on fedora 25?
How are you installing oss on Fedora? Is it done via dnf, RPM, or from source? Do you know if it uses the releases or is there one which points to the git source?
- Sun Dec 25, 2016 11:57 pm
- Forum: Linux
- Topic: oss not working with kernel 4.8 [SOLVED]
- Replies: 22
- Views: 8673
Re: oss not working with kernel 4.8 [SOLVED]
Thank you very much for all of your work. I confirm that the patch works and I've got working OSS on Ubuntu 16.10 with kernel 4.8. You're welcome, and thank you for posting back to confirm. I submitted this patch (and others) upstream as a merge request on the oss SourceForge git repo (https://sour...
- Wed Dec 21, 2016 11:31 pm
- Forum: Linux
- Topic: oss not working with kernel 4.8 [SOLVED]
- Replies: 22
- Views: 8673
Re: oss not working with kernel 4.8
For anyone else having this issue, I've made a simple patch (attached, and already included in Arch Linux AUR packages oss and oss-git) to make oss work with CONFIG_HARDENED_USERCOPY in Linux kernel 4.8.
- Wed Dec 21, 2016 5:03 pm
- Forum: Linux
- Topic: oss not working with kernel 4.8 [SOLVED]
- Replies: 22
- Views: 8673
Re: oss not working with kernel 4.8
OK, I've confirmed that the issue is with CONFIG_HARDENED_USERCOPY added in linux 4.8. I just tried with a custom Arch Linux kernel (4.8.13) without CONFIG_HARDENED_USERCOPY and oss works fine. I'll try to make a patch for oss so it can work with this kernel config (which was added in 4.8 and seems ...
- Tue Dec 20, 2016 9:58 pm
- Forum: Linux
- Topic: oss not working with kernel 4.8 [SOLVED]
- Replies: 22
- Views: 8673
Re: oss not working with kernel 4.8
Just did a bit of quick research and it looks like there were some changes to the "copy_to_user" and related functions in kernel 4.8: https://kernelnewbies.org/Linux_4.8#head-51078e394a4497e6d1b9c8a7ffaf0c69eeba06e9 https://lwn.net/Articles/695991/ https://www.phoronix.com/scan.php?page=ne...
- Mon Oct 31, 2016 12:18 am
- Forum: Linux
- Topic: oss not working with kernel 4.8 [SOLVED]
- Replies: 22
- Views: 8673
oss not working with kernel 4.8 [SOLVED]
As the subject says, oss is not working for me with the latest kernel versions - specifically 4.8.4 on Arch Linux. It seems to compile and install OK (using any of the various AUR packages: oss, oss-git, oss-nonfree) but osstest gives a segmentation fault: Oct 31 00:07:03 Alex-Arch01 kernel: usercop...