From owner-freebsd-usb@FreeBSD.ORG Mon Feb 6 17:07:34 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 373F01065678 for ; Mon, 6 Feb 2012 17:07:34 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.c2i.net [212.247.155.2]) by mx1.freebsd.org (Postfix) with ESMTP id BD50D8FC0A for ; Mon, 6 Feb 2012 17:07:33 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe09.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 62499755; Mon, 06 Feb 2012 18:07:31 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Mon, 6 Feb 2012 18:05:38 +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> <201202061730.31119.hselasky@c2i.net> In-Reply-To: <201202061730.31119.hselasky@c2i.net> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201202061805.38647.hselasky@c2i.net> Cc: Purushotham Nayak 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 17:07:34 -0000 On Monday 06 February 2012 17:30:31 Hans Petter Selasky wrote: > 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. ^^^ are not Also try: sysctl hw.usb.uaudio.debug=15 Before plugging the device. --HPS