Date: Tue, 25 Jul 2000 10:30:37 -0400 From: Andy Gervase <andy.gervase@wcom.com> To: freebsd-questions@freeBSD.ORG Subject: CS4236 Sound card Message-ID: <397DA48D.BD6D80B1@wcom.com>
next in thread | raw e-mail | index | archive | help
I apologize for that mistake in HTML. Here is my question . . . in pure ASCII . . . 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: device pcm0 # Sound card support options PNPBIOS device css0 at isa? port 0x534 irq 5 drq 1 flags 0x08 device uart0 at isa? port 0x330 irq 5 device csa I've tried several combinations of the above, but one common message I get while compiling it is: <some output ommited> midi_synth.o: In function `midi_synth_send_sysex': /usr/src/sys/compile/SMUT/../../i386/isa/sound/midi_synth.c(.text+0xb23): undefined reference to `synth_devs' /usr/src/sys/compile/SMUT/../../i386/isa/sound/midi_synth.c(.text+0xbc9): undefined reference to `midi_devs' /usr/src/sys/compile/SMUT/../../i386/isa/sound/midi_synth.c(.text+0xc12): undefined reference to `midi_devs' *** Error code 1 Stop in /usr/src/sys/compile/SMUT. 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) <some output ommited> unknown: <PNP0c01> can't assign resources unknown: <PNP0501> can't assign resources unknown: <PNP0501> can't assign resources unknown: <PNP0401> can't assign resources unknown: <PNP0700> can't assign resources unknown: <PNP0f13> can't assign resources unknown0: <PNP0a03> at port 0xcf8-0xcff on isa0 unknown: <PNP0000> can't assign resources unknown1: <PNP0100> at port 0x40-0x5f irq 0 on isa0 unknown2: <PNP0200> at port 0x80-0x9f,0-0x1f,0xc0-0xdf drq 4 on isa0 unknown: <PNP0303> can't assign resources unknown: <PNP0800> can't assign resources unknown3: <PNP0b00> at port 0x70-0x7f irq 8 on isa0 unknown4: <PNP0c04> at port 0xf0-0xff irq 13 on isa0 pcm0: <CS423x> at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on isa0 unknown5: <Game> at port 0x3a0-0x3a7 on isa0 unknown6: <Ctrl> at port 0xf00-0xf07 on isa0 unknown7: <MPU> at port 0x330-0x331 on isa0 <more output omitted> 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. Andy -- 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" 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?397DA48D.BD6D80B1>