From owner-freebsd-questions@FreeBSD.ORG Tue Jun 30 12:37:47 2009 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 9CC5D1065672 for ; Tue, 30 Jun 2009 12:37:47 +0000 (UTC) (envelope-from vadim.braun@gmail.com) Received: from mail-ew0-f213.google.com (mail-ew0-f213.google.com [209.85.219.213]) by mx1.freebsd.org (Postfix) with ESMTP id 271A78FC08 for ; Tue, 30 Jun 2009 12:37:46 +0000 (UTC) (envelope-from vadim.braun@gmail.com) Received: by ewy9 with SMTP id 9so111530ewy.43 for ; Tue, 30 Jun 2009 05:37:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=WmZs7zUCX1f1/72aa5GIcvbj1lQehb1ytjVGu6yZzjg=; b=BA9AAd9c8rQ5zp5abD7dQrR3vVH9P96w97Io/hjRT7FtZxMNPRk4MSHpHFpgpJ31nI ZPu0qbW8PaliNISwfMFlYrnZoY9y2+vzxrBxDjlAjXNSIYHdXUdEOCZMewmUSdvwITbx JlHsl6N3EmAoLufDABtS9luO6+U+D1yfFa0fU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=xrtxU5I+/LYoVaCDFgyWSX9Dw3bFE8PxNPfaIa8+NVRcrDh6odfp7tqAJvspgd2Jtv CSmVLBwqeRehPWA6IEg8eU9av8VYGOFwELuWwKo1iWYYRILuQSzjNiCfDeHN0hhvC4TA g59YHRNNtPeXZnl4EOhRXhhWn2bIKDjgZEdCM= MIME-Version: 1.0 Received: by 10.210.113.19 with SMTP id l19mr44043ebc.75.1246365466093; Tue, 30 Jun 2009 05:37:46 -0700 (PDT) In-Reply-To: <20090630142230.60688b50@baby-jane.lamaiziere.net> References: <20090630142230.60688b50@baby-jane.lamaiziere.net> From: vadim braun Date: Tue, 30 Jun 2009 15:37:26 +0300 Message-ID: To: Patrick Lamaiziere Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions list Subject: Re: Strange HDA sound behavior on FreeBSD 7.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2009 12:37:47 -0000 2009/6/30 Patrick Lamaiziere > Le Tue, 30 Jun 2009 13:44:45 +0300, > vadim braun a =E9crit : > > > Hi all, > > I try to set correct sound driver using Handbook on my notebook Dell > > Inspiron 1501. > > > > Load sound drivers: > > zero# kldload snd_driver > > See attachment dmesg_after_loading_sound_meta_driver.txt > > zero# cat /dev/sndstat > > FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64) > > Installed devices: > > pcm0: at cad 1 nid 1 on hdac0 > > kld snd_hda [MPSAFE] (1p:1v/1r:1v channels duplex default) > > > zero# ls /dev > > Where is dsp or pcm device? > > You will not see them, they are cloned device (something like that). > That's ok. > > > Can someone help me? > > What's the problem? Sorry, I saw this string in Handbook Another quick way to test the card is sending data to /dev/dsp, like this: % cat filename > /dev/dsp So I can't find /dev/dsp device and I think what something wrong with my system. Thanks for help!