-
Notifications
You must be signed in to change notification settings - Fork 11
Wireless
This page contains information related to WiFi adapters on the UP (known working devices and any needed configuration steps).
- TP-LINK TL-WN823N
Although the Realtek RTL8192CU chipset is very common (see this list), it still suffers from many known issues due to an unmaintained software stack.
ubilinux bundles a script to install a modified version of the driver which fixes some of these. This fix, as well as more information about the driver and the issue itself, can be found on GitHub.
To install it, simply run:sudo /opt/install_rtl8192cu_fixes.sh
Note that the script will automatically reboot the board once it's finished.
This section assumes a working configuration for hostapd on a Debian-based machine. To learn how to set up and configure hostapd, see this guide.
To use these Realtek dongles in AP mode, a patched version of hostapd is needed as well. For convenience, a pre-patched package is available in the ubilinux package repository:
apt-get install hostapd-rtl871xdrv
If the unpatched Debian hostapd
package was installed before, this will transparently replace it. Only one further change is needed on the hostapd configuration file. Find the line starting by driver=...
, and modify it (or add it if not found) so that it reads:
driver=rtl871xdrv
hostapd should now work, after (re)starting the service.
If you use AC9260 on APL platform, you need to adjust the BIOS settings to be recognized. Please adjust the following two points to be recognized:
BIOS -> CRB Setup -> CRB Chipset -> South Closter Configuration -> PCI Express Configuration -> PCI Express Root Port 1 -> PCIe Speed => Change to Gen2.
BIOS -> CRB Setup -> CRB Chipset -> South Closter Configuration -> PCI Express Configuration -> PCI Express Root Port 1 -> PCIe Selectable De-em => Change to Disable.
For UP Squared, please select PCI Express Root Port 6
For UP 4000, please select PCI Express Root Port 1
NOTE: This wiki is the main source of documentation for developers working with (or contributing to) the UP products. If this is your first time hearing about UP, we recommend starting with our main UP website, and our UP community page.