klippain-shaketune icon indicating copy to clipboard operation
klippain-shaketune copied to clipboard

How to install on a sonic pad?

Open jakyhaky opened this issue 2 years ago • 12 comments

Describe the feature or hardware support you'd like

I'm using a sonic pad and log in putty with root account. And when I try to install it, I get an error message that I can't install with root account

Additional context or information

No response

jakyhaky avatar Jan 16 '24 10:01 jakyhaky

Hello,

I'm not familiar with the sonic pad but I heard that the system is locked and don't use standard Klipper/moonraker. If this is true, I'm not sure that you will be able to install S&T on it.

Is there any standard user available (beside root)? What are the user config path? Are there the standard ~/printer_data/config?

Frix-x avatar Jan 17 '24 16:01 Frix-x

Are there any standard users available (other than the root)?

  • No, I can only use the root account What is the user setup path? Is there a standard?
  • I don't know, but the printer.cfg file exists.

OctoEverywhere was installed successfully using putty.

jakyhaky avatar Jan 18 '24 08:01 jakyhaky

The Nebula pad (Retail, CR10 SE and Ender KE) has the same issue. I guess now that they have official rooting support, we can create another user. Like Creality should have done....

henrivdr avatar Apr 12 '24 05:04 henrivdr

Hello,

I've got some news. I have been working a lot on Shake&Tune the last few weeks and have converted all the code into a real Klipper plugin. Now the user limit should not be a problem anymore as it runs directly in the Klipper environment.

The release is not finished yet, I just have to polish a few things, but it should be out in the next days :)

Frix-x avatar May 19 '24 15:05 Frix-x

Any update on this? I am running a rooted K1C and have a similar issue. It would be helpful if there were instructions to manually install your plugin.

sleewok avatar Jun 05 '24 16:06 sleewok

Sorry, I'm a bit late on the release as I started to add new tools to Shake&Tune haha But I've finished most of the work now and I'm onto documentation now so it should arrive soon.

Frix-x avatar Jun 09 '24 21:06 Frix-x

Looking forward to it! Thanks for putting the time into it.

On Sun, Jun 9, 2024, 5:40 PM Félix Boisselier @.***> wrote:

Sorry, I'm a bit late on the release as I started to add new tools to Shake&Tune haha But I've finished most of the work now and I'm onto documentation now so it should arrive soon.

— Reply to this email directly, view it on GitHub https://github.com/Frix-x/klippain-shaketune/issues/49#issuecomment-2156801396, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACKOLEMLOV2VRZ3UYMNCZLZGTDUHAVCNFSM6AAAAABB4SWIBCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJWHAYDCMZZGY . You are receiving this because you commented.Message ID: @.***>

sleewok avatar Jun 10 '24 15:06 sleewok

v4 was released a couple of hours ago. Can you tell me if this is working now?

Frix-x avatar Jun 14 '24 06:06 Frix-x

login as: root root@.'s password:

BusyBox v1.27.2 () built-in shell (ash)


Linux (Neptune, 5C1C9C53)

root@spad-2524:~# wget -O - https://raw.githubusercontent.com/Frix-x/klippain-sh aketune/main/install.sh | bash Connecting to raw.githubusercontent.com (185.199.110.133:443)

  •                100% |*******************************|  4863   0:00:00 ETA
    

=============================================

  • Klippain Shake&Tune module install script - =============================================

[PRE-CHECK] This script must not be run as root! root@spad-2524:~#

jakyhaky avatar Jun 16 '24 09:06 jakyhaky

hmm can't install it on rooted newest versiomn of ender KE???

 wget -O - https://raw.githubusercontent.com/Frix-x/klippain-shaketune/main/install.sh --no-chec
k-certificate | bash
-sh: bash: not found
Connecting to raw.githubusercontent.com (185.199.108.133:443)
writing to stdout

it has the guroulz guy script installed entware etc. and guppy which all ready has a simple or what thinks we need version sadly :( and since you said klipper enviroment how to install that thing? i had to use no-check apprently but nothing happens here

KennyVB avatar Aug 14 '24 20:08 KennyVB

The KE uses BusyBox's ash shell so it would be

wget https://raw.githubusercontent.com/Frix-x/klippain-shaketune/main/install.sh | sh

Then I'd go through install.sh and revise as needed (i.e #!/bin/sh). Might need a non-rooted user to run the script OR axe the check and roll the dice.

DirtyMikeNtheBoys avatar Mar 27 '25 16:03 DirtyMikeNtheBoys