Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
searchwing-image-download-station [2020/02/29 20:24] j0ge4622 |
searchwing-image-download-station [2021/03/20 14:44] (current) bjoernh1 |
||
|---|---|---|---|
| Line 116: | Line 116: | ||
| sudo systemctl status rsync | sudo systemctl status rsync | ||
| + | |||
| + | ==== WIFI ===== | ||
| + | If Wifi isn't working, first check if the firmware file can be loaded! | ||
| + | |||
| + | dmesg | grep rtw_pci | ||
| + | In Ubuntu 18.04 the firmware for rtw8822 wifi adapter (ASUS TUF FX505DV Laptop) isn't included in linux-firmware ubuntu deb package! So after a Kernel update it can be necessary to fetch it again and copy it to the lib folder. | ||
| + | |||
| + | git clone git://git.kernel.org/pub/scm/linux/kernel/firmware/linux-firmware.git | ||
| + | cp ./linux-firmware/rtw88/rtw8822c_wow_fw.bin /lib/firmware/rtw88/ | ||