Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
groundstation [2019/03/25 23:14] bjoernh1 created |
groundstation [2021/03/25 21:26] (current) wf68spef |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | Lenovo L540 | + | ===== Groundstation Laptop =====Ìý |
+ | Ìý | ||
+ | The laptop is a ASUS TUF FX505DV 8/512 R5-3550H RXT2060 with Ìý | ||
+ | Ìý | ||
+ | * AMD Ryzen 3550H CPUÌý | ||
+ | * 8 GB DDR4-SDRAMÌý | ||
+ | * 512 GB SSDÌý | ||
+ | * 15.6" Full HD 1920x1080 IPS screenÌý | ||
+ | * AMD Radeon Vega 8 GPUÌý | ||
+ | * NVIDIA GeForce RTX 2060 (6GB GDDR6) GPUÌý | ||
+ | * LANÌý | ||
+ | * Dual-band WLAN - Realtek RTL8822CEÌý | ||
+ | * BluetoothÌý | ||
+ | Ìý | ||
+ | running Ubuntu 18.04 LTS (Bionic Beaver)Ìý | ||
+ | Ìý | ||
+ | ==== 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/Ìý | ||
+ | Ìý | ||
+ | Ìý | ||
+ | === eduroam ===Ìý | ||
+ | Ìý | ||
+ | Eduroam does not work with the default wpasupplicant 2.6 version. I have made a backport of wpasupplicant 2.9 from Ubuntu 19.10. Ìý | ||
+ | Ìý | ||
+ | {{ ::wpasupplicant_2.9-1ubuntu2_amd64.zip | wpasupplicant package 2.9 }}Ìý | ||
+ | Ìý | ||
+ | You need to install that package. Please download from this wiki and unzip it. Ìý | ||
+ | Ìý | ||
+ | <code>Ìý | ||
+ | sudo apt install libnl-route-3-200Ìý | ||
+ | sudo dpkg -i wpasupplicant_2.9-1ubuntu2_amd64.debÌý | ||
+ | </code>Ìý | ||
+ | Ìý | ||
+ | Check that the wpa supplicant service is running withÌý | ||
+ | Ìý | ||
+ | <code>Ìý | ||
+ | sudo systemctl status wpa_supplicant.serviceÌý | ||
+ | </code>Ìý | ||
+ | Ìý | ||
+ | In the Wifi Settings for eduroam choose in the "security" settingsÌý | ||
+ | Ìý | ||
+ | * Security: WPA & WPA2 EnterpriseÌý | ||
+ | * Authentication: Tunneled TLSÌý | ||
+ | * Anonymous identity: eduroam@hs-augsburg.deÌý | ||
+ | * Check "No CA certificate is required"Ìý | ||
+ | * Inner Authentication: PAPÌý | ||
+ | * Username: YOURUSERNAME@hs-augsburg.deÌý | ||
+ | * Password: YOURPASSWORDÌý | ||
+ | Ìý | ||
+ | === crrcsim ===Ìý | ||
+ | Ìý | ||
+ | crrcsim is the flight simulator. The Taranis RC can be connected to the laptop via USB. Install the crrcsim packageÌý | ||
+ | Ìý | ||
+ | <code>Ìý | ||
+ | sudo apt install crrcsimÌý | ||
+ | </code>Ìý | ||
+ | Ìý | ||
+ | Add the following to the .profileÌý | ||
+ | Ìý | ||
+ | <code>Ìý | ||
+ | export SDL_JOYSTICK_DEVICE=/dev/input/js0Ìý | ||
+ | </code>Ìý | ||
+ | Ìý | ||
+ | To start the simulator runÌý | ||
+ | Ìý | ||
+ | <code>Ìý | ||
+ | crrcsimÌý | ||
+ | </code>Ìý | ||
+ | Ìý | ||
+ | Ìý | ||
+ | ==== Old laptop in DT lab ====Ìý | ||
+ | Ìý | ||
+ | HW info Lenovo L540 {{ ::hwinfo.zip |}}Ìý | ||