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:24] beckmanf added Asus laptop |
groundstation [2021/03/25 21:26] (current) wf68spef |
||
---|---|---|---|
Line 10: | Line 10: | ||
* NVIDIA GeForce RTX 2060 (6GB GDDR6) GPU | * NVIDIA GeForce RTX 2060 (6GB GDDR6) GPU | ||
* LAN | * LAN | ||
- | * Dual-band WLAN | + | * Dual-band WLAN - Realtek RTL8822CE |
* Bluetooth | * Bluetooth | ||
running Ubuntu 18.04 LTS (Bionic Beaver) | running Ubuntu 18.04 LTS (Bionic Beaver) | ||
- | ==== setup Laptop ==== | + | ==== Laptops ====Ìý |
+ | Ìý | ||
+ | * SN: K9NRCV06W521391 -> Berlin/JulianÌý | ||
+ | * SN: K9NRCV06W69439A -> AugsburgÌý | ||
+ | * SN: K9NRCV06W71239F -> AugsburgÌý | ||
+ | * SN: K9NRCV06W517396 -> AugsburgÌý | ||
+ | Ìý | ||
+ | ==== 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/ | ||