Hi all,<div>     I am just so confused that How to find the kernel modules(driver) of device in my Linux box? </div><div>In the latest Fedora version, we can use lspci -k to list the kernel drivers, like this:</div><div><br>

</div><div>06:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Subsystem: Hewlett-Packard Company Device 1508</div><div>

<span class="Apple-tab-span" style="white-space:pre">        </span><font class="Apple-style-span" color="#FF0000">Kernel driver in use: wl</font></div><div><span class="Apple-tab-span" style="white-space:pre"><font class="Apple-style-span" color="#FF0000">        </font></span><font class="Apple-style-span" color="#FF0000">Kernel modules: wl, ssb</font></div>

<div><br></div><div> but in the earlier Linux, the lspci command without the -k option, so how to find the kernel modules in the earlier linux system? </div>