From owner-freebsd-current Wed Aug 21 23:29:56 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA20055 for current-outgoing; Wed, 21 Aug 1996 23:29:56 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA20049 for ; Wed, 21 Aug 1996 23:29:52 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id IAA19439; Thu, 22 Aug 1996 08:25:00 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id IAA09246; Thu, 22 Aug 1996 08:37:52 +0200 From: Christoph Kukulies Message-Id: <199608220637.IAA09246@gilberto.physik.rwth-aachen.de> Subject: Re: More on RealAudio To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Thu, 22 Aug 1996 08:37:51 +0200 (MET DST) Cc: kuku@gilberto.physik.rwth-aachen.de, akyol@wireless.Stanford.EDU, freebsd-current@freebsd.org In-Reply-To: <18497.840668870@time.cdrom.com> from "Jordan K. Hubbard" at "Aug 21, 96 04:07:50 pm" Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > No, I'm using it for the GUS. What is blowing up? It may be a problem > > with soundcard.h and it's location. This came in with recent changes > > in the linux lkm. > > Here's the relevant section of my kernel config file: > > controller snd0 > device sb0 at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr > device sbxvi0 at isa? drq 5 > #device sbmidi0 at isa? port 0x330 > device opl0 at isa? port 0x388 > > And the errors: Hhhmm. Your soundcard choices are obviously different from mine (gus) so I never saw these errors. Regarding my remark yesterday on compiling smooth with later withdrawing it I can now withdraw the withdrawal: The issue is for me: tar zxvf snd01041996-2.2-current.tgz -C / ; cp /sys/i386/isa/sound/soundcard.h /sys/i386/include works for me - this is brute force and ugly I admit. Maybe Amancio will have a word on the current sound stuff wrt/ sb and other non-GUS devices as soon as he's on-line again. > > cc -c -O -pipe -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Winline -Wunused -nostdinc -I. -I../.. -I../../sys -I../../../include -DI686_CPU -DI586_CPU -DINCLUDE_CONFIG_FILE -DAHC_TAGENABLE -DCOMPAT_IBCS2 -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../i386/isa/sound/midi.c > ../../i386/isa/sound/midi.c:38: warning: no previous prototype for `CMIDI_init' > ../../i386/isa/sound/midi.c: In function `CMIDI_init': > ../../i386/isa/sound/midi.c:41: `num_midi_drivers' undeclared (first use this function) > ../../i386/isa/sound/midi.c:41: (Each undeclared identifier is reported only once > ../../i386/isa/sound/midi.c:41: for each function it appears in.) > ../../i386/isa/sound/midi.c:48: `midi_supported' undeclared (first use this function) > ... > > Looks like the configuration stuff is still not quite there. > > Anyway, since these patches are clearly not ready for prime-time, I'm > going to abandon my efforts to integrate them. I guess we're stuck with > the current sound drivers a little longer. :-( > > Jordan > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de