Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: muruli on August 17, 2009, 06:37:31 AM

Title: alsa sound module
Post by: muruli on August 17, 2009, 06:37:31 AM
When i installed alsa.tcel and did run alsaconf, it detected the sound cards and configured the sound card. But when i downloaded the same package and started to run it is throwing error
sh: alsaconf : not found
Can anybody explain why is it so eventhough the file is present in /usr/local/sbin/alsaconf .
Is there any thing i missed ???
Title: Re: alsa sound module
Post by: Jason W on August 17, 2009, 07:31:36 AM
If you downloaded the extension through the web page you also need to install the dependencies.  Bash is one of them, as well as the alsa modules.  The appbrowser takes care of this automatically.
Title: Re: alsa sound module
Post by: muruli on August 17, 2009, 08:08:52 AM
I downloaded it through appbrowser and it downloaded all its dependencies including bash. Then i untared it  at /  path.



Title: Re: alsa sound module
Post by: muruli on August 17, 2009, 08:15:30 AM
is there any difference in installing and dowloading and install through appbrowser.
Please suggest
Title: Re: alsa sound module
Post by: Jason W on August 17, 2009, 09:14:13 AM
Untarring extensions is not recommended as key things that set up the extension do not occur.  First, the startup script is not run.  Also, either ldconfig or depmod is not called which does get called depending on extension suffix.  Untarring is not installing the extension.  "tce-load /path/to/extensionname.tce" is how to install the extension on the command line.
Title: Re: alsa sound module
Post by: muruli on August 17, 2009, 09:40:37 AM
Thanks for your kind suggestion.After running depmod and ldconfig it is working fine.
Actually i was also thinking of same but didnot run depmod.
once again thanks