Bluetooth can't turn on












0















Just updated my BIOS (Lenovo recommended) on my Yoga 920.



Bluetooth was working prior, and now when I navigate to the Bluetooth Dialog, I can click on the 'turn on' button but trying to turn on Bluetooth just does nothing.



Bluetooth works in Windows but NOT in Ubuntu.



I found other threads like this, one of them asked for the output of the following terminal command.



Any help?



terminalOutput



eljamoquio@DrFancyPants:~$ sudo rfkill list
[sudo] password for eljamoquio:
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no


Second command:



dmesg | egrep -i 'blue|firm'; rfkill list; hciconfig -a
[ 0.032937] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.056592] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 1.344917] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1)
[ 2.344867] Bluetooth: Core ver 2.22
[ 2.344879] Bluetooth: HCI device and connection manager initialized
[ 2.344881] Bluetooth: HCI socket layer initialized
[ 2.344883] Bluetooth: L2CAP socket layer initialized
[ 2.344886] Bluetooth: SCO socket layer initialized
[ 3.919518] ath10k_pci 0000:6b:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:6b:00.0.bin failed with error -2
[ 3.919524] ath10k_pci 0000:6b:00.0: Direct firmware load for ath10k/cal-pci-0000:6b:00.0.bin failed with error -2
[ 3.922052] ath10k_pci 0000:6b:00.0: firmware ver WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
[ 5.862936] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.862937] Bluetooth: BNEP filters: protocol multicast
[ 5.862940] Bluetooth: BNEP socket layer initialized
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no


third command



lsmod | grep blue
bluetooth 548864 10 btrtl,btintel,btbcm,bnep
ecdh_generic 24576 1 bluetooth


I haven't found a bluetooth command in the BIOS, and I certainly would be surprised if there was a command in the BIOS that allowed Bluetooth in Windows but somehow disabled it in Ubuntu. I mean that might be a undocumented side effect but I wouldn't know how to start to get that sort of function.



Fourth command




sudo modprobe btusb
[sudo] password for eljamoquio:
modprobe: ERROR: could not insert 'btusb': Required key not available


Fifth command



dkms status
anbox, 1, 4.15.0-42-generic, x86_64: installed
anbox, 1, 4.15.0-43-generic, x86_64: installed
btusb, 4.0, 4.15.0-42-generic, x86_64: installed
btusb, 4.0, 4.15.0-43-generic, x86_64: installed


Sixth....



sudo dkms remove btusb/4.0 --all && sudo dkms uninstall btusb/4.0
[sudo] password for eljamoquio:

-------- Uninstall Beginning --------
Module: btusb
Version: 4.0
Kernel: 4.15.0-42-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

btusb.ko:
- Uninstallation
- Deleting from: /lib/modules/4.15.0-42-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.

depmod...

Backing up initrd.img-4.15.0-42-generic to /boot/initrd.img-4.15.0-42-generic.old-dkms
Making new initrd.img-4.15.0-42-generic
(If next boot fails, revert to initrd.img-4.15.0-42-generic.old-dkms image)
update-initramfs......

DKMS: uninstall completed.

-------- Uninstall Beginning --------
Module: btusb
Version: 4.0
Kernel: 4.15.0-43-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

btusb.ko:
- Uninstallation
- Deleting from: /lib/modules/4.15.0-43-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.

depmod...

Backing up initrd.img-4.15.0-43-generic to /boot/initrd.img-4.15.0-43-generic.old-dkms
Making new initrd.img-4.15.0-43-generic
(If next boot fails, revert to initrd.img-4.15.0-43-generic.old-dkms image)
update-initramfs......

DKMS: uninstall completed.

------------------------------
Deleting module version: 4.0
completely from the DKMS tree.
------------------------------
Done.
Error! There are no instances of module: btusb
located in the DKMS tree.









