From owner-freebsd-current Wed Apr 12 18:42:46 2000 Delivered-To: freebsd-current@freebsd.org Received: from ucsu.Colorado.EDU (ucsu.Colorado.EDU [128.138.129.83]) by hub.freebsd.org (Postfix) with ESMTP id CFCE937B7BC for ; Wed, 12 Apr 2000 18:42:40 -0700 (PDT) (envelope-from vinson@ucsu.Colorado.EDU) Received: from localhost (vinson@localhost) by ucsu.Colorado.EDU (8.9.3/8.9.3/ITS-5.0/standard) with SMTP id TAA08914 for ; Wed, 12 Apr 2000 19:42:40 -0600 (MDT) Date: Wed, 12 Apr 2000 19:42:39 -0600 (MDT) From: VINSON WAYNE HOWARD To: freebsd-current@freebsd.org Subject: CS4236b on Inspiron 3200 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a dell inspiron 3200 with a cs4236b isa non-pnp soundcard. It works in 3.4 with the folowing kernel lines: device snd0 device css0 at isa? port 0x530 irq 9 drq 1 flags 0x13 device mpu0 at isa? with a hack to /src/sys/i386/isa/sound/sound_config.h changing #define DSP_DEFAULT_SPEED 8000 to #define DSP_DEFAULT_SPEED 32000 Question 1: what's the implication of changin that for other soundcards? Should it be changed in -current? Question 2: What do I have to do to get this card to work with pcm? I want to get rid of the isa compatability shims before they're removed. I've already tried device pcm0 at isa? irq 9 drq 1 flags 0x0 and device pcm0 at isa? port0x530 irq 9 drq 1 flags 0x0 with and without pnp code compiled in (not that I think it's relevant). Trivia that might help out: Card only works with the linux 4232 driver if it's already been initialized in Windows. ALSA works fine. any help would be apreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message