WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Alsa not working after re-mastering tinycore  (Read 4229 times)

Offline saravanan

  • Jr. Member
  • **
  • Posts: 59
Alsa not working after re-mastering tinycore
« 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.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Alsa not working after re-mastering tinycore
« Reply #1 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.

Offline saravanan

  • Jr. Member
  • **
  • Posts: 59
Re: Alsa not working after re-mastering tinycore
« Reply #2 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?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: Alsa not working after re-mastering tinycore
« Reply #3 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

Offline saravanan

  • Jr. Member
  • **
  • Posts: 59
Re: Alsa not working after re-mastering tinycore
« Reply #4 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???

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: Alsa not working after re-mastering tinycore
« Reply #5 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.