Comment 248 for bug 1189721

Revision history for this message
Høst (helvete) wrote :

@kukulo2011
If you're going to use the driver on Ubuntu 12.04 you can use the unpatched version that is several replies back in this thread. It works flawlessly with Ubuntu 12.10 (up to Ubuntu 13.10).

Just installed the driver on Manjaro Linux, but the bt chip appears to not be recognized by the OS. Also, I remember that if I did an 'sudo modprobe rtbth', the light would turn from orange to white. But it's not turning white, lol.

Some outputs
[schutzstaffel@kristallnacht ~]$ uname -a
Linux kristallnacht 4.9.0-1-MANJARO #1 SMP PREEMPT Fri Dec 23 10:47:01 UTC 2016 x86_64 GNU/Linux

sudo lspci -v:
02:00.1 Bluetooth: Ralink corp. RT3290 Bluetooth
 Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter
 Flags: bus master, fast devsel, latency 0, IRQ 16
 Memory at f0200000 (32-bit, non-prefetchable) [size=64K]
 Capabilities: [40] Power Management version 3
 Capabilities: [50] MSI: Enable- Count=1/32 Maskable- 64bit+
 Capabilities: [70] Express Endpoint, MSI 00
 Capabilities: [100] Advanced Error Reporting
 Capabilities: [140] Device Serial Number 00-00-ba-ac-a0-dc-84-0c
 Kernel driver in use: rtbt
 Kernel modules: rtbth

relevant dmesg output when rmmod'ing rtbth and then modprobe'ing it again:

[ +5.990406] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
[Jan16 20:38] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
[ +12.505436] Bluetooth: rtbt_hps_iface_deinit(): hciDev=0xffff9cb2b5504000
[ +0.002935] Bluetooth: remove rtbt_pci_driver done!
[ +13.172726] Bluetooth: RTBT_Tb: vendor=0x1814, device=0x3298
[ +0.000002] Bluetooth: RTBT_Tb: vendor=0x0, device=0x0
[ +0.000002] Bluetooth: DynamicAlloc pci_device_id table at 0xffff9cb2491e4f40 with size 64
[ +0.000001] Bluetooth: RTBT_Tb: vendor=0x1814, device=0x3298
[ +0.000001] Bluetooth: Convert: vendor=0x1814, device=0x3298
[ +0.000002] Bluetooth: RTBT_Tb: vendor=0x0, device=0x0
[ +0.000001] Bluetooth: pci_device_id: vendor=0x1814, device=0x3298
[ +0.000186] Bluetooth: rtbt_pci_probe(): PCI Dev(0000:02:00.1) get resource at 0xf0200000,VA 0xffffb95442c60000,IRQ 16.
[ +0.000010] Bluetooth: call dev_ops->dev_ctrl_init!
[ +0.000017] Bluetooth: call dev_ops->dev_resource_init!
[ +0.000208] RX_Base_PTR0(0x180)= 0x371cd000
[ +0.000798] RX_Base_PTR1(0x190)= 0x280

Installed the driver from the last github link with 'sudo make install' (yes I did comment the 3 lines before installing it) and then patched it. No luck so far.