share|improve this question

























  • Please edit the question to include results from terminal for dmesg | egrep -i 'blue|firm'; rfkill list; hciconfig -a

    – Jeremy31
    Jan 1 at 21:08













  • Done. Typing this short sentence adds enough characters to post.

    – Matthew
    Jan 1 at 21:15











  • Is there an option in BIOS that enables Bluetooth? It actually showed in the lsusb results as 0cf3:e300 Please edit to include results for lsmod | grep blue

    – Jeremy31
    Jan 1 at 21:30













  • Done. No, I haven't found a BIOS option for bluetooth, and I'd be surprised if there was a setting that would allow Bluetooth in Windows (it works in Windows) but somehow disallows it in Ubuntu. C

    – Matthew
    Jan 1 at 22:02











  • Try sudo modprobe btusb and sit down

    – Jeremy31
    Jan 1 at 22:37
















0















Just updated my BIOS (Lenovo recommended) on my Yoga 920.



Bluetooth was working prior, and now when I navigate to the Bluetooth Dialog, I can click on the 'turn on' button but trying to turn on Bluetooth just does nothing.



Bluetooth works in Windows but NOT in Ubuntu.



I found other threads like this, one of them asked for the output of the following terminal command.



Any help?



terminalOutput



eljamoquio@DrFancyPants:~$ sudo rfkill list
[sudo] password for eljamoquio:
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no


Second command:



dmesg | egrep -i 'blue|firm'; rfkill list; hciconfig -a
[ 0.032937] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.056592] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 1.344917] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1)
[ 2.344867] Bluetooth: Core ver 2.22
[ 2.344879] Bluetooth: HCI device and connection manager initialized
[ 2.344881] Bluetooth: HCI socket layer initialized
[ 2.344883] Bluetooth: L2CAP socket layer initialized
[ 2.344886] Bluetooth: SCO socket layer initialized
[ 3.919518] ath10k_pci 0000:6b:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:6b:00.0.bin failed with error -2
[ 3.919524] ath10k_pci 0000:6b:00.0: Direct firmware load for ath10k/cal-pci-0000:6b:00.0.bin failed with error -2
[ 3.922052] ath10k_pci 0000:6b:00.0: firmware ver WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
[ 5.862936] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.862937] Bluetooth: BNEP filters: protocol multicast
[ 5.862940] Bluetooth: BNEP socket layer initialized
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no


third command



lsmod | grep blue
bluetooth 548864 10 btrtl,btintel,btbcm,bnep
ecdh_generic 24576 1 bluetooth


I haven't found a bluetooth command in the BIOS, and I certainly would be surprised if there was a command in the BIOS that allowed Bluetooth in Windows but somehow disabled it in Ubuntu. I mean that might be a undocumented side effect but I wouldn't know how to start to get that sort of function.



Fourth command




sudo modprobe btusb
[sudo] password for eljamoquio:
modprobe: ERROR: could not insert 'btusb': Required key not available


Fifth command



dkms status
anbox, 1, 4.15.0-42-generic, x86_64: installed
anbox, 1, 4.15.0-43-generic, x86_64: installed
btusb, 4.0, 4.15.0-42-generic, x86_64: installed
btusb, 4.0, 4.15.0-43-generic, x86_64: installed


Sixth....



sudo dkms remove btusb/4.0 --all && sudo dkms uninstall btusb/4.0
[sudo] password for eljamoquio:

-------- Uninstall Beginning --------
Module: btusb
Version: 4.0
Kernel: 4.15.0-42-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

btusb.ko:
- Uninstallation
- Deleting from: /lib/modules/4.15.0-42-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.

depmod...

Backing up initrd.img-4.15.0-42-generic to /boot/initrd.img-4.15.0-42-generic.old-dkms
Making new initrd.img-4.15.0-42-generic
(If next boot fails, revert to initrd.img-4.15.0-42-generic.old-dkms image)
update-initramfs......

DKMS: uninstall completed.

-------- Uninstall Beginning --------
Module: btusb
Version: 4.0
Kernel: 4.15.0-43-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

btusb.ko:
- Uninstallation
- Deleting from: /lib/modules/4.15.0-43-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.

depmod...

Backing up initrd.img-4.15.0-43-generic to /boot/initrd.img-4.15.0-43-generic.old-dkms
Making new initrd.img-4.15.0-43-generic
(If next boot fails, revert to initrd.img-4.15.0-43-generic.old-dkms image)
update-initramfs......

