LINUX.ORG.RU

Сообщения negr78

 

Решение - установка драйвера Bluetooch от Realtek на Debian12

 , ,

Debian12 (bookworm) ядро 6.1.0-41-amd64 (64-бита)

В USB вставлено устройство-адаптер Bluetooth

Debian видит устройство но не инициализирует

sudo lsusb -v | grep Blue
Bus 001 Device 002: ID 0bda:a728 Realtek Semiconductor Corp. Bluetooth 5.4 Radio

sudo bluetoothctl list
... пустота ...

Сама служба была в Debian и работала успешно

sudo service bluetooth status
● bluetooth.service - Bluetooth service
     Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
     Active: active (running) since Wed 2025-11-19 10:33:27 MSK; 1h 12min ago
       Docs: man:bluetoothd(8)
   Main PID: 788 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 38341)
     Memory: 3.2M
        CPU: 43ms
     CGroup: /system.slice/bluetooth.service
             └─788 /usr/libexec/bluetooth/bluetoothd

В «источниках» в файле /etc/apt/sources.list разрешены non-free и non-free-firmware

# Debian Bookworm
deb http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware

#deb http://deb.debian.org/debian/ bookworm main non-free-firmware
deb-src http://deb.debian.org/debian/ bookworm main non-free-firmware

deb http://security.debian.org/debian-security bookworm-security main non-free-firmware
deb-src http://security.debian.org/debian-security bookworm-security main non-free-firmware

# bookworm-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb http://deb.debian.org/debian/ bookworm-updates main non-free-firmware
deb-src http://deb.debian.org/debian/ bookworm-updates main non-free-firmware

Установка «драйвера» произошла по команде:

apt install firmware-realtek

Далее только после перезагрузки ПК Debian инициализировал устройство:

bluetoothctl list
Controller 2F:48:8B:12:7F:23 mypc [default]

и все заработало - нашел и подключил наушники

p.s. более опытные подсказали:

  1. для диагностики надо было логи linux смотреть (dmesg)

  2. установил я не драйвер а прошивку (драйвер уже был)

  3. https://wiki.debian.org/BluetoothUser - здесь всё расписано

negr78
()

RSS подписка на новые темы