mikrotik 951Ui (under android arm dev) connection through usb (rndis0) to android LTE device
android arm dev ( rooted magisk with termux)
ifconfig on lte android arm device
it is safe to ignore ? kind of ‘cosmetic bug’ or really a problem?
somehow sometimes web pages loading via this connection break and bytes bigger and wasting more data plan quotas
and accounting differences.
any comments appreciated..
Rx errors are often not detected on the other (Tx) side … so the discrepancy in errors statistics is nothing weird. I can think of several reasons for Rx errors to happen … ranging from “noisy” USB cable to (performance) problems in USB stack (and higher) on the android LTE device. If it was for noisy cable, then I’d expect to see some Rx errors on ROS side as well (USB cable is symmetrical) … but who knows.
i think those rx errors packet fake,
because all the number of packets received are all errors,
if errors that much how it could successfully communicate ?
RX packets 33987
RX errors 33986
thats why im asking the expert here.
(ah forgive my bad english)
You’re right, coukd be a bug in android’s ifconfig. Another possibility is (again android’s) RNDIS stack which erroneously handles ethernet frame checksum … but doesn’t discard frame due to mismatch (could be RNDIS driver on MT to blame as well).
But, as you may have guessed by now, I’m just guessing.