ASUS T100 - Linux&Ubuntu bluetooth-t100ta

Milestone information

Project:
ASUS T100 - Linux&Ubuntu
Series:
drivers
Version:
bluetooth-t100ta
Released:
 
Registrant:
Lionel Dor
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
No users assigned to blueprints and bugs.
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
No bugs are targeted to this milestone.

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon bluez-5.36.tar.xz (md5) bluez-5.36.tar 557
last downloaded 8 days ago
download icon BCM4324B3.hcd (md5) BCM4324B3 1,655
last downloaded 2 days ago
Total downloads: 2,212

Release notes 

Bluetooth Instructions T100TA

These are instructions to install bluetooth on T100TA and its variants

Since Kernel 4.3 and 4.4 bluetooth is now managed by btattach instead of hciattach

1. need to download latest bluez from GIT repositories
http://git.kernel.org/cgit/bluetooth/bluez.git

or you can download the file in the Bluetooth folder on the ASUS t100 Drive

2. Next cd into the directory which you extracted the bluez into

automake or autoreconf (may need to install dependencies)
./configure --enable-experimental
sudo make install -j4

this should compile the latest bluez

3. Next you need to cd /tools
sudo cp btmgmt /usr/local/bin/ (for some reason it doesnt install this)

4. then run
btattach --bredr /dev/ttyS4 -P bcm
follwed by
hciconfig -a --- this verifies the bluetooth is working

5. Download the BCM4324b3.hcd file.
   You need to sudo cp the BCM4324B3.hcd to /lib/firmware/brcm/

6. Finally add the following to /etc/rc.local
sudo nano /etc/rc.local
btattach --bredr /dev/ttyS4 -P bcm
ctrl+o then ctrl+x

reboot and bluetooth should be working for you

Changelog 

This release does not have a changelog.

0 blueprints and 0 bugs targeted

There are no feature specifications or bug tasks targeted to this milestone. The project's maintainer, driver, or bug supervisor can target specifications and bug tasks to this milestone to track the things that are expected to be completed for the release.

This milestone contains Public information
Everyone can see this information.