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

Installation Error: Ruspberry-pi #517

Open
noam95 opened this issue Nov 13, 2023 · 6 comments
Open

Installation Error: Ruspberry-pi #517

noam95 opened this issue Nov 13, 2023 · 6 comments

Comments

@noam95
Copy link

noam95 commented Nov 13, 2023

When trying to install this project on my Raspberry Pi that runs the latest version of rusberian-32bit, I'm getting the error:
command failed: wifi-connect --version

Any ideas? sejections?

@JGVD21
Copy link

JGVD21 commented Nov 15, 2023

Getting the same issue with a Raspberry Pi4

CLI Output

/dev/fd/63: line 208: /usr/local/sbin/wifi-connect: No such file or directory
WiFi Connect Raspbian Installer: command failed: wifi-connect --version

OS details

PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

@noam95
Copy link
Author

noam95 commented Dec 10, 2023

any updates?

@HolasoyLorenzo
Copy link

same issue, PI4B installation

@clanger9
Copy link

It's downloading the wrong binary for 64-bit OS. Try:
wget https://github.com/balena-io/wifi-connect/raw/master/scripts/raspbian-install.sh

in raspbian-install.sh, change
local _regex='browser_download_url": "\K.*rpi\.tar\.gz'
to
local _regex='browser_download_url": "\K.*aarch64\.tar\.gz'

and install it with

chmod +x raspbian-install.sh 
./raspbian-install.sh 

@noam95
Copy link
Author

noam95 commented Feb 12, 2024

It's downloading the wrong binary for 64-bit OS. Try: wget https://github.com/balena-io/wifi-connect/raw/master/scripts/raspbian-install.sh

in raspbian-install.sh, change local _regex='browser_download_url": "\K.*rpi\.tar\.gz' to local _regex='browser_download_url": "\K.*aarch64\.tar\.gz'

and install it with

chmod +x raspbian-install.sh 
./raspbian-install.sh 

I'm still facing this error: "command failed: wifi-connect --version"

@HolasoyLorenzo
Copy link

For me it could install OK now on a Pi 4B.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants