How do I find detiasled info on the versions of drivers and modules in linux? lsmod just lists names and google is being stubborn, as are the several linux doc/faq sites i've looked at.
arr depending how you build your kernel you may have to check your header (iirc) files by hand. it would prolly be easier to build everything as a module :/
If a module/driver includes any sane verison number then it should end up in dmesg (and therefore kern.* logging) output. Where exactly that WILL be depends on your distribution. In my case I can just look at /var/log/dmesg for the output at the end of the boot sequence. Otherwise it may be in /var/log/syslog or /var/log/kern.log.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.