Skip to content

edelweiss-tech/rtl8821cu_bt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the readme file from https://github.com/andydvsn/rtl8821cu_bt.git. Read README.baikal first.

RTL8821CU BT Driver

This is a copy of the RTL8821CU Bluetooth driver tweaked to compile on 3.16 branch of the Linux kernel. Its intention is to be used with Openpeak OpenFrame devices, but no significant changes have been made to the driver.

The RTL8821CU IC provides both 2.5 / 5 GHz WLAN (802.11ac / 802.11abgn) and Bluetooth 4.2 in a single package. This driver is BT only and doesn't provide WLAN compatibility.

However, the code in my rtl8821cu_wlan repo should get wireless up and running with 3.16 kernels as well.

Instructions below apply to OpenFrame Ubuntu Images but should be generic enough to apply to other flavours.

Hardware

This has been tested against the following adapters:

  • EZCast EZC-5200BS (ID 0bda:c820 Realtek Semiconductor Corp.) - Amazon UK

Yes, that's a shill link to Amazon if you'd like to buy one, though they're pretty ubiquitous and easy to identify, even where they've been rebadged.

Build

Environment

Ensure you have kernel headers and build-essential installed. These can be added to the OpenFrame automatically with:

of-install-build

Or generically:

sudo apt install linux-headers-`uname -r` build-essential git bluez

Fetch, Compile, Install

git clone https://github.com/andydvsn/rtl8821cu_bt.git
cd rtl8821cu_bt
make	

The make command installs the firmware and module automatically.

Run

Fire up the module with:

modprobe rtk_btusb

Check its presence with:

hciconfig

If you experience any odd behaviour at this point, power down your device entirely, then reboot. The driver should load automatically.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published