Date: Mon, 24 Jul 2000 18:08:50 -0400 From: Andy Gervase <andy.gervase@wcom.com> To: freebsd-questions@FreeBSD.ORG Subject: CS4236 Sound card Message-ID: <397CBE72.62326623@wcom.com>
next in thread | raw e-mail | index | archive | help
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> I have on a Dell Optiplex Gx1 with what Windows reports as a Crystal CS423x onboard chip. I'm a bit confused as to what entries to place in the kernel file. Currently I have this: <p>device sn0 at isa? port 0x300 irq 10 <br>device pcm0 # Sound card support <br>options PNPBIOS <br>device css0 at isa? port 0x534 irq 5 drq 1 flags 0x08 <br>device uart0 at isa? port 0x330 irq 5 <br>device csa <p>I've tried several combinations of the above, but one common message I get while compiling it is: <p><some output ommited> <br>midi_synth.o: In function `midi_synth_send_sysex': <br>/usr/src/sys/compile/SMUT/../../i386/isa/sound/midi_synth.c(.text+0xb23): undefined reference to `synth_devs' <br>/usr/src/sys/compile/SMUT/../../i386/isa/sound/midi_synth.c(.text+0xbc9): undefined reference to `midi_devs' <br>/usr/src/sys/compile/SMUT/../../i386/isa/sound/midi_synth.c(.text+0xc12): undefined reference to `midi_devs' <br>*** Error code 1 <p>Stop in /usr/src/sys/compile/SMUT. <p>I did, at one time, add: device sbmidi0 at isa? port 0x330, however I still got these errors. Which combination do I need? Am I missing something in the above configuration? Is there to much in the above configuration? The only devices that exist are, /dev/pcaudio, /dev/pcaudioctl that even remotely relate the sound controller. Here's what I get with dmesg from a previous boot: (All I had in it was the pcm0 entry at that point) <p><some output ommited> <br>unknown: <PNP0c01> can't assign resources <br>unknown: <PNP0501> can't assign resources <br>unknown: <PNP0501> can't assign resources <br>unknown: <PNP0401> can't assign resources <br>unknown: <PNP0700> can't assign resources <br>unknown: <PNP0f13> can't assign resources <br>unknown0: <PNP0a03> at port 0xcf8-0xcff on isa0 <br>unknown: <PNP0000> can't assign resources <br>unknown1: <PNP0100> at port 0x40-0x5f irq 0 on isa0 <br>unknown2: <PNP0200> at port 0x80-0x9f,0-0x1f,0xc0-0xdf drq 4 on isa0 <br>unknown: <PNP0303> can't assign resources <br>unknown: <PNP0800> can't assign resources <br>unknown3: <PNP0b00> at port 0x70-0x7f irq 8 on isa0 <br>unknown4: <PNP0c04> at port 0xf0-0xff irq 13 on isa0 <br>pcm0: <CS423x> at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on isa0 <br>unknown5: <Game> at port 0x3a0-0x3a7 on isa0 <br>unknown6: <Ctrl> at port 0xf00-0xf07 on isa0 <br>unknown7: <MPU> at port 0x330-0x331 on isa0 <br><more output omitted> <p>I love this FreeBSD and really hope to lose the Linux and move onto FreeBSD. I think it's fast and built tough! Thanks in advance. <p>Andy <br> <pre>-- Andrew Gervase Electronic Data Systems Rockville Midrange Operations Vnet- 231-6813 Tel - 301-284-6813 EDS: To be "......the recognized global leader in ensuring clients achieve superior value in the Digital Economy"</pre> </html> 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?397CBE72.62326623>