Date: Wed, 17 Jan 2001 15:34:54 -0800 From: "Kevin Oberman" <oberman@es.net> To: hxw_maillist1 <hxw_maillist1@sina.com> Cc: questions@FreeBSD.ORG Subject: Re: Crystal 4232 Sound Card Message-ID: <200101172334.f0HNYsJ10177@ptavv.es.net> In-Reply-To: Your message of "Mon, 15 Jan 2001 10:26:06 %2B0800." <20010115022606.3111.qmail@sina.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> From: hxw_maillist1 <hxw_maillist1@sina.com> > Date: Mon, Jan 15 2001 10:26:06 +0800 > Sender: owner-freebsd-questions@FreeBSD.ORG > > Hello, > Would you please tell me how to configurate my kernel to support > Crystall 4232 sound card for my IBM Thinkpad 600? Due to the odd nature of the 600 sound, you need to do some strange stuff. Do not use device csa. Use newpcm with the config: device pcm0 at isa? port 0x52c irq 5 drq 1 flags 0x10 Also, do NOT use option PNPBIOS. Finally, make the following patch to /sys/conf/files --- sys/conf/files 2000/10/31 23:16:07 1.340.2.38 +++ sys/conf/files 2000/11/30 05:10:55 @@ -1090,8 +1090,7 @@ dev/sound/isa/sbc.c optional sbc isa #dev/sound/pci/aureal.c optional pcm pci dev/sound/pci/csa.c optional csa pci -dev/sound/pci/csa.c optional pcm pci -dev/sound/pci/csapcm.c optional pcm pci +dev/sound/pci/csapcm.c optional csa pcm pci dev/sound/pci/ds1.c optional pcm pci dev/sound/pci/emu10k1.c optional pcm pci dev/sound/pci/es137x.c optional pcm pci R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 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?200101172334.f0HNYsJ10177>