From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 26 08:06:55 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 852D416A407 for ; Tue, 26 Dec 2006 08:06:55 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by mx1.freebsd.org (Postfix) with ESMTP id 30C8813C466 for ; Tue, 26 Dec 2006 08:06:55 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so3636585wxc for ; Tue, 26 Dec 2006 00:06:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=OW/owQA9NvTnlHmKRCFGZ8pSw2i50dE2diP75ZmHom8nkWB6qqfOwdL50rlmh41UWSHkGW/nGKigStRoFEZ0SQwz+JZ89jWBx9Mbp321YUxmbHuTOWGOQ7mhxYok8ZrlI3w/CO+E3fmYphRSZpqhxheoYy49p/sHWS+ymd4tM/8= Received: by 10.70.9.4 with SMTP id 4mr23164615wxi.1167118950814; Mon, 25 Dec 2006 23:42:30 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTP id 7sm24666138wrl.2006.12.25.23.42.29; Mon, 25 Dec 2006 23:42:30 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id kBQ7eiig003087 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 26 Dec 2006 16:40:44 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id kBQ7eh3q003086; Tue, 26 Dec 2006 16:40:43 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 26 Dec 2006 16:40:43 +0900 From: Pyun YongHyeon To: Kevin Downey Message-ID: <20061226074043.GD994@cdnetworks.co.kr> References: <1d3ed48c0612252025mb702d9sd1ff939ba9e87efe@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1d3ed48c0612252025mb702d9sd1ff939ba9e87efe@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-multimedia@freebsd.org Subject: Re: snd_solo does it work? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Dec 2006 08:06:55 -0000 On Mon, Dec 25, 2006 at 08:25:58PM -0800, Kevin Downey wrote: > I have an old i-series (made by acer) thinkpad. > %cat /dev/sndstat > FreeBSD Audio Driver (newpcm) > Installed devices: > pcm0: at io 0x7000,0x7080,0x70c0 irq 5 kld > snd_solo (1p/1r/0v channels duplex default) > % > but no sound. snd_solo is the only drive that gives me this and it is the > one that sticks if I kldload snd_driver.ko > > I am not sure as to its exact sound chip, since it is a japanese model and > I could not really find anything with matching specs on what I do know on > thinkwiki. I had sound working about a year and a half ago but of course I > blew that install away along with all its configs. this thread suggest > there was some problem with the snd_solo driver: > http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-January/003425.html > The links to the patch files no longer work. > > Is there any more current information on the status of snd_solo? > Maybe Ariff and other interesting developers want to know more details for your hardware. Please post dmesg ouput generated with bootverbose option. What's your FreeBSD version? Did CURRENT also show the same issue? -- Regards, Pyun YongHyeon