[[groundstation]]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
groundstation [2019/03/25 23:17]
bjoernh1
groundstation [2020/03/03 10:44]
beckmanf added download station setup
Line 1: Line 1:
 +===== 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 setup for the image download is in the [[image-download-station|Image Download Station setup]].
 +
 +=== 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 |}} HW info Lenovo L540 {{ ::​hwinfo.zip |}}
 +
  
  
  • groundstation.txt
  • Last modified: 2021/03/25 21:26
  • by wf68spef