Date: Sun, 27 Jul 1997 08:49:15 -0400 From: Randall Hopper <rhh@ct.picker.com> To: Stefan Veith <stefan.veith@mail.online-club.de> Cc: questions@freebsd.org Subject: Re: sound support Message-ID: <19970727084915.54500@ct.picker.com> In-Reply-To: <199707241514.RAA09063@rpops002.rp-online.de>; from Stefan Veith on Thu, Jul 24, 1997 at 05:15:41PM -0500 References: <199707241514.RAA09063@rpops002.rp-online.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Stefan Veith: |I added all the lines needed for a Soundblaster 16 in the kernel config file |. At the end of the "make" command (' ... loading kernel') I get this error |message: | |dev_table.o: Undefined symbol '_attach_sb16midi' referenced from data |segment |dev_table.o: Undefined symbol '_probe_sb16midi' referenced from data segment |sb_dsp.o: Undefined symbol '_sb16minidiintr' referenced from data segment |ioconf.o: Undefined symbol 'sbmididriver' referenced from data segment | |What is wrong? I even made (sh MAKEDEV snd0) the needed device in the /dev |directory. Doug White: |You forgot to add 'controller snd0' to your kernel config. Add it and try |again. Or, judging from the unresolved references, you're missing the "sbmidi0" device. Here's the full list you should have: controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device opl0 at isa? port 0x388 Randall Hopper
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970727084915.54500>