WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Kernel module extension package  (Read 1411 times)

Offline caracalla

  • Newbie
  • *
  • Posts: 21
Kernel module extension package
« on: June 25, 2018, 09:21:12 AM »
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.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Kernel module extension package
« Reply #1 on: June 25, 2018, 10:17:06 AM »
Yes, those instructions are for a very old TC version. For current versions, there is nothing special about a module extension - look at the repo's module extensions for examples. edit: Only the final filename seems wrong, so rename it to .tcz.
« Last Edit: June 25, 2018, 10:18:42 AM by curaga »
The only barriers that can stop you are the ones you create yourself.