kukulo2011 / rtbth-dkms

Linux Bluetooth driver for Ralink (Mediatek) RT3290/RT3298LE wireless module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Linux Bluetooth driver for Ralink (Mediatek) RT3290/RT3298LE wireless module

License:GNU General Public License v2.0


Languages

Language:C 94.8%Language:C++ 4.4%Language:Shell 0.5%Language:Makefile 0.3%