Open mulka opened 1 month ago
I did a little more investigation and found out that /etc/wpa_supplicant/wpa_supplicant.conf did not have the
id_str="AP1"
in it that is added configure-ap.sh
. So, I don't know if something else maybe changed that file, or maybe there was a problem with the configure-ap.sh
script and it didn't get to the end?
I did a little more investigation and found out that /etc/wpa_supplicant/wpa_supplicant.conf did not have the
id_str="AP1"
in it that is addedconfigure-ap.sh
. So, I don't know if something else maybe changed that file, or maybe there was a problem with theconfigure-ap.sh
script and it didn't get to the end?
Setup would have failed if configure-ap.sh failed. You can check /boot/teslausb-headless-setup.log to see if there were any issues during setup.
Describe the problem
I had a problem where the raspberry pi wasn't getting an IPV4 address for my home wifi so the archive loop was stuck in the
Waiting for archive to be reachable...
state. A bunch of other stuff seemed to be working though. For example, I was able to view footage on the Tesla screen. I was able to connect directly to the raspberry pi's wifi access point it was advertising and SSH into it.When running
ifconfig
I got this for wlan0. Notice that there is no IPV4 address there.I did some research with ChatGPT and found that I could manually run dhclient.
Initial indications seem like that has worked. It is trying to archive a bunch of files now. Will wait to see if it completes and if the problem comes back in a few days.
Device
Raspberry Pi Zero W
OS Image
Prebuilt TeslaUSB image
Car Model
Model Y
USB connection
Glove box
Logs
No response
Additional information
No response