Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: saravanan on March 01, 2010, 03:16:25 AM

Title: Alsa not working after re-mastering tinycore
Post by: saravanan on March 01, 2010, 03:16:25 AM
Hi all,
           I re-mastered following the wiki page on re-mastering TC, when i add alsa.tcz and its dependencies in /opt/tce directory. Alsa works fine and also i can run the alsasound start.
But when i try to extract all contents into the base TC filesysetm from .tcz files by unsquashing them, i cant find the alsasound file.
Please Help.
Title: Re: Alsa not working after re-mastering tinycore
Post by: Jason W on March 02, 2010, 05:53:46 AM
Since many extensions require their startup scripts to be run in order to function, it is not recommended nor supported to extract the extensions contents into the tinycore.gz image during a remaster.  Some extensions may work that way, some may not.  Your first method of using /opt/tce is the correct and supported one.
Title: Re: Alsa not working after re-mastering tinycore
Post by: saravanan on March 02, 2010, 05:59:55 AM
Hi Jason,

Since many extensions require their startup scripts to be run in order to function, it is not recommended nor supported to extract the extensions contents into the tinycore.gz image during a remaster.  Some extensions may work that way, some may not.  Your first method of using /opt/tce is the correct and supported one.

Please guide me where can i find the start-up script inside extensions?
Title: Re: Alsa not working after re-mastering tinycore
Post by: Juanito on March 02, 2010, 06:07:08 AM
Please guide me where can i find the start-up script inside extensions?

In /usr/local/tce.installed/extension_name
Title: Re: Alsa not working after re-mastering tinycore
Post by: saravanan on March 02, 2010, 06:45:35 AM
Please guide me where can i find the start-up script inside extensions?

In /usr/local/tce.installed/extension_name

thanks Juanito, In what order the extensions are extracted?
and which first gets extracted, the actual extension or the dependancies first???
Title: Re: Alsa not working after re-mastering tinycore
Post by: Juanito on March 02, 2010, 06:56:16 AM
As far as I recall, if a number of extensions are in a folder and you use the command "tce-load -i /path-to-folder/*" then the extensions will be loaded in alphabetical order.

If you specify a specific extension and it has a dep file, then the extensions will be loaded in the order in which they are listed in the dep file with the specific extension specified being the last to be loaded.