You are not logged in.
I just yesterday installed Arch. I installed from USB from the latest LiveISO and use the aui scripts.
Since the first boot I experienced excessive Packet Loss, between 40% and 60%.
Resolving works most of the time, allthough it gives me 'unknown host' every 50%.
Ping to google and my local server
pastebin
My Ethernet adapter:
03:00.0 Ethernet controller: Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet (rev c0)
(The rest of my system is a Core i7 2700k on an AsRock P67 Pro3 SE)
'ip addr'
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 00:25:22:bc:a8:d2 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.2/24 brd 192.168.1.255 scope global dynamic enp3s0
valid_lft 43205sec preferred_lft 43205sec
inet6 fe80::da3a:8855:9cff:e3fc/64 scope link tentative
valid_lft forever preferred_lft forever
'dmesg | grep atl1c'
[ 3.567210] atl1c 0000:03:00.0: version 1.0.1.1-NAPI
[ 3.574072] atl1c 0000:03:00.0 enp3s0: renamed from eth0
[ 3.671138] atl1c 0000:03:00.0: irq 34 for MSI/MSI-X
[ 5.557791] atl1c 0000:03:00.0: atl1c: enp3s0 NIC Link is Up<1000 Mbps Full Duplex>
I am using NetworkManager and I get the IP from my router with a static DHCP lease.
I didn't have the same issuse on Windows (8.1) x64.
Edit:
I just noticed I keep loosing and re-getting my IP Address acording to i3status.
Last edited by BeryJu (2015-02-04 09:27:00)
Offline
I solved the issue by doing
sudo pacman -R networkmanager networkmanager-dispatcher-ntpd
, rebooting and executing sudo dhcpd
Offline