ASUS USB-BT400 Debian 11

Salut,

Souhaitant améliorer la gestion de présence, après la clé BT SENA (utilisée Theengs Gateway) j’ai voulu ajouter une clé moins chère pour le plugin phone_detection !

Sous Debian 11 tout semble OK pour la clé et bien NON !!
Impossible d’avoir la présence avec phone_detection et ce n’est pas lui le coupable

Il faut vraiment un driver pour cette clé usb sinon elle est mal reconnue, on a des I/O errors

Donc la procédure se passe forcément en ssh sur votre box en debian 11 (pas testé 12)

cd /tmp
curl 'https://dlcdnets.asus.com/pub/ASUS/wireless/USB-BT400/DR_USB_BT400_1201710_Windows.zip' \
  -o bt400-driver.zip
unzip bt400-driver.zip
cd Win10_USB-BT400_DRIVERS/Win10_USB-BT400_Driver_Package/64
hex2hcd BCM20702A1_001.002.014.1443.1467.hex -o BCM20702A1-0b05-17cb.hcd
sudo mkdir -p /lib/firmware/brcm/
sudo cp BCM20702A1-0b05-17cb.hcd /lib/firmware/brcm/

Voilà le plus gros est fait.
Maintenant faut déconnecter la clé physiquement et la rebrancher

Si vous faites un dmseg vous allez alors avoir le bonheur de voir linux qui reconnait bien votre clé

[  273.404279] usb 2-2.5: USB disconnect, device number 8
[  287.649988] usb 2-2.5: new full-speed USB device number 9 using uhci_hcd
[  288.369403] usb 2-2.5: New USB device found, idVendor=0b05, idProduct=17cb, bcdDevice= 1.12
[  288.369407] usb 2-2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  288.369410] usb 2-2.5: Product: BCM20702A0
[  288.369413] usb 2-2.5: Manufacturer: Broadcom Corp
[  288.369415] usb 2-2.5: SerialNumber: 5CF370AAF56D
[  288.513330] Bluetooth: hci1: BCM: chip id 63
[  288.517311] Bluetooth: hci1: BCM: features 0x07
[  288.572326] Bluetooth: hci1: BCM20702A
[  288.572331] Bluetooth: hci1: BCM20702A1 (001.002.014) build 0000
[  288.576417] bluetooth hci1: firmware: direct-loading firmware brcm/BCM20702A1-0b05-17cb.hcd
[  288.576426] Bluetooth: hci1: BCM20702A1 'brcm/BCM20702A1-0b05-17cb.hcd' Patch
[  289.683313] Bluetooth: hci1: Broadcom Bluetooth Device
[  289.683319] Bluetooth: hci1: BCM20702A1 (001.002.014) build 1467

1 « J'aime »

Salut j’ai la même clé et le même soucis mais avec le plugin tgw par contre pour phone détection ca marche nickel sans à avoir lancé les commandes
pour mon pi0w je bloque à cette ligne

cd Win10_USB-BT400_DRIVERS/Win10_USB-BT400_Driver_Package/64
hex2hcd BCM20702A1_001.002.014.1443.1467.hex -o BCM20702A1-0b05-17cb.hcd

plus rien de se passe
voila ce que cela me met

pi@raspberrypi:/tmp $ cd Win10_USB-BT400_DRIVERS/Win10_USB-BT400_Driver_Package/64
hex2hcd BCM20702A1_001.002.014.1443.1467.hex -o BCM20702A1-0b05-17cb.hcd
Converting BCM20702A1_001.002.014.1443.1467.hex to BCM20702A1-0b05-17cb.hcd
pi@raspberrypi:/tmp/Win10_USB-BT400_DRIVERS/Win10_USB-BT400_Driver_Package/64 $ 
pi@raspberrypi:/tmp/Win10_USB-BT400_DRIVERS/Win10_USB-BT400_Driver_Package/64 $ sudo mkdir -p /lib/firmware/brcm/
pi@raspberrypi:/tmp/Win10_USB-BT400_DRIVERS/Win10_USB-BT400_Driver_Package/64 $ sudo cp BCM20702A1-0b05-17cb.hcd /lib/firmware/brcm/