QUOTE (scoonma @ Apr 7 2008, 09:49 AM)

As I understand it this would list all modules of all installed kernels. So my suggestion is to check your version in use, then go to the specific directory and list modules:
CODE
uname -a
cd /lib/modules/<kernel-version>
ls -al | more
That's a good point! I always delete my old kernels, but if you didn't that could be a very large list!
Thanks for pointing that out.
However, that command does not enter the directories and list them, or find any modules in /var/lib/dkms.
I will offer a compromise: do
CODE
uname -r
then
CODE
locate -e ko.gz |grep (enter uname -r output here)
replacing (enter uname -r output here) with the real output.