From owner-freebsd-questions Wed Feb 16 15:54:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from builder.freebsd.org (builder.FreeBSD.ORG [204.216.27.24]) by hub.freebsd.org (Postfix) with ESMTP id EFF0037B59B for ; Wed, 16 Feb 2000 15:54:08 -0800 (PST) (envelope-from willaw79@yahoo.com) Received: from web108.yahoomail.com (web108.yahoomail.com [205.180.60.75]) by builder.freebsd.org (Postfix) with SMTP id 086E7132D9 for ; Wed, 16 Feb 2000 15:53:25 -0800 (PST) Received: (qmail 15152 invoked by uid 60001); 16 Feb 2000 23:33:12 -0000 Message-ID: <20000216233312.15151.qmail@web108.yahoomail.com> Received: from [203.106.37.4] by web108.yahoomail.com; Wed, 16 Feb 2000 15:33:12 PST Date: Wed, 16 Feb 2000 15:33:12 -0800 (PST) From: William Law Subject: Re: SB 128/ES137x Problems To: Aleksandar Obradovic , FreeBSD , freebsd@montenegro.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Remove the line: controller snd0 Edit the following line: device pcm0 --> device pcm0 at pnp? Make sure the following line is there: controller pnp0 Best Regards, Kar Wai --- Aleksandar Obradovic wrote: > I got SoundBlaster PCI 128 with ES 1373 (After > unsuccessful experiences with SB Live, SB 16 PCI and > SB PCI 128) and I used the > following in my kernel (as suggested from various > messages from the mailing list): > > controller snd0 > device pcm0 > > I made snd0 device. I tried to compile my kernel and > this is what I get: > > su-2.03# cd /usr/src/sys/i386/conf > su-2.03# config P3 > Don't forget to do a ``make depend'' > Kernel build directory is ../../compile/P3 > su-2.03# cd ../../compile/P3 > su-2.03# make depend > rm -f .newdep > mkdep -a -f .newdep -O -Wreturn-type -Wcomment > -Wredundant-decls -Wimplicit -Wc > mkdep -a -f .newdep -O -Wreturn-type -Wcomment > -Wredundant-decls -Wimplicit -Wc > env MKDEP_CPP="cc -E" mkdep -a -f .newdep -x > assembler-with-cpp -DLOCORE -O -Ws > rm -f .depend > mv -f .newdep .depend > su-2.03# make > > > > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls > -Wimplicit -Wnested-externsc > rm -f param.c > cp ../../conf/param.c . > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls > -Wimplicit -Wnested-externsc > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls > -Wimplicit -Wnested-externsc > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls > -Wimplicit -Wnested-externsc > touch hack.c > cc -elf -shared -nostdlib hack.c -o hack.So > rm -f hack.c > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls > -Wimplicit -Wnested-externsc > sh ../../conf/newvers.sh P3 > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls > -Wimplicit -Wnested-externsc > 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. > su-2.03# > > I tried to use the same card on a different FreeBSD > machine, and I get the same error. > > What should I do? > > Alex > > > > ATTACHMENT part 2 application/ms-tnef name=winmail.dat __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message