From owner-freebsd-questions@FreeBSD.ORG Wed Dec 3 15:00:42 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 BCA8416A4D1 for ; Wed, 3 Dec 2003 15:00:42 -0800 (PST) Received: from euler.math.washington.edu (euler.math.washington.edu [128.95.224.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F00043FF9 for ; Wed, 3 Dec 2003 15:00:31 -0800 (PST) (envelope-from doherty@math.washington.edu) Received: from zeno2.math.washington.edu (zeno2.math.washington.edu [128.95.224.5])hB3N0UnN224798; Wed, 3 Dec 2003 15:00:30 -0800 (PST) Date: Wed, 3 Dec 2003 15:00:30 -0800 (PST) From: Davis Doherty To: Zhang Weiwu In-Reply-To: <3FCD6EE7.4070609@hotmail.com> Message-ID: References: <3FCD6EE7.4070609@hotmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: pcm/TP 600 works fine (was Re: pcm/TP600 works fine (was Re: pcm problems in 5.1 w/thinkpad) 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: Wed, 03 Dec 2003 23:00:42 -0000 On Wed, 3 Dec 2003, Zhang Weiwu wrote: >Hello. I'm running pcm on Thinkpad 600 (FreeBSD 4.9 RC3) without any >problem. > >It looks like your kernel is compiled with option PNPBIOS, these devices >that "unknown, cannot assign resources" are unknown PNP devices, >usually of no importantance (from my previous experience). These PNP >devices seems have nothing to do with pcm0, they are just luckly to be >printed right after pcm. > >Try to play some music, use mixer(8). Perhaps you already have a working >pcm0. > /dev/mixer is not present, nor are any other sound devices (except sndstat; and a quick less -f sndstat shows no devices installed). Attempting to play an mp3 via xmms fails (since /dev/dsp doesn't exist). Were I running one of the older trees, I would say that I need to run sh MAKEDEV snd0, but that seems to be gone from 5.x. I would be interested in seeing precisely the lines you put into your kernel regarding sound. Unless there is some obvious thing I failed to do, I shall move my question over to FreeBSD-mobile. Thanks for the help. -Davis