Skip to content

WWAN device reported as ethernet #63

@symbx

Description

@symbx

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:

Interface: "enp2s0", type: Ethernet, up: true # real ethernet
Interface: "wlp3s0", type: Ethernet, up: true # wiifi card
Interface: "wlp108s0", type: Ethernet, up: true # wifi card
Interface: "wwp0s20f0u2i12", type: Ethernet, up: true # wwan card

Differences observed:

  • For Wi-Fi cards, there is a "wireless" directory under /sys/class/net/<interface>/.
  • For WWAN cards, there is no "wireless" directory, but /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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions