[РЕШЕНО] Не удается подключить Bluetooth наушники

Столкнулся с проблей подключения Bluetooth наушников (Honor AM61). Выполнил все по инструкции, написанной на wiki (https://wiki.archlinux.org/index.php/Bluetooth_headset), но при запуске команды
bluetoothctl
[bluetooth]# power on
возвращает
No default controller available
В поисках решения натыкался на схожие темы, но все предложенные решения мне не подошли. Буду благодарен за любую поомощь. Ниже привожу выводы некоторых команд, которые, возможно помогут в нахождении решения.

lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 08)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 (rev 21)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 (rev f1)
00:1d.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #9 (rev f1)
00:1e.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO UART Controller #0 (rev 21)
00:1e.2 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO SPI Controller #0 (rev 21)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point LPC Controller/eSPI Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX150] (rev ff)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01)
03:00.0 Network controller: Intel Corporation Wireless 8265 / 8275 (rev 78)
04:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM961/PM961


dmesg | egrep -i 'blu|firm'
[    0.000000] [Firmware Bug]: TSC ADJUST: CPU0: -625704409 force to 0
[    0.152457] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.003694] [Firmware Bug]: TSC ADJUST differs within socket(s), fixing all errors
[    2.377229] iwlwifi 0000:03:00.0: loaded firmware version 36.79ff3ccf.0 8265-36.ucode op_mode iwlmvm
[    2.377282] iwlwifi 0000:03:00.0: Direct firmware load for iwl-debug-yoyo.bin failed with error -2
[    2.899220] iwlwifi 0000:03:00.0: Allocated 0x00400000 bytes for firmware monitor.
[    2.957176] Bluetooth: Core ver 2.22
[    2.957201] Bluetooth: HCI device and connection manager initialized
[    2.957206] Bluetooth: HCI socket layer initialized
[    2.957209] Bluetooth: L2CAP socket layer initialized
[    2.957214] Bluetooth: SCO socket layer initialized
[    2.958549] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    3.055753] Bluetooth: hci0: Firmware revision 0.1 build 50 week 12 2019
[    4.175891] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.175893] Bluetooth: BNEP filters: protocol multicast
[    4.175897] Bluetooth: BNEP socket layer initialized
cooleck
все по инструкции
rfkill
---
bluetoothctl
[bluetooth]# list
vs220
cooleck
все по инструкции
rfkill

bluetoothctl
[bluetooth]# list

Вот вывод команды
rfkill
ID TYPE      DEVICE      SOFT      HARD
 0 wlan      phy0   unblocked unblocked
 2 bluetooth hci0   unblocked unblocked

Команда
[bluetooth]# list
ничего не выводит.
It might also happen with some intel cards (such as the 8260) to not be picked up correctly by the bluetooth service. In some cases, using the deprecated bluez-utils-compatAUR in lieu of bluez-utils have reportedly fixed the issue.

Глянуть модули еще и журнал
lsmod |grep -e bt -e  blue
journalctl -b | grep Bluetooth

Ядро стандартное стоит, систему обновили и перезагрузились после обновления? linux-firmware стоит?

Могли и на новых ядрах сломать
vs220
It might also happen with some intel cards (such as the 8260) to not be picked up correctly by the bluetooth service. In some cases, using the deprecated bluez-utils-compatAUR in lieu of bluez-utils have reportedly fixed the issue.

Глянуть модули еще и журнал
lsmod |grep -e bt -e  blue
journalctl -b | grep Bluetooth

Ядро стандартное стоит, систему обновили и перезагрузились после обновления? linux-firmware стоит?

Могли и на новых ядрах сломать

Ядро стандартное, систему обновил, перезагрузил, linux-firmware установлен, но все по-прежнему не работает. Вот вывод команд:

lsmod |grep -e bt -e  blue
btusb                  65536  0
btrtl                  24576  1 btusb
btbcm                  20480  1 btusb
btintel                32768  1 btusb
bluetooth             720896  16 btrtl,btintel,btbcm,bnep,btusb
ecdh_generic           16384  1 bluetooth
rfkill                 28672  7 asus_wmi,bluetooth,cfg80211
crc16                  16384  2 bluetooth,ext4

