Recently I noticed that my Linux installation was loading at least one module that seems unnecessary to my system. The module in question is fjes, for the FUJITSU Extended Socket Network Device Driver.
This module matches with the following devices in /sys:
/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:03/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/PNP0C02:01/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/INT3F0D:00/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/PNP0C02:02/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/PNP0C02:00
I want to know how I can get the following information about those devices:
- What kind of devices are those?
- What are their manufacturers?
For fairness, I have another open question related to this. But in that question I wanted to know why I had so many different devices with a single modalias. Now I want to make sure that none of them are really related to the fjes module. My ultimate intetion is to open a bug report, so I want to be sure I'm not overseeing something silly.