You are not logged in.
I have a dual boot computer and on Windows 10 OS I get download speeds of around 30Mbps. On Arch it's 5Mbps.
This is my distribution:
x86_64 Linux 4.18.5-arch1-1-ARCH
Driver:
24:00.0 Network controller: Qualcomm Atheros AR93xx Wireless Network Adapter (rev 01)
Subsystem: Qualcomm Atheros AR93xx Wireless Network Adapter
Kernel driver in use: ath9k
Kernel modules: ath9k
ip-link output:
$ sudo ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp33s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 30:9c:23:04:f4:6c brd ff:ff:ff:ff:ff:ff
3: wlp36s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DORMANT group default qlen 1000
link/ether 50:3e:aa:51:54:48 brd ff:ff:ff:ff:ff:ff
Is this my problem, please forgive my ignorance
$ dmesg | grep firmware
[ 3.087847] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Offline
Is this my problem, please forgive my ignorance
$ dmesg | grep firmware [ 3.087847] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
That would indicate wireless-regdb is not present on the system. Wireless_network_configuration#Respecting_the_regulatory_domain
Offline
See the current threads mentioning Explicit Congestion Notification (ECN).
Offline
blumper wrote:Is this my problem, please forgive my ignorance
$ dmesg | grep firmware [ 3.087847] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
That would indicate wireless-regdb is not present on the system. Wireless_network_configuration#Respecting_the_regulatory_domain
Thank you! This solved my problem. I had to set the appropriate region.
Offline