@Next7 Does the directory exist? ls -ld /usr/lib/modules/5.4.6-arch1-1/extramodules/oss If not can you create it? sudo mkdir -pv /usr/lib/modules/5.4.6-arch1-1/extramodules/oss
Search Criteria
Package Details: oss-git 5693e1e-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/oss-git.git (read-only, click to copy) |
---|---|
Package Base: | oss-git |
Description: | Open Sound System UNIX audio architecture |
Upstream URL: | http://developer.opensound.com/ |
Keywords: | oss |
Licenses: | GPL2 |
Conflicts: | libflashsupport-oss, libflashsupport-oss-nonfree, oss, oss-nonfree |
Provides: | oss |
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) |
Dependencies (6)
- linux-headers
- git (git-gitAUR, git-glAUR) (make)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR) (optional) – for graphical mixer (ossxmix)
- libflashsupport-ossAUR (optional) – Adobe flash plugin support
- libogg (libogg-gitAUR) (optional) – for Ogg Vorbis support in ossplay
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR) (optional) – for Ogg Vorbis support in ossplay
Required by (12)
- bitwig-studio (requires oss) (optional)
- bitwig-studio-4 (requires oss) (optional)
- bitwig-studio-beta (requires oss) (optional)
- bitwig-studio-earlyaccess (requires oss) (optional)
- bitwig-studio-legacy (requires oss) (optional)
- fbff-git (requires oss) (optional)
- libflashsupport-oss (requires oss)
- libflashsupport-oss-git (requires oss)
- libflashsupport-oss-nonfree (requires oss)
- minmad-git (requires oss) (optional)
- rsound-git (requires oss) (optional)
- siren (requires oss) (optional)
Sources (12)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 15 Next › Last »
seawright commented on 2019-12-31 21:25 (UTC)
Next7 commented on 2019-12-23 19:28 (UTC)
Now module fails to build wit kernel 5.4.6-arch1. Package is compiled but after issuing a command "soundon"
[code] /tmp/oss.tmpmodule is too large ... /tmp/oss.tmpmodule is too large Relinking OSS kernel modules for "" This may take few moments - please stand by...
OSS build environment set up for REGPARM kernels
Building module osscore mkdir: cannot create directory '/usr/lib/modules/5.4.6-arch1-1/extramodules/oss': No such file or directory OSS module directory /usr/lib/modules/5.4.6-arch1-1/extramodules/oss does not exist.
Relinking the OSS kernel modules failed [/code]
Galaxy commented on 2019-11-01 17:23 (UTC)
@seawright My laptop sound does work with ALSA drivers.
I will consider QEMU some later time.
seawright commented on 2019-11-01 11:19 (UTC)
@Galaxy You didn't answer my question as to whether your laptop sound works with alsa drivers. I have looked at the spec. for a Lenovo Thinkpad P73 which comes pre-installed with a customised version of Ubuntu 18.04 LTS 64 Bit. It has two audio controllers: nVidia 10de:10f8 & Intel Cannon Lake PCH cAVS (8086:a348) so your sound card must be supportable even if not by vanilla flavoured Ubuntu or Arch. If it works with alsa it should be possible to make it work with oss but either way, if sound is working it should be possible to test oss-git packages in a virtual environment such as Virtual box or even Qemu.
seawright commented on 2019-10-31 20:53 (UTC)
Kmod-link patches no longer required following upstream (opensound) commit.
seawright commented on 2019-10-29 10:44 (UTC) (edited on 2019-10-29 10:54 (UTC) by seawright)
I have generated four IDENTICAL copies of all the oss man pages using gawk v4 and gawk v5 with a patched and original version of txt2man so currently there is no requirement to downgrade gawk to version 4 even though the warnings produced when building the oss-git package may be a little disconcerting.
seawright commented on 2019-10-29 10:34 (UTC) (edited on 2019-10-29 10:46 (UTC) by seawright)
The audio player "ossplay" is capable of playing Ogg Vorbis audio files if configured and built with libogg and libvorbis present. The only mention of this is in the source files. I have added it to the optdepends section of PKGBUILD to draw it to users attention. Should it also be added to README.md?
seawright commented on 2019-10-26 10:42 (UTC)
This would appear to be the gawk v5 | setup/Linux/text2man problem: https://github.com/jolmg/txt2man/commit/4cd9ba2cea5b54d472bd00f41ee0d38ef7497521 but it is yet to be confirmed by mvertes - txt2man's original author.
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.