Feature request - automatic driver install #1032
turdferguson68
started this conversation in
Ideas
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Found a script that installs drivers for the most popular driver chips:
http://downloads.fars-robotics.net/wifi-drivers
subject script is /install-wifi
I got it running with the following:
wget http://downloads.fars-robotics.net/wifi-drivers/install-wifi -O /usr/bin/install-wifi
sudo chmod +x /usr/bin/install-wifi
sudo install-wifi
I know dongle drivers have been a problem in the past. Maybe this could be added to the script?
Beta Was this translation helpful? Give feedback.
All reactions