brandon-bailey / rtl8822bu

RTL8822BU Wireless Driver for Linux
61 stars 220 forks source link

Black Screen Upon Wakeup from Suspend: Resolved #12

Closed dbierer closed 6 years ago

dbierer commented 6 years ago

After installing the driver, my laptop (Asus Zenbook) running Ubuntu 16.04, had a black screen upon wakeup from suspend, from which there is no recovery. Had to physically reboot the computer every time.

dbierer commented 6 years ago

Solution: edit Makefile as follows:

CONFIG_RTW_SDIO_PM_KEEP_POWER = n

Laptop recovers properly now after suspend. Requires reseating the USB WiFi dongle, however this is a small price to pay compared to a hard reset. Driver works brilliantly: getting speeds almost up to 100MBPS when near the WiFi router.
THANKS BRANDON!!!!!!