Try using the 'lsmod' command. You need to open a console window andtype in:$ lsmod(the dollar sign is your prompt)You can redirect it into a file quite simply:$ lsmod > loaded_modules.txt