-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WWAN device reported as ethernet #63
Comments
Thank you for your report. I will continue to consider specific workarounds and solutions based on the results of these tests. |
#63 Fix interface type detection on Linux
Fixed detection for Wi-Fi devices on Linux, ensuring they are correctly identified when previously they might have been misclassified as Ethernet. This was achieved by checking additional directories like However, the current implementation does not yet cover WWAN devices. We are considering keeping this issue open to address WWAN coverage specifically, or we might close this issue and open a new one focused solely on WWAN detection improvements. |
Issue Description
In some cases, wireless (Wi-Fi & WWAN) devices report their type as "Ethernet" (/sys/class/net//type contains "1"). This behavior has been observed on multiple devices (unfortunately, only Dell devices have been tested) running Arch/Manjaro distros.
It's unclear whether this issue is related to the kernel or driver (but a workaround is required as the app may be run on a distro with this problem).
Observations
The following list I got:
Differences observed:
/sys/class/net/<interface>/
./sys/class/net/<interface>/flags
contains NO_ARP.Request for Help
If anyone has insights or can identify other differences by which devices can be distinct, your input would be greatly appreciated.
The text was updated successfully, but these errors were encountered: