Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OctoDash not wanting to install on setup on PI #3934

Open
EricSV06 opened this issue Oct 16, 2023 · 6 comments
Open

OctoDash not wanting to install on setup on PI #3934

EricSV06 opened this issue Oct 16, 2023 · 6 comments
Labels
support Something isn't working with the users setup

Comments

@EricSV06
Copy link

What doesn't work?
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

What did you already try?
A clear and concise description of what you tried to make OctoDash work.

General Information:

  • Hardware [e.g. Raspberry Pi, if you have layout issues please also include your screen resolution]
  • OS Info [e.g. Raspbian Buster Lite, please also indicate if you used OctoPi]
  • OctoDash Version [e.g. v1.0.0]
  • OctoPrint Version [e.g. v1.0.0]

Additional context
Add any other context or screenshots about the feature request here.
i'm using Pi 4 B
OctoPrint 1.9.3
OctoPi 1.0.0
when i type in the Bash code to get it. it only goes to the next promt line.... doesnt say anything. restart and nothing. only octopi and print are on it.....

@EricSV06 EricSV06 added the support Something isn't working with the users setup label Oct 16, 2023
@EricSV06
Copy link
Author

EricSV06 commented Oct 27, 2023 via email

@jneilliii
Copy link
Contributor

I have a patched version of the script that should help in this situation. The command to run would be this...

bash <(wget -qO- https://raw.githubusercontent.com/jneilliii/OctoDash/bugfix/arch_detection/scripts/install.sh)

Only change to the script is how the architecture is detected using dpkg instead of uname as seen here.

@zrosgit
Copy link

zrosgit commented Mar 24, 2024

Thank you @jneilliii . The URL in your post isn't valid, but the install.sh script worked for me on my RPi4 with a Hosyond 3.5 tft (gpio) screen.

@jneilliii
Copy link
Contributor

ah, I merged the changes into my main branch...here's the updated command line.

bash <(wget -qO- https://raw.githubusercontent.com/jneilliii/OctoDash/main/scripts/install.sh)

@zrosgit
Copy link

zrosgit commented Mar 24, 2024

Great. I verified that this URL did do the wget operation without issue. Before I found your script, I must have spent a minimum of three days trying to get OctoDash to install and run. Was about to give up. As I understand it, using the armv71.deb (your script for my Pi) vs the arm64.deb (which is what @UnchartedBull's install script was selecting for my pi) made the difference.

@jneilliii
Copy link
Contributor

Yeah, more than likely. I also just made an adjustment this morning from #4152 that allows installing on installs that aren't using the username pi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Something isn't working with the users setup
Projects
None yet
Development

No branches or pull requests

3 participants