-
Details
-
Written by Ben
-
Category: Raspberry Pi 3 (raspbian stretch)
-
-
Hits: 142
- sudo wget http://www.fars-robotics.net/install-wifi -O /usr/bin/install-wifi
- Downloads the installation file
- sudo chmod +x /usr/bin/install-wifi
- Installation process
- sudo install-wifi -c rpi-update
- check for driver if rpi-update is run.
- sudo rpi-update
- if a driver is available you can run rpi-update to update firmware.
- sudo install-wifi -u rpi-update
- then update the driver for the new kernel installed by rpi-update.