Following the directions from the rather old thread I've prepared a kernel module package (
http://forum.tinycorelinux.net/index.php/topic,3602.msg18915.html#msg18915).
I have prepared a package file with an
.tczm file extension (
agp.tczm). Then I've copied the file to the
/tce/optional directory and tried to load/install it with a
tce-load -i command.
I've tried different variants but faild
tce-load -i agp --> agp.tcz not found!tce-load -i agp.tczm --> agp.tczm.tcz not found!I though that
tce-load command is searching for packages with different file extensions
*.tcz,
*.tzcl,
*.tczm, etc. but it seems like this is not the case.
I guess that method to create/load kernel module extension packages must have changed since the creation of the mentioned thread.
Please provide some guidance on the correct way of creating/loading kernel module extension packages.