From owner-freebsd-bluetooth@FreeBSD.ORG Tue Jul 31 01:14:41 2007 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 061FA16A418 for ; Tue, 31 Jul 2007 01:14:41 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.191]) by mx1.freebsd.org (Postfix) with ESMTP id 9298F13C46C for ; Tue, 31 Jul 2007 01:14:40 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1841006mue for ; Mon, 30 Jul 2007 18:14:39 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NVmp2aGycDlVtbsrcrhrWCj+pXRTiBLdh92PFYJvMhlNSxFzflGAJ0GlgZeXWKKHPNaTpYihYZgXhibURR3xsiEJRz//OnhAJug6NjgZpbpjgWm4CfHPCRZu7cscDB4zsKRJRkTBCqQ3MlQhn4YlfyxUapFLbm8L9QsDEce4lOE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Zre09wrj4lyKjMpG8eb6XmX+x68nAqTcVGOKZBlJz/R8TYZWniTfIMIg4jsTqU5JlQVBhT72JwNGDDDgD0LCjQIkJ+PM5tt3//1Dk4p2HbBuB8JdnE1WmedaOT7YImRadeYbkQsHU083iR/eTmVJwOxHC7/MqtttbsirCA4HCsU= Received: by 10.86.59.3 with SMTP id h3mr1082218fga.1185842776804; Mon, 30 Jul 2007 17:46:16 -0700 (PDT) Received: by 10.86.63.16 with HTTP; Mon, 30 Jul 2007 17:46:16 -0700 (PDT) Message-ID: Date: Mon, 30 Jul 2007 17:46:16 -0700 From: "Maksim Yevmenkin" To: "Mihai Tanasescu" In-Reply-To: <46AE717D.6030409@duras.ro> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46AE717D.6030409@duras.ro> Cc: freebsd-bluetooth@freebsd.org Subject: Re: Bluesoleil dongle problems X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 01:14:41 -0000 Hello, > I've just bought a Bluesoleil bluetooth dongle and I'm having problems > with it right from the start. > > > I kldload-ed ng-ubt.ko. > > After plugging the USB dongle in my computer it says: > > ubt0: vendor 0x1131 ISSCBTA, rev 1.10/3.73 addr 2 > ubt0: vendor 0x1131 ISSCBTA, rev 1.10/3.73 addr 2 > ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 > ubt0: Interface1 (alt.config 5) endpoints: isoc-in=0x83, isoc-out=0x3; > wMaxPacketSize=49; nframes=6, buffer size=294 > ubt_request_complete2: ubt0 - Control request failed. STALLED (17) > ubt_request_complete2: ubt0 - Control request failed. STALLED (17) > ubt_request_complete2: ubt0 - Control request failed. STALLED (17) well, this points to usb and/or device itself, not bluetooth. basically the driver is trying to send control request to the device and it stalled. try different usb port and/or try to disable ehci usb and revert back to uhci (or ohci). > a couple of times and then everything stops and no bluetooth device > appears in /dev. there won't be any entires in /dev for bluetooth devices. only netgraph nodes. thanks, max