Bluetoot Usb Hub For Mac

Bluetoot Usb Hub For Mac Rating: 3,5/5 1663 votes

Native Union SMART HUB - 4-Port USB Wall Charger (Including One USB-C Port) with 2 x AC Outlets - Quick Charging for iPhone, iPad, Smartphones and Tablets (Slate) Model #: ADIB075L9S8WW Item #: 9SIA.

I have installed Windows 7 on MacBook Pro using BootCamp. Usually when turning my Bluetooth headset on and trying to pair it with Mac for the first time, Windows fails to install the drivers and opens a solution in Action Center, which suggests to download the driver from the. This used to work for me before, drivers were installed and everything worked well. However now, when I start the driver installer, it would get stuck at 'Detecting Bluetooth Device' stage. There is also a warning with text, which says 'Please plug in or turn on your Bluetooth device': I have tried turning my headset on/off, bringing it into pairing mode, installing/uninstalling device to/from the Bluetooth Devices. None of these worked. Apparently what it tries to find is the bluetooth receiver itself, not the device that connect to it (e.g.

Headset, mouse etc.). I have no idea why it didn't work with built-in device that is somewhere inside my laptop, but it did with another external bluetooth usb thumb. Once I have plugged it in, the installer has recognized it and installed drivers.

Apparently same drivers worked for my built-in bluetooth, so i just unplugged usb thumb and since then it works for me. Hope this will be useful for someone. This was driving me nuts. I put in a larger SSD today going from a 120GB to a 240GB and blew away my Windows partition to make the process easier to expand OS X, etc. After installing Windows again, the only thing in Device Manager that wouldn't load was the Bluetooth USB Host Controller. Tried every package in Bootcamp for version 4.0.4033 and 5.0.5033 and no luck.

Finally I came across this site:. How to create a usb boot disk for os x. • Basically, right-click the device in Device Manager, go to Properties, select Details tab, choose Hardware Ids from Property drop down.

Copy the shortest value. (For illustration, he reports that his was USB VID_05AC&PID_8218.) • Find your bootcamp drivers and under bootcamp/drivers/apple/x64 copy AppleBluetoothInstaller64 to a folder on your desktop and unzip it. I use WinRAR to extract to the same folder.

• Find the files that got extracted/unzipped and, using Notepad, edit the file called AppleBT64.inf. • Look for the following lines:; for Windows 7 only [Apple.NTamd64.6.1]; No action; OS will load in-box driver. Get rid of the last two lines, i.e., the following:; No action; OS will load in-box driver. And add this line (paste your value you got earlier in place of USB VID_05ac&PID_8218): Apple Built-in Bluetooth=AppleBt, USB VID_05ac&PID_8218 So in the end it should look like the following:; for Windows 7 only [Apple.NTamd64.6.1] Apple Built-in Bluetooth=AppleBt, USB VID_05ac&PID_8218 • Save the changes.