Hello, i want to use my board ultra96v2 with a wifi dongle to have internet, since my board wifi module does not work. Is there a suggested one? do I need a driver? thanks in advance.
Hello, i want to use my board ultra96v2 with a wifi dongle to have internet, since my board wifi module does not work. Is there a suggested one? do I need a driver? thanks in advance.
This is more of a general Linux thing. Check what drivers are installed, and purchase a WiFi adapter that is compatible with that, to improve your chances of success. Otherwise, expect a more uphill struggle. Try something like the following (if it doesn't work, you may need to Google around to find out how to determine which drivers are installed).
find /lib/modules/$(uname -r)/kernel/drivers/net/wireless/
This is more of a general Linux thing. Check what drivers are installed, and purchase a WiFi adapter that is compatible with that, to improve your chances of success. Otherwise, expect a more uphill struggle. Try something like the following (if it doesn't work, you may need to Google around to find out how to determine which drivers are installed).
find /lib/modules/$(uname -r)/kernel/drivers/net/wireless/
Thanks! I will try
Hello in the drivers/net there is only vxlan.ko and xen-netback.ko, so I see that there are not net drivers in my OS. I wonder why if i just downloaded the one in the getting started of ultra96v2