From owner-freebsd-current@FreeBSD.ORG Fri Oct 1 08:03:20 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A61DF16A4CE; Fri, 1 Oct 2004 08:03:20 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AA8743D31; Fri, 1 Oct 2004 08:03:20 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 440B15311; Fri, 1 Oct 2004 10:03:19 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id C6EE8530A; Fri, 1 Oct 2004 10:03:11 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 08D78B85E; Fri, 1 Oct 2004 10:03:11 +0200 (CEST) To: anton@nikiforov.ru References: <415BAC7A.7030600@nikiforov.ru> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Fri, 01 Oct 2004 10:03:10 +0200 In-Reply-To: <415BAC7A.7030600@nikiforov.ru> (Anton Nikiforov's message of "Thu, 30 Sep 2004 10:49:30 +0400") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.64 cc: freebsd-current@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: ICH Sound under BETA5 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 08:03:20 -0000 Anton Nikiforov writes: > I have Dell Latitude X300 an 5.3BETA5 installed > my dmesg shows > pcm0: port 0x18c0-0x18ff,0x1c00-0x1cff mem > 0xe0100800-0xe01008ff,0xe0100c00-0xe0100dff irq 10 at device 31.5 on > pci0 > pcm0: [GIANT-LOCKED] > pcm0: > That means that my sound card is found and recognized, but no > /dev/dsp* appears. Have you tried playing sound? /dev/dsp* should appear on-demand. What happens if you type 'ls -l /dev/dsp0.0'? for the record, from my Latitude D600 running -CURRENT: des@des ~% grep pcm /var/run/dmesg.boot pcm0: port 0xbc40-0xbc7f,0xb800-0xb8ff mem 0xf4fff40= 0-0xf4fff4ff,0xf4fff800-0xf4fff9ff irq 5 at device 31.5 on pci0 pcm0: [GIANT-LOCKED] pcm0: des@des ~% cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xb800, 0xbc40 irq 5 bufsz 16384 kld snd= _ich (1p/1r/0v channels duplex default) des@des ~% ll /dev/dsp0.0 crw-rw-rw- 1 root wheel 30, 3 Oct 1 10:01 /dev/dsp0.0 DES --=20 Dag-Erling Sm=F8rgrav - des@des.no