rfkill list
lsusb
lsmod | grep btusb
bluetoothctl list
systemctl status bluetooth.service
uname -r
nikita@nikita-desktop:~$ uname -r 5.13.0-39-generic
Как обновить?
pacman -Sy bluez bluez-utils
modprobe btusb
systemctl start bluetooth.service
lsusb
bluetoothctl list
modprobe btusb
systemctl restart bluetooth.service
lsusb
bluetoothctl list
nikita@nikita-desktop:~$ modprobe btusb
nikita@nikita-desktop:~$ modprobe btusb
nikita@nikita-desktop:~$ systemctl restart bluetooth.service
nikita@nikita-desktop:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 007: ID 045e:07f8 Microsoft Corp. Wired Keyboard 600 (model 1576)
Bus 001 Device 006: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 005: ID 04e8:6864 Samsung Electronics Co., Ltd GT-I9070 (network tethering, USB debugging enabled)
Bus 001 Device 003: ID 1b3f:2247 Generalplus Technology Inc. GENERAL WEBCAM
Bus 001 Device 002: ID 045e:00cb Microsoft Corp. Basic Optical Mouse v2.0
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
nikita@nikita-desktop:~$ bluetoothctl list
nikita@nikita-desktop:~$
Стоит у меня уже Ubuntu 22.04 LTS
Вот что выводит.
а как поменять хаб?
$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 007: ID 045e:07f8 Microsoft Corp. Wired Keyboard 600 (model 1576)
Bus 001 Device 006: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 005: ID 04e8:6864 Samsung Electronics Co., Ltd GT-I9070 (network tethering, USB debugging enabled)
Bus 001 Device 003: ID 1b3f:2247 Generalplus Technology Inc. GENERAL WEBCAM
Bus 001 Device 002: ID 045e:00cb Microsoft Corp. Basic Optical Mouse v2.0
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 007: ID 045e:07f8 Microsoft Corp. Wired Keyboard 600 (model 1576)
Bus 001 Device 006: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 005: ID 04e8:6864 Samsung Electronics Co., Ltd GT-I9070 (network tethering, USB debugging enabled)
Bus 001 Device 003: ID 1b3f:2247 Generalplus Technology Inc. GENERAL WEBCAM
Bus 001 Device 002: ID 045e:00cb Microsoft Corp. Basic Optical Mouse v2.0
Bus 002 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
sudo service bluetooth status
[sudo] пароль для sun4ees0id:
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2022-04-24 12:16:48 +07; 3 days ago
Docs: man:bluetoothd(8)
Main PID: 18383 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 9261)
Memory: 1.0M
CPU: 100ms
CGroup: /system.slice/bluetooth.service
└─18383 /usr/lib/bluetooth/bluetoothd
апр 24 12:16:48 shaithan-machine systemd[1]: Starting Bluetooth service...
апр 24 12:16:48 shaithan-machine bluetoothd[18383]: Bluetooth daemon 5.64
апр 24 12:16:48 shaithan-machine systemd[1]: Started Bluetooth service.
апр 24 12:16:48 shaithan-machine bluetoothd[18383]: Starting SDP server
апр 24 12:16:48 shaithan-machine bluetoothd[18383]: Bluetooth management interface 1.21 initialized
sun4ees0id@shaithan-machine:~$