DKMS: uninstall completed.

------------------------------
Deleting module version: 4.0
completely from the DKMS tree.
------------------------------
Done.
Error! There are no instances of module: btusb
located in the DKMS tree.









share|improve this question

























  • Please edit the question to include results from terminal for dmesg | egrep -i 'blue|firm'; rfkill list; hciconfig -a

    – Jeremy31
    Jan 1 at 21:08













  • Done. Typing this short sentence adds enough characters to post.

    – Matthew
    Jan 1 at 21:15











  • Is there an option in BIOS that enables Bluetooth? It actually showed in the lsusb results as 0cf3:e300 Please edit to include results for lsmod | grep blue

    – Jeremy31
    Jan 1 at 21:30













  • Done. No, I haven't found a BIOS option for bluetooth, and I'd be surprised if there was a setting that would allow Bluetooth in Windows (it works in Windows) but somehow disallows it in Ubuntu. C

    – Matthew
    Jan 1 at 22:02











  • Try sudo modprobe btusb and sit down

    – Jeremy31
    Jan 1 at 22:37














0












0








0








Just updated my BIOS (Lenovo recommended) on my Yoga 920.



Bluetooth was working prior, and now when I navigate to the Bluetooth Dialog, I can click on the 'turn on' button but trying to turn on Bluetooth just does nothing.



Bluetooth works in Windows but NOT in Ubuntu.



I found other threads like this, one of them asked for the output of the following terminal command.



Any help?



terminalOutput



eljamoquio@DrFancyPants:~$ sudo rfkill list
[sudo] password for eljamoquio:
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no


Second command:



dmesg | egrep -i 'blue|firm'; rfkill list; hciconfig -a
[ 0.032937] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.056592] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 1.344917] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1)
[ 2.344867] Bluetooth: Core ver 2.22
[ 2.344879] Bluetooth: HCI device and connection manager initialized
[ 2.344881] Bluetooth: HCI socket layer initialized
[ 2.344883] Bluetooth: L2CAP socket layer initialized
[ 2.344886] Bluetooth: SCO socket layer initialized
[ 3.919518] ath10k_pci 0000:6b:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:6b:00.0.bin failed with error -2
[ 3.919524] ath10k_pci 0000:6b:00.0: Direct firmware load for ath10k/cal-pci-0000:6b:00.0.bin failed with error -2
[ 3.922052] ath10k_pci 0000:6b:00.0: firmware ver WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
[ 5.862936] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.862937] Bluetooth: BNEP filters: protocol multicast
[ 5.862940] Bluetooth: BNEP socket layer initialized
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no


third command



lsmod | grep blue
bluetooth 548864 10 btrtl,btintel,btbcm,bnep
ecdh_generic 24576 1 bluetooth


I haven't found a bluetooth command in the BIOS, and I certainly would be surprised if there was a command in the BIOS that allowed Bluetooth in Windows but somehow disabled it in Ubuntu. I mean that might be a undocumented side effect but I wouldn't know how to start to get that sort of function.



Fourth command




sudo modprobe btusb
[sudo] password for eljamoquio:
modprobe: ERROR: could not insert 'btusb': Required key not available


Fifth command



dkms status
anbox, 1, 4.15.0-42-generic, x86_64: installed
anbox, 1, 4.15.0-43-generic, x86_64: installed
btusb, 4.0, 4.15.0-42-generic, x86_64: installed
btusb, 4.0, 4.15.0-43-generic, x86_64: installed


Sixth....



sudo dkms remove btusb/4.0 --all && sudo dkms uninstall btusb/4.0
[sudo] password for eljamoquio:

-------- Uninstall Beginning --------
Module: btusb
Version: 4.0
Kernel: 4.15.0-42-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

btusb.ko:
- Uninstallation
- Deleting from: /lib/modules/4.15.0-42-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.

depmod...

Backing up initrd.img-4.15.0-42-generic to /boot/initrd.img-4.15.0-42-generic.old-dkms
Making new initrd.img-4.15.0-42-generic
(If next boot fails, revert to initrd.img-4.15.0-42-generic.old-dkms image)
update-initramfs......

