Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 569 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 569 Bytes

This is a Linux kernel module for a Ralink RT3290 wireless device. It enables Bluez software and driver support for RT3290.

This module has no official support by Mediatek. Support was discontinued.

Usage:

# Init
sudo modprobe rtbth
sudo rfkill unblock bluetooth
hcitool dev # check

# Switch off
sudo rfkill block bluetooth

# Switch on
sudo rfkill unblock bluetooth

# Shutdown
sudo pkill -2 rtbt
sudo rmmod rtbth

Installation:

Ubuntu and derivatives