Date: Tue, 07 Sep 1999 23:58:31 +0100 (BST) From: Andrew Boothman <andrew@cream.org> To: freebsd-users@freebsd-uk.eu.org, multimedia@freebsd.org Subject: Soundcard (sscape) Detection Problems Message-ID: <XFMail.990907235831.andrew@cream.org>
next in thread | raw e-mail | index | archive | help
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 <andrew@cream.org> 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-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.990907235831.andrew>