From owner-freebsd-questions@FreeBSD.ORG Wed May 11 03:39:21 2005 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 B833F16A4CE for ; Wed, 11 May 2005 03:39:21 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29E8243D39 for ; Wed, 11 May 2005 03:39:21 +0000 (GMT) (envelope-from kyle.lafkoff@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so145880nzk for ; Tue, 10 May 2005 20:39:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mS6DQKaO/4nOlkDn/WlOyPQtuhy/aFc3QpUNEZotuo1PPfIM3ytrP00o1TQ5QYbVilCxk2zm3qWmx8iuUghLTxjkeGsWUNJhbmSY3Tcl566sbKWCLbXytSERubarCMkZ98Eh9RFeBv5h7mu2rhxkNCS2Qfp7OTeoOGz1mnI3//E= Received: by 10.36.121.8 with SMTP id t8mr69385nzc; Tue, 10 May 2005 20:39:20 -0700 (PDT) Received: by 10.36.48.16 with HTTP; Tue, 10 May 2005 20:39:20 -0700 (PDT) Message-ID: <99e29f1f0505102039197ee0a5@mail.gmail.com> Date: Tue, 10 May 2005 22:39:20 -0500 From: Kyle Lafkoff To: freebsd-questions@freebsd.org In-Reply-To: <44zmv2kf1i.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <99e29f1f0505092233253c9ebb@mail.gmail.com> <44zmv2kf1i.fsf@be-well.ilk.org> Subject: Re: sound problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kyle Lafkoff List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2005 03:39:21 -0000 heh, i tried this before and i had no luck, nothing would list when i ``cat /dev/sndstat'' but seems to work now this is after i stopped using my cardbus ethernet card, which was required for internet access before i configured wifi access in my house today. thanks. On 10 May 2005 16:21:45 -0400, Lowell Gilbert wrote: > Kyle Lafkoff writes: >=20 > > loaded sound / snd_ess > > > > dmesg shows: > > > > pcm0: port 0xd800-0xd8ff irq 5 at device 8.= 0 on pci0 > > pcm0: cannot allocate DMA memory > > device_attach: pcm0 attach returned 6 > > pcm0: port 0xd800-0xd8ff irq 5 at device 8.= 0 on pci0 > > pcm0: cannot allocate DMA memory > > > > ??? >=20 > Looks like snd_ess isn't the right driver. >=20 > Try the recommendation from the handbook: load snd_driver > (which loads *all* of the drivers) and see which one it > uses (and whether it works). >