problema no wakeup depois da suspensão
para tentar resolver o problema vou começar por desativar a função de gestão de energia hybrid-sleep.target:
sudo systemctl mask hybrid-sleep.target
X freezing as "systemd-logind: got pause for
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
queimar um iso da atualização da bios dum lenovo numa pen
geteltorito -o xana.bin /home/xana/Transferências/8duj31us.iso
dd if=xana.bin of=/dev/sdb
https://forums.lenovo.com/t5/ThinkPad-11e-Windows-13-E-and-Edge-series-…
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-…
nvidia optimus no debian
Sap driver initialization failed
nano /lib/systemd/system/bluetooth.service
ExecStart=/usr/lib/bluetooth/bluetoothd --noplugin=sap
stretch:
nano /lib/systemd/system/bluetooth.service
ExecStart=/usr/lib/bluetooth/bluetoothd -E -d
systemctl daemon-reload
systemctl restart bluetooth.service
https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=131999