From owner-freebsd-bluetooth@FreeBSD.ORG Wed Nov 19 18:12:23 2008 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 CC785106564A for ; Wed, 19 Nov 2008 18:12:23 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.232]) by mx1.freebsd.org (Postfix) with ESMTP id 9FD6C8FC1F for ; Wed, 19 Nov 2008 18:12:23 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so57604rvf.43 for ; Wed, 19 Nov 2008 10:12:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=zG86fRRwboeIshMOj6o7DiSyuZC5yZavoFRzomKvAc0=; b=K2v+Xv9NHAWzU7gN7ajiHxywf2DjkCuVtHSW3NOao0A/g8eSarTRIS9FmAK25BXU+o hxcf4syX79y28IDUzMZI+uYrL384v+zPwI6yzBGg19m/70130IvfGBR6iwOI5j50TEIL GXOef65rPuJaDmqWDEM4CKWVUot3bszlxn840= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=GkTeVMQnQv8PQDhWhj7Upw5G0MdFEpluzq6Rg+dvMwj+cHQ6U0NmZOYA/wzgipfn0Y Vttjzaj/h6GViIOC8l6oN+NjLWfPSa43n2gmBx7CJadU7rxAIY4kBS4DvlunE7YwQTnr dd2HiZfgGaDLNxPkQni4zaQJyW7QiKvXvXyuI= Received: by 10.141.176.16 with SMTP id d16mr729830rvp.120.1227118343355; Wed, 19 Nov 2008 10:12:23 -0800 (PST) Received: by 10.140.199.20 with HTTP; Wed, 19 Nov 2008 10:12:23 -0800 (PST) Message-ID: Date: Wed, 19 Nov 2008 10:12:23 -0800 From: "Maksim Yevmenkin" To: "freebsd-bluetooth@freebsd.org" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <23295d220811181100y46748247l4572300c101087d7@mail.gmail.com> Subject: Re: bluesoleil dongle and "ubt0 - Control request failed" 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: Wed, 19 Nov 2008 18:12:23 -0000 Hi, On 11/18/08, Rodion Turlac wrote: > Hello. > I have tried to setup bluesoleil dongle on freebsd 7.1-pre. > I incresed some variables that reduced error outputs: > sysctl net.bluetooth.hci.command_timeout=30 > sysctl net.bluetooth.hci.sockets.raw.ioctl_timeout=30 > > But I still got error messages like that ubt_request_complete2: ubt0 - > Control request failed. TIMEOUT (15) and ask for help. > I have include outputs of diagnostic commands. hmm... very strange... according to the dumps everything seems to be normal. at least in hci dump i can see successful responses to commands we submit. is device's bd_addr really 11:11:11:11:11:11 or you just changed it? [...] > ubt0: on uhub3 > ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 > ubt0: Interface 1 (alt.config 5) endpoints: isoc-in=0x83, > isoc-out=0x3; wMaxPacketSize=49; nframes=6, buffer size=294 this particular dongle known to be a bit weird. please search for ISSCBTA in freebsd list archives. it also could be a problem with short control usb transfers, esp. on ehci controllers. so my suggestions are - try to plug the device in different ports if there is an external usb hub - try without it - try to comment 'reset' command in /etc/rc.d/bluetooth - play w/bios settings (anything related to usb2.0 if you have anything like that) thanks, max