checking module/compiled-in driver versions in linux

Chilly

Balls of steel
Joined
Dec 22, 2003
Messages
9,047
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.

any help appreciated much :)

Chilly
 

Chilly

Balls of steel
Joined
Dec 22, 2003
Messages
9,047
useful, but I need it for built in drivers mostly
 

TdC

Trem's hunky sex love muffin
Joined
Dec 20, 2003
Messages
30,925
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 :/

mind you I've not used linux in a while :)
 

Athan

Resident Freddy
Joined
Dec 24, 2003
Messages
1,063
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.

-Ath
 

Chilly

Balls of steel
Joined
Dec 22, 2003
Messages
9,047
cheers athan, I knew about dmesg but never thought to use it to find version numbers ~slaps forehead~
 

Users who are viewing this thread

Top Bottom