From owner-freebsd-questions Tue Jun 26 13:18:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from duba04h04-0.dplanet.ch (duba04h04-0.dplanet.ch [212.35.36.38]) by hub.freebsd.org (Postfix) with ESMTP id 1ECB637B407 for ; Tue, 26 Jun 2001 13:18:35 -0700 (PDT) (envelope-from sgier@dplanet.ch) Received: from dplanet.ch (dialup-58-56.dplanet.ch [212.35.58.56]) by duba04h04-0.dplanet.ch (8.9.3/8.9.3/1.01dplanet-smtp) with ESMTP id WAA32467 for ; Tue, 26 Jun 2001 22:18:10 +0200 Message-ID: <3B38ECF0.23916231@dplanet.ch> Date: Tue, 26 Jun 2001 22:13:37 +0200 From: Michael Sgier Organization: Visit: www.dplanet.ch/users/sgier X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Soundcard CS 4236b Crystal Sound Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello While trying to compile the kernel with support for the above soundcard I get the below following messages.. I've inserted a line in the generic file like: device css0 at isa? port 0x534 irq 5 drq 1 flags 0x08 also I've done a mknod command but don't remember the exact syntax. Now in /dev there's: snd0 Where is the mistake. Many thanks in advance. Greetings Michael Sgier PS: Could I use CUPS somehow wiht FreeBSD4.3? freebsd# cd compile freebsd# ls .keep_me SGIER SGIERexp freebsd# cd SGIER freebsd# make linking kernel.debug isa_compat.o: In function `isa_compat_nextid': /usr/src/sys/compile/SGIER/../../i386/isa/isa_compat.c:61: undefined reference to `cssdriver' midi_synth.o: In function `midi_outc': /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c(.text+0x4d): undefined reference to `midi_devs' midi_synth.o: In function `prefix_cmd': /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c:133: undefined reference to `midi_devs' midi_synth.o: In function `midi_synth_input': /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c(.text+0xdd): undefined reference to `num_midis' /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c(.text+0xff): undefined reference to `midi_devs' midi_synth.o: In function `leave_sysex': /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c(.text+0x2c6): undefined reference to `synth_devs' /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c(.text+0x2ef): undefined reference to `midi_devs' midi_synth.o: In function `midi_synth_ioctl': /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c:272: undefined reference to `synth_devs' midi_synth.o: In function `midi_synth_kill_note': /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c(.text+0x383): undefined reference to `synth_devs' midi_synth.o: In function `midi_synth_set_instr': /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c:333: undefined reference to `synth_devs' midi_synth.o: In function `midi_synth_start_note': /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c(.text+0x512): undefined reference to `synth_devs' midi_synth.o: In function `midi_synth_open': /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c(.text+0x5f3): undefined reference to `synth_devs' /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c(.text+0x600): undefined reference to `num_midis' /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c(.text+0x630): undefined reference to `midi_devs' midi_synth.o: In function `midi_synth_close': /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c:426: undefined reference to `synth_devs' /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c:433: undefined reference to `midi_devs' midi_synth.o: In function `midi_synth_load_patch': /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c:447: undefined reference to `synth_devs' /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c:509: undefined reference to `midi_devs' midi_synth.o: In function `midi_synth_aftertouch': /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c(.text+0x912): undefined reference to `synth_devs' midi_synth.o: In function `midi_synth_controller': /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c(.text+0x9aa): undefined reference to `synth_devs' midi_synth.o: In function `midi_synth_bender': /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c(.text+0xa66): undefined reference to `synth_devs' midi_synth.o: In function `midi_synth_send_sysex': /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c(.text+0xb23): undefined reference to `synth_devs' /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c(.text+0xbc9): undefined reference to `midi_devs' /usr/src/sys/compile/SGIER/../../i386/isa/sound/midi_synth.c(.text+0xc12): undefined reference to `midi_devs' *** Error code 1 Stop in /usr/src/sys/compile/SGIER. freebsd# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message