I’m using a Pynq 3.0.1 image on a ZCU208, and I’m trying to connect it to Wifi, so I can install some modules to help debug a clock problem (a topic for a different post).
I got an Edimax EW-7811Un V2 USB dongle, since that is listed as being supported (I also have another one which has the same issue). When running python under sudo, I initially had trouble importing Wifi from pynq.lib, (it was not finding pydantic) but adding “/usr/local/share/pynq-venv/lib/python3.10/site-packages” to the sys.path fixed that.
Now when I run:
port = Wifi()
I get:
Traceback (most recent call last):
File “”, line 1, in
File “/home/xilinx/pynq/lib/wifi.py”, line 85, in init
raise ValueError("No WiFi device found. Re-attach the device "
ValueError: No WiFi device found. Re-attach the device or check compatibility.
When I run lsusb -t I get:
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 480M
I don’t know how to read this, but it doesn’t like great to me. Do you know where the drivers are supposed to be for this?
I thought about reinstalling/installing? the drivers and downloaded them from the manufacturer, but there’s no README or any hint as to how to install (and sudo make fails).
I’m looking at workarounds, but a WiFi dongle is definitely the best way. Do you know of any WiFi dongle that has been demonstrated to work on the ZCU208?
Hi, I know this isn’t the answer you are looking for. But how about getting a mini wifi router, something from gl.inet, the Opal for example? And then run the ethernet from the ZCU208 to the mini router that is connected to your WiFi AP? That will also provide addtional networking features and much better reception.