Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2002 10:49:41 -0800 (PST)
From:      Shizuka Kudo <shizukakudo_99@yahoo.com>
To:        freebsd-current@freebsd.org
Subject:   Bluetooth questions
Message-ID:  <20021121184941.94838.qmail@web11408.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
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: <Intel 82801BA/BAM (ICH2) USB controller USB-A> port 0xd000-0xd01f irq 11 at device 31.2 on
pci0
usb0: <Intel 82801BA/BAM (ICH2) USB controller USB-A> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021121184941.94838.qmail>