I’m following the following guide to install the USB Wifi Dongle driver with fixes. However, it fired the following problem. I use PYNQ-Z1 with v2.4 image. Is there anyone know how to resolve the issue ?
DKMS: add completed.
root@pynq:/home/xilinx# dkms install 8192cu/1.11 Error! echo Your kernel headers for kernel 4.14.0-xilinx-v2018.3 cannot be found at /lib/modules/4.14.0-xilinx-v2018.3/build or /lib/modules/4.14.0-xilinx-v2018.3/source.
root@pynq:/home/xilinx# ls /lib/modules/4.14.0-xilinx-v2018.3/
Hi @rock, how can I obtain these kernel.tar.gz?
I face the same problem on a Zybo Z7-20 running PYNQ v2.5.
There is no /lib/modules folder on my system and lsmod returns nothing.
On the PYNQ-Z2 they exist and the wifi dongle works fine.
Hi @rock. I had a similar problem when I was generating petalinux to support usb host. So I had to rebuild the image again. Is there a way to add the module after generating the pynq image?
I don’t. But you can google it around. It might be just a few kernel configurations that you have to enable (e.g. like this), then rebuild the SD card image.
Hi @rock, wifi is now running and I can do ssh to the pynq either using ip from eth0 or wlan0, but always with the ethernet cable connected to the computer. Internet is okay.
Is there any way to access the board without using the ethernet cable?