Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2019 14:31:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 240200] audio/oss : module_register_init: MOD_LOAD (osscore, 0xffffffff82f4e490, 0) error 16
Message-ID:  <bug-240200-12827-dKBMNp9Kg9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240200-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240200-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240200

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|oss-4.2.b2019 :             |audio/oss :
                   |module_register_init:       |module_register_init:
                   |MOD_LOAD (osscore,          |MOD_LOAD (osscore,
                   |0xffffffff82f4e490, 0)      |0xffffffff82f4e490, 0)
                   |error 16                    |error 16
            Product|Base System                 |Ports & Packages
          Component|kern                        |Individual Port(s)
            Version|12.0-RELEASE                |Latest

--- Comment #3 from Jan Beich <jbeich@FreeBSD.org> ---
audio/oss aka the original[1] is not maintained by multimedia@. FreeBSD for=
k is
superior[2] to 4Front version but is not a superset as some rarely used
features are not implemented[3]. <sys/soundcard.h> from audio/oss is also n=
ot
completely ABI-compatible (e.g., bug 184380), so consumers need to pass
-isystem/usr/local/include/lib/oss/include during build.

If you still want to use audio/oss compile the kernel without sound(4) e.g.,

    include GENERIC
    ident MYKERNEL

    nodevice sound
    nodevice snd_cmi
    nodevice snd_csa
    nodevice snd_emu10kx
    nodevice snd_es137x
    nodevice snd_hda
    nodevice snd_ich
    nodevice snd_via8233

[1] https://wiki.freebsd.org/Sound#History
[2] See OSSv4 Compatibility in
https://people.freebsd.org/~ariff/SOUND_4.TXT.html
[3] See OSSV4_EXPERIMENT in
https://github.com/freebsd/freebsd/blob/master/sys/dev/sound/pcm/dsp.c
    Note, AFMT_FLOAT is Linux-only even in audio/oss.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240200-12827-dKBMNp9Kg9>