balena-os / wifi-connect

Easy WiFi setup for Linux devices from your mobile phone or laptop
Apache License 2.0
1.3k stars 365 forks source link

Raspberri 4 problem #550

Closed Catta1997 closed 7 months ago

Catta1997 commented 8 months ago

Hi, i have a problem in Raspberry 4, I already changed the line in install.sh but I'm installing the v 4.4.6 , I dot know if it is fixed in newer version but my raspberry when I input a new wifi in portal and press "connect" not connect to the wifi. I tried with multiple AP also sometimes (9/10 times) not automatically start

Zandor300 commented 8 months ago

Using v4.11.1 should work. Could you try that?

Catta1997 commented 8 months ago

Using v4.11.1 should work. Could you try that?

how can I install it? run bash <(curl -L https://github.com/balena-io/wifi-connect/raw/master/scripts/raspbian-install.sh) (with install fix #517 ) only install 4.4.6 . Is download 4.11.1 and move the script to /usr/local/sbin enough?

nogoonoo commented 7 months ago

@Zandor300 - I'm encountering the same issue as @Catta1997 . Are there instructions anywhere on how to download previous versions? Thanks!

Catta1997 commented 7 months ago

@Zandor300 - I'm encountering the same issue as @Catta1997 . Are there instructions anywhere on how to download previous versions? Thanks!

I solved downloading the 4.11.1 and moving the script and ui folder manually. @nogoonoo try to follow this steps:

1) wget https://github.com/balena-os/wifi-connect/releases/download/v4.11.1/wifi-connect-v4.11.1-linux-aarch64.zip 2) unzip the downloaded file 3) cd to the unzipped folder 3) sudo mv wifi-connect /usr/local/sbin 4) sudo mv ui /usr/local/share/wifi-connect/ui

nogoonoo commented 7 months ago

Thanks @Zandor300 ! I'll give it a go

Catta1997 commented 7 months ago

Thanks @Zandor300 ! I'll give it a go

let me know if worked

nogoonoo commented 7 months ago

Files have been moved to their respective locations, but I don’t see the AP on my RP4. I executed /usr/local/sbin/wifi-connect, but I don't see anything happening. Is there a command I need to run @Zandor300 ?