From owner-freebsd-multimedia Wed Apr 1 05:39:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27583 for freebsd-multimedia-outgoing; Wed, 1 Apr 1998 05:39:40 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from fang.cs.sunyit.edu (root@fang.cs.sunyit.edu [192.52.220.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA27570 for ; Wed, 1 Apr 1998 05:39:35 -0800 (PST) (envelope-from perlsta@cs.sunyit.edu) Received: from win95.local.sunyit.edu (A-T34.rh.sunyit.edu [150.156.210.241]) by fang.cs.sunyit.edu (8.8.5/8.7.3) with SMTP id IAA18503; Wed, 1 Apr 1998 08:41:06 GMT Message-ID: <01a401bd5d73$144aa3a0$0600a8c0@win95.local.sunyit.edu> From: "Alfred Perlstein" To: "Dennis Tenn" , Subject: Re: Error while compiling sound support for SB PnP AWE64. Date: Wed, 1 Apr 1998 08:35:47 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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 To: FreeBSD Current 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: >Mar 24 22:34:43 fanfic /kernel: sbxvi0 at ? drq 5 on isa >Mar 24 22:34:43 fanfic /kernel: snd0: >Mar 24 22:34:43 fanfic /kernel: sbmidi0 at 0x330 on isa >Mar 24 22:34:43 fanfic /kernel: snd0: >Mar 24 22:34:43 fanfic /kernel: opl0 at 0x388 on isa >Mar 24 22:34:43 fanfic /kernel: snd0: >Mar 24 22:34:43 fanfic /kernel: awe0 at 0x620 on isa >Mar 24 22:34:43 fanfic /kernel: awe0: > > >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > 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