Hi DesobedecoMinhaImaginacao
What didn't work? Your question sounds like you want
the command to be quiet. The command is quiet the
way it is written.
It the extension didn't load, you probably don't have it
downloaded:
tc@E310:~$ tce-load
Version 10.1
Usage: tce-load [ -i -w -wi -wo -wil -ic -wic -wicl]{s} extensions
-i Loads local extension
-w Download extension only
-wi Download and install extension
-wo Download and create an ondemand item
Adding -c to any -i option will force a one time copy to file system
Adding -l to any -i option indicates load only - do not update onboot or ondemand
Adding -s to any option will suppress OK message used by apps GUI
Example usage:
Load local extension:
tce-load -i /mnt/hda1/tce/optional/nano.tcz
Download into tce/optional directory, updates OnBoot and installs:
tce-load -w -i nano.tcz
Download only into tce/optional directory:
tce-load -w nano.tcz
tc@E310:~$
Your command assumes the extension is downloaded.
If it isn't, try this:
tce-load -wil compiletc 2>&1 > /dev/null