RT3290 Ralink driver in Ubuntu 18.04Why isn't this driver install working (sudo code)?Ralink rt3290 Bluetooth...
Non-Jewish family in an Orthodox Jewish Wedding
Why are 150k or 200k jobs considered good when there are 300k+ births a month?
Example of a relative pronoun
Is it possible to make sharp wind that can cut stuff from afar?
I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine
Prevent a directory in /tmp from being deleted
Calculus Optimization - Point on graph closest to given point
What is the white spray-pattern residue inside these Falcon Heavy nozzles?
Can I make popcorn with any corn?
Why was the small council so happy for Tyrion to become the Master of Coin?
How does one intimidate enemies without having the capacity for violence?
DOS, create pipe for stdin/stdout of command.com(or 4dos.com) in C or Batch?
How can I fix this gap between bookcases I made?
How is the relation "the smallest element is the same" reflexive?
The use of multiple foreign keys on same column in SQL Server
Why do we use polarized capacitor?
Why has Russell's definition of numbers using equivalence classes been finally abandoned? ( If it has actually been abandoned).
least quadratic residue under GRH: an EXPLICIT bound
Can I interfere when another PC is about to be attacked?
Copenhagen passport control - US citizen
A function which translates a sentence to title-case
Patience, young "Padovan"
Email Account under attack (really) - anything I can do?
Can Medicine checks be used, with decent rolls, to completely mitigate the risk of death from ongoing damage?
RT3290 Ralink driver in Ubuntu 18.04
Why isn't this driver install working (sudo code)?Ralink rt3290 Bluetooth not workingInstalling Gallium 0.4 on SVGA3D; build: RELEASE; LLVM; Virtual machineTrying to install Tp-Link card | Make won't workcan't install Realtek RTL8723de on ubuntu 16.04 kernel 4.15mdk3 error installitionInstall older version of gnu-make in Ubuntu 18.04while doing make for latest WireShark, it throws following errortp-link ac600 driverProblem regarding space when installing modules
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have used instructions given in same question but got this
make -C /lib/modules/4.15.0-38-generic/build M=/home/shubham/tmp/rtbth modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-38-generic'
CC [M] /home/shubham/tmp/rtbth/rtbth_core_bluez.o
/home/shubham/tmp/rtbth/rtbth_core_bluez.c: In function ‘rtbt_hps_iface_init’:
/home/shubham/tmp/rtbth/rtbth_core_bluez.c:381:22: error: ‘HCI_BREDR’ undeclared (first use in this function); did you mean ‘HCI_RESET’?
hdev->dev_type = HCI_BREDR;
^~~~~~~~~
HCI_RESET
/home/shubham/tmp/rtbth/rtbth_core_bluez.c:381:22: note: each undeclared identifier is reported only once for each function it appears in
scripts/Makefile.build:332: recipe for target '/home/shubham/tmp/rtbth/rtbth_core_bluez.o' failed
make[2]: *** [/home/shubham/tmp/rtbth/rtbth_core_bluez.o] Error 1
Makefile:1551: recipe for target '_module_/home/shubham/tmp/rtbth' failed
make[1]: *** [_module_/home/shubham/tmp/rtbth] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-38-generic'
Makefile:24: recipe for target 'all' failed
make: *** [all] Error 2
What to do with this?
drivers bluetooth make ralink
add a comment |
I have used instructions given in same question but got this
make -C /lib/modules/4.15.0-38-generic/build M=/home/shubham/tmp/rtbth modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-38-generic'
CC [M] /home/shubham/tmp/rtbth/rtbth_core_bluez.o
/home/shubham/tmp/rtbth/rtbth_core_bluez.c: In function ‘rtbt_hps_iface_init’:
/home/shubham/tmp/rtbth/rtbth_core_bluez.c:381:22: error: ‘HCI_BREDR’ undeclared (first use in this function); did you mean ‘HCI_RESET’?
hdev->dev_type = HCI_BREDR;
^~~~~~~~~
HCI_RESET
/home/shubham/tmp/rtbth/rtbth_core_bluez.c:381:22: note: each undeclared identifier is reported only once for each function it appears in
scripts/Makefile.build:332: recipe for target '/home/shubham/tmp/rtbth/rtbth_core_bluez.o' failed
make[2]: *** [/home/shubham/tmp/rtbth/rtbth_core_bluez.o] Error 1
Makefile:1551: recipe for target '_module_/home/shubham/tmp/rtbth' failed
make[1]: *** [_module_/home/shubham/tmp/rtbth] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-38-generic'
Makefile:24: recipe for target 'all' failed
make: *** [all] Error 2
What to do with this?
drivers bluetooth make ralink
add a comment |
I have used instructions given in same question but got this
make -C /lib/modules/4.15.0-38-generic/build M=/home/shubham/tmp/rtbth modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-38-generic'
CC [M] /home/shubham/tmp/rtbth/rtbth_core_bluez.o
/home/shubham/tmp/rtbth/rtbth_core_bluez.c: In function ‘rtbt_hps_iface_init’:
/home/shubham/tmp/rtbth/rtbth_core_bluez.c:381:22: error: ‘HCI_BREDR’ undeclared (first use in this function); did you mean ‘HCI_RESET’?
hdev->dev_type = HCI_BREDR;
^~~~~~~~~
HCI_RESET
/home/shubham/tmp/rtbth/rtbth_core_bluez.c:381:22: note: each undeclared identifier is reported only once for each function it appears in
scripts/Makefile.build:332: recipe for target '/home/shubham/tmp/rtbth/rtbth_core_bluez.o' failed
make[2]: *** [/home/shubham/tmp/rtbth/rtbth_core_bluez.o] Error 1
Makefile:1551: recipe for target '_module_/home/shubham/tmp/rtbth' failed
make[1]: *** [_module_/home/shubham/tmp/rtbth] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-38-generic'
Makefile:24: recipe for target 'all' failed
make: *** [all] Error 2
What to do with this?
drivers bluetooth make ralink
I have used instructions given in same question but got this
make -C /lib/modules/4.15.0-38-generic/build M=/home/shubham/tmp/rtbth modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-38-generic'
CC [M] /home/shubham/tmp/rtbth/rtbth_core_bluez.o
/home/shubham/tmp/rtbth/rtbth_core_bluez.c: In function ‘rtbt_hps_iface_init’:
/home/shubham/tmp/rtbth/rtbth_core_bluez.c:381:22: error: ‘HCI_BREDR’ undeclared (first use in this function); did you mean ‘HCI_RESET’?
hdev->dev_type = HCI_BREDR;
^~~~~~~~~
HCI_RESET
/home/shubham/tmp/rtbth/rtbth_core_bluez.c:381:22: note: each undeclared identifier is reported only once for each function it appears in
scripts/Makefile.build:332: recipe for target '/home/shubham/tmp/rtbth/rtbth_core_bluez.o' failed
make[2]: *** [/home/shubham/tmp/rtbth/rtbth_core_bluez.o] Error 1
Makefile:1551: recipe for target '_module_/home/shubham/tmp/rtbth' failed
make[1]: *** [_module_/home/shubham/tmp/rtbth] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-38-generic'
Makefile:24: recipe for target 'all' failed
make: *** [all] Error 2
What to do with this?
drivers bluetooth make ralink
drivers bluetooth make ralink
edited Nov 13 '18 at 13:57
GabrielaGarcia
557212
557212
asked Nov 13 '18 at 10:45
Shubham KumarShubham Kumar
11
11
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
This is easy,fast and worked greatly for me:
https://webwiks.com/techcorner/get-ralink-rt3290-bluetooth-work-in-linux/
Step 1: Download the Ralink rt3290 bluetooth Driver Package
Now the first step is to download the ralink rt3290 bluetooth Linux driver (rtbth-dkms) package. Download this driver file from below link:
for Ubuntu 18.04:
https://launchpadlibrarian.net/389907029/rtbth-dkms_3.9.6~git20180923-1~bionic~ppa1_amd64.deb (updated wrt link above)
Please Note: The current deb package of Ralink rt3290 bluetooth is only available for x64 based distribution for 32bit distors you need to manually compile the bluetooth package for more please follow this link.
Step 2: Install Ralink rt3290 bluetooth Driver
After you have downloaded driver file, the next step is to install the driver package, Although you can install driver package via command line but we recommend Gdebi as it can install any debian package within seconds. If you don’t have Gdebi installer then please install it via Software center or just open terminal by pressing Ctrl+Alt+T and type the below code:
sudo apt-get install Gdebi
Press Enter and when the installation succeed, Open the rtbth-dkms.deb file via Gdebi install and install the package.
Step 3: Run the Ralink rt3290 bluetooth module (rtbth)
As you have completed above steps, now just after the installation finish, the next step is to check the bluetooth module- by typing below cmd in terminal:
sudo modprobe rtbth
Soon as you launch this command you will get message “init complete” this indicates that your module have been successfully loaded. If the terminal doesn’t gives you any output then its advisable to please check your bluetooth area whether the ubuntu detects bluetooth or not. (If it doesn’t then read the below steps)
If the first command doesn’t works then toogle your WiFi switch on off and again type:
sudo modprobe rtbth
or:
sudo modprobe -r rtbth
And, Press Enter, You will see your Wireless or Bluetooth light which indicates your rt3290 bluetooth activated and you can now use your bluetooth adapter.
Step 4: Auto-Load Ralink rt3290 (rtbth) module at startup
Now, the final step is to auto load the rtbth module at startup which prevents you from activating module at every boot. For that you need to add the module in modules.conf file.
All you have to do is to find Kernel module file and its Located in /etc/modules-load.d/modules.conf
You can manually Browse this file in Nautilus or any other file manager. All you have to do is to run File Manager in Terminal by typing the command:
Sudo nautilus
or:
sudo su & nautilus
But if find this difficult then type in terminal:
sudo gedit /etc/modules-load.d/modules.conf
Then, Press Enter.
It will open the notepad file of modules.conf and after that enter rtbth at end of file.
Just click on save and restart your PC and see if the modules load automatically.
Good Luck!
1
On AskUbuntu, it's always good practice to list out the solution steps directly in your answer, and provide a link to credit the original source. (This way, if the link you provided is no longer available in the future, your answer is still relevant).
– PJ Singh
Nov 19 '18 at 15:50
1
Hope it's better now. First reply ever :)
– user894786
Nov 19 '18 at 18:04
add a comment |
It’s worked for me too; but when i restarted the computer, bluetooth driver has gone again. then i tried
“sudo modprobe rtbth” command again and then worked again.
i guess there is an issue about modules.conf file. pls help..
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1092512%2frt3290-ralink-driver-in-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is easy,fast and worked greatly for me:
https://webwiks.com/techcorner/get-ralink-rt3290-bluetooth-work-in-linux/
Step 1: Download the Ralink rt3290 bluetooth Driver Package
Now the first step is to download the ralink rt3290 bluetooth Linux driver (rtbth-dkms) package. Download this driver file from below link:
for Ubuntu 18.04:
https://launchpadlibrarian.net/389907029/rtbth-dkms_3.9.6~git20180923-1~bionic~ppa1_amd64.deb (updated wrt link above)
Please Note: The current deb package of Ralink rt3290 bluetooth is only available for x64 based distribution for 32bit distors you need to manually compile the bluetooth package for more please follow this link.
Step 2: Install Ralink rt3290 bluetooth Driver
After you have downloaded driver file, the next step is to install the driver package, Although you can install driver package via command line but we recommend Gdebi as it can install any debian package within seconds. If you don’t have Gdebi installer then please install it via Software center or just open terminal by pressing Ctrl+Alt+T and type the below code:
sudo apt-get install Gdebi
Press Enter and when the installation succeed, Open the rtbth-dkms.deb file via Gdebi install and install the package.
Step 3: Run the Ralink rt3290 bluetooth module (rtbth)
As you have completed above steps, now just after the installation finish, the next step is to check the bluetooth module- by typing below cmd in terminal:
sudo modprobe rtbth
Soon as you launch this command you will get message “init complete” this indicates that your module have been successfully loaded. If the terminal doesn’t gives you any output then its advisable to please check your bluetooth area whether the ubuntu detects bluetooth or not. (If it doesn’t then read the below steps)
If the first command doesn’t works then toogle your WiFi switch on off and again type:
sudo modprobe rtbth
or:
sudo modprobe -r rtbth
And, Press Enter, You will see your Wireless or Bluetooth light which indicates your rt3290 bluetooth activated and you can now use your bluetooth adapter.
Step 4: Auto-Load Ralink rt3290 (rtbth) module at startup
Now, the final step is to auto load the rtbth module at startup which prevents you from activating module at every boot. For that you need to add the module in modules.conf file.
All you have to do is to find Kernel module file and its Located in /etc/modules-load.d/modules.conf
You can manually Browse this file in Nautilus or any other file manager. All you have to do is to run File Manager in Terminal by typing the command:
Sudo nautilus
or:
sudo su & nautilus
But if find this difficult then type in terminal:
sudo gedit /etc/modules-load.d/modules.conf
Then, Press Enter.
It will open the notepad file of modules.conf and after that enter rtbth at end of file.
Just click on save and restart your PC and see if the modules load automatically.
Good Luck!
1
On AskUbuntu, it's always good practice to list out the solution steps directly in your answer, and provide a link to credit the original source. (This way, if the link you provided is no longer available in the future, your answer is still relevant).
– PJ Singh
Nov 19 '18 at 15:50
1
Hope it's better now. First reply ever :)
– user894786
Nov 19 '18 at 18:04
add a comment |
This is easy,fast and worked greatly for me:
https://webwiks.com/techcorner/get-ralink-rt3290-bluetooth-work-in-linux/
Step 1: Download the Ralink rt3290 bluetooth Driver Package
Now the first step is to download the ralink rt3290 bluetooth Linux driver (rtbth-dkms) package. Download this driver file from below link:
for Ubuntu 18.04:
https://launchpadlibrarian.net/389907029/rtbth-dkms_3.9.6~git20180923-1~bionic~ppa1_amd64.deb (updated wrt link above)
Please Note: The current deb package of Ralink rt3290 bluetooth is only available for x64 based distribution for 32bit distors you need to manually compile the bluetooth package for more please follow this link.
Step 2: Install Ralink rt3290 bluetooth Driver
After you have downloaded driver file, the next step is to install the driver package, Although you can install driver package via command line but we recommend Gdebi as it can install any debian package within seconds. If you don’t have Gdebi installer then please install it via Software center or just open terminal by pressing Ctrl+Alt+T and type the below code:
sudo apt-get install Gdebi
Press Enter and when the installation succeed, Open the rtbth-dkms.deb file via Gdebi install and install the package.
Step 3: Run the Ralink rt3290 bluetooth module (rtbth)
As you have completed above steps, now just after the installation finish, the next step is to check the bluetooth module- by typing below cmd in terminal:
sudo modprobe rtbth
Soon as you launch this command you will get message “init complete” this indicates that your module have been successfully loaded. If the terminal doesn’t gives you any output then its advisable to please check your bluetooth area whether the ubuntu detects bluetooth or not. (If it doesn’t then read the below steps)
If the first command doesn’t works then toogle your WiFi switch on off and again type:
sudo modprobe rtbth
or:
sudo modprobe -r rtbth
And, Press Enter, You will see your Wireless or Bluetooth light which indicates your rt3290 bluetooth activated and you can now use your bluetooth adapter.
Step 4: Auto-Load Ralink rt3290 (rtbth) module at startup
Now, the final step is to auto load the rtbth module at startup which prevents you from activating module at every boot. For that you need to add the module in modules.conf file.
All you have to do is to find Kernel module file and its Located in /etc/modules-load.d/modules.conf
You can manually Browse this file in Nautilus or any other file manager. All you have to do is to run File Manager in Terminal by typing the command:
Sudo nautilus
or:
sudo su & nautilus
But if find this difficult then type in terminal:
sudo gedit /etc/modules-load.d/modules.conf
Then, Press Enter.
It will open the notepad file of modules.conf and after that enter rtbth at end of file.
Just click on save and restart your PC and see if the modules load automatically.
Good Luck!
1
On AskUbuntu, it's always good practice to list out the solution steps directly in your answer, and provide a link to credit the original source. (This way, if the link you provided is no longer available in the future, your answer is still relevant).
– PJ Singh
Nov 19 '18 at 15:50
1
Hope it's better now. First reply ever :)
– user894786
Nov 19 '18 at 18:04
add a comment |
This is easy,fast and worked greatly for me:
https://webwiks.com/techcorner/get-ralink-rt3290-bluetooth-work-in-linux/
Step 1: Download the Ralink rt3290 bluetooth Driver Package
Now the first step is to download the ralink rt3290 bluetooth Linux driver (rtbth-dkms) package. Download this driver file from below link:
for Ubuntu 18.04:
https://launchpadlibrarian.net/389907029/rtbth-dkms_3.9.6~git20180923-1~bionic~ppa1_amd64.deb (updated wrt link above)
Please Note: The current deb package of Ralink rt3290 bluetooth is only available for x64 based distribution for 32bit distors you need to manually compile the bluetooth package for more please follow this link.
Step 2: Install Ralink rt3290 bluetooth Driver
After you have downloaded driver file, the next step is to install the driver package, Although you can install driver package via command line but we recommend Gdebi as it can install any debian package within seconds. If you don’t have Gdebi installer then please install it via Software center or just open terminal by pressing Ctrl+Alt+T and type the below code:
sudo apt-get install Gdebi
Press Enter and when the installation succeed, Open the rtbth-dkms.deb file via Gdebi install and install the package.
Step 3: Run the Ralink rt3290 bluetooth module (rtbth)
As you have completed above steps, now just after the installation finish, the next step is to check the bluetooth module- by typing below cmd in terminal:
sudo modprobe rtbth
Soon as you launch this command you will get message “init complete” this indicates that your module have been successfully loaded. If the terminal doesn’t gives you any output then its advisable to please check your bluetooth area whether the ubuntu detects bluetooth or not. (If it doesn’t then read the below steps)
If the first command doesn’t works then toogle your WiFi switch on off and again type:
sudo modprobe rtbth
or:
sudo modprobe -r rtbth
And, Press Enter, You will see your Wireless or Bluetooth light which indicates your rt3290 bluetooth activated and you can now use your bluetooth adapter.
Step 4: Auto-Load Ralink rt3290 (rtbth) module at startup
Now, the final step is to auto load the rtbth module at startup which prevents you from activating module at every boot. For that you need to add the module in modules.conf file.
All you have to do is to find Kernel module file and its Located in /etc/modules-load.d/modules.conf
You can manually Browse this file in Nautilus or any other file manager. All you have to do is to run File Manager in Terminal by typing the command:
Sudo nautilus
or:
sudo su & nautilus
But if find this difficult then type in terminal:
sudo gedit /etc/modules-load.d/modules.conf
Then, Press Enter.
It will open the notepad file of modules.conf and after that enter rtbth at end of file.
Just click on save and restart your PC and see if the modules load automatically.
Good Luck!
This is easy,fast and worked greatly for me:
https://webwiks.com/techcorner/get-ralink-rt3290-bluetooth-work-in-linux/
Step 1: Download the Ralink rt3290 bluetooth Driver Package
Now the first step is to download the ralink rt3290 bluetooth Linux driver (rtbth-dkms) package. Download this driver file from below link:
for Ubuntu 18.04:
https://launchpadlibrarian.net/389907029/rtbth-dkms_3.9.6~git20180923-1~bionic~ppa1_amd64.deb (updated wrt link above)
Please Note: The current deb package of Ralink rt3290 bluetooth is only available for x64 based distribution for 32bit distors you need to manually compile the bluetooth package for more please follow this link.
Step 2: Install Ralink rt3290 bluetooth Driver
After you have downloaded driver file, the next step is to install the driver package, Although you can install driver package via command line but we recommend Gdebi as it can install any debian package within seconds. If you don’t have Gdebi installer then please install it via Software center or just open terminal by pressing Ctrl+Alt+T and type the below code:
sudo apt-get install Gdebi
Press Enter and when the installation succeed, Open the rtbth-dkms.deb file via Gdebi install and install the package.
Step 3: Run the Ralink rt3290 bluetooth module (rtbth)
As you have completed above steps, now just after the installation finish, the next step is to check the bluetooth module- by typing below cmd in terminal:
sudo modprobe rtbth
Soon as you launch this command you will get message “init complete” this indicates that your module have been successfully loaded. If the terminal doesn’t gives you any output then its advisable to please check your bluetooth area whether the ubuntu detects bluetooth or not. (If it doesn’t then read the below steps)
If the first command doesn’t works then toogle your WiFi switch on off and again type:
sudo modprobe rtbth
or:
sudo modprobe -r rtbth
And, Press Enter, You will see your Wireless or Bluetooth light which indicates your rt3290 bluetooth activated and you can now use your bluetooth adapter.
Step 4: Auto-Load Ralink rt3290 (rtbth) module at startup
Now, the final step is to auto load the rtbth module at startup which prevents you from activating module at every boot. For that you need to add the module in modules.conf file.
All you have to do is to find Kernel module file and its Located in /etc/modules-load.d/modules.conf
You can manually Browse this file in Nautilus or any other file manager. All you have to do is to run File Manager in Terminal by typing the command:
Sudo nautilus
or:
sudo su & nautilus
But if find this difficult then type in terminal:
sudo gedit /etc/modules-load.d/modules.conf
Then, Press Enter.
It will open the notepad file of modules.conf and after that enter rtbth at end of file.
Just click on save and restart your PC and see if the modules load automatically.
Good Luck!
edited Nov 19 '18 at 18:04
answered Nov 19 '18 at 15:05
user894786user894786
11
11
1
On AskUbuntu, it's always good practice to list out the solution steps directly in your answer, and provide a link to credit the original source. (This way, if the link you provided is no longer available in the future, your answer is still relevant).
– PJ Singh
Nov 19 '18 at 15:50
1
Hope it's better now. First reply ever :)
– user894786
Nov 19 '18 at 18:04
add a comment |
1
On AskUbuntu, it's always good practice to list out the solution steps directly in your answer, and provide a link to credit the original source. (This way, if the link you provided is no longer available in the future, your answer is still relevant).
– PJ Singh
Nov 19 '18 at 15:50
1
Hope it's better now. First reply ever :)
– user894786
Nov 19 '18 at 18:04
1
1
On AskUbuntu, it's always good practice to list out the solution steps directly in your answer, and provide a link to credit the original source. (This way, if the link you provided is no longer available in the future, your answer is still relevant).
– PJ Singh
Nov 19 '18 at 15:50
On AskUbuntu, it's always good practice to list out the solution steps directly in your answer, and provide a link to credit the original source. (This way, if the link you provided is no longer available in the future, your answer is still relevant).
– PJ Singh
Nov 19 '18 at 15:50
1
1
Hope it's better now. First reply ever :)
– user894786
Nov 19 '18 at 18:04
Hope it's better now. First reply ever :)
– user894786
Nov 19 '18 at 18:04
add a comment |
It’s worked for me too; but when i restarted the computer, bluetooth driver has gone again. then i tried
“sudo modprobe rtbth” command again and then worked again.
i guess there is an issue about modules.conf file. pls help..
New contributor
add a comment |
It’s worked for me too; but when i restarted the computer, bluetooth driver has gone again. then i tried
“sudo modprobe rtbth” command again and then worked again.
i guess there is an issue about modules.conf file. pls help..
New contributor
add a comment |
It’s worked for me too; but when i restarted the computer, bluetooth driver has gone again. then i tried
“sudo modprobe rtbth” command again and then worked again.
i guess there is an issue about modules.conf file. pls help..
New contributor
It’s worked for me too; but when i restarted the computer, bluetooth driver has gone again. then i tried
“sudo modprobe rtbth” command again and then worked again.
i guess there is an issue about modules.conf file. pls help..
New contributor
New contributor
answered 10 mins ago
Fatih ÇomakFatih Çomak
11
11
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1092512%2frt3290-ralink-driver-in-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown