From owner-freebsd-questions@FreeBSD.ORG Sat Mar 12 09:46:35 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF7B3106566B for ; Sat, 12 Mar 2011 09:46:35 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6A2888FC13 for ; Sat, 12 Mar 2011 09:46:35 +0000 (UTC) Received: by bwz12 with SMTP id 12so3696584bwz.13 for ; Sat, 12 Mar 2011 01:46:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=kAVqfziIb0Ii5Be/hN1E3hrLVpymE0h6pucCqsyVn3E=; b=EPMQumCkWoX01obK0byeEaodbMHPcMSQtKm58gpIneN+xYSk990/8Nc0xtExkN+H+q lvFssoS6Zj0gp3+TjZi2snYZFGIMAzoGttbBnhe+bCp+2Us2FOskaEE841n+UvneuF/V ep6BXoziU32BJ3Iz2yS2zhCWddmqL2AZMKYxw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; b=c56Dx0Rx27mlHPLUhAFXChsqxK8etjyhbXLXGACHIN2fVONflxRPATidBIYDgyhPlX 34Az65HIeRFrvtkeHLOldVspqJH8pDxS1xkKunjigjWJQRwTvWmRL3c7H4JJWrTIk8Vd gYSfyoITg+G7ep7oun0Q+1dyAruNh0iaFNe9g= Received: by 10.205.24.12 with SMTP id rc12mr5588215bkb.199.1299923194238; Sat, 12 Mar 2011 01:46:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.173.194 with HTTP; Sat, 12 Mar 2011 01:46:04 -0800 (PST) In-Reply-To: <20110312083442.0000143c@unknown> References: <20110312083442.0000143c@unknown> From: Chris Rees Date: Sat, 12 Mar 2011 09:46:04 +0000 Message-ID: To: Bruce Cran Content-Type: text/plain; charset=ISO-8859-1 Cc: Brian Waters , freebsd-questions@freebsd.org Subject: Re: Quick question about sound drivers (esp. snd_hda) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2011 09:46:36 -0000 On 12 March 2011 08:34, Bruce Cran wrote: > On Fri, 11 Mar 2011 15:29:44 -0500 > Brian Waters wrote: > >> It seems to me that under /dev, you can have the following >> sound-related device files: >> >> dspX >> dspX.Y >> (among others) >> >> I'm having some trouble getting my sound to work (Dell Inspiron >> E1705/Inspiron 9400 with Sigmatel STAC9220 codec). I've read the >> manpages for snd and snd_hda (which is the appropriate driver), and >> increased the verbosity of the drivers and read the kernel log and >> /dev/sndstat, but I still can't quite wrap my head around everything. > > If the driver appears to load, then /dev/dsp should be created > automatically when something tries to access it (e.g. cat /dev/random >> /dev/dsp). > An important point that I had trouble with recently; the dsp* files don't appear until they are read/written to! Chris