So I tried blacklisting the r8168 driver and remade the image using mkinitcpio -g IMAGE
and rebooted. Then I ran inxi -Fxzc0
to make sure that driver line under 'Network' said r8169 but I noticed no difference in webpage loading times. So I read https://wiki.archlinux.org/index.php/Network_configuration#Realtek_RTL8111.2F8168B and found out that my card is a known nuisance. It recommends trying to switch off IPv6 to see if that helps, I tried opening the network settings GUI in Manjaro and setting IPv6 to 'disable' and rebooted for both r8169 and r8168 drivers. I did not make any configuration file changes to meddle with IPv6 though. Nothing is making a difference. Could you please expound upon your default gateway not being 192.168.0.1 thought? My Win10 ipconfig
yields the following:
Ethernet adapter Ethernet 2:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . : Home
Link-local IPv6 Address . . . . . : fe80::298b:5426:1c30:8f04%6
IPv4 Address. . . . . . . . . . . : 192.168.1.118
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
I noticed that the default gateway is indeed 192.168.1.1 which is the same on Manjaro, so I don't know if that is a problem.
By the way, my /etc/dhcpcd.conf looks like:
# Use the hardware address of the interface for the Client ID.
clientid
# or
# Use the same DUID + IAID as set in DHCPv6 for DHCPv4 ClientID as per RFC4361.
# Some non-RFC compliant DHCP servers do not reply with this set.
# In this case, comment out duid and enable clientid above.
#duid
and NOT:
# Use the hardware address of the interface for the Client ID.
#clientid
# or
# Use the same DUID + IAID as set in DHCPv6 for DHCPv4 ClientID as per RFC4361.
# Some non-RFC compliant DHCP servers do not reply with this set.
# In this case, comment out duid and enable clientid above.
duid
as per @bogdancovaciu 's instructions, although that hasn't fixed the issue. Thanks for the help though bogdan.