You are not logged in.
I upgraded my nano running on a RPi 3 to build 1884 and it will no longer connect to wifi. Log gives the error message:
Authentication Problem exec: 'wpa_passphrase': executable file not found in $PATH
What can I do about this?
Additionally when I SSH into it I get these errors, are they expected and/or unrelated to any problems I might have?
-bash: id: command not found
-bash: [: : integer expression expected
-bash: /usr/bin/gettext: Unknown error 4094
-bash: /usr/bin/gettext: Unknown error 4094
Last edited by JohanStrom (2018-09-30 14:25:56)
Offline
looks like your sd card got corrupted.
Offline
That was probably it yes but there's still something off. I tried with a fresh install off the nanodlp image and it still didn't connect to wifi - but no error message this time.
I did a manual install instead, raspbian lite then nanodlp and while nano still won't connect with the built in wifi function, I can succesfully connect to my network with raspi-config.
Nano doesn't think it's connected to wifi - the button up in the top right corner just says "Wi-Fi" instead of the network name, but so long as it works I guess the problem is solved.
Offline
Please, share raspbian version, maybe there is a new change on OS which prevent wifi works correctly.
Offline
It's the latest Raspbian Lite from the official website, updated to most recent everything with apt.
pi@Kali:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
pi@Kali:~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 9.4 (stretch)
Release: 9.4
Codename: stretch
pi@Kali:~ $ hostnamectl
Static hostname: Kali
Icon name: computer
Machine ID: <removed>
Boot ID: <removed>
Operating System: Raspbian GNU/Linux 9 (stretch)
Kernel: Linux 4.14.73-v7+
Architecture: arm
Last edited by JohanStrom (2018-10-04 21:11:45)
Offline