A couple of weeks ago I started experimentation in order to set up my RPi4 as a WiFi AP while connected by mobile network. My thread about this is here.
I did not have a mobile connection at the time so I was on wired Ethernet and used VNC and PuTTY to do the experiments.
It never panned out and then I tried to undo what I had done to get my system back into the state it was previously, but this also failed.
I can connect by PuTTY and VNC through ethernet but I can for the life of me not get WiFi working normally again!
I then had to go to the USA for a couple of weeks so I am only now back home trying to fix the problem.
When in VNC on the desktop I cannot use the top right icon to connect to a WiFi network.
When I click on the double arrow symbol all I see is "No wireless interfaces found".
But on PuTTY I get this:
Code: Select all
$ ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.119.246 netmask 255.255.255.0 broadcast 192.168.119.255
inet6 fe80::fffa:e103:a4c9:1230 prefixlen 64 scopeid 0x20<link>
ether dc:a6:32:05:6c:d9 txqueuelen 1000 (Ethernet)
RX packets 466 bytes 136979 (133.7 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 237 bytes 67681 (66.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 9 bytes 524 (524.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 9 bytes 524 (524.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether dc:a6:32:05:6c:db txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0Any ideas where I should look to get it going again?