Date: Tue, 26 Jun 2001 22:13:37 +0200 From: Michael Sgier <sgier@dplanet.ch> To: questions@FreeBSD.ORG Subject: Soundcard CS 4236b Crystal Sound Message-ID: <3B38ECF0.23916231@dplanet.ch>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B38ECF0.23916231>