From owner-freebsd-questions Sat Sep 11 16:25:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.gmx.net (mail2.gmx.net [194.221.183.62]) by hub.freebsd.org (Postfix) with SMTP id 8E29D15424 for ; Sat, 11 Sep 1999 16:25:33 -0700 (PDT) (envelope-from nephrose@gmx.net) Received: (qmail 8837 invoked by uid 0); 11 Sep 1999 23:25:32 -0000 Received: from 130-149-145-49.dialup.cs.tu-berlin.de (HELO osiris) (130.149.145.49) by mail2.gmx.net with SMTP; 11 Sep 1999 23:25:32 -0000 Message-ID: <000e01befcac$e23a5240$31919582@osiris> From: "Marco Wertejuk" To: Subject: Kernel problems Date: Sun, 12 Sep 1999 01:24:05 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01BEFCBD.81412020" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0009_01BEFCBD.81412020 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I''ve tried to add Soundblaster support to the FreeBSD 3.2 Kernel, but I got an error message as follows: loading kernel soundcard.o: In function `sndpoll': soundcard.o(.text+0x2f7): undefined reference to `MIDIbuf_poll' sound_switch.o In function `sound_read_sw': sound_switch.o(.text+0x52d): undefined reference to `MIDIbuf_read' sound_switch.o In function `sound_write_sw': sound_switch.o(.text+0x5ad): undefined reference to `MIDIbuf_write' sound_switch.o In function `sound_open_sw': sound_switch.o(.text+0x68f): undefined reference to `MIDIbuf_open' sound_switch.o In function `sound_release_sw': sound_switch.o(.text+0x72b): undefined reference to `MIDIbuf_release' sound_switch.o In function `sound_ioctl_sw': sound_switch.o(.text+0x835): undefined reference to `MIDIbuf_ioctl' *** Error code 1 Stop. I just added following 4 lines: controller snd0 device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device pca0 at isa? port "IO_TIMER1" tty ##Just for testing = purposes What might be wrong ? I'm using an original Creative Labs SoundBlaster 16 Plug & Play. Hopefully, Marco ------=_NextPart_000_0009_01BEFCBD.81412020 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
I''ve tried to add Soundblaster support to the = FreeBSD 3.2=20 Kernel,
but I got an error message as = follows:
 
loading kernel
soundcard.o: In function=20 `sndpoll':
soundcard.o(.text+0x2f7): undefined reference to=20 `MIDIbuf_poll'
sound_switch.o In function=20 `sound_read_sw':
sound_switch.o(.text+0x52d): undefined reference to=20 `MIDIbuf_read'
sound_switch.o In function=20 `sound_write_sw':
sound_switch.o(.text+0x5ad): undefined reference to = `MIDIbuf_write'
sound_switch.o In function=20 `sound_open_sw':
sound_switch.o(.text+0x68f): undefined reference to=20 `MIDIbuf_open'
sound_switch.o In function=20 `sound_release_sw':
sound_switch.o(.text+0x72b): undefined reference = to=20 `MIDIbuf_release'
sound_switch.o In function=20 `sound_ioctl_sw':
sound_switch.o(.text+0x835): undefined reference to = `MIDIbuf_ioctl'
*** Error code 1
 
Stop.
 
 
I just added following 4 lines:
 
controller    snd0
device    sbxvi0 at isa? drq = 5
device    sbmidi0 at isa? port=20 0x330
device    pca0 at isa? port = "IO_TIMER1"=20 tty    ##Just for testing purposes
 
 
What might be wrong ?
I'm using an original Creative Labs SoundBlaster = 16 Plug=20 & Play.
 
Hopefully,
    = Marco
------=_NextPart_000_0009_01BEFCBD.81412020-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message