From owner-freebsd-questions Sun Sep 26 14:36:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bab71-131.optonline.net (bab71-131.optonline.net [167.206.71.131]) by hub.freebsd.org (Postfix) with ESMTP id DF84614C25 for ; Sun, 26 Sep 1999 14:36:23 -0700 (PDT) (envelope-from pete@postpagan.com) Received: from postpagan.com (localhost [127.0.0.1]) by bab71-131.optonline.net (8.9.3/8.9.3) with ESMTP id RAA01795 for ; Sun, 26 Sep 1999 17:40:25 -0400 (EDT) (envelope-from pete@postpagan.com) Message-ID: <37EE92C8.BD922D95@postpagan.com> Date: Sun, 26 Sep 1999 17:40:24 -0400 From: pete collins X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: Sound Blaster16 PCI Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, installed a sound blaster card into my machine today. Can't get it to work. I have tried both approaches: using controller pnp0 approach and below. I know this is a really popular problem so perhaps someone who has been down this road before can help me out. I added these lines to my kernel: ---------------------------------------------------------- # Sound Card controller snd0 device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 ---------------------------------------------------------- I am running FreeBSD 3.2-RELEASE I get a compile error: ---------------------------------------------------------- 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 ---------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message