bluetooth intel not working
Clash Royale CLAN TAG#URR8PPP
can't turn on bluetooth module in arch linux
hp probook 430 g3
ID 8087:0a2a Intel Corp.
% lsusb -t !v14%
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
|__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
|__ Port 3: Dev 2, If 1, Class=CDC Data, Driver=cdc_mbim, 480M
|__ Port 3: Dev 2, If 2, Class=Vendor Specific Class, Driver=, 480M
|__ Port 3: Dev 2, If 0, Class=Communications, Driver=cdc_mbim, 480M
|__ Port 6: Dev 3, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 6: Dev 3, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 7: Dev 4, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 7: Dev 4, If 1, Class=Wireless, Driver=btusb, 12M
|__ Port 8: Dev 5, If 0, Class=Vendor Specific Class, Driver=usbfs, 12M
dmesg:
[ 9669.664858] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[ 9670.075348] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[ 9670.468709] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[12283.847486] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[12283.847488] Bluetooth: BNEP filters: protocol multicast
[12283.847492] Bluetooth: BNEP socket layer initialized
[12318.666864] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[12318.826271] Bluetooth: hci0: read Intel version: 370810011003110e32
[12318.826279] Bluetooth: hci0: Intel device is already patched. patch num: 32
% rfkill
ID TYPE DEVICE SOFT HARD
1 wlan phy0 unblocked unblocked
2 bluetooth hci0 blocked unblocked
rfkill unblock all - does not remove lock, and in journalctl i get misc errors:
systemd[1]: Starting Load/Save RF Kill Switch Status...
systemd[1]: Started Load/Save RF Kill Switch Status.
kernel: Bluetooth: hci0: HCI reset during shutdown failed
systemd[1]: systemd-rfkill.service: Succeeded.
or
systemd[1]: Starting Load/Save RF Kill Switch Status...
hpbook rfkill[29069]: unblock set for all
systemd[1]: Started Load/Save RF Kill Switch Status.
systemd[1]: systemd-rfkill.service: Succeeded.
kernel: usb 1-7: reset full-speed USB device number 4 using xhci_hcd
kernel: usb 1-7: device descriptor read/64, error -110
kernel: usb 1-7: device descriptor read/64, error -110
kernel: usb 1-7: reset full-speed USB device number 4 using xhci_hcd
kernel: usb 1-7: device descriptor read/64, error -110
systemd-udevd[355]: rfkill2: Worker [29070] processing SEQNUM=3712 is taking a long time
kernel: usb 1-7: device descriptor read/64, error -110
kernel: usb 1-7: reset full-speed USB device number 4 using xhci_hcd
kernel: xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
kernel: xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
kernel: usb 1-7: device not accepting address 4, error -62
kernel: usb 1-7: reset full-speed USB device number 4 using xhci_hcd
kernel: Bluetooth: hci0: urb 0000000090956f50 failed to resubmit (113)
bluetoothd[24616]: Failed to set mode: Failed (0x03)
and when I pass through this device to KVM virtual guest with the same kernel and os(or any other) it works perfect under the uhci_hcd driver.
$ lsusb -t
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
|__ Port 1: Dev 2, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 1: Dev 2, If 1, Class=Wireless, Driver=btusb, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
how can I use this device with uhci_hci driver? or any other way to make it work?
arch-linux bluetooth bluez
add a comment |
can't turn on bluetooth module in arch linux
hp probook 430 g3
ID 8087:0a2a Intel Corp.
% lsusb -t !v14%
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
|__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
|__ Port 3: Dev 2, If 1, Class=CDC Data, Driver=cdc_mbim, 480M
|__ Port 3: Dev 2, If 2, Class=Vendor Specific Class, Driver=, 480M
|__ Port 3: Dev 2, If 0, Class=Communications, Driver=cdc_mbim, 480M
|__ Port 6: Dev 3, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 6: Dev 3, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 7: Dev 4, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 7: Dev 4, If 1, Class=Wireless, Driver=btusb, 12M
|__ Port 8: Dev 5, If 0, Class=Vendor Specific Class, Driver=usbfs, 12M
dmesg:
[ 9669.664858] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[ 9670.075348] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[ 9670.468709] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[12283.847486] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[12283.847488] Bluetooth: BNEP filters: protocol multicast
[12283.847492] Bluetooth: BNEP socket layer initialized
[12318.666864] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[12318.826271] Bluetooth: hci0: read Intel version: 370810011003110e32
[12318.826279] Bluetooth: hci0: Intel device is already patched. patch num: 32
% rfkill
ID TYPE DEVICE SOFT HARD
1 wlan phy0 unblocked unblocked
2 bluetooth hci0 blocked unblocked
rfkill unblock all - does not remove lock, and in journalctl i get misc errors:
systemd[1]: Starting Load/Save RF Kill Switch Status...
systemd[1]: Started Load/Save RF Kill Switch Status.
kernel: Bluetooth: hci0: HCI reset during shutdown failed
systemd[1]: systemd-rfkill.service: Succeeded.
or
systemd[1]: Starting Load/Save RF Kill Switch Status...
hpbook rfkill[29069]: unblock set for all
systemd[1]: Started Load/Save RF Kill Switch Status.
systemd[1]: systemd-rfkill.service: Succeeded.
kernel: usb 1-7: reset full-speed USB device number 4 using xhci_hcd
kernel: usb 1-7: device descriptor read/64, error -110
kernel: usb 1-7: device descriptor read/64, error -110
kernel: usb 1-7: reset full-speed USB device number 4 using xhci_hcd
kernel: usb 1-7: device descriptor read/64, error -110
systemd-udevd[355]: rfkill2: Worker [29070] processing SEQNUM=3712 is taking a long time
kernel: usb 1-7: device descriptor read/64, error -110
kernel: usb 1-7: reset full-speed USB device number 4 using xhci_hcd
kernel: xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
kernel: xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
kernel: usb 1-7: device not accepting address 4, error -62
kernel: usb 1-7: reset full-speed USB device number 4 using xhci_hcd
kernel: Bluetooth: hci0: urb 0000000090956f50 failed to resubmit (113)
bluetoothd[24616]: Failed to set mode: Failed (0x03)
and when I pass through this device to KVM virtual guest with the same kernel and os(or any other) it works perfect under the uhci_hcd driver.
$ lsusb -t
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
|__ Port 1: Dev 2, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 1: Dev 2, If 1, Class=Wireless, Driver=btusb, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
how can I use this device with uhci_hci driver? or any other way to make it work?
arch-linux bluetooth bluez
add a comment |
can't turn on bluetooth module in arch linux
hp probook 430 g3
ID 8087:0a2a Intel Corp.
% lsusb -t !v14%
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
|__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
|__ Port 3: Dev 2, If 1, Class=CDC Data, Driver=cdc_mbim, 480M
|__ Port 3: Dev 2, If 2, Class=Vendor Specific Class, Driver=, 480M
|__ Port 3: Dev 2, If 0, Class=Communications, Driver=cdc_mbim, 480M
|__ Port 6: Dev 3, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 6: Dev 3, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 7: Dev 4, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 7: Dev 4, If 1, Class=Wireless, Driver=btusb, 12M
|__ Port 8: Dev 5, If 0, Class=Vendor Specific Class, Driver=usbfs, 12M
dmesg:
[ 9669.664858] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[ 9670.075348] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[ 9670.468709] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[12283.847486] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[12283.847488] Bluetooth: BNEP filters: protocol multicast
[12283.847492] Bluetooth: BNEP socket layer initialized
[12318.666864] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[12318.826271] Bluetooth: hci0: read Intel version: 370810011003110e32
[12318.826279] Bluetooth: hci0: Intel device is already patched. patch num: 32
% rfkill
ID TYPE DEVICE SOFT HARD
1 wlan phy0 unblocked unblocked
2 bluetooth hci0 blocked unblocked
rfkill unblock all - does not remove lock, and in journalctl i get misc errors:
systemd[1]: Starting Load/Save RF Kill Switch Status...
systemd[1]: Started Load/Save RF Kill Switch Status.
kernel: Bluetooth: hci0: HCI reset during shutdown failed
systemd[1]: systemd-rfkill.service: Succeeded.
or
systemd[1]: Starting Load/Save RF Kill Switch Status...
hpbook rfkill[29069]: unblock set for all
systemd[1]: Started Load/Save RF Kill Switch Status.
systemd[1]: systemd-rfkill.service: Succeeded.
kernel: usb 1-7: reset full-speed USB device number 4 using xhci_hcd
kernel: usb 1-7: device descriptor read/64, error -110
kernel: usb 1-7: device descriptor read/64, error -110
kernel: usb 1-7: reset full-speed USB device number 4 using xhci_hcd
kernel: usb 1-7: device descriptor read/64, error -110
systemd-udevd[355]: rfkill2: Worker [29070] processing SEQNUM=3712 is taking a long time
kernel: usb 1-7: device descriptor read/64, error -110
kernel: usb 1-7: reset full-speed USB device number 4 using xhci_hcd
kernel: xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
kernel: xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
kernel: usb 1-7: device not accepting address 4, error -62
kernel: usb 1-7: reset full-speed USB device number 4 using xhci_hcd
kernel: Bluetooth: hci0: urb 0000000090956f50 failed to resubmit (113)
bluetoothd[24616]: Failed to set mode: Failed (0x03)
and when I pass through this device to KVM virtual guest with the same kernel and os(or any other) it works perfect under the uhci_hcd driver.
$ lsusb -t
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
|__ Port 1: Dev 2, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 1: Dev 2, If 1, Class=Wireless, Driver=btusb, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
how can I use this device with uhci_hci driver? or any other way to make it work?
arch-linux bluetooth bluez
can't turn on bluetooth module in arch linux
hp probook 430 g3
ID 8087:0a2a Intel Corp.
% lsusb -t !v14%
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
|__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
|__ Port 3: Dev 2, If 1, Class=CDC Data, Driver=cdc_mbim, 480M
|__ Port 3: Dev 2, If 2, Class=Vendor Specific Class, Driver=, 480M
|__ Port 3: Dev 2, If 0, Class=Communications, Driver=cdc_mbim, 480M
|__ Port 6: Dev 3, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 6: Dev 3, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 7: Dev 4, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 7: Dev 4, If 1, Class=Wireless, Driver=btusb, 12M
|__ Port 8: Dev 5, If 0, Class=Vendor Specific Class, Driver=usbfs, 12M
dmesg:
[ 9669.664858] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[ 9670.075348] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[ 9670.468709] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[12283.847486] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[12283.847488] Bluetooth: BNEP filters: protocol multicast
[12283.847492] Bluetooth: BNEP socket layer initialized
[12318.666864] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[12318.826271] Bluetooth: hci0: read Intel version: 370810011003110e32
[12318.826279] Bluetooth: hci0: Intel device is already patched. patch num: 32
% rfkill
ID TYPE DEVICE SOFT HARD
1 wlan phy0 unblocked unblocked
2 bluetooth hci0 blocked unblocked
rfkill unblock all - does not remove lock, and in journalctl i get misc errors:
systemd[1]: Starting Load/Save RF Kill Switch Status...
systemd[1]: Started Load/Save RF Kill Switch Status.
kernel: Bluetooth: hci0: HCI reset during shutdown failed
systemd[1]: systemd-rfkill.service: Succeeded.
or
systemd[1]: Starting Load/Save RF Kill Switch Status...
hpbook rfkill[29069]: unblock set for all
systemd[1]: Started Load/Save RF Kill Switch Status.
systemd[1]: systemd-rfkill.service: Succeeded.
kernel: usb 1-7: reset full-speed USB device number 4 using xhci_hcd
kernel: usb 1-7: device descriptor read/64, error -110
kernel: usb 1-7: device descriptor read/64, error -110
kernel: usb 1-7: reset full-speed USB device number 4 using xhci_hcd
kernel: usb 1-7: device descriptor read/64, error -110
systemd-udevd[355]: rfkill2: Worker [29070] processing SEQNUM=3712 is taking a long time
kernel: usb 1-7: device descriptor read/64, error -110
kernel: usb 1-7: reset full-speed USB device number 4 using xhci_hcd
kernel: xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
kernel: xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command
kernel: usb 1-7: device not accepting address 4, error -62
kernel: usb 1-7: reset full-speed USB device number 4 using xhci_hcd
kernel: Bluetooth: hci0: urb 0000000090956f50 failed to resubmit (113)
bluetoothd[24616]: Failed to set mode: Failed (0x03)
and when I pass through this device to KVM virtual guest with the same kernel and os(or any other) it works perfect under the uhci_hcd driver.
$ lsusb -t
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
|__ Port 1: Dev 2, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 1: Dev 2, If 1, Class=Wireless, Driver=btusb, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
how can I use this device with uhci_hci driver? or any other way to make it work?
arch-linux bluetooth bluez
arch-linux bluetooth bluez
edited Jan 13 at 3:24
peterh
4,434103057
4,434103057
asked Jan 13 at 2:05
unattendunattend
61
61
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f494190%2fbluetooth-intel-not-working%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
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f494190%2fbluetooth-intel-not-working%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