From owner-freebsd-questions Wed Jul 5 15:26:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from jinx.unknown.nu (jinx.unknown.nu [207.229.158.108]) by hub.freebsd.org (Postfix) with ESMTP id 8CF4E37B6DB for ; Wed, 5 Jul 2000 15:26:29 -0700 (PDT) (envelope-from sluggo@unknown.nu) Received: from localhost (sluggo@localhost) by jinx.unknown.nu (8.9.3/8.9.3) with ESMTP id RAA67432 for ; Wed, 5 Jul 2000 17:26:28 -0500 (CDT) (envelope-from sluggo@unknown.nu) Date: Wed, 5 Jul 2000 17:26:27 -0500 (CDT) From: Kim Scarborough To: freebsd-questions@freebsd.org Subject: 3.5 kernel compile crashes with sbxvi0 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to get a machine that I recently installed 3.5 on to support my SoundBlaster 16 card. I had a custom kernel that was running fine, but had not tried to add sound support. So first I added: controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 This compiled fine, but when I rebooted, I got this in the dmesg: sb0 at 0x220 irq 5 drq 1 on isa NOTE! SB Pro support required with your soundcard! snd0: I wasn't totally sure what this somewhat cryptic message meant, but after looking through the newsgroup archives, I decided to add this line: device sbxvi0 at isa? drq 5 For SB16 support. Now when I do a make, it bombs out, apparently near or at the end: sh ../../conf/newvers.sh IGUANA cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I/usr/include -DKERNEL -DVM_STACK -include opt_global.h -elf vers.c loading kernel dev_table.o(.data+0xc4): undefined reference to `attach_sb16midi' dev_table.o(.data+0xc8): undefined reference to `probe_sb16midi' sb_dsp.o: In function `sbintr': sb_dsp.o(.text+0xa9): undefined reference to `sb16midiintr' *** Error code 1 Stop. Any suggestions? Did a search for this particular error and didn't find anything. ------------------------------------------------------------------------------- Kim Scarborough http://www.unknown.nu/kim/ ------------------------------------------------------------------------------- "Writing and sex are only fun for amateurs." - Hunter S. Thompson ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message