Skip to content

wilop/rt3290-dkms

Repository files navigation

rt3290-dkms

Bluetooth driver and initialization service for Ralink RT3290.

URL:

This package provides:

  • DKMS-based kernel module rtbth.
  • Systemd service to initialize /dev/rtbth and launch rtbt.
  • System-sleep script to keep Bluetooth working and to restore original state.

Installation:

Using kcp:

kcp -i rt3290-dkms

Using makepkg and pacman:

Clone or download this repository, unzip if necessary.

cd rt3290-dkms
makepkg -s --check --clean
sudo pacman -U rt3290-dkms-*-pkg.tar.zst

Uninstall

sudo pacman -Rns rt3290-dkms

Diagnostics

Check service status:

systemctl status ralink-bt.service

View logs:

journalctl -u ralink-bt.service

View logs for system-sleep (Power Management):

journalctl -t ralink-bt

To start manually:

sudo systemctl enable ralink-bt.service
sudo systemctl start ralink-bt.service

Troubleshooting

If dkms hooks fails during installation try:

To verify module source status:

dkms status

To add, build and install:

sudo dkms add -m rtbth-dkms/3.9.6.*
sudo dkms build -m rtbth-dkms/3.9.6.*
sudo dkms install -m rtbth-dkms/3.9.6.*

To uninstall, unbuild and remove:

sudo dkms uninstall -m rtbth-dkms/3.9.6.*
sudo dkms unbuild -m rtbth-dkms/3.9.6.*
sudo dkms remove -m rtbth-dkms/3.9.6.*

About

Bluetooth driver and initialization service for Ralink RT3290.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages