From owner-freebsd-questions Sun Sep 5 12:10:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scrabble.freeuk.net (scrabble.freeuk.net [212.126.144.6]) by hub.freebsd.org (Postfix) with ESMTP id A40A214F56 for ; Sun, 5 Sep 1999 12:10:49 -0700 (PDT) (envelope-from andrew@cream.org) Received: from [212.126.147.188] (helo=cream.org) by scrabble.freeuk.net with esmtp (Exim 2.11 #1) id 11NhgA-0003h0-00 for FreeBSD-Questions@FreeBSD.org; Sun, 5 Sep 1999 19:10:19 +0000 Content-Length: 2689 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sun, 05 Sep 1999 20:05:50 +0100 (BST) From: Andrew Boothman To: FreeBSD-Questions@FreeBSD.org Subject: Soundcard (sscape) Detection problems Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I'm running 3.1-Release and i'm trying to get the sscape and sscape_mss drivers configured and working with my Ensioniq Soundscape. But I'm continually getting sscape0 not found at 0x330 sscape_mss0 not found at 0x534 (or similar) at bootup. I'm not sure what values I should enter in my kernel config file in order to get my card properly detected. How do I go about finding these? Further, when compiling my kernel I get warnings like : cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../i386/isa/sound/dev_table.c ../../i386/isa/sound/dev_table.c:247: warning: `sndtable_identify_card' defined but not used ../../i386/isa/sound/dev_table.c:267: warning: `sound_chconf' defined but not used And cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../i386/isa/sound/sscape.c ../../i386/isa/sound/sscape.c: In function `sscapeintr': ../../i386/isa/sound/sscape.c:294: warning: `bits' might be used uninitialized in this function ../../i386/isa/sound/sscape.c: At top level: ../../i386/isa/sound/sscape.c:597: warning: `sscape_audio_open' defined but not used ../../i386/isa/sound/sscape.c:626: warning: `sscape_audio_close' defined but not used ../../i386/isa/sound/sscape.c:659: warning: `sscape_audio_ioctl' defined but not used ../../i386/isa/sound/sscape.c:705: warning: `sscape_audio_output_block' defined but not used ../../i386/isa/sound/sscape.c:710: warning: `sscape_audio_start_input' defined but not used ../../i386/isa/sound/sscape.c:715: warning: `sscape_audio_prepare_for_input' defined but not used ../../i386/isa/sound/sscape.c:721: warning: `sscape_audio_prepare_for_output' defined but not used ../../i386/isa/sound/sscape.c:732: warning: `sscape_audio_reset' defined but not used I added controller ppp0 controller snd0 at the top of my kernel config file and device sscape0 at isa? port 0x330 irq 9 drq 0 device sscape_mss0 at isa? port 0x534 irq 5 drq 1 at the end. Are these warnings normal? If so, please give me some guidance over how to proceed with configuring my kernel. Many thanks in advance! --- Andrew Boothman http://sour.cream.org Unmetered Telecoms. Join the Fight! http://www.unmetered.org.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message