journalctl -b | grep -i bluetooth
Sep 19 02:08:37 myhostname kernel: Bluetooth: Core ver 2.22
Sep 19 02:08:37 myhostname kernel: Bluetooth: HCI device and connection manager initialized
Sep 19 02:08:37 myhostname kernel: Bluetooth: HCI socket layer initialized
Sep 19 02:08:37 myhostname kernel: Bluetooth: L2CAP socket layer initialized
Sep 19 02:08:37 myhostname kernel: Bluetooth: SCO socket layer initialized
Sep 19 02:08:37 myhostname kernel: Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
Sep 19 02:08:37 myhostname kernel: Bluetooth: hci0: Device revision is 16
Sep 19 02:08:37 myhostname kernel: Bluetooth: hci0: Secure boot is enabled
Sep 19 02:08:37 myhostname kernel: Bluetooth: hci0: OTP lock is enabled
Sep 19 02:08:37 myhostname kernel: Bluetooth: hci0: API lock is enabled
Sep 19 02:08:37 myhostname kernel: Bluetooth: hci0: Debug lock is disabled
Sep 19 02:08:37 myhostname kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Sep 19 02:08:37 myhostname kernel: Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
Sep 19 02:08:38 myhostname systemd[1]: Starting Bluetooth mesh service...
Sep 19 02:08:38 myhostname systemd[1]: Starting Bluetooth service...
Sep 19 02:08:38 myhostname bluetoothd[466]: Bluetooth daemon 5.55
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “BRPageScanType” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “BRPageScanInterval” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “BRPageScanWindow” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “BRInquiryScanType” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “BRInquiryScanInterval” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “BRInquiryScanWindow” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “BRLinkSupervisionTimeout” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “BRPageTimeout” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “BRMinSniffInterval” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “BRMaxSniffInterval” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “LEMinAdvertisementInterval” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “LEMaxAdvertisementInterval” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “LEMultiAdvertisementRotationInterval” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalAutoConnect” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowAutoConnect” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalSuspend” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowSuspend” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalDiscovery” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowDiscovery” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalAdvMonitor” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowAdvMonitor” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalConnect” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowConnect” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “LEMinConnectionInterval” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “LEMaxConnectionInterval” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “LEConnectionLatency” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “LEConnectionSupervisionTimeout” in group “Controller”
Sep 19 02:08:38 myhostname bluetoothd[466]: src/main.c:parse_controller_config() Key file does not have key “LEAutoconnecttimeout” in group “Controller”
Sep 19 02:08:38 myhostname audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 19 02:08:38 myhostname systemd[1]: Started Bluetooth service.
Sep 19 02:08:38 myhostname bluetoothd[466]: Starting SDP server
Sep 19 02:08:38 myhostname kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Sep 19 02:08:38 myhostname kernel: Bluetooth: BNEP filters: protocol multicast
Sep 19 02:08:38 myhostname kernel: Bluetooth: BNEP socket layer initialized
Sep 19 02:08:38 myhostname bluetoothd[466]: Bluetooth management interface 1.17 initialized
Sep 19 02:08:38 myhostname bluetooth-meshd[465]: D-Bus ready
Sep 19 02:08:38 myhostname audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth-mesh comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 19 02:08:38 myhostname systemd[1]: Started Bluetooth mesh service.
Sep 19 02:08:38 myhostname bluetooth-meshd[465]: Request name success
Sep 19 02:08:38 myhostname bluetooth-meshd[465]: Loading node configuration from /var/lib/bluetooth/mesh
Sep 19 02:08:38 myhostname systemd[1]: Reached target Bluetooth.
Sep 19 02:08:38 myhostname NetworkManager[380]: <info>  [1600470518.8192] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.26.2-1/libnm-device-plugin-bluetooth.so)
Sep 19 02:08:39 myhostname kernel: Bluetooth: hci0: Waiting for firmware download to complete
Sep 19 02:08:39 myhostname kernel: Bluetooth: hci0: Firmware loaded in 1517628 usecs
Sep 19 02:08:39 myhostname kernel: Bluetooth: hci0: Waiting for device to boot
Sep 19 02:08:39 myhostname kernel: Bluetooth: hci0: Device booted in 20687 usecs
Sep 19 02:08:39 myhostname kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
Sep 19 02:08:39 myhostname kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Sep 19 02:08:39 myhostname kernel: Bluetooth: hci0: Firmware revision 0.1 build 103 week 50 2016
Вроде все правильно.
В биосе блютуз ни как не выключается ?

bluetoothctl от рута попробовать

systemctl stop bluetooth.service
sudo  /usr/lib/bluetooth/bluetoothd -n -d
#будет видно что делается
sudo bluetoothctl
[bluetooth]#list
[bluetooth]#devices
Можно еще лтс ядро попробовать

И если двойная загрузка с виндой
https://bbs.archlinux.org/viewtopic.php?id=251657