DKMS: uninstall completed.

-------- Uninstall Beginning --------
Module: btusb
Version: 4.0
Kernel: 4.15.0-43-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

btusb.ko:
- Uninstallation
- Deleting from: /lib/modules/4.15.0-43-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.

depmod...

Backing up initrd.img-4.15.0-43-generic to /boot/initrd.img-4.15.0-43-generic.old-dkms
Making new initrd.img-4.15.0-43-generic
(If next boot fails, revert to initrd.img-4.15.0-43-generic.old-dkms image)
update-initramfs......

DKMS: uninstall completed.

------------------------------
Deleting module version: 4.0
completely from the DKMS tree.
------------------------------
Done.
Error! There are no instances of module: btusb
located in the DKMS tree.









share|improve this question
















Just updated my BIOS (Lenovo recommended) on my Yoga 920.



Bluetooth was working prior, and now when I navigate to the Bluetooth Dialog, I can click on the 'turn on' button but trying to turn on Bluetooth just does nothing.



Bluetooth works in Windows but NOT in Ubuntu.



I found other threads like this, one of them asked for the output of the following terminal command.



Any help?



terminalOutput



eljamoquio@DrFancyPants:~$ sudo rfkill list
[sudo] password for eljamoquio:
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no


Second command:



dmesg | egrep -i 'blue|firm'; rfkill list; hciconfig -a
[ 0.032937] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.056592] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 1.344917] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1)
[ 2.344867] Bluetooth: Core ver 2.22
[ 2.344879] Bluetooth: HCI device and connection manager initialized
[ 2.344881] Bluetooth: HCI socket layer initialized
[ 2.344883] Bluetooth: L2CAP socket layer initialized
[ 2.344886] Bluetooth: SCO socket layer initialized
[ 3.919518] ath10k_pci 0000:6b:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:6b:00.0.bin failed with error -2
[ 3.919524] ath10k_pci 0000:6b:00.0: Direct firmware load for ath10k/cal-pci-0000:6b:00.0.bin failed with error -2
[ 3.922052] ath10k_pci 0000:6b:00.0: firmware ver WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
[ 5.862936] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.862937] Bluetooth: BNEP filters: protocol multicast
[ 5.862940] Bluetooth: BNEP socket layer initialized
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no


third command



lsmod | grep blue
bluetooth 548864 10 btrtl,btintel,btbcm,bnep
ecdh_generic 24576 1 bluetooth


I haven't found a bluetooth command in the BIOS, and I certainly would be surprised if there was a command in the BIOS that allowed Bluetooth in Windows but somehow disabled it in Ubuntu. I mean that might be a undocumented side effect but I wouldn't know how to start to get that sort of function.



Fourth command




sudo modprobe btusb
[sudo] password for eljamoquio:
modprobe: ERROR: could not insert 'btusb': Required key not available


Fifth command



dkms status
anbox, 1, 4.15.0-42-generic, x86_64: installed
anbox, 1, 4.15.0-43-generic, x86_64: installed
btusb, 4.0, 4.15.0-42-generic, x86_64: installed
btusb, 4.0, 4.15.0-43-generic, x86_64: installed


Sixth....



sudo dkms remove btusb/4.0 --all && sudo dkms uninstall btusb/4.0
[sudo] password for eljamoquio:

-------- Uninstall Beginning --------
Module: btusb
Version: 4.0
Kernel: 4.15.0-42-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

btusb.ko:
- Uninstallation
- Deleting from: /lib/modules/4.15.0-42-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.

depmod...

Backing up initrd.img-4.15.0-42-generic to /boot/initrd.img-4.15.0-42-generic.old-dkms
Making new initrd.img-4.15.0-42-generic
(If next boot fails, revert to initrd.img-4.15.0-42-generic.old-dkms image)
update-initramfs......

DKMS: uninstall completed.

-------- Uninstall Beginning --------
Module: btusb
Version: 4.0
Kernel: 4.15.0-43-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

btusb.ko:
- Uninstallation
- Deleting from: /lib/modules/4.15.0-43-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.

depmod...

