Where can I find the modules .lzm? 

http://www.slax.org/forum/viewtopic.php?t=17313

> where can I find thr modules .lzm?

"lzm" Modules is meant for Slax 6 which is currently still at "release candidate status" so the current official modules repository is only allowed to host "mo" modules which is meant for slax 5.

You have to convert the modules from "mo" to "lzm" using the "mo2lzm" command . For eg if you save "filename.mo" in /dev/sda2. Open a terminal or console.

  1. cd /dev/sda2
  2. Type "ls" to list the files in sda2
  3. Once you make sure that you are in the right directory and see the file "filename.mo" , then type "mo2lzm filename.mo filename.lzm"

This will convert the "mo" to "lzm" .

If you are lazy you can just rename the file from a mo extension to a lzm extension . Take note that the lzm file is smaller so there is some space saving.