I am having an issue with my bluetooth not working, or showing up at all. Whenever I open up bluetooth settings, I get the message (No Bluetooth adapters have been found). Has not worked since I started using Kubuntu which was version 14.04. My bluetooth adapter is "Bluetooth: Ralink corp. RT3290 Bluetooth" and my computer is an hp envy h8-1414. I was wondering if anyone has had any luck getting this adapter to work.
"rfkilll list all" is as follows:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Also, performing the following the steps, from here, has not yielded any favorable results:
sudo apt-get install --reinstall linux-headers-generic build-essential
After that, compile and install the driver as follows -
1) Download the latest backported driver package from here - http://drvbp1.linux-foundation.org/~...tml/backports/
2) Copy the downloaded tar.bz2 package to your Ubuntu Desktop > Right-click > Extract here.
3) Open a terminal and run the following commands one-by-one
cd Desktop/backports-3.18-rc1-1
make defconfig-ath9k
make
sudo make install
If someone has the answer to resolving this issue, and willing to share that knowledge, I would greatly appreciate it.
Thank you greatly
"rfkilll list all" is as follows:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Also, performing the following the steps, from here, has not yielded any favorable results:
sudo apt-get install --reinstall linux-headers-generic build-essential
After that, compile and install the driver as follows -
1) Download the latest backported driver package from here - http://drvbp1.linux-foundation.org/~...tml/backports/
2) Copy the downloaded tar.bz2 package to your Ubuntu Desktop > Right-click > Extract here.
3) Open a terminal and run the following commands one-by-one
cd Desktop/backports-3.18-rc1-1
make defconfig-ath9k
make
sudo make install
If someone has the answer to resolving this issue, and willing to share that knowledge, I would greatly appreciate it.
Thank you greatly
Comment