Backing up initrd.img-4.15.0-43-generic to /boot/initrd.img-4.15.0-43-generic.old-dkms
Making new initrd.img-4.15.0-43-generic
(If next boot fails, revert to initrd.img-4.15.0-43-generic.old-dkms image)
update-initramfs......

DKMS: uninstall completed.

------------------------------
Deleting module version: 4.0
completely from the DKMS tree.
------------------------------
Done.
Error! There are no instances of module: btusb
located in the DKMS tree.






bluetooth






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 3 at 2:25







Matthew

















asked Jan 1 at 20:57









MatthewMatthew

12




12













  • Please edit the question to include results from terminal for dmesg | egrep -i 'blue|firm'; rfkill list; hciconfig -a

    – Jeremy31
    Jan 1 at 21:08













  • Done. Typing this short sentence adds enough characters to post.

    – Matthew
    Jan 1 at 21:15











  • Is there an option in BIOS that enables Bluetooth? It actually showed in the lsusb results as 0cf3:e300 Please edit to include results for lsmod | grep blue

    – Jeremy31
    Jan 1 at 21:30













  • Done. No, I haven't found a BIOS option for bluetooth, and I'd be surprised if there was a setting that would allow Bluetooth in Windows (it works in Windows) but somehow disallows it in Ubuntu. C

    – Matthew
    Jan 1 at 22:02











  • Try sudo modprobe btusb and sit down

    – Jeremy31
    Jan 1 at 22:37



















  • Please edit the question to include results from terminal for dmesg | egrep -i 'blue|firm'; rfkill list; hciconfig -a

    – Jeremy31
    Jan 1 at 21:08













  • Done. Typing this short sentence adds enough characters to post.

    – Matthew
    Jan 1 at 21:15











  • Is there an option in BIOS that enables Bluetooth? It actually showed in the lsusb results as 0cf3:e300 Please edit to include results for lsmod | grep blue

    – Jeremy31
    Jan 1 at 21:30













  • Done. No, I haven't found a BIOS option for bluetooth, and I'd be surprised if there was a setting that would allow Bluetooth in Windows (it works in Windows) but somehow disallows it in Ubuntu. C

    – Matthew
    Jan 1 at 22:02











  • Try sudo modprobe btusb and sit down

    – Jeremy31
    Jan 1 at 22:37

















Please edit the question to include results from terminal for dmesg | egrep -i 'blue|firm'; rfkill list; hciconfig -a

– Jeremy31
Jan 1 at 21:08







Please edit the question to include results from terminal for dmesg | egrep -i 'blue|firm'; rfkill list; hciconfig -a

– Jeremy31
Jan 1 at 21:08















Done. Typing this short sentence adds enough characters to post.

– Matthew
Jan 1 at 21:15





Done. Typing this short sentence adds enough characters to post.

– Matthew
Jan 1 at 21:15













Is there an option in BIOS that enables Bluetooth? It actually showed in the lsusb results as 0cf3:e300 Please edit to include results for lsmod | grep blue

– Jeremy31
Jan 1 at 21:30







Is there an option in BIOS that enables Bluetooth? It actually showed in the lsusb results as 0cf3:e300 Please edit to include results for lsmod | grep blue

– Jeremy31
Jan 1 at 21:30















Done. No, I haven't found a BIOS option for bluetooth, and I'd be surprised if there was a setting that would allow Bluetooth in Windows (it works in Windows) but somehow disallows it in Ubuntu. C

– Matthew
Jan 1 at 22:02





Done. No, I haven't found a BIOS option for bluetooth, and I'd be surprised if there was a setting that would allow Bluetooth in Windows (it works in Windows) but somehow disallows it in Ubuntu. C

– Matthew
Jan 1 at 22:02













Try sudo modprobe btusb and sit down

– Jeremy31
Jan 1 at 22:37





Try sudo modprobe btusb and sit down

– Jeremy31
Jan 1 at 22:37










0






active

oldest

votes











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1106093%2fbluetooth-cant-turn-on%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1106093%2fbluetooth-cant-turn-on%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Quarter-circle Tiles

build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

Mont Emei