I just purchased a MikroTik Router hAP ac lite, RouterOS v6.45.3 (stable). I am seeing massive packet loses, often greater than 60%, using mtr. In addition to packet loss, the T520 is partially disconnected from time to time. This with both machines within 2 meters of the hAP.
The two laptops are:
Lenovo T61:
root@orca:~# lspci -v -s 3:0
03:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)
Subsystem: Intel Corporation Lenovo ThinkPad T61
Physical Slot: 3
Flags: bus master, fast devsel, latency 0, IRQ 33
Memory at df3fe000 (64-bit, non-prefetchable) [size=8K]
Capabilities: [c8] Power Management version 3
Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [e0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Device Serial Number 00-13-e8-ff-ff-ba-7e-59
Kernel driver in use: iwl4965
Kernel modules: iwl4965
root@orca:~#
Lenovo t520:
root@jhegaala:/etc# lspci -v -s3:0
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
Subsystem: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter
Flags: bus master, fast devsel, latency 0, IRQ 17
I/O ports at 5000 [size=256]
Memory at f2500000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel
Capabilities: [160] Device Serial Number 01-91-81-fe-ff-4c-e0-00
Kernel driver in use: rtl8192ce
Kernel modules: rtl8192ce
root@jhegaala:/etc#
mtr sends ICMP packets out and records their success or failure. Think ping on steroids. I had it send 20 packets (-c 20), and 30% were lost, either going out or returning.
Please show us the link information in RouterOS. The signal, quality readings etc. Also the wireless debug log (enable it in logging settings with parameter ‘wireless,debug’)
OK, I tracked the problem down. The problem is in the wireless driver for the laptop in question, the rtl8192ce on Debian 9 (stretch). I ran the Debian 10 (buster) live CD on the machine, and got excellent results.
My apologies for the noise, and thank for the start at help.