Discussion:
Bluetooth USB Host Controller Atheros Communications
(too old to reply)
Alberto Mijares
2015-05-25 01:06:29 UTC
Permalink
Hi guys,

I've been looking for a while how to enable my bluetooth adapter with
no success. Hardware info is attached, I hope you can help me or I can
help you to find a solution.

Best regards,


Alberto Mijares
Hans Petter Selasky
2015-05-25 11:39:26 UTC
Permalink
Post by Alberto Mijares
Hi guys,
I've been looking for a while how to enable my bluetooth adapter with
no success. Hardware info is attached, I hope you can help me or I can
help you to find a solution.
Hi,

Have you tried :

kldload ubt


?

--HPS
Alberto Mijares
2015-05-25 14:42:39 UTC
Permalink
Post by Hans Petter Selasky
Post by Alberto Mijares
Hi guys,
I've been looking for a while how to enable my bluetooth adapter with
no success. Hardware info is attached, I hope you can help me or I can
help you to find a solution.
Hi,
kldload ubt
Hello Hans,

I had not tried. First of all, I read the Bluetooth section of the
handbook and tried what it says; then google, and nothing.

However

# kldload ubt
kldload: can't load ubt: No such file or directory

# uname -a
FreeBSD mcs 10.1-RELEASE-p10 FreeBSD 10.1-RELEASE-p10 #0: Wed May 13
06:54:13 UTC 2015
***@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64

Any other suggestion?

Thank you.

Best regards,


Alberto Mijares
Hans Petter Selasky
2015-05-25 22:10:11 UTC
Permalink
Post by Hans Petter Selasky
Post by Alberto Mijares
Hi guys,
I've been looking for a while how to enable my bluetooth adapter with
no success. Hardware info is attached, I hope you can help me or I can
help you to find a solution.
Hi,
kldload ubt
Should be:

kldload ng_ubt

Any difference?

--HPS
Alberto Mijares
2015-05-25 22:24:43 UTC
Permalink
Post by Hans Petter Selasky
kldload ng_ubt
Any difference?
Since this is the first instruction in section 31.5.1 from the
handbook, this was the first command I typed. The module is already
loaded.

However

# ls /dev/ubt*
ls: No match.

Should the device be recognized? What else should I try?

Thank you


Alberto Mijares
Hans Petter Selasky
2015-05-26 06:44:02 UTC
Permalink
Post by Alberto Mijares
Post by Hans Petter Selasky
kldload ng_ubt
Any difference?
Since this is the first instruction in section 31.5.1 from the
handbook, this was the first command I typed. The module is already
loaded.
However
# ls /dev/ubt*
ls: No match.
Should the device be recognized? What else should I try?
usbconfig show_ifdrv

--HPS
Hans Petter Selasky
2015-05-26 06:48:54 UTC
Permalink
Post by Hans Petter Selasky
Post by Alberto Mijares
Post by Hans Petter Selasky
kldload ng_ubt
Any difference?
Since this is the first instruction in section 31.5.1 from the
handbook, this was the first command I typed. The module is already
loaded.
However
# ls /dev/ubt*
ls: No match.
Should the device be recognized? What else should I try?
usbconfig show_ifdrv
Hi,

If you dump the device descriptor, usbconfig -d X.Y dump_device_desc,
and google the idVendor and idProduct pair in hex, maybe some other OS
has quirks for your device to make it attach.

--HPS
Alberto Mijares
2015-05-27 07:29:56 UTC
Permalink
Post by Hans Petter Selasky
Post by Alberto Mijares
Since this is the first instruction in section 31.5.1 from the
handbook, this was the first command I typed. The module is already
loaded.
However
# ls /dev/ubt*
ls: No match.
Should the device be recognized? What else should I try?
usbconfig show_ifdrv
% usbconfig show_ifdrv
ugen0.1: <XHCI root HUB 0x8086> at usbus0, cfg=0 md=HOST spd=SUPER
(5.0Gbps) pwr=SAVE (0mA)
ugen0.1.0: uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1>
ugen1.1: <EHCI root HUB Intel> at usbus1, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=SAVE (0mA)
ugen1.1.0: uhub1: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1>
ugen2.1: <EHCI root HUB Intel> at usbus2, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=SAVE (0mA)
ugen2.1.0: uhub2: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1>
ugen1.2: <product 0x0024 vendor 0x8087> at usbus1, cfg=0 md=HOST
spd=HIGH (480Mbps) pwr=SAVE (0mA)
ugen1.2.0: uhub3: <vendor 0x8087 product 0x0024, class 9/0, rev
2.00/0.00, addr 2>
ugen2.2: <product 0x0024 vendor 0x8087> at usbus2, cfg=0 md=HOST
spd=HIGH (480Mbps) pwr=SAVE (0mA)
ugen2.2.0: uhub4: <vendor 0x8087 product 0x0024, class 9/0, rev
2.00/0.00, addr 2>
ugen1.3: <USB2.0-CRW Generic> at usbus1, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=ON (500mA)
ugen1.4: <Bluetooth USB Host Controller Atheros Communications> at
usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=O

Loading...