Hi Dev,
I am doing chrome os bring up on ARM based board, facing issue in browser internet connectivity. I am able to ping websites from command line, that means wifi connection is up, also settings -> internet connection shows all info about connected wifi network SSID, BSSID, IP address, Subnet mask, Gateway etc, all this info looks alright but still browser say
"Unable to connect to the internet" when I am opening webpages.
I ran network_dignostics utility, gave me following output:
#network_dignostics
Trying to contact
https://www.google.com ... (waiting up to 10 seconds)
Trying to contact
http://www.google.com ... (waiting up to 10 seconds)
PASS: Loaded
www.google.com via HTTP (ignore any tlsdate failure below)
Entering diag_date
www.google.comLocal time of day: Wed Dec 31 23:56:32 PST 1969
FAIL: Unable to get date via tlsdate from
www.google.com: V: tlsdate version 0.0.5
V: We were called with the following arguments:
V: validate SSL certificates host =
www.google.com:443V: time is currently 28592.428572133
V: local clock time is less than RECENT_COMPILE_DATE
V: using TLSv1_client_method()
V: opening socket to
www.google.com:443SSL connection failed
child process failed in SSL handshake
PASS: Current LinkMonitor latency for /device/wlan0 is 7ms
# network_diagnostics --flimflam
Entering diag_flimflam
PASS: shill is running, pid 814
Listing of /var/run/shill
total 12
drwxr-xr-x 2 root root 4096 Dec 31 23:51 .
drwxr-xr-x 13 root root 4096 Dec 31 23:49 ..
-rw-r--r-- 1 root root 0 Dec 31 23:49 loaded_profile_list
-rw-r--r-- 1 root root 68 Dec 31 23:51 resolv.conf
Entering diag_flimflam_dbus
Flimflam Manager:
/0/ActiveProfile /profile/default
/1/ArpGateway true
/2/AvailableTechnologies/0 wifi
/3/CheckPortalList ''
/4/ConnectedTechnologies/0 wifi
/5/ConnectionState online
/6/Country
/7/DefaultService /service/6
/8/DefaultTechnology wifi
/9/Devices/0 /device/wlan0
/10/EnabledTechnologies/0 wifi
/11/HostName
/12/IgnoredDNSSearchPaths
gateway.2wire.net/13/LinkMonitorTechnologies wifi
/14/OfflineMode false
/15/PortalCheckInterval 30
/16/PortalURL
http://www.gstatic.com/generate_204/17/Profiles/0 /profile/default
/18/ServiceCompleteList/0 /service/6
/18/ServiceCompleteList/1 /service/0
/19/ServiceWatchList/0 /service/6
/20/Services/0 /service/6
/21/State online
Service /service/6
/0/AutoConnect true
/1/CheckPortal auto
/2/Connectable true
/3/Country
/4/Device /device/wlan0
/7/EAP.AnonymousIdentity
/8/EAP.CACert
/9/EAP.CACertID
/10/EAP.CACertNSS
/12/EAP.CertID
/13/EAP.ClientCert
/14/EAP.EAP
/15/EAP.Identity
/16/EAP.InnerEAP
/17/EAP.KeyID
/18/EAP.KeyMgmt NONE
/19/EAP.PIN
/20/EAP.PrivateKey
/22/EAP.SubjectMatch
/23/EAP.UseSystemCAs true
/24/Error Unknown
/25/ErrorDetails
/26/GUID
/27/HTTPProxyPort 49739
/28/IPConfig /ipconfig/wlan0_0_dhcp
/29/IsActive true
/30/Mode managed
/31/Name vdas
/32/PassphraseRequired false
/33/Priority 0
/34/Profile /profile/default
/35/ProxyConfig
/36/SaveCredentials true
/37/SavedIP.Address 192.168.43.235
/38/SavedIP.Gateway 192.168.43.1
/39/SavedIP.Mtu 0
/40/SavedIP.NameServers 192.168.43.1
/41/SavedIP.PeerAddress
/42/SavedIP.Prefixlen 24
/43/Security none
/44/State online
/45/Strength 4b
/46/Tethering Confirmed
/47/Type wifi
/48/UIData
/49/WiFi.AuthMode
/50/WiFi.BSSID 00:0a:f5:##:##:##
/51/WiFi.Frequency 2437
/52/WiFi.FrequencyList/0 2437
/53/WiFi.HexSSID 76646173
/54/WiFi.HiddenSSID false
/55/WiFi.PhyMode 4
/56/WiFi.ProtectedManagementFrameRequired false
/57/WiFi.VendorInformation/0/OUIList 00-a0-c6
Device /device/wlan0
/0/Address 00a0c6eb####
/1/BgscanMethod simple
/2/BgscanShortInterval 30
/3/BgscanSignalThreshold -50
/4/IPConfigs/0 /ipconfig/wlan0_0_dhcp
/5/Interface wlan0
/6/LinkMonitorResponseTime 5
/7/LinkStatistics/0/LastReceiveSignalDbm -45
/7/LinkStatistics/1/PacketReceiveSuccesses 184
/7/LinkStatistics/2/PacketTransmitFailures 0
/7/LinkStatistics/3/PacketTrasmitSuccesses 0
/7/LinkStatistics/4/TransmitBitrate 72.2 MBit/s MCS 7 short GI
/7/LinkStatistics/5/TransmitRetries 0
/8/Name wlan0
/9/Powered true
/10/ReceiveByteCount 59798
/11/RoamThreshold 18
/12/ScanInterval 180
/13/Scanning false
/14/TransmitByteCount 0
/15/Type wifi
it would be great if anyone give me pointers what could be the reason and where to look and debug.