Ubuntu 18.04 - cannot turn bluetooth on

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite












After installing Ubuntu as a dual-boot to Windows 10, everything looks fantastic, but one thing is a bit irritating... I cannot turn Bluetooth on. My laptop is a Samsung NP350E7C-S04PL.







share|improve this question






















  • Please add the output of sudo rfkill list all. If you don't have rfkill installed, just install it: sudo apt install rfkill
    – velix
    May 21 at 15:50










  • it says: 0: hci0: Bluetooth soft blocked: no, hard blocked: no
    – Helly
    May 21 at 15:56















up vote
1
down vote

favorite












After installing Ubuntu as a dual-boot to Windows 10, everything looks fantastic, but one thing is a bit irritating... I cannot turn Bluetooth on. My laptop is a Samsung NP350E7C-S04PL.







share|improve this question






















  • Please add the output of sudo rfkill list all. If you don't have rfkill installed, just install it: sudo apt install rfkill
    – velix
    May 21 at 15:50










  • it says: 0: hci0: Bluetooth soft blocked: no, hard blocked: no
    – Helly
    May 21 at 15:56













up vote
1
down vote

favorite









up vote
1
down vote

favorite











After installing Ubuntu as a dual-boot to Windows 10, everything looks fantastic, but one thing is a bit irritating... I cannot turn Bluetooth on. My laptop is a Samsung NP350E7C-S04PL.







share|improve this question














After installing Ubuntu as a dual-boot to Windows 10, everything looks fantastic, but one thing is a bit irritating... I cannot turn Bluetooth on. My laptop is a Samsung NP350E7C-S04PL.









share|improve this question













share|improve this question




share|improve this question








edited May 21 at 16:21









K7AAY

3,73221443




3,73221443










asked May 21 at 13:44









Helly

62




62











  • Please add the output of sudo rfkill list all. If you don't have rfkill installed, just install it: sudo apt install rfkill
    – velix
    May 21 at 15:50










  • it says: 0: hci0: Bluetooth soft blocked: no, hard blocked: no
    – Helly
    May 21 at 15:56

















  • Please add the output of sudo rfkill list all. If you don't have rfkill installed, just install it: sudo apt install rfkill
    – velix
    May 21 at 15:50










  • it says: 0: hci0: Bluetooth soft blocked: no, hard blocked: no
    – Helly
    May 21 at 15:56
















Please add the output of sudo rfkill list all. If you don't have rfkill installed, just install it: sudo apt install rfkill
– velix
May 21 at 15:50




Please add the output of sudo rfkill list all. If you don't have rfkill installed, just install it: sudo apt install rfkill
– velix
May 21 at 15:50












it says: 0: hci0: Bluetooth soft blocked: no, hard blocked: no
– Helly
May 21 at 15:56





it says: 0: hci0: Bluetooth soft blocked: no, hard blocked: no
– Helly
May 21 at 15:56











1 Answer
1






active

oldest

votes

















up vote
0
down vote













Welcome to Ubuntu! I'm assuming you have the latest version 18.04, so first you need to find your Bluetooth settings which you can either go to via the main Settings menu, or direct from your panel search:



Find Bluetooth



This will bring up your Bluetooth settings:



Bluetooth Settings



From here you can enable/disable Bluetooth. It will scan for any nearby devices, then you can click on them to pair.



If you have problems doing any of this, then it's likely that you've accidentally disabled the Bluetooth switch on your laptop, in which case it won't work in Windows either.



Update - try this:



sudo echo 'AutoEnable=true' >/etc/bluetooth/main.conf && /etc/init.d/bluetooth restart





