From owner-freebsd-current Thu Nov 21 10:49:47 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FD3837B401 for ; Thu, 21 Nov 2002 10:49:45 -0800 (PST) Received: from web11408.mail.yahoo.com (web11408.mail.yahoo.com [216.136.131.238]) by mx1.FreeBSD.org (Postfix) with SMTP id 1559043E4A for ; Thu, 21 Nov 2002 10:49:45 -0800 (PST) (envelope-from shizukakudo_99@yahoo.com) Message-ID: <20021121184941.94838.qmail@web11408.mail.yahoo.com> Received: from [203.198.2.8] by web11408.mail.yahoo.com via HTTP; Thu, 21 Nov 2002 10:49:41 PST Date: Thu, 21 Nov 2002 10:49:41 -0800 (PST) From: Shizuka Kudo Subject: Bluetooth questions To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I just cvsup-ed in the latest Bluetooth stack and rebuild world/kernel. My bluetooth USB dongle attached OK except with the following issue observed 1. The Mitsumi USB driver attached OK after I manually loaded "ng_ubt" and plugged in the dongle 2. If I loaded netgraph, ng_ubt at "loader" prompt and had the dongle plugged in already, the system failed to attach. I could, however, un-plug & then re-insert the dongle to make the driver attached successfully. I haven't tested any functions yet, but will try tomorrow connecting to my mobile phone after finding how to proceed. Here's the dmesg extract. If a full dmesg is required, I can attach it in a separate message. By the way, the latest ACPI 20021118 diff from Wasaki-san works fine here with a intel Celeron 1.2G on 815ep. uhci0: port 0xd000-0xd01f irq 11 at device 31.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered ubt0: Mitsumi product 0x641f, rev 1.10/1.14, 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 ubt0: Could not create Netgraph node device_probe_and_attach: ubt0 attach returned 6 ubt0: Mitsumi product 0x641f, rev 1.10/1.14, 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 ubt0: Could not create Netgraph node device_probe_and_attach: ubt0 attach returned 6 ubt0: Mitsumi product 0x641f, rev 1.10/1.14, 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 ubt0: Could not create Netgraph node device_probe_and_attach: ubt0 attach returned 6 <--- ubt0 failed to attach ugen0: Mitsumi product 0x641f, rev 1.10/1.14, addr 2 <--- fall back to ugen0 ... start_init: trying /sbin/init splash: image decoder found: logo_saver ugen0: at uhub0 port 2 (addr 2) disconnected <--- I unplugged the dongle after bootup ugen0: detached ubt0: Mitsumi product 0x641f, rev 1.10/1.14, addr 2 <--- dongle re-inserted and attached 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 __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus – Powerful. Affordable. Sign up now. http://mailplus.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message