Broadcom hybrid wireless devices
lsusb | grep -i bluetooth
dmesg | grep -i bluetooth
dmidecode -t0
descarregar este driver: https://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/g4wh01ww.exe
innoextract g4wh01ww.exe
cd app
find . -name '*.inf' -type f -exec grep -A5 -i 21e6 -- {} + | grep .hex
e o resultado:
Instantaneous wakeups from suspend
problema da máquina acordar logo a seguir a suspender:
echo EHC1 > /proc/acpi/wakeup
echo EHC2 > /proc/acpi/wakeup
echo XHCI > /proc/acpi/wakeup
cat /proc/acpi/wakeup
https://wiki.archlinux.org/index.php/Power_management/Suspend_and_hiber…
Hardware Maintenance Manual lenovo w530
install Broadcom bluetooth on Lenovo ThinkPad w530
NÃO FAZER ISTO PORQUE PROVOCA CRASHES!
dmesg | grep bluetooth
mkdir /lib/firmware/brcm/
cp BCM20702A1-0a5c-21e6.hcd /lib/firmware/brcm/
rmmod btusb
modprobe btusb
systemctl restart bluetooth.service
https://forums.kali.org/showthread.php?37121-TUTORIAL-install-Broadcom-…