Pi setup is as follows:
- version 4B
- 64 bit OS
- ethernet cable from router to Pi
- power cable from Pi to laptop USB port
- SD card 16 GB
- Router recognizes, lists Pi in devices, can SSH to it
If I move the connection of power cable USB end from laptop to iPhone plug in wall socket, I see power lights, ethernet lights as before on the Pi, but the device isn't listed on the router. Why is this? How do I resolve this?
I have enabled SSH, userconf
has username:hash-password
, wpa_supplicant.conf
as follows:
country=GB
update_config=1
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
network={
scan_ssid=1
ssid="xxxSSIDxxx"
psk="xxxPasswordxxx"
key_mgmt=WPA-PSK
}
How do I resolve this?
... simple, don't use the iPhone plug – jsotola Jul 09 '22 at 23:34