From owner-freebsd-usb@FreeBSD.ORG Mon Feb 6 16:32:27 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C246E1065670 for ; Mon, 6 Feb 2012 16:32:27 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.c2i.net [212.247.154.226]) by mx1.freebsd.org (Postfix) with ESMTP id 596C98FC14 for ; Mon, 6 Feb 2012 16:32:26 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe08.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 237607541; Mon, 06 Feb 2012 17:32:25 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, Purushotham Nayak Date: Mon, 6 Feb 2012 17:30:31 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <1328486659.93108.YahooMailNeo@web65904.mail.ac4.yahoo.com> In-Reply-To: <1328486659.93108.YahooMailNeo@web65904.mail.ac4.yahoo.com> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@ =?iso-8859-1?q?d2+AyewRX=7DmAm=3BYp=0A=09=7CU=5B?=@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y> =?iso-8859-1?q?Y=7Dk1C4TfysrsUI=0A=09-=25GU9V5=5DiUZF=26nRn9mJ=27=3F=26?=>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201202061730.31119.hselasky@c2i.net> Cc: Subject: Re: Bose USB Audio No Playback X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2012 16:32:27 -0000 On Monday 06 February 2012 01:04:19 Purushotham Nayak wrote: > Hi All, > > I have Bose companion USB I'm trying to get it to work with FreeBSD. But > there's no playback. I've put the details below. Does anyone know what > could be the reason there is no playback? Hi, Can you dump the device and configuration descriptor using usbconfig? usbconfig -d X.Y dump_device_desc dump_curr_config_desc Probably some descriptors are matching or the sample rate is too high/low. --HPS