Update dependencies - Guilouz/Klipper-Flsun-Speeder-Pad GitHub Wiki
-
In the SSH command prompt window, enter the following command to download installer script:
curl -L https://raw.githubusercontent.com/Guilouz/Klipper-Flsun-Speeder-Pad/main/Downloads/sp_installer1.sh -o /home/pi/sp_installer1.sh -
Then this command to start the script:
sudo bash /home/pi/sp_installer1.sh -
You will get asked to enter your current password for verification ->
flsun. -
After completion, your Speeder Pad will restart.
-
Reconnect to the SSH session and enter the following command:
sudo apt-get install network-manager -y -
The installation will hang on this message
Processing triggers for systemdand will return an errorNetwork error: Software caused connection abort, this is normal. -
Unplug and plug in the Speeder Pad and wait until KlipperScreen show a connection error message and go to
Menu-->Networkand reconnect it to your WiFi network. -
Reconnect to the SSH session again and enter the following commands (one at time):
sudo mkdir -p /etc/NetworkManager/conf.dsudo nano /etc/NetworkManager/conf.d/any-user.conf -
In the editor paste this:
[main] auth-polkit=false -
Then on your keyboard press the
Ctrl + Xkeys to exit,Yto save andEnterto validate and save the file. -
Enter this command to reboot again:
sudo reboot -
Wait until KlipperScreen show a connection error message on the Speeder Pad and go to
Menu-->Networkand reconnect it to your WiFi network. -
Enter this commands (one at time):
sudo systemctl -q disable dhcpcd 2> /dev/nullsudo systemctl -q stop dhcpcd 2> /dev/nullsudo systemctl enable NetworkManagersudo systemctl -q --no-block start NetworkManager -
Enter this command to display the list of available WiFi networks:
nmcli device wifi list -
And connect to your network with this command by replacing
Your_SSIDandYour_Password:nmcli device wifi connect "Your_SSID" password "Your_Password" -
You can check if you are properly connected with this command:
nmcli device status -
If all is ok, enter this command to download the second installer script:
curl -L https://raw.githubusercontent.com/Guilouz/Klipper-Flsun-Speeder-Pad/main/Downloads/sp_installer2.sh -o /home/pi/sp_installer2.sh -
Then this command to start the script:
sudo bash /home/pi/sp_installer2.sh -
You will get asked to enter your current password for verification ->
flsun. -
After completion, your system is now ready.
-
At this stage, do not restart the Speeder Pad or you will lose SSH access.
-
Follow the Delete Flsun Builds section to delete Flsun builds and then Install Official Builds (1 instance) or Install Official Builds (Multiple instances) section to install official builds.