Date: Wed, 1 Apr 1998 08:35:47 -0500 From: "Alfred Perlstein" <perlsta@cs.sunyit.edu> To: "Dennis Tenn" <dstenn@fanfic.org>, <multimedia@FreeBSD.ORG> Subject: Re: Error while compiling sound support for SB PnP AWE64. Message-ID: <01a401bd5d73$144aa3a0$0600a8c0@win95.local.sunyit.edu>
next in thread | raw e-mail | index | archive | help
hmmmm you are using the wrong drivers for your sound card, the voxware probably won't work correctly with a PnP card, i suggest you look in the lint at the PCM driver, it's Luigi's code that does plug and play, it's also a bit more functional is certain areas. if you WANT pain, you can try the voxware drivers, but you need to add a device "sbmidi" to your kernel config. but, uh... do we have mmap() buffers yet Luigi? -Alfred -----Original Message----- From: Dennis Tenn <dstenn@fanfic.org> To: FreeBSD Current <current@FreeBSD.ORG> Date: Wednesday, April 01, 1998 12:20 AM Subject: Error while compiling sound support for SB PnP AWE64. > >Before I ask for help.. Let me just say that I've been using FreeBSD for >a while now and had the soundcard working perfectly before. Now I can't >get the support compiled in the kernel. Every time I try I get this just >as it is trying to load the kernel.. > >loading kernel >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 `_sb16midiintr' referenced from text segment >*** Error code 1 > >Stop. > >The file I use to make the kernel is the same one I've always used.. I >tend to do weekly cvsups.. I'm using 3.0-Current. Any ideas what >happened? > >These are the entries for my soundcard in my kernel file.. > >controller pnp0 >controller snd0 >device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr >device sbxvi0 at isa? drq 5 >device opl0 at isa? port 0x388 >device awe0 at isa? port 0x620 > > >And if this compiled and installed correctly I would then have to enter in >the Kernel Configuration screen on reboot: > >pnp 1 0 os enable port0 0x220 port1 0x330 port2 0x388 irq0 5 drq0 1 drq1 5 >pnp 1 2 os enable port0 0x620 port1 0xa20 port2 0xe20 > > >for the soundcard to be recognized. The last time I had it working was.. > >Mar 24 22:34:43 fanfic /kernel: sb0 at 0x220 irq 5 drq 1 on isa >Mar 24 22:34:43 fanfic /kernel: snd0: <SoundBlaster 16 4.16> >Mar 24 22:34:43 fanfic /kernel: sbxvi0 at ? drq 5 on isa >Mar 24 22:34:43 fanfic /kernel: snd0: <SoundBlaster 16 4.16> >Mar 24 22:34:43 fanfic /kernel: sbmidi0 at 0x330 on isa >Mar 24 22:34:43 fanfic /kernel: snd0: <SoundBlaster MPU-401> >Mar 24 22:34:43 fanfic /kernel: opl0 at 0x388 on isa >Mar 24 22:34:43 fanfic /kernel: snd0: <Yamaha OPL3 FM> >Mar 24 22:34:43 fanfic /kernel: awe0 at 0x620 on isa >Mar 24 22:34:43 fanfic /kernel: awe0: <SoundBlaster EMU8000 MIDI (RAM512k)> > > >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > Dennis Tenn * There will always come a time > dstenn@fanfic.org * When your love will be tested > ICQ# 1457509 * Stand tall and rise to the occasion > * For only then will you grow strong. >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01a401bd5d73$144aa3a0$0600a8c0>