Blueman No adapters found
I run this command:
uname -r; lsusb; lspci -nnk | grep -iA2 net; rfkill list all; hciconfig -a; dmesg | egrep -i 'blue|firm'
this is the output:
4.15.0-43-generic
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 007: ID 0e8d:763f MediaTek Inc.
Bus 001 Device 003: ID 0bda:57b5 Realtek Semiconductor Corp.
Bus 001 Device 002: ID 1ea7:0066
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1043:200f]
Kernel driver in use: r8169
Kernel modules: r8169
03:00.0 Network controller [0280]: MEDIATEK Corp. MT7630e 802.11bgn Wireless Network Adapter [14c3:7630]
Subsystem: Foxconn International, Inc. MT7630e 802.11bgn Wireless Network Adapter [105b:e084]
Kernel driver in use: mt7630e
Kernel modules: mt7630e
0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
hci0: Type: Primary Bus: USB
BD Address: 70:77:81:79:E9:5A ACL MTU: 1021:4 SCO MTU: 128:2
DOWN
RX bytes:580 acl:0 sco:0 events:31 errors:0
TX bytes:371 acl:0 sco:0 commands:31 errors:0
Features: 0xff 0xff 0x8f 0xfe 0xdb 0xff 0x5b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
[ 0.024000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 14.784186] Bluetooth: Core ver 2.22
[ 14.784210] Bluetooth: HCI device and connection manager initialized
[ 14.784214] Bluetooth: HCI socket layer initialized
[ 14.784215] Bluetooth: L2CAP socket layer initialized
[ 14.784219] Bluetooth: SCO socket layer initialized
[ 15.479970] Bluetooth: hci0: last event is not cmd complete (0x0f)
[ 34.672247] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 34.672249] Bluetooth: BNEP filters: protocol multicast
[ 34.672252] Bluetooth: BNEP socket layer initialized
[ 1536.260508] usb 1-6: device firmware changed
[ 1539.411872] Firmware file "mt76x0.bin" Found
[ 1541.312165] Bluetooth: hci0: last event is not cmd complete (0x0f)
The machine is an ASUS laptop, using Xubuntu 18.04.1 LTS
I installed the drivers for the wifi (MT7630E) and somehow they work (sometimes I need to reinstall them) but I was never able to get the bluetooth running, can you please help me? Thanks
drivers xubuntu bluetooth
add a comment |
I run this command:
uname -r; lsusb; lspci -nnk | grep -iA2 net; rfkill list all; hciconfig -a; dmesg | egrep -i 'blue|firm'
this is the output:
4.15.0-43-generic
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 007: ID 0e8d:763f MediaTek Inc.
Bus 001 Device 003: ID 0bda:57b5 Realtek Semiconductor Corp.
Bus 001 Device 002: ID 1ea7:0066
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1043:200f]
Kernel driver in use: r8169
Kernel modules: r8169
03:00.0 Network controller [0280]: MEDIATEK Corp. MT7630e 802.11bgn Wireless Network Adapter [14c3:7630]
Subsystem: Foxconn International, Inc. MT7630e 802.11bgn Wireless Network Adapter [105b:e084]
Kernel driver in use: mt7630e
Kernel modules: mt7630e
0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
hci0: Type: Primary Bus: USB
BD Address: 70:77:81:79:E9:5A ACL MTU: 1021:4 SCO MTU: 128:2
DOWN
RX bytes:580 acl:0 sco:0 events:31 errors:0
TX bytes:371 acl:0 sco:0 commands:31 errors:0
Features: 0xff 0xff 0x8f 0xfe 0xdb 0xff 0x5b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
[ 0.024000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 14.784186] Bluetooth: Core ver 2.22
[ 14.784210] Bluetooth: HCI device and connection manager initialized
[ 14.784214] Bluetooth: HCI socket layer initialized
[ 14.784215] Bluetooth: L2CAP socket layer initialized
[ 14.784219] Bluetooth: SCO socket layer initialized
[ 15.479970] Bluetooth: hci0: last event is not cmd complete (0x0f)
[ 34.672247] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 34.672249] Bluetooth: BNEP filters: protocol multicast
[ 34.672252] Bluetooth: BNEP socket layer initialized
[ 1536.260508] usb 1-6: device firmware changed
[ 1539.411872] Firmware file "mt76x0.bin" Found
[ 1541.312165] Bluetooth: hci0: last event is not cmd complete (0x0f)
The machine is an ASUS laptop, using Xubuntu 18.04.1 LTS
I installed the drivers for the wifi (MT7630E) and somehow they work (sometimes I need to reinstall them) but I was never able to get the bluetooth running, can you please help me? Thanks
drivers xubuntu bluetooth
What happens if yousudo hciconfig hci0 up
– Jeremy31
Dec 25 '18 at 11:05
Hi @Jeremy31, thanks, this is the output:Can't init device hci0: Invalid request code (56)
– Nicola
Dec 25 '18 at 13:16
I found this guide but I don't understand what it means by "cd to your preferred build dir". What directory is the guide talking about?
– Nicola
Dec 30 '18 at 16:25
add a comment |
I run this command:
uname -r; lsusb; lspci -nnk | grep -iA2 net; rfkill list all; hciconfig -a; dmesg | egrep -i 'blue|firm'
this is the output:
4.15.0-43-generic
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 007: ID 0e8d:763f MediaTek Inc.
Bus 001 Device 003: ID 0bda:57b5 Realtek Semiconductor Corp.
Bus 001 Device 002: ID 1ea7:0066
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1043:200f]
Kernel driver in use: r8169
Kernel modules: r8169
03:00.0 Network controller [0280]: MEDIATEK Corp. MT7630e 802.11bgn Wireless Network Adapter [14c3:7630]
Subsystem: Foxconn International, Inc. MT7630e 802.11bgn Wireless Network Adapter [105b:e084]
Kernel driver in use: mt7630e
Kernel modules: mt7630e
0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
hci0: Type: Primary Bus: USB
BD Address: 70:77:81:79:E9:5A ACL MTU: 1021:4 SCO MTU: 128:2
DOWN
RX bytes:580 acl:0 sco:0 events:31 errors:0
TX bytes:371 acl:0 sco:0 commands:31 errors:0
Features: 0xff 0xff 0x8f 0xfe 0xdb 0xff 0x5b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
[ 0.024000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 14.784186] Bluetooth: Core ver 2.22
[ 14.784210] Bluetooth: HCI device and connection manager initialized
[ 14.784214] Bluetooth: HCI socket layer initialized
[ 14.784215] Bluetooth: L2CAP socket layer initialized
[ 14.784219] Bluetooth: SCO socket layer initialized
[ 15.479970] Bluetooth: hci0: last event is not cmd complete (0x0f)
[ 34.672247] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 34.672249] Bluetooth: BNEP filters: protocol multicast
[ 34.672252] Bluetooth: BNEP socket layer initialized
[ 1536.260508] usb 1-6: device firmware changed
[ 1539.411872] Firmware file "mt76x0.bin" Found
[ 1541.312165] Bluetooth: hci0: last event is not cmd complete (0x0f)
The machine is an ASUS laptop, using Xubuntu 18.04.1 LTS
I installed the drivers for the wifi (MT7630E) and somehow they work (sometimes I need to reinstall them) but I was never able to get the bluetooth running, can you please help me? Thanks
drivers xubuntu bluetooth
I run this command:
uname -r; lsusb; lspci -nnk | grep -iA2 net; rfkill list all; hciconfig -a; dmesg | egrep -i 'blue|firm'
this is the output:
4.15.0-43-generic
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 007: ID 0e8d:763f MediaTek Inc.
Bus 001 Device 003: ID 0bda:57b5 Realtek Semiconductor Corp.
Bus 001 Device 002: ID 1ea7:0066
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1043:200f]
Kernel driver in use: r8169
Kernel modules: r8169
03:00.0 Network controller [0280]: MEDIATEK Corp. MT7630e 802.11bgn Wireless Network Adapter [14c3:7630]
Subsystem: Foxconn International, Inc. MT7630e 802.11bgn Wireless Network Adapter [105b:e084]
Kernel driver in use: mt7630e
Kernel modules: mt7630e
0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
hci0: Type: Primary Bus: USB
BD Address: 70:77:81:79:E9:5A ACL MTU: 1021:4 SCO MTU: 128:2
DOWN
RX bytes:580 acl:0 sco:0 events:31 errors:0
TX bytes:371 acl:0 sco:0 commands:31 errors:0
Features: 0xff 0xff 0x8f 0xfe 0xdb 0xff 0x5b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
[ 0.024000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 14.784186] Bluetooth: Core ver 2.22
[ 14.784210] Bluetooth: HCI device and connection manager initialized
[ 14.784214] Bluetooth: HCI socket layer initialized
[ 14.784215] Bluetooth: L2CAP socket layer initialized
[ 14.784219] Bluetooth: SCO socket layer initialized
[ 15.479970] Bluetooth: hci0: last event is not cmd complete (0x0f)
[ 34.672247] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 34.672249] Bluetooth: BNEP filters: protocol multicast
[ 34.672252] Bluetooth: BNEP socket layer initialized
[ 1536.260508] usb 1-6: device firmware changed
[ 1539.411872] Firmware file "mt76x0.bin" Found
[ 1541.312165] Bluetooth: hci0: last event is not cmd complete (0x0f)
The machine is an ASUS laptop, using Xubuntu 18.04.1 LTS
I installed the drivers for the wifi (MT7630E) and somehow they work (sometimes I need to reinstall them) but I was never able to get the bluetooth running, can you please help me? Thanks
drivers xubuntu bluetooth
drivers xubuntu bluetooth
asked Dec 25 '18 at 1:29
NicolaNicola
359
359
What happens if yousudo hciconfig hci0 up
– Jeremy31
Dec 25 '18 at 11:05
Hi @Jeremy31, thanks, this is the output:Can't init device hci0: Invalid request code (56)
– Nicola
Dec 25 '18 at 13:16
I found this guide but I don't understand what it means by "cd to your preferred build dir". What directory is the guide talking about?
– Nicola
Dec 30 '18 at 16:25
add a comment |
What happens if yousudo hciconfig hci0 up
– Jeremy31
Dec 25 '18 at 11:05
Hi @Jeremy31, thanks, this is the output:Can't init device hci0: Invalid request code (56)
– Nicola
Dec 25 '18 at 13:16
I found this guide but I don't understand what it means by "cd to your preferred build dir". What directory is the guide talking about?
– Nicola
Dec 30 '18 at 16:25
What happens if you
sudo hciconfig hci0 up– Jeremy31
Dec 25 '18 at 11:05
What happens if you
sudo hciconfig hci0 up– Jeremy31
Dec 25 '18 at 11:05
Hi @Jeremy31, thanks, this is the output:
Can't init device hci0: Invalid request code (56)– Nicola
Dec 25 '18 at 13:16
Hi @Jeremy31, thanks, this is the output:
Can't init device hci0: Invalid request code (56)– Nicola
Dec 25 '18 at 13:16
I found this guide but I don't understand what it means by "cd to your preferred build dir". What directory is the guide talking about?
– Nicola
Dec 30 '18 at 16:25
I found this guide but I don't understand what it means by "cd to your preferred build dir". What directory is the guide talking about?
– Nicola
Dec 30 '18 at 16:25
add a comment |
1 Answer
1
active
oldest
votes
I put a patch based on what you found on my github, to install do
sudo apt install dkms git build-essential
git clone https://github.com/jeremyb31/newbtfix-4.15.git
sudo dkms add ./newbtfix-4.15
sudo dkms install btusb/4.0Check results for mokutil --sb-state if it says Secure Boot is enabled, then Secure Boot will need to be disabled when you reboot, if it says Secure Boot disabled, mokutil not installed, or system doesn't support EFI variables, just reboot
thanks! It works!
– Nicola
Dec 31 '18 at 15:14
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%2f1104351%2fblueman-no-adapters-found%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
I put a patch based on what you found on my github, to install do
sudo apt install dkms git build-essential
git clone https://github.com/jeremyb31/newbtfix-4.15.git
sudo dkms add ./newbtfix-4.15
sudo dkms install btusb/4.0Check results for mokutil --sb-state if it says Secure Boot is enabled, then Secure Boot will need to be disabled when you reboot, if it says Secure Boot disabled, mokutil not installed, or system doesn't support EFI variables, just reboot
thanks! It works!
– Nicola
Dec 31 '18 at 15:14
add a comment |
I put a patch based on what you found on my github, to install do
sudo apt install dkms git build-essential
git clone https://github.com/jeremyb31/newbtfix-4.15.git
sudo dkms add ./newbtfix-4.15
sudo dkms install btusb/4.0Check results for mokutil --sb-state if it says Secure Boot is enabled, then Secure Boot will need to be disabled when you reboot, if it says Secure Boot disabled, mokutil not installed, or system doesn't support EFI variables, just reboot
thanks! It works!
– Nicola
Dec 31 '18 at 15:14
add a comment |
I put a patch based on what you found on my github, to install do
sudo apt install dkms git build-essential
git clone https://github.com/jeremyb31/newbtfix-4.15.git
sudo dkms add ./newbtfix-4.15
sudo dkms install btusb/4.0Check results for mokutil --sb-state if it says Secure Boot is enabled, then Secure Boot will need to be disabled when you reboot, if it says Secure Boot disabled, mokutil not installed, or system doesn't support EFI variables, just reboot
I put a patch based on what you found on my github, to install do
sudo apt install dkms git build-essential
git clone https://github.com/jeremyb31/newbtfix-4.15.git
sudo dkms add ./newbtfix-4.15
sudo dkms install btusb/4.0Check results for mokutil --sb-state if it says Secure Boot is enabled, then Secure Boot will need to be disabled when you reboot, if it says Secure Boot disabled, mokutil not installed, or system doesn't support EFI variables, just reboot
answered Dec 30 '18 at 17:20
Jeremy31Jeremy31
8,37921365
8,37921365
thanks! It works!
– Nicola
Dec 31 '18 at 15:14
add a comment |
thanks! It works!
– Nicola
Dec 31 '18 at 15:14
thanks! It works!
– Nicola
Dec 31 '18 at 15:14
thanks! It works!
– Nicola
Dec 31 '18 at 15:14
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%2f1104351%2fblueman-no-adapters-found%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
What happens if you
sudo hciconfig hci0 up– Jeremy31
Dec 25 '18 at 11:05
Hi @Jeremy31, thanks, this is the output:
Can't init device hci0: Invalid request code (56)– Nicola
Dec 25 '18 at 13:16
I found this guide but I don't understand what it means by "cd to your preferred build dir". What directory is the guide talking about?
– Nicola
Dec 30 '18 at 16:25