From owner-freebsd-bluetooth@FreeBSD.ORG Sat Aug 4 00:34:46 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 3C3E716A418 for ; Sat, 4 Aug 2007 00:34:46 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.190]) by mx1.freebsd.org (Postfix) with ESMTP id B781513C442 for ; Sat, 4 Aug 2007 00:34:45 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so910858fka for ; Fri, 03 Aug 2007 17:34:43 -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=oW09fOSPVxcXQcZ9a3QQFPUPZ8wotnR96puWpSnviI5LiYhvT29IFKA1cFzR/uNLDrBFom8LkLOolqiHN0dBu35oZvHmCM56gOWlZSseWegkJyoyrhaIq7hjGSJ81cyPQ2dJzSkW6blG58CvL//GD+uBwGILpWEL2OqNL1ksKoE= 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=Q6/h3LGWUV8EfR0GPN3kEJHrvcJvvgNQL25ZOW12ZSsUkMNtporOgTpoNZWjgQJBNRc8weRJkOSOILwyWP7bztJkS+HEIXCrqBxnRR1qh2wlqnhKNLtcUkNpNzo+jNnX7zMLbHWCXrUC/RGi143mQxNDP/in1F98vHz+TV5Ia58= Received: by 10.86.93.17 with SMTP id q17mr2632731fgb.1186187683774; Fri, 03 Aug 2007 17:34:43 -0700 (PDT) Received: by 10.86.63.16 with HTTP; Fri, 3 Aug 2007 17:34:43 -0700 (PDT) Message-ID: Date: Fri, 3 Aug 2007 17:34:43 -0700 From: "Maksim Yevmenkin" To: "mihai@duras.ro" In-Reply-To: <63857.86.105.56.142.1186040704.squirrel@www.duras.ro> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46B07278.4000908@duras.ro> <63857.86.105.56.142.1186040704.squirrel@www.duras.ro> Cc: freebsd-bluetooth@freebsd.org Subject: Re: Bluesoleil bluetooth 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: Sat, 04 Aug 2007 00:34:46 -0000 On 8/2/07, mihai@duras.ro wrote: [...] > > I disabled USB 2.0 from Bios. > > I've recompiled the kernel without device ehci. > > I commented out the reset in /etc/rc.d/bluetooth > > I've read about the NetBSD ehci problems and from what I saw their patch > was made after one that was already included in FreeBSD. > > I've even upgraded the world to the latest RELENG_6_2. > > Now I'm getting: > > ubt0: vendor 0x1131 ISSCBTA, rev 1.10/3.73, addr 2 > 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 > ng_hci_process_command_timeout: ubt0hci - unable to complete HCI command > OGF=0x4, OCF=0x9. Timeout > ubt_request_complete2: ubt0 - Control request failed. TIMEOUT (15) > ubt_request_complete2: ubt0 - Control request failed. TIMEOUT (15) > ng_hci_process_command_timeout: ubt0hci - unable to complete HCI command > OGF=0x4, OCF=0x5. Timeout > > The only notable difference I see between my current system and the VMWare > one under which the dongle was working is that: > - this system has: > > uhci0: port 0xd400-0xd41f irq 21 at device > 16.0 on pci0 > usb0: on uhci0 > > - the vmware one had emulated an Intel USB controller > > but on the other hand I tried the dongle yesterday on a system with: > and the same problems appeared > > Is there anything else I might be missing... ? > > could you please provide the output of 1) uname -a 2) usbdevs -dv 3) dmesg output - better if system was booted with -v it would be nice if you can provide the outputs for both cases, i.e. when freebsd runs inside vmware and on real hardware. just from the look of it - its not a bluetooth problem. for whatever reason, the system can not communicate with your bluetooth dongle. thanks, max