From owner-freebsd-questions@FreeBSD.ORG Fri Oct 3 19:26:51 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 8BCA116A4BF for ; Fri, 3 Oct 2003 19:26:51 -0700 (PDT) Received: from herald.cc.purdue.edu (herald.cc.purdue.edu [128.210.11.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 525EB43FF9 for ; Fri, 3 Oct 2003 19:26:47 -0700 (PDT) (envelope-from foob@purdue.edu) Received: from herald.cc.purdue.edu (localhost [127.0.0.1]) h942Qj5u022087 for ; Fri, 3 Oct 2003 21:26:45 -0500 (EST) Received: from localhost (foob@localhost)h942QiGS022053 for ; Fri, 3 Oct 2003 21:26:45 -0500 (EST) X-Authentication-Warning: herald.cc.purdue.edu: foob owned process doing -bs Date: Fri, 3 Oct 2003 21:26:44 -0500 (EST) From: Bingrui Foo X-X-Sender: foob@herald.cc.purdue.edu To: questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Sound not working. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2003 02:26:51 -0000 Hi all, I read the FreeBSD handbook and installed new kernel with 'device pcm'. Also used 'cd /dev; sh MAKEDEV snd0'. dmesg | grep pcm returns: pcm0: port 0xa400-0xa4ff irq 10 at device 5.0 on pci0 pcm1: at device 9.0 on pci0 pcm1: unable to map register space device_probe_and_attach: pcm1 attach returned 6 I used xmms to play a .wav and mplayer to play a .avi. No sound was produced by sound card, but mplayer has video output. Wondering what the problem could be. Thanks. Foo