Your network!
This lists information about the network cards that are parsed by Inxi. You can use the below properties to learn more about its information.
Module name according to each operating system:
Linux
006#Network
Windows
Win32_NetworkAdapter
macOS
SPNetworkDataType
You can call the module either by enumerating through the entire dictionary of the network cards, or you can use the card name directly as follows:
HardwareInfo.Network["Realtek PCIe GBE Family Controller"].<property>
which <property> is:
<property>
Name
String
Network card name
Driver
Driver used
DriverVersion
Driver version used
Duplex
Network duplex
Speed
Network speed
State
Network state
MacAddress
MAC Address
DeviceID
Device ID
BusID
ChipID
Device chip ID
Compatibility notes:
Network duplex type and bus ID are not supported yet on Windows.
Unfortunately, for macOS users, the majority of the properties are not supported yet.
Last updated 2 years ago