Search found 11 matches

by Nexus
Wed Mar 29, 2023 10:31 pm
Forum: Linux
Topic: Kernel 6.0-> breaks OSS
Replies: 5
Views: 2075

Re: Kernel 6.0-> breaks OSS

Try replacing virt_to_bus function in osscore.c with virt_to_phys. Yep. That did it. Seems to be working alright with kernel 6.1. Came across this same solution on a 10 year old post on stackoverflow.com and for some reason managed to quickly dismiss it as also deprecated in favor of dma_map_single...
by Nexus
Sun Feb 05, 2023 9:19 pm
Forum: Linux
Topic: Kernel 6.0-> breaks OSS
Replies: 5
Views: 2075

Kernel 6.0-> breaks OSS

Installing OSS using kernel 6.1.0 failed: sudo dpkg -i oss-linux-v4.2-2021-amd64.deb Selecting previously unselected package oss-linux. (Reading database ... 369178 files and directories currently installed.) Preparing to unpack .../oss-linux-v4.2-2023-amd64-envy24-kernel-v5.18.deb ... Shutting down...
by Nexus
Wed Dec 28, 2022 11:44 pm
Forum: Linux
Topic: Linux kernel 5.18 breaks OSS
Replies: 3
Views: 1556

Re: Linux kernel 5.18 breaks OSS

Thanks for the quick patch! Was wondering about that one warning though $ sudo soundon OSS not loaded. Relinking OSS kernel modules for "5.18.0-4mx-amd64 SMP preempt mod_unload modversions " This may take few moments - please stand by... OSS build environment set up for REGPARM kernels Bui...
by Nexus
Wed Dec 28, 2022 8:59 pm
Forum: General Discussion
Topic: Is anyone still using the Open Sound System?
Replies: 3
Views: 107825

Re: Is anyone still using the Open Sound System?

JACK Audio Connection Kit https://jackaudio.org/ . There are two versions of JACK. Jack1 is the older version which supports OSS on linux and is on bugfix-only maintenance mode. Jack2 is the actively worked on and maintained version which supports OSS only on FreeBSD. Some software apparently have c...
by Nexus
Mon Dec 26, 2022 8:43 pm
Forum: General Discussion
Topic: Is anyone still using the Open Sound System?
Replies: 3
Views: 107825

Re: Is anyone still using the Open Sound System?

Yes! I use it on two different setups with some M-Audio Envy24 based PCI sound cards. On MX Linux I compile the drivers just for oss_envy24 and manually blacklist the ALSA drivers by creating a blacklist-file with the ALSA modules in /etc/modprobe.d/ On Ubuntu the latter step used to be much easier ...
by Nexus
Sun Jan 23, 2022 4:42 am
Forum: Linux
Topic: [SOLVED] Kernel version 5.14 breaks vmix
Replies: 2
Views: 6284

Re: Kernel version 5.14 breaks vmix

Thanks, Clive. That patch seems to have fixed the issue.
by Nexus
Mon Jan 03, 2022 6:02 am
Forum: Linux
Topic: [SOLVED] Kernel version 5.14 breaks vmix
Replies: 2
Views: 6284

[SOLVED] Kernel version 5.14 breaks vmix

Tested with kernel versions 5.14 and 5.15. Version 5.10 works and apparently so does 5.11 since the latest patches were specifically for that version, so the culprit could be somewhere between versions 5.12-5.14. There were no packages for the EOL versions 5.12 or 5.13 on the MX repositories so thos...
by Nexus
Sat Jan 11, 2020 11:37 pm
Forum: Linux
Topic: sound in firefox without alsa emulation?
Replies: 5
Views: 24253

Re: sound in firefox without alsa emulation?

Seems like the patch hasn't been added to Firefox in three years time and the bug report is still open. So I'd guess it doesn't work then. Shame. I circumvent the lack of features in Firefox like OSS support and hardware accelerated video by using mpv media player with the Open With extension. Mpv c...
by Nexus
Thu Jun 27, 2019 9:01 pm
Forum: Linux
Topic: Relinking the OSS kernel modules failed
Replies: 9
Views: 35633

Re: Relinking the OSS kernel modules failed

seawright wrote:What was the solution? The patch, adding -fno-PIE or both.


Yes for patch, yes for -fno-PIE instead of -fno-pic, and yes for both -fno-pic and -fno-PIE.
by Nexus
Thu Mar 28, 2019 9:28 pm
Forum: Linux
Topic: Relinking the OSS kernel modules failed
Replies: 9
Views: 35633

Re: Relinking the OSS kernel modules failed

I have a similar problem as alexdw but in Xubuntu 18.04.1 and kernel 4.15.0. Builds OK from SourceForge sources but won't install osscore. sudo dpkg -i oss-linux-v4.2-2017-i386-envy24.deb: Selecting previously unselected package oss-linux. (Reading database ... 248077 files and directories currentl...
by Nexus
Thu Jan 31, 2019 10:55 pm
Forum: Linux
Topic: Relinking the OSS kernel modules failed
Replies: 9
Views: 35633

Re: Relinking the OSS kernel modules failed

I have a similar problem as alexdw but in Xubuntu 18.04.1 and kernel 4.15.0. Builds OK from SourceForge sources but won't install osscore. sudo dpkg -i oss-linux-v4.2-2017-i386-envy24.deb: Selecting previously unselected package oss-linux. (Reading database ... 248077 files and directories currently...

Go to advanced search