Is there a command line tool to get the list of content of current kernel used in my Ubuntu? [closed]

Solution 1:

There is no such universal command. Linux kernel contains very many device drivers.

Generally in-tree device drivers don't have a separate "version". Their version is the kernel version.

You can find all the details about the driver in kernel sources.