06-10-2020, 01:05 PM
I'm having the same issue as in this topic: https://www.linuxliteos.com/forums/netwo...-lite-5-0/.
I'm using TP-Link TL-WN722N. On live USB its working, but after installation system is showing me that it is connected to the network, but internet is not available.
Following request by user Jerry, response is as follows:
sudo lshw -C network:
inxi -n:
sudo lsusb:
sudo lspci:
ping -c5 8.8.8.8 (that is interesting):
rfkill list all
didn't returned anything, but wasn't supposed to, was it?
I'm using TP-Link TL-WN722N. On live USB its working, but after installation system is showing me that it is connected to the network, but internet is not available.
Following request by user Jerry, response is as follows:
sudo lshw -C network:
Code:
*-network
description: Ethernet interface
product: AR8161 Gigabit Ethernet
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
logical name: enp2s0
version: 10
serial: 94:de:80:0e:34:14
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=alx latency=0 link=no multicast=yes port=twisted pair
resources: irq:18 memory:f7c00000-f7c3ffff ioport:e000(size=128)
*-network
description: Wireless interface
physical id: 2
bus info: usb@2:1.6
logical name: wlx503eaaeb5f62
serial: 50:3e:aa:eb:5f:62
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=r8188eu ip=192.168.1.126 multicast=yes wireless=IEEE 802.11bgn
inxi -n:
Code:
Network:
Device-1: Qualcomm Atheros AR8161 Gigabit Ethernet driver: alx
IF: enp2s0 state: down mac: XYZ
Device-2: TP-Link TL-WN722N v2 type: USB driver: r8188eu
IF: wlx503eaaeb5f62 state: up mac: XYZ
sudo lsusb:
Code:
Bus 002 Device 003: ID 2357:010c TP-Link TL-WN722N v2
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 1532:0514 Razer USA, Ltd
Bus 001 Device 004: ID 1532:0221 Razer USA, Ltd
Bus 001 Device 003: ID 1e7d:2d51 ROCCAT Kone+ Mouse
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
sudo lspci:
Code:
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 4 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation H77 Express Chipset LPC Controller (rev 04)
00:1f.2 IDE interface: Intel Corporation 7 Series/C210 Series Chipset Family 4-port SATA Controller [IDE mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
00:1f.5 IDE interface: Intel Corporation 7 Series/C210 Series Chipset Family 2-port SATA Controller [IDE mode] (rev 04)
02:00.0 Ethernet controller: Qualcomm Atheros AR8161 Gigabit Ethernet (rev 10)
03:00.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 41)
ping -c5 8.8.8.8 (that is interesting):
Code:
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=55 time=78.0 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=55 time=18.8 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=55 time=15.2 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=55 time=18.0 ms
--- 8.8.8.8 ping statistics ---
5 packets transmitted, 4 received, 20% packet loss, time 4031ms
rtt min/avg/max/mdev = 15.170/32.518/78.039/26.316 ms
rfkill list all
didn't returned anything, but wasn't supposed to, was it?
