From owner-freebsd-questions@FreeBSD.ORG Tue Sep 16 03:55:28 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28E7F16A4B3 for ; Tue, 16 Sep 2003 03:55:28 -0700 (PDT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id B805643F93 for ; Tue, 16 Sep 2003 03:55:26 -0700 (PDT) (envelope-from greg.lane@internode.on.net) Received: from server.lane.family (ppp121-101.lns1.syd2.internode.on.net [150.101.121.101])h8GAtLVA097662; Tue, 16 Sep 2003 20:25:23 +0930 (CST) Received: from server.lane.family (localhost [127.0.0.1]) by server.lane.family (8.12.9/8.12.9) with ESMTP id h8GAtfmT040344; Tue, 16 Sep 2003 20:55:42 +1000 (EST) (envelope-from glane@server.lane.family) Received: (from glane@localhost) by server.lane.family (8.12.9/8.12.9/Submit) id h8GAte1Y040343; Tue, 16 Sep 2003 20:55:40 +1000 (EST) (envelope-from glane) Date: Tue, 16 Sep 2003 20:55:40 +1000 From: Greg Lane To: Roman Malytskyy Message-ID: <20030916105540.GA40125@localhost.bigpond.net.au> References: <8813912404.20030915153235@ua.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8813912404.20030915153235@ua.fm> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: PNP Crystal soundcard detection problem in 5.1Release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: greg.lane@internode.on.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 10:55:28 -0000 On Mon, Sep 15, 2003 at 03:32:35PM +0300, Roman Malytskyy wrote: > Hello, G'day, > I am having problem with initializing my PnP Crystal soundcard on DellLatitude > CPi notebook under FreeBSD 5.1-RELEASE I have a CPi D266XT running 5-current. > Windows detected it as CS4236/37/38 chipset card, irq 5 dma 1,0 Mine is detected as a CS 4237B under windows with the same values. > When I add to kernel konfiguration (according to handbook advise for my cardtype) > ... > device pcm > device csa > ... I never got it to work with "device csa", but in the distant past running 4-stable my sound had worked with options PNPBIOS device pcm Then it stopped working for a while. I've never managed to get it working with only "device pcm" again. But now I am running 5-current with the following device pcm device sbc and my card is found as a soundblaster pro. See dmesg extract: sbc0: at port 0x220-0x22f irq 5 drq 1 flags 0x15 on isa0 pcm0: on sbc0 and 5>glane@nucnb2:~$ cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0x220 irq 5 drq 1 bufsz 4096 (1p/1r/0v channels duplex default) Everything works great. So give this a go and see what happens. Cheers, Greg