Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 7503

Beginners • Can not access internet but Wifi connected

$
0
0
Dear experts

I'm using Pi 5 to connect Wifi, once I successfully accessed to internet, but when I came back at the next day, I found the Wifi is still connected but I don't have internet access (can not open any webpage). This always happens when I came back at another day, how can I know what is wrong here...?

Here is the output of ifconfig:

Code:

        wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500        inet 100.74.7.18  netmask 255.255.255.0  broadcast 100.74.7.255        inet6 fe80::760a:9896:9bdf:cfb5  prefixlen 64  scopeid 0x20<link>        ether d8:3a:dd:c4:9d:ca  txqueuelen 1000  (Ethernet)        RX packets 497697  bytes 79310157 (75.6 MiB)        RX errors 0  dropped 303920  overruns 0  frame 0        TX packets 89086  bytes 89879751 (85.7 MiB)        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0        
And route:

Code:

Kernel IP routing tableDestination     Gateway         Genmask         Flags Metric Ref    Use Ifacedefault         100.74.7.254    0.0.0.0         UG    600    0        0 wlan0100.74.7.0      0.0.0.0         255.255.255.0   U     600    0        0 wlan0
And journalctl --unit=wpa_supplicant:

Code:

-- Boot 8292efcb63144876a87c9483544cd42d --Feb 05 03:16:26 pi5-openlab systemd[1]: Starting wpa_supplicant.service - WPA supplicant...Feb 05 03:16:27 pi5-openlab wpa_supplicant[832]: Successfully initialized wpa_supplicantFeb 05 03:16:27 pi5-openlab systemd[1]: Started wpa_supplicant.service - WPA supplicant.Feb 05 03:16:30 pi5-openlab wpa_supplicant[832]: wlan0: WPS-CANCELFeb 05 03:16:30 pi5-openlab wpa_supplicant[832]: wlan0: Trying to associate with SSID 'COMETLOCAL2'Feb 05 03:16:33 pi5-openlab wpa_supplicant[832]: wlan0: Associated with 00:90:fe:ac:0a:5aFeb 05 03:16:33 pi5-openlab wpa_supplicant[832]: wlan0: CTRL-EVENT-CONNECTED - Connection to 00:90:fe:ac:0a:5a completed [id=0 id_str=]Feb 05 03:16:33 pi5-openlab wpa_supplicant[832]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0Feb 05 03:16:33 pi5-openlab wpa_supplicant[832]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=JPFeb 06 05:40:33 pi5-openlab systemd[1]: Stopping wpa_supplicant.service - WPA supplicant...Feb 06 05:40:33 pi5-openlab wpa_supplicant[832]: p2p-dev-wlan0: CTRL-EVENT-DSCP-POLICY clear_allFeb 06 05:40:33 pi5-openlab wpa_supplicant[832]: p2p-dev-wlan0: CTRL-EVENT-DSCP-POLICY clear_allFeb 06 05:40:33 pi5-openlab wpa_supplicant[832]: nl80211: deinit ifname=p2p-dev-wlan0 disabled_11b_rates=0Feb 06 05:40:33 pi5-openlab wpa_supplicant[832]: p2p-dev-wlan0: CTRL-EVENT-TERMINATINGFeb 06 05:40:33 pi5-openlab wpa_supplicant[832]: wlan0: CTRL-EVENT-DISCONNECTED bssid=00:90:fe:ac:0a:5a reason=3 locally_generated=1Feb 06 05:40:33 pi5-openlab wpa_supplicant[832]: wlan0: CTRL-EVENT-DSCP-POLICY clear_allFeb 06 05:40:34 pi5-openlab wpa_supplicant[832]: wlan0: CTRL-EVENT-DSCP-POLICY clear_allFeb 06 05:40:34 pi5-openlab wpa_supplicant[832]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0Feb 06 05:40:34 pi5-openlab wpa_supplicant[832]: wlan0: CTRL-EVENT-TERMINATINGFeb 06 05:40:34 pi5-openlab systemd[1]: wpa_supplicant.service: Deactivated successfully.Feb 06 05:40:34 pi5-openlab systemd[1]: Stopped wpa_supplicant.service - WPA supplicant.-- Boot 39016022c536461c9299146292745f52 --Feb 06 05:40:49 pi5-openlab systemd[1]: Starting wpa_supplicant.service - WPA supplicant...Feb 06 05:40:49 pi5-openlab wpa_supplicant[838]: Successfully initialized wpa_supplicantFeb 06 05:40:49 pi5-openlab systemd[1]: Started wpa_supplicant.service - WPA supplicant.Feb 06 05:40:53 pi5-openlab wpa_supplicant[838]: wlan0: WPS-PBC-ACTIVEFeb 06 05:40:53 pi5-openlab wpa_supplicant[838]: wlan0: WPS-CANCELFeb 06 05:40:53 pi5-openlab wpa_supplicant[838]: wlan0: Trying to associate with SSID 'COMETLOCAL2'Feb 06 05:40:56 pi5-openlab wpa_supplicant[838]: wlan0: Associated with 00:90:fe:ac:0a:5aFeb 06 05:40:56 pi5-openlab wpa_supplicant[838]: wlan0: CTRL-EVENT-CONNECTED - Connection to 00:90:fe:ac:0a:5a completed [id=0 id_str=]Feb 06 05:40:56 pi5-openlab wpa_supplicant[838]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0Feb 06 05:40:56 pi5-openlab wpa_supplicant[838]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=JP

Statistics: Posted by crisps — Wed Feb 07, 2024 6:02 am — Replies 1 — Views 71



Viewing all articles
Browse latest Browse all 7503

Trending Articles