Ноутбук вы когда-то вскрывли, разбирали? Часто носите его с собой по улице, открываете-закрываете?
Я к тому, что антенны расположены под крышкой и подключены RF-кабелем.
Есть два варианта - кабель выскочил из разъема (особенно вероятно при неквалифицированном вскрытии)
Кабель переломился не месте входа в крышку
You can create a udev rule to disable the internal Bluetooth.
First find the idVendor and idProduct for the USB device you wish to disable by running lsusb and locating the right line. Eg, on my system this is the matching line for the adapter I wanted to disable:
Bus 004 Device 006: ID 0b05:179c ASUSTek Computer, Inc. Bluetooth Adapter
So then put the following into /etc/udev/rules.d/81-bluetooth-hci.rules, note the 0b05 and 179c values from above:
SUBSYSTEM=="usb", ATTRS{idVendor}=="0b05", ATTRS{idProduct}=="179c", ATTR{authorized}="0"
At this point you can just reboot and your device should no longer show up in the output of hciconfig -a, and any other bluetooth device you plug in (assuming it's not of the same vendor+productID!) will show up as hci0.
rtl8761b_config
rtl8761b_fw
rtl8761bu_config.bin
rtl8761bu_fw.bin
/usr/lib/firmware/rtl_bt
Согласно федеральному закону от 27 июля 2006 года 152-ФЗ «О персональных данных», это любая информация, относящаяся к определенному или определяемому на основе такой информации физическому лицу (субъекту персональных данных). Конкретного перечня данных в законе нет, что оставляет некоторый простор для толкования.
git tag -a old-develop -m "develop before" develop
git branch -f develop master
git push --force
git reset --hard @{UPSTREAM}