From owner-freebsd-questions Wed Jan 17 15:35:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 7B35337B404 for ; Wed, 17 Jan 2001 15:35:01 -0800 (PST) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id f0HNYsJ10177; Wed, 17 Jan 2001 15:34:54 -0800 (PST) Message-Id: <200101172334.f0HNYsJ10177@ptavv.es.net> To: hxw_maillist1 Cc: questions@FreeBSD.ORG Subject: Re: Crystal 4232 Sound Card In-reply-to: Your message of "Mon, 15 Jan 2001 10:26:06 +0800." <20010115022606.3111.qmail@sina.com> Date: Wed, 17 Jan 2001 15:34:54 -0800 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > From: hxw_maillist1 > 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