Impossible to enable bluetooth on an Acer Aspire One 756-877 Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Installing Broadcom Wireless DriversBluetooth Broadcom 43142 isn't workingLaptop's Internal bluetooth not being recognised by ubuntu: how to diagnose the problem?BCM4313 Bluetooth not working on 64-bit Oneiric (wireless does)Unable To Enable Bluetooth on a Dell N4110bluetooth on ubuntu 15.04Ubuntu 16.04 bluetooth adapter doesn't searchBluetooth no longer working in Ubuntu 16.04 LTS (Turned Bluetooth off but can't turn back on)Can't pair Bluetooth devices with RTL8723be on Zesty 17.04Bluetooth disabledHotspot is not visible to other device and Airplane mode always ON after boot and Bluetooth not workingBluetooth icon disappeared a while ago, then it just won't turn on under any circumstances
Flight departed from the gate 5 min before scheduled departure time. Refund options
malloc in main() or malloc in another function: allocating memory for a struct and its members
Can two people see the same photon?
Why do C and C++ allow the expression (int) + 4?
New Order #6: Easter Egg
Short story about astronauts fertilizing soil with their own bodies
Why not use the yoke to control yaw, as well as pitch and roll?
What did Turing mean when saying that "machines cannot give rise to surprises" is due to a fallacy?
Does the transliteration of 'Dravidian' exist in Hindu scripture? Does 'Dravida' refer to a Geographical area or an ethnic group?
What does 丫 mean? 丫是什么意思?
What was the last profitable war?
How to achieve cat-like agility?
Does the universe have a fixed centre of mass?
Centre cell vertically in tabularx
Inverse square law not accurate for non-point masses?
Sally's older brother
Why is there so little support for joining EFTA in the British parliament?
Why does BitLocker not use RSA?
Is the time—manner—place ordering of adverbials an oversimplification?
My mentor says to set image to Fine instead of RAW — how is this different from JPG?
Did any compiler fully use 80-bit floating point?
Google .dev domain strangely redirects to https
How to evaluate this function?
Are there any irrational/transcendental numbers for which the distribution of decimal digits is not uniform?
Impossible to enable bluetooth on an Acer Aspire One 756-877
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Installing Broadcom Wireless DriversBluetooth Broadcom 43142 isn't workingLaptop's Internal bluetooth not being recognised by ubuntu: how to diagnose the problem?BCM4313 Bluetooth not working on 64-bit Oneiric (wireless does)Unable To Enable Bluetooth on a Dell N4110bluetooth on ubuntu 15.04Ubuntu 16.04 bluetooth adapter doesn't searchBluetooth no longer working in Ubuntu 16.04 LTS (Turned Bluetooth off but can't turn back on)Can't pair Bluetooth devices with RTL8723be on Zesty 17.04Bluetooth disabledHotspot is not visible to other device and Airplane mode always ON after boot and Bluetooth not workingBluetooth icon disappeared a while ago, then it just won't turn on under any circumstances
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I just installed 12.04 (dual-boot, kept Windows just in case) on my new Acer Aspire One 756-877. As soon as I installed it, I also installed the Broadcom driver, since Wi-Fi wasn't working, and that solved it right away. But when I tried Bluetooth, I had a problem that I see is quite recurring:
- The hardware is on (and working fine under Windows)
- The icon shows up on the menu, giving me the options of turning Bluetooth on or off, and then just "Bluetooth preferences".
- I can apparently turn it on that way, which only lights up the icon but makes no difference at all (and doesn't give any other options in the Bluetooth menu)
- When I open "Bluetooth preferences" (whether Bluetooth is apparently on or off, it makes no difference), it says it's disabled and will not let me slide the button to enable it. I've rebooted, but nothing happens.
- The material is Broadcom and the port (if it's relevant at all) is Port_#0001.Hub_#0003
I tried the following commands suggested in other similar questions, with no result at all:
sudo dmesg | grep blue
sudo service bluetooth start
sudo /etc/init.d/bluetooth start
Any other clues on what I can do?
12.04 bluetooth
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I just installed 12.04 (dual-boot, kept Windows just in case) on my new Acer Aspire One 756-877. As soon as I installed it, I also installed the Broadcom driver, since Wi-Fi wasn't working, and that solved it right away. But when I tried Bluetooth, I had a problem that I see is quite recurring:
- The hardware is on (and working fine under Windows)
- The icon shows up on the menu, giving me the options of turning Bluetooth on or off, and then just "Bluetooth preferences".
- I can apparently turn it on that way, which only lights up the icon but makes no difference at all (and doesn't give any other options in the Bluetooth menu)
- When I open "Bluetooth preferences" (whether Bluetooth is apparently on or off, it makes no difference), it says it's disabled and will not let me slide the button to enable it. I've rebooted, but nothing happens.
- The material is Broadcom and the port (if it's relevant at all) is Port_#0001.Hub_#0003
I tried the following commands suggested in other similar questions, with no result at all:
sudo dmesg | grep blue
sudo service bluetooth start
sudo /etc/init.d/bluetooth start
Any other clues on what I can do?
12.04 bluetooth
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
3
Possible duplicate of Bluetooth Broadcom 43142 isn't working on ubuntu
– Pilot6
Feb 12 '17 at 10:24
I encourage you to check the answers in this question askubuntu.com/questions/632336/… You may find one useful such as to solve your problem.
– Yufenyuy Veyeh Dider
Nov 20 '18 at 12:10
add a comment |
I just installed 12.04 (dual-boot, kept Windows just in case) on my new Acer Aspire One 756-877. As soon as I installed it, I also installed the Broadcom driver, since Wi-Fi wasn't working, and that solved it right away. But when I tried Bluetooth, I had a problem that I see is quite recurring:
- The hardware is on (and working fine under Windows)
- The icon shows up on the menu, giving me the options of turning Bluetooth on or off, and then just "Bluetooth preferences".
- I can apparently turn it on that way, which only lights up the icon but makes no difference at all (and doesn't give any other options in the Bluetooth menu)
- When I open "Bluetooth preferences" (whether Bluetooth is apparently on or off, it makes no difference), it says it's disabled and will not let me slide the button to enable it. I've rebooted, but nothing happens.
- The material is Broadcom and the port (if it's relevant at all) is Port_#0001.Hub_#0003
I tried the following commands suggested in other similar questions, with no result at all:
sudo dmesg | grep blue
sudo service bluetooth start
sudo /etc/init.d/bluetooth start
Any other clues on what I can do?
12.04 bluetooth
I just installed 12.04 (dual-boot, kept Windows just in case) on my new Acer Aspire One 756-877. As soon as I installed it, I also installed the Broadcom driver, since Wi-Fi wasn't working, and that solved it right away. But when I tried Bluetooth, I had a problem that I see is quite recurring:
- The hardware is on (and working fine under Windows)
- The icon shows up on the menu, giving me the options of turning Bluetooth on or off, and then just "Bluetooth preferences".
- I can apparently turn it on that way, which only lights up the icon but makes no difference at all (and doesn't give any other options in the Bluetooth menu)
- When I open "Bluetooth preferences" (whether Bluetooth is apparently on or off, it makes no difference), it says it's disabled and will not let me slide the button to enable it. I've rebooted, but nothing happens.
- The material is Broadcom and the port (if it's relevant at all) is Port_#0001.Hub_#0003
I tried the following commands suggested in other similar questions, with no result at all:
sudo dmesg | grep blue
sudo service bluetooth start
sudo /etc/init.d/bluetooth start
Any other clues on what I can do?
12.04 bluetooth
12.04 bluetooth
edited Sep 8 '12 at 16:25
Jorge Castro
37.4k107423618
37.4k107423618
asked Sep 7 '12 at 21:18
PChPCh
1612
1612
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
3
Possible duplicate of Bluetooth Broadcom 43142 isn't working on ubuntu
– Pilot6
Feb 12 '17 at 10:24
I encourage you to check the answers in this question askubuntu.com/questions/632336/… You may find one useful such as to solve your problem.
– Yufenyuy Veyeh Dider
Nov 20 '18 at 12:10
add a comment |
3
Possible duplicate of Bluetooth Broadcom 43142 isn't working on ubuntu
– Pilot6
Feb 12 '17 at 10:24
I encourage you to check the answers in this question askubuntu.com/questions/632336/… You may find one useful such as to solve your problem.
– Yufenyuy Veyeh Dider
Nov 20 '18 at 12:10
3
3
Possible duplicate of Bluetooth Broadcom 43142 isn't working on ubuntu
– Pilot6
Feb 12 '17 at 10:24
Possible duplicate of Bluetooth Broadcom 43142 isn't working on ubuntu
– Pilot6
Feb 12 '17 at 10:24
I encourage you to check the answers in this question askubuntu.com/questions/632336/… You may find one useful such as to solve your problem.
– Yufenyuy Veyeh Dider
Nov 20 '18 at 12:10
I encourage you to check the answers in this question askubuntu.com/questions/632336/… You may find one useful such as to solve your problem.
– Yufenyuy Veyeh Dider
Nov 20 '18 at 12:10
add a comment |
1 Answer
1
active
oldest
votes
Check the BIOS. If Bluetooth is disabled or if there is an external switch or keyboard key to enable it, try these.
Thanks, rmaultz, but yes, I started by checking that the hardware is actually enabled (and works fine under windows). Regarding the keyboard keys, curiously the "Fn+F3" that opens the wifi+bluetooth preferences under windows is the only one of the computer's preset keyboard commands that won't work under ubuntu...
– PCh
Sep 9 '12 at 10:41
(And by the way, when I request to start bluetooth in the terminal (the commands I mentioned, that were suggested in response to other similar questions), it says it is already working)
– PCh
Sep 9 '12 at 17:47
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%2f185267%2fimpossible-to-enable-bluetooth-on-an-acer-aspire-one-756-877%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Check the BIOS. If Bluetooth is disabled or if there is an external switch or keyboard key to enable it, try these.
Thanks, rmaultz, but yes, I started by checking that the hardware is actually enabled (and works fine under windows). Regarding the keyboard keys, curiously the "Fn+F3" that opens the wifi+bluetooth preferences under windows is the only one of the computer's preset keyboard commands that won't work under ubuntu...
– PCh
Sep 9 '12 at 10:41
(And by the way, when I request to start bluetooth in the terminal (the commands I mentioned, that were suggested in response to other similar questions), it says it is already working)
– PCh
Sep 9 '12 at 17:47
add a comment |
Check the BIOS. If Bluetooth is disabled or if there is an external switch or keyboard key to enable it, try these.
Thanks, rmaultz, but yes, I started by checking that the hardware is actually enabled (and works fine under windows). Regarding the keyboard keys, curiously the "Fn+F3" that opens the wifi+bluetooth preferences under windows is the only one of the computer's preset keyboard commands that won't work under ubuntu...
– PCh
Sep 9 '12 at 10:41
(And by the way, when I request to start bluetooth in the terminal (the commands I mentioned, that were suggested in response to other similar questions), it says it is already working)
– PCh
Sep 9 '12 at 17:47
add a comment |
Check the BIOS. If Bluetooth is disabled or if there is an external switch or keyboard key to enable it, try these.
Check the BIOS. If Bluetooth is disabled or if there is an external switch or keyboard key to enable it, try these.
edited Nov 8 '14 at 13:26
Peter Mortensen
1,03421016
1,03421016
answered Sep 7 '12 at 21:29
rmaultzrmaultz
12
12
Thanks, rmaultz, but yes, I started by checking that the hardware is actually enabled (and works fine under windows). Regarding the keyboard keys, curiously the "Fn+F3" that opens the wifi+bluetooth preferences under windows is the only one of the computer's preset keyboard commands that won't work under ubuntu...
– PCh
Sep 9 '12 at 10:41
(And by the way, when I request to start bluetooth in the terminal (the commands I mentioned, that were suggested in response to other similar questions), it says it is already working)
– PCh
Sep 9 '12 at 17:47
add a comment |
Thanks, rmaultz, but yes, I started by checking that the hardware is actually enabled (and works fine under windows). Regarding the keyboard keys, curiously the "Fn+F3" that opens the wifi+bluetooth preferences under windows is the only one of the computer's preset keyboard commands that won't work under ubuntu...
– PCh
Sep 9 '12 at 10:41
(And by the way, when I request to start bluetooth in the terminal (the commands I mentioned, that were suggested in response to other similar questions), it says it is already working)
– PCh
Sep 9 '12 at 17:47
Thanks, rmaultz, but yes, I started by checking that the hardware is actually enabled (and works fine under windows). Regarding the keyboard keys, curiously the "Fn+F3" that opens the wifi+bluetooth preferences under windows is the only one of the computer's preset keyboard commands that won't work under ubuntu...
– PCh
Sep 9 '12 at 10:41
Thanks, rmaultz, but yes, I started by checking that the hardware is actually enabled (and works fine under windows). Regarding the keyboard keys, curiously the "Fn+F3" that opens the wifi+bluetooth preferences under windows is the only one of the computer's preset keyboard commands that won't work under ubuntu...
– PCh
Sep 9 '12 at 10:41
(And by the way, when I request to start bluetooth in the terminal (the commands I mentioned, that were suggested in response to other similar questions), it says it is already working)
– PCh
Sep 9 '12 at 17:47
(And by the way, when I request to start bluetooth in the terminal (the commands I mentioned, that were suggested in response to other similar questions), it says it is already working)
– PCh
Sep 9 '12 at 17:47
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%2f185267%2fimpossible-to-enable-bluetooth-on-an-acer-aspire-one-756-877%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
3
Possible duplicate of Bluetooth Broadcom 43142 isn't working on ubuntu
– Pilot6
Feb 12 '17 at 10:24
I encourage you to check the answers in this question askubuntu.com/questions/632336/… You may find one useful such as to solve your problem.
– Yufenyuy Veyeh Dider
Nov 20 '18 at 12:10