From owner-freebsd-usb@FreeBSD.ORG Thu Feb 16 06:54:46 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9156016A420 for ; Thu, 16 Feb 2006 06:54:46 +0000 (GMT) (envelope-from bryan@kishka.net) Received: from gravy.kishka.net (c-69-139-12-128.hsd1.pa.comcast.net [69.139.12.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id F047B43D4C for ; Thu, 16 Feb 2006 06:54:45 +0000 (GMT) (envelope-from bryan@kishka.net) Received: from [192.168.1.2] (gravy.kishka.net [192.168.1.2]) by gravy.kishka.net (8.13.4/8.13.4) with ESMTP id k1G6sitY000654 for ; Thu, 16 Feb 2006 01:54:44 -0500 (EST) (envelope-from bryan@kishka.net) Message-ID: <43F421B3.8050607@kishka.net> Date: Thu, 16 Feb 2006 01:54:43 -0500 From: Bryan Liesner User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: freebsd-usb@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Kensington Bluetooth USB dongle 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: Thu, 16 Feb 2006 06:54:46 -0000 I have compiled in all (I think) of the necessary usb netgraph stuff into my kernel: options NETGRAPH options NETGRAPH_BLUETOOTH options NETGRAPH_BLUETOOTH_BT3C options NETGRAPH_BLUETOOTH_H4 options NETGRAPH_BLUETOOTH_HCI options NETGRAPH_BLUETOOTH_L2CAP options NETGRAPH_BLUETOOTH_SOCKET options NETGRAPH_BLUETOOTH_UBT and when the system boots, I see this: ubt0: Kensington Bluetooth EDR Dongle, rev 2.00/0.00, addr 3 ubt0: Kensington Bluetooth EDR Dongle, rev 2.00/0.00, addr 3 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; wMaxPack etSize=49; nframes=6, buffer size=294 However, there is no ubt0 device in /dev, and Here's the output of usbdevs: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), VIA(0x0000), rev 1.00 port 1 addr 2: low speed, power 100 mA, config 1, Trackball(0xc404), Logitech(0x046d), rev 2.20 port 2 addr 3: full speed, power 100 mA, config 1, Bluetooth EDR Dongle(0x105e), Kensington(0x047d), rev 0.00 I try and start the Bluetooth stack and get: % /etc/rc.d/bluetooth start ubt0 /etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0 Am I missing something here? Thanks.