share|improve this answer






















  • Hi! Problem is I can't turn this button "on". It's off and when I try to "switch" it to on, it thinks for a long time, then it's "on", but still not working/disabled. When I access the settings again - it's "off". It worked on Windows, and not working now...
    – Helly
    May 21 at 15:49










  • Have a look at /etc/bluetooth/main.conf - it should have this (uncommented) at the end - AutoEnable=true
    – JimDeadlock
    May 21 at 16:18










  • "no such file or catalog"... hmm, probably I do something wrong...
    – Helly
    May 21 at 16:25










  • when I type the command You wrote, it says "no access".
    – Helly
    May 22 at 15:20










  • @Helly try doing sudo su and then the command (without the sudo in the beginning since you don't need it anymore)
    – Hayko Koryun
    Jun 19 at 9:19










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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1038716%2fubuntu-18-04-cannot-turn-bluetooth-on%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













Welcome to Ubuntu! I'm assuming you have the latest version 18.04, so first you need to find your Bluetooth settings which you can either go to via the main Settings menu, or direct from your panel search:



Find Bluetooth



This will bring up your Bluetooth settings:



Bluetooth Settings



From here you can enable/disable Bluetooth. It will scan for any nearby devices, then you can click on them to pair.



If you have problems doing any of this, then it's likely that you've accidentally disabled the Bluetooth switch on your laptop, in which case it won't work in Windows either.



Update - try this:



sudo echo 'AutoEnable=true' >/etc/bluetooth/main.conf && /etc/init.d/bluetooth restart





share|improve this answer






















  • Hi! Problem is I can't turn this button "on". It's off and when I try to "switch" it to on, it thinks for a long time, then it's "on", but still not working/disabled. When I access the settings again - it's "off". It worked on Windows, and not working now...
    – Helly
    May 21 at 15:49










  • Have a look at /etc/bluetooth/main.conf - it should have this (uncommented) at the end - AutoEnable=true
    – JimDeadlock
    May 21 at 16:18










  • "no such file or catalog"... hmm, probably I do something wrong...
    – Helly
    May 21 at 16:25










  • when I type the command You wrote, it says "no access".
    – Helly
    May 22 at 15:20










  • @Helly try doing sudo su and then the command (without the sudo in the beginning since you don't need it anymore)
    – Hayko Koryun
    Jun 19 at 9:19














up vote
0
down vote













Welcome to Ubuntu! I'm assuming you have the latest version 18.04, so first you need to find your Bluetooth settings which you can either go to via the main Settings menu, or direct from your panel search:



Find Bluetooth



This will bring up your Bluetooth settings:



Bluetooth Settings



From here you can enable/disable Bluetooth. It will scan for any nearby devices, then you can click on them to pair.



If you have problems doing any of this, then it's likely that you've accidentally disabled the Bluetooth switch on your laptop, in which case it won't work in Windows either.



Update - try this:



sudo echo 'AutoEnable=true' >/etc/bluetooth/main.conf && /etc/init.d/bluetooth restart





share|improve this answer






















  • Hi! Problem is I can't turn this button "on". It's off and when I try to "switch" it to on, it thinks for a long time, then it's "on", but still not working/disabled. When I access the settings again - it's "off". It worked on Windows, and not working now...
    – Helly
    May 21 at 15:49










  • Have a look at /etc/bluetooth/main.conf - it should have this (uncommented) at the end - AutoEnable=true
    – JimDeadlock
    May 21 at 16:18










  • "no such file or catalog"... hmm, probably I do something wrong...
    – Helly
    May 21 at 16:25










  • when I type the command You wrote, it says "no access".
    – Helly
    May 22 at 15:20










  • @Helly try doing sudo su and then the command (without the sudo in the beginning since you don't need it anymore)
    – Hayko Koryun
    Jun 19 at 9:19












up vote
0
down vote










up vote
0
down vote









Welcome to Ubuntu! I'm assuming you have the latest version 18.04, so first you need to find your Bluetooth settings which you can either go to via the main Settings menu, or direct from your panel search:



Find Bluetooth



This will bring up your Bluetooth settings:



Bluetooth Settings



From here you can enable/disable Bluetooth. It will scan for any nearby devices, then you can click on them to pair.



If you have problems doing any of this, then it's likely that you've accidentally disabled the Bluetooth switch on your laptop, in which case it won't work in Windows either.



Update - try this:



sudo echo 'AutoEnable=true' >/etc/bluetooth/main.conf && /etc/init.d/bluetooth restart





share|improve this answer














Welcome to Ubuntu! I'm assuming you have the latest version 18.04, so first you need to find your Bluetooth settings which you can either go to via the main Settings menu, or direct from your panel search:



Find Bluetooth



This will bring up your Bluetooth settings:



Bluetooth Settings



From here you can enable/disable Bluetooth. It will scan for any nearby devices, then you can click on them to pair.



If you have problems doing any of this, then it's likely that you've accidentally disabled the Bluetooth switch on your laptop, in which case it won't work in Windows either.



Update - try this:



sudo echo 'AutoEnable=true' >/etc/bluetooth/main.conf && /etc/init.d/bluetooth restart






share|improve this answer














share|improve this answer



share|improve this answer








edited May 22 at 0:50

























answered May 21 at 15:22









JimDeadlock

1528




1528











  • Hi! Problem is I can't turn this button "on". It's off and when I try to "switch" it to on, it thinks for a long time, then it's "on", but still not working/disabled. When I access the settings again - it's "off". It worked on Windows, and not working now...
    – Helly
    May 21 at 15:49










  • Have a look at /etc/bluetooth/main.conf - it should have this (uncommented) at the end - AutoEnable=true
    – JimDeadlock
    May 21 at 16:18










  • "no such file or catalog"... hmm, probably I do something wrong...
    – Helly
    May 21 at 16:25










  • when I type the command You wrote, it says "no access".
    – Helly
    May 22 at 15:20










  • @Helly try doing sudo su and then the command (without the sudo in the beginning since you don't need it anymore)
    – Hayko Koryun
    Jun 19 at 9:19
















  • Hi! Problem is I can't turn this button "on". It's off and when I try to "switch" it to on, it thinks for a long time, then it's "on", but still not working/disabled. When I access the settings again - it's "off". It worked on Windows, and not working now...
    – Helly
    May 21 at 15:49










  • Have a look at /etc/bluetooth/main.conf - it should have this (uncommented) at the end - AutoEnable=true
    – JimDeadlock
    May 21 at 16:18










  • "no such file or catalog"... hmm, probably I do something wrong...
    – Helly
    May 21 at 16:25










  • when I type the command You wrote, it says "no access".
    – Helly
    May 22 at 15:20










  • @Helly try doing sudo su and then the command (without the sudo in the beginning since you don't need it anymore)
    – Hayko Koryun
    Jun 19 at 9:19















Hi! Problem is I can't turn this button "on". It's off and when I try to "switch" it to on, it thinks for a long time, then it's "on", but still not working/disabled. When I access the settings again - it's "off". It worked on Windows, and not working now...
– Helly
May 21 at 15:49




Hi! Problem is I can't turn this button "on". It's off and when I try to "switch" it to on, it thinks for a long time, then it's "on", but still not working/disabled. When I access the settings again - it's "off". It worked on Windows, and not working now...
– Helly
May 21 at 15:49












Have a look at /etc/bluetooth/main.conf - it should have this (uncommented) at the end - AutoEnable=true
– JimDeadlock
May 21 at 16:18




Have a look at /etc/bluetooth/main.conf - it should have this (uncommented) at the end - AutoEnable=true
– JimDeadlock
May 21 at 16:18












"no such file or catalog"... hmm, probably I do something wrong...
– Helly
May 21 at 16:25




"no such file or catalog"... hmm, probably I do something wrong...
– Helly
May 21 at 16:25












when I type the command You wrote, it says "no access".
– Helly
May 22 at 15:20




when I type the command You wrote, it says "no access".
– Helly
May 22 at 15:20












@Helly try doing sudo su and then the command (without the sudo in the beginning since you don't need it anymore)
– Hayko Koryun
Jun 19 at 9:19




@Helly try doing sudo su and then the command (without the sudo in the beginning since you don't need it anymore)
– Hayko Koryun
Jun 19 at 9:19












 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1038716%2fubuntu-18-04-cannot-turn-bluetooth-on%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

Trouble downloading packages list due to a “Hash sum mismatch” error

How do I move numbers in filenames, in a batch renaming operation?