my mainproblem in cooking is, that I cannot load modules after installing linux-xxx.tazpkgs
after installation modules.dep is empty - the modules are existing, but depmod -a does not help
and something more - the wireless modules are missing, even linux-wireless.tazpkg is installed
EDIT: I think its just depmod that makes the problem, because if I run depmod -a there are no more modules
root@slitaz:/home/tux# modprobe rfkill
root@slitaz:/home/tux# rmmod rfkill
root@slitaz:/home/tux# depmod -a
root@slitaz:/home/tux# modprobe rfkill
FATAL: Module rfkill not found.
root@slitaz:/home/tux#