Date: Wed, 5 Jul 2000 17:26:27 -0500 (CDT) From: Kim Scarborough <sluggo@unknown.nu> To: freebsd-questions@freebsd.org Subject: 3.5 kernel compile crashes with sbxvi0 Message-ID: <Pine.BSF.4.21.0007051716540.67368-100000@jinx.unknown.nu>
next in thread | raw e-mail | index | archive | help
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: <SoundBlaster 16 4.13> 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: <snip> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0007051716540.67368-100000>