WiFi and Ethernet Problem Ubuntu 17.04

Asked by nouha

Well, my LAN cable is showing that I'm connected as well as with WiFi, but @firefox "Server not found" & @chromium " This site can't be reached .... DNS adress could not be found"
Any help please? & Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

sudo lshw -C network; lsb_release -a; uname -a; echo; cat /etc/resolv.conf

Thanks

Revision history for this message
nouha (nouhawannessi) said :
#2

nouhawannessi@HP-15-Notebook-PC:~$ sudo lshw -C network; lsb_release -a;uname -a;echo; cat /etc/resolv.conf
[sudo] password for nouhawannessi:
  *-network
       description: Ethernet interface
       product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:08:00.0
       logical name: eth0
       version: 07
       serial: 5c:b9:01:f9:16:23
       size: 10Mbit/s
       capacity: 100Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8106e-1_0.0.1 06/29/12 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       resources: irq:43 ioport:4000(size=256) memory:b2600000-b2600fff memory:b2400000-b2403fff
  *-network DISABLED
       description: Wireless interface
       product: RTL8723BE PCIe Wireless Network Adapter
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:09:00.0
       logical name: wlan0
       version: 00
       serial: 56:e9:8b:bd:03:66
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rtl8723be driverversion=4.10.0-34-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
       resources: irq:16 ioport:3000(size=256) memory:b2500000-b2503fff
LSB Version: core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:core-4.1-amd64:core-4.1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 17.04
Release: 17.04
Codename: zesty
Linux HP-15-Notebook-PC 4.10.0-34-generic #38-Ubuntu SMP Mon Aug 28 19:15:30 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
# 127.0.0.53 is the systemd-resolved stub resolver.
# run "systemd-resolve --status" to see details about the actual nameservers.

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

Zesty is end of life and no longer supported in any way. I suggest you wipe the install off and do a clean install of Bionic.

Bionic is LTS and supported until April 2023.

Revision history for this message
nouha (nouhawannessi) said :
#4

Thanks actionparsnip, that solved my question.