Updated.
It still needs gawk4.
Git Clone URL: | https://aur.archlinux.org/oss-git.git (read-only, click to copy) |
---|---|
Package Base: | oss-git |
Description: | Adobe flash plugin support lib (OSSv4) |
Upstream URL: | http://developer.opensound.com/ |
Keywords: | oss |
Licenses: | GPL2 |
Conflicts: | libflashsupport, libflashsupport-oss, libflashsupport-oss-nonfree, libflashsupport-pulse |
Submitter: | Nowaker |
Maintainer: | seawright |
Last Packager: | seawright |
Votes: | 26 |
Popularity: | 0.000000 |
First Submitted: | 2013-09-21 13:15 (UTC) |
Last Updated: | 2024-02-08 22:55 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 15 Next › Last »
Updated.
It still needs gawk4.
I have updated ossvermagic.patch @ <https://github.com/seawright/oss-git> to fix invalid ELF object error.
`/* Coffelake */ { PCI_DEVICE(0x8086, 0xa348), .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_SKYLAKE},`
According to: https://elixir.bootlin.com/linux/v4.11.8/source/sound/pci/hda/hda_intel.c It has been supported by in kernel (ALSA) drivers since v4.11.8.
@Galaxy Spoke too soon. Sound plays ok when using osstest but ossplay wavefile.wav gave, "audio write: Input/output error" but worked correctly after disabling Vmix with "ossmix vmix0-enable off" so looks like there may be a problem with vmix.
@Galaxy Success!
All patches were being applied correctly but makepkg was using CFLAGS in '/etc/makepkg.conf'
instead of those in build tree Makefiles.
Tried adding -fno-pic
to list of CFLAGS in makepkg.conf but this caused error when makepkg (gcc) attempted to link command line programmes.
Best workaround I could find was to comment out (#) CFLAGS line in /etc/makepkg.conf.
@Galaxy Pushed changes to <https://github.com/seawright/oss-git>. Using gawk v4 prevented regexpr error but GLOBAL_OFFSET_TABLE error remains. I will continue to investigate. Is your notebook supported by Alsa?
The gawk error is for gawk 5, gawk v4 should be OK.
@seawright Where ? I cannot see them in <https://github.com/seawright/oss-git>.
@Galaxy Added pentium4 to arch and removed gtk2 from makedepends (only needed for ossxmixer). A lot of warnings from gawk about invalid regular expressions but a package was produced. Unpacked with xzdec and tar and checked "usr/lib/oss/objects.regparm/osscore.o with "nm osscore.o |grep GLOBAL" which gave result: U _GLOBAL_OFFSET_TABLE_
Pinned Comments
Galaxy commented on 2019-10-24 02:55 (UTC)
The latest support Intel HDA is
0x8c20
, and I am usinga348
. If your sound card is not listed there, it is not supported.