Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
groundstation [2020/03/03 10:30] beckmanf [Groundstation Laptop] added wlan chipset |
groundstation [2021/03/25 21:26] (current) wf68spef |
||
|---|---|---|---|
| Line 22: | Line 22: | ||
| * SN: K9NRCV06W517396 -> Augsburg | * SN: K9NRCV06W517396 -> Augsburg | ||
| - | ==== setup Laptop ==== | + | ==== Laptop Setup ==== |
| + | |||
| + | The specific software setup for the image download is in the [[image-download-station|Image Download Station setup]]. | ||
| + | |||
| + | |||
| + | ==== 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/ | ||