И еще с англфорума
Removing NetworkManager solved this issue for me i don't know if they somehow conflicts with each other, can anyone with better knowledge explain why this happened?
https://bbs.archlinux.org/viewtopic.php?id=257914
vs220
Вроде все правильно.
В биосе блютуз ни как не выключается ?

bluetoothctl от рута попробовать

systemctl stop bluetooth.service
sudo  /usr/lib/bluetooth/bluetoothd -n -d
#будет видно что делается
sudo bluetoothctl
[bluetooth]#list
[bluetooth]#devices
Можно еще лтс ядро попробовать

И если двойная загрузка с виндой
https://bbs.archlinux.org/viewtopic.php?id=251657

И еще с англфорума
Removing NetworkManager solved this issue for me i don't know if they somehow conflicts with each other, can anyone with better knowledge explain why this happened?
https://bbs.archlinux.org/viewtopic.php?id=257914

Попробовал запустить bluetoothd вручную, как вы и сказали. Вот вывод:
bluetoothd[1278]: Bluetooth daemon 5.55
bluetoothd[1278]: src/main.c:parse_config() parsing /etc/bluetooth/main.conf
bluetoothd[1278]: src/main.c:parse_config() Key file does not have key “DiscoverableTimeout” in group “General”
bluetoothd[1278]: src/main.c:parse_config() Key file does not have key “AlwaysPairable” in group “General”
bluetoothd[1278]: src/main.c:parse_config() Key file does not have key “PairableTimeout” in group “General”
bluetoothd[1278]: src/main.c:parse_config() Key file does not have key “Privacy” in group “General”
bluetoothd[1278]: src/main.c:parse_config() Key file does not have key “JustWorksRepairing” in group “General”
bluetoothd[1278]: src/main.c:parse_config() Key file does not have key “TemporaryTimeout” in group “General”
bluetoothd[1278]: src/main.c:parse_config() Key file does not have key “Name” in group “General”
bluetoothd[1278]: src/main.c:parse_config() Key file does not have key “Class” in group “General”
bluetoothd[1278]: src/main.c:parse_config() Key file does not have key “DeviceID” in group “General”
bluetoothd[1278]: src/main.c:parse_config() Key file does not have key “ReverseServiceDiscovery” in group “General”
bluetoothd[1278]: src/main.c:parse_config() Key file does not have key “Cache” in group “GATT”
bluetoothd[1278]: src/main.c:parse_config() Key file does not have key “KeySize” in group “GATT”
bluetoothd[1278]: src/main.c:parse_config() Key file does not have key “ExchangeMTU” in group “GATT”
bluetoothd[1278]: src/main.c:parse_config() Key file does not have key “Channels” in group “GATT”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “BRPageScanType” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “BRPageScanInterval” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “BRPageScanWindow” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “BRInquiryScanType” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “BRInquiryScanInterval” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “BRInquiryScanWindow” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “BRLinkSupervisionTimeout” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “BRPageTimeout” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “BRMinSniffInterval” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “BRMaxSniffInterval” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “LEMinAdvertisementInterval” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “LEMaxAdvertisementInterval” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “LEMultiAdvertisementRotationInterval” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalAutoConnect” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowAutoConnect” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalSuspend” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowSuspend” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalDiscovery” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowDiscovery” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalAdvMonitor” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowAdvMonitor” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalConnect” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowConnect” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “LEMinConnectionInterval” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “LEMaxConnectionInterval” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “LEConnectionLatency” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “LEConnectionSupervisionTimeout” in group “Controller”
bluetoothd[1278]: src/main.c:parse_controller_config() Key file does not have key “LEAutoconnecttimeout” in group “Controller”
bluetoothd[1278]: src/adapter.c:adapter_init() sending read version command
bluetoothd[1278]: Starting SDP server
bluetoothd[1278]: src/sdpd-service.c:register_device_id() Adding device id record for 0002:1d6b:0246:0537
bluetoothd[1278]: src/plugin.c:plugin_init() Loading builtin plugins
bluetoothd[1278]: src/plugin.c:add_plugin() Loading hostname plugin
bluetoothd[1278]: src/plugin.c:add_plugin() Loading wiimote plugin
bluetoothd[1278]: src/plugin.c:add_plugin() Loading autopair plugin
bluetoothd[1278]: src/plugin.c:add_plugin() Loading policy plugin
bluetoothd[1278]: src/plugin.c:add_plugin() Loading a2dp plugin
bluetoothd[1278]: src/plugin.c:add_plugin() Loading avrcp plugin
bluetoothd[1278]: src/plugin.c:add_plugin() Loading network plugin
bluetoothd[1278]: src/plugin.c:add_plugin() Loading input plugin
bluetoothd[1278]: src/plugin.c:add_plugin() Loading hog plugin
bluetoothd[1278]: src/plugin.c:add_plugin() Loading gap plugin
bluetoothd[1278]: src/plugin.c:add_plugin() Loading scanparam plugin
bluetoothd[1278]: src/plugin.c:add_plugin() Loading deviceinfo plugin
bluetoothd[1278]: src/plugin.c:add_plugin() Loading midi plugin
bluetoothd[1278]: src/plugin.c:add_plugin() Loading battery plugin
bluetoothd[1278]: src/plugin.c:plugin_init() Loading plugins /usr/lib/bluetooth/plugins
bluetoothd[1278]: profiles/input/suspend-none.c:suspend_init()
bluetoothd[1278]: profiles/network/manager.c:read_config() Config options: Security=true
bluetoothd[1278]: plugins/hostname.c:read_dmi_fallback() chassis: laptop
bluetoothd[1278]: plugins/hostname.c:read_dmi_fallback() major: 0x01 minor: 0x03
bluetoothd[1278]: src/main.c:main() Entering main loop
bluetoothd[1278]: src/rfkill.c:rfkill_event() RFKILL event idx 0 type 2 op 0 soft 0 hard 0
bluetoothd[1278]: Bluetooth management interface 1.17 initialized
bluetoothd[1278]: src/adapter.c:read_version_complete() sending read supported commands command
bluetoothd[1278]: src/adapter.c:read_version_complete() sending read index list command
bluetoothd[1278]: src/rfkill.c:rfkill_event() RFKILL event idx 1 type 1 op 0 soft 0 hard 0
bluetoothd[1278]: src/adapter.c:read_commands_complete() Number of commands: 70
bluetoothd[1278]: src/adapter.c:read_commands_complete() Number of events: 37
bluetoothd[1278]: src/adapter.c:read_commands_complete() enabling kernel-side connection control
bluetoothd[1278]: src/adapter.c:read_commands_complete() kernel supports the set_blocked_keys op
bluetoothd[1278]: src/adapter.c:read_commands_complete() kernel supports exp features
bluetoothd[1278]: src/adapter.c:read_index_list_complete() Number of controllers: 0
bluetoothd[1278]: plugins/hostname.c:property_changed() static hostname: myhostname
bluetoothd[1278]: plugins/hostname.c:property_changed() pretty hostname:
bluetoothd[1278]: plugins/hostname.c:property_changed() chassis: laptop
У меня двойная загрузка с Windows, но все манипуляции, описанные в обсуждении, которые вы прислали, мне не подошли (там у людей вход в Windows на время делает bluetooth адаптер видимым для linux). У меня же
sudo bluetoothctl
по-прежнему выводит
No default controller available
.
cooleck
No default controller available
Информации не предоставил, а значит рекомендую погуглить по фразе bluetoothctl: No default controller available - выскочить куча способов ...

