Tiny Core Linux
Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: nimday on November 04, 2017, 12:47:06 AM
-
Can you please add OSS to TC 8
http://www.4front-tech.com/developer/sources/stable/gpl/
Thanks
-
$ modinfo osscore
filename: /lib/modules/4.8.17-tinycore64/kernel/oss/osscore.ko
author: 4Front Technologies (support@opensound.com)
description: Open Sound System core services
license: GPL v2
depends:
vermagic: 4.8.17-tinycore64 SMP mod_unload
$ sudo modprobe osscore
modprobe: can't load module osscore (kernel/oss/osscore.ko): unknown symbol in module, or unknown parameter
..the latest entry to the oss source repo is 2012.
There are various patches in the oss forum, but they don't seem to help and I could not locate a more up to date source repo.
..plus oss doesn't support installing to /usr/local.
-
from http://archive.li/yqrcc
" Thu Feb 02, 2017 4:45 pm 4Front is happy to announce the release of Open Sound System v4.2 Build 2017 sources and binaries "
https://archive.li/o/yqrcc/www.opensound.com/release/oss-freebsd11-amd64-v4.2-2017.txz
https://archive.li/o/yqrcc/www.opensound.com/release/oss-linux-v4.2-2017-i386.tar.bz2
all the inside files are from 28/03/2017 ;)
and in archlinux: https://aur.archlinux.org/packages/oss-nonfree/
"alexdw commented on 2017-02-13 23:49
Updated (4.2_2017-1) for new release - OSS v4.2 Build 2017: http://ossnext.trueinstruments.com/forum/viewtopic.php?f=19&t=5841
Now working again with Arch kernel 4.8."
have a nice day
-
I used the source from here:
http://www.4front-tech.com/developer/sources/stable/gpl/oss-v4.2-build2017-src-gpl.tar.bz2
..and it didn't work, even though there were no errors that I could see during the build.
-
I had some difficulty with the last oss build and until recently have not had a PC to test any new builds on.
iirc the last build for tc x86 included the older modified for tc binaries from years back. The x86_64 version was built without such tc modifications.
I’ll try again though...
Sent from my iPhone using Tapatalk
-
I am not a programmer, but i can google search:
http://ossnext.trueinstruments.com/forum/viewtopic.php?f=3&t=5837#p21586
"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.
linux-4.8-usercopy.patch.txt
Patch for CONFIG_HARDENED_USERCOPY"
they solved even for linux kernel 4.11 ;)
http://ossnext.trueinstruments.com/forum/viewtopic.php?f=3&t=5845
"Re: Kernel 4.11.0 osscore.c compile fix; Postby hash » Mon Sep 25, 2017 10:24 am
Here is updated patch for current git from sf.net
oss-4.9999-001_oss4_linux_4.11_osscore_fix_git.patch.txt
UpDated Kernel 4.11.0 osscore.c compile fix"
-
Yes, I tried both of those patches
-
I’ll try again though...
Please do 🙂
-
I’ll try again though...
Please do 🙂
I have a new notebook now so I'll try asap
-
Note sure if I got any further down this build path, but it seems that I still have no way to test OSS
tc@box:~$ osstest
subsystem and version: OSS 4.2 (b 2017/201711181512) (0x00040100)
Platform: Linux/i686 4.8.17-tinycore #2017 SMP Sun Mar 5 15:49:22 UTC 2017
NOTICE! You don't have any audio devices available.
It looks like your audio hardware was not recognized
by OSS.
If you have installed OSS just a moment ago then it may be necessary to.
to reboot the system before trying to use the device(s).
tc@box:~$
I am not a programmer, but i can google search:
http://ossnext.trueinstruments.com/forum/viewtopic.php?f=3&t=5837#p21586
"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.
linux-4.8-usercopy.patch.txt
Patch for CONFIG_HARDENED_USERCOPY"
These patches are already applied to the source
-
It appears that my hardware is not supported even by the latest OSS version
00:1f.3 Audio device: Intel Corporation Device a171 (rev 31)
Last supported hd_audio device is a170
oss_hdaudio pci8086,a170 Intel High Definition Audio (Skylake)
tc@box:~$ ossinfo
Version info: OSS 4.2 (b 2017/201711181512) (0x00040100) GPL
Platform: Linux/i686 4.8.17-tinycore #2017 SMP Sun Mar 5 15:49:22 UTC 2017 (box)
Number of audio devices: 0
Number of audio engines: 0
Number of MIDI devices: 0
Number of mixer devices: 0
Device objects
0: osscore0 OSS core services
1: oss_usb0 USB audio core services
MIDI devices (/dev/midi*)
Mixer devices
Audio devices
Nodes
tc@box:~$
tc@box:~$ lsmod
Module Size Used by Tainted: P
oss_usb 110592 0
osscore 548864 1 oss_usb
nvidia_drm 32768 1
...
OSSCORE loads and appears to function but the hardware specific driver fails to load since my hardware is not supported, I'm still looking for older hardware to test with..
built from "http://www.4front-tech.com/developer/sources/stable/gpl/oss-v4.2-build2017-src-gpl.tar.bz2"
I guess I'll submit for x86 repo just incase..