WARNING: This is for advanced users - if you missconfigure your wired network you most likely have to reinstall!
Login to your KiwiSDR via SSH or enter the commands via console in admin section of the webinterface
First we probably need to install firmware and stuff for Wifi dongles:
apt install firmware-realtek firmware-ralink firmware-misc-nonfree wpasupplicant wireless-tools
After that, your device should be recognized automatically - see end of dmesg
output after plugging it in.
(If not - you might have a device which requires compiling a driver, etc. - sorry, not described here.)
Then we edit /etc/wpa_supplicant/wpa_supplicant.conf and enter out Wifi credentials for WPA2 (watch your country code):
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
ap_scan=1
country=DE
fast_reauth=1
network={
ssid="MySSID"
scan_ssid=1
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
group=CCMP
psk="MyWifiPassword"
}
Next we configure the wifi interface wlan0 for dhcp in /etc/network/interfaces by adding the lines:
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
After that, the Wifi interface should come up after plugging in the wifi dongle.
If you happen to fiddle with more than one Wifi dongle, you might end up with multiple interface names (e.g. wlan0, wlan1, etc.): The interface names are saved via the device's MAC address in the file /etc/udev/rules.d/70-persistent-net.rules
Would this dongle work? Have you found Wi-Fi dongles in general to cause any noise interference with the Kiwi?
https://www.amazon.com/Adapter-ac600Mbps%EF%BC%8CQGOO-Wireless-Network-OS10-6-10-13/dp/B07HK5CJ45/ref=pd_rhf_schuc_s_cr_simh_0_3/135-1451796-3808434?_encoding=UTF8&pd_rd_i=B07HK5CJ45&pd_rd_r=1e02a125-e2c4-4388-8623-9ec3e62ecd98&pd_rd_w=dwK2d&pd_rd_wg=LhgF2&pf_rd_p=31caee8f-ce20-49ad-9f29-d71df297ad52&pf_rd_r=SGBA1TJYPKT22BNPXAZ5&psc=1&refRID=SGBA1TJYPKT22BNPXAZ5