PS - не нужно цитировать ВСЕ, только то, что нужно ...
Ошибки не исчезают с опытом - они просто умнеют
cooleck
по-прежнему
Возможно что и не работает адаптер с драйвером
у вас есть ошибки фирмари, адаптер совмещенный

cooleck
[ 2.377229] iwlwifi 0000:03:00.0: loaded firmware version 36.79ff3ccf.0 8265-36.ucode op_mode iwlmvm
[ 2.377282] iwlwifi 0000:03:00.0: Direct firmware load for iwl-debug-yoyo.bin failed with error -2
cooleck
У меня двойная загрузка с Windows
И все-таки поддержу vs220 - похоже проблема в двойной загрузке. Помнится, что данный чип имеет проблему, обусловленную тем, что виндовый драйвер мешает загрузке firmware. Если не загружать винду вообще, то все нормально работает в linux … но стоит только загрузиться в windows, больше bluetooth в linux не заработает (wi-fi проблем не имеет).
Intel решил проблему выпуском специального виндового драйвера - если его установить, то проблема исчезает.
Проверь эту версию - погугли … если ничего не найдешь, поищу у себя в базе.

PS - что то похожее еще решалось и так - заходим в BIOS, отключаем wi-fi и проверяем работу bluetooth, если заработало, возвращаем все на место.
Но все зависит от железа и как оно определяется. ... Я обычно в таких ситуациях узнаю как можно больше о железе, благо, что в Linux легко получить кучу выводов о железе.
Ошибки не исчезают с опытом - они просто умнеют
 
Зарегистрироваться или войдите чтобы оставить сообщение.