Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: leoko on November 10, 2009, 11:33:26 AM

Title: ALSA not load in startup
Post by: leoko on November 10, 2009, 11:33:26 AM
hello, I am new in tinycore, but nevertheless I am trying to learn as very good operating system works this one.


I have created inside the ISO a folder called TC where I included ALSA more all his depends. but an to initiate tinycore as liveCD ALSA is not loaded automatically, whenever beginning I have to open the console and write: sudo alsaconf ... how can I do that ALSA is loaded automatically??

=============================================================================

hola, soy nuevo en tinycore, pero aun asi estoy tratando de aprender como funciona este muy buen sistema operativo.


He creado dentro del ISO una carpeta llamada TC en donde inclui ALSA mas todas sus dependecias. pero an iniciar tinycore como liveCD ALSA no se carga automaticamente, cada vez que inicio tengo que abrir la consola y escribir: sudo alsaconf ... como puedo hacer que ALSA se cargue automaticamente ??
Title: Re: ALSA not load in startup
Post by: Jason W on November 10, 2009, 12:16:03 PM
/usr/local/etc/init.d/alsasound start

Will start alsa on most machines.  That command can be put in bootlocal.sh to be automatic on boot.
Title: Re: ALSA not load in startup
Post by: leoko on November 10, 2009, 12:55:44 PM
/usr/local/etc/init.d/alsasound start

Will start alsa on most machines.  That command can be put in bootlocal.sh to be automatic on boot.

tthanks for the rapid response, try with this command, but for any reason ALSA it is not formed to the beginning.


I am proving in a virtual machine on a PC with processor atlon 64 x 2 4800 ..... I try to create this iso so that it works well in any PC from ancient to new

===========================================================================

gracias por la rapida respuesta, intente con ese comando, pero por alguna razon ALSA no se configura al inicio.


estoy probando en un maquina virtual sobre un pc con procesador atlon 64 x 2 4800+..... pretendo crear este iso para que funcione bien en cualquier PC desde antiguos a nuevos

Title: Re: ALSA not load in startup
Post by: jls on November 11, 2009, 10:35:02 AM
alsa is autoconfigured
Title: Re: ALSA not load in startup
Post by: leoko on November 11, 2009, 12:56:14 PM
well, my friends manage to solve the problem, to load ALSA in the beginning, enclose in the .xsession that is in / etc / skel / and in / home / tc / the line of command: the command /usr/local/etc/init.d/alsasound start ... this way ALSA is loaded automatically to the beginning.


thanks for the help


=====================================================

bien, mis amigos logre solucionar el problema, para cargar ALSA en el inicio, adjunte en el .xsession que esta en /etc/skel/ y en /home/tc/   la linea de comando:  sudo /usr/local/etc/init.d/alsasound start  ... de esta manera ALSA se carga automaticamente al inicio.


gracias por la ayuda
Title: Re: ALSA not load in startup
Post by: bmarkus on November 11, 2009, 12:58:25 PM
well, my friends manage to solve the problem, to load ALSA in the beginning, enclose in the .xsession that is in / etc / skel / and in / home / tc / the line of command: the command /usr/local/etc/init.d/alsasound start ... this way ALSA is loaded automatically to the beginning.

No, not there!

As Jason wrote:

Quote
That command can be put in bootlocal.sh to be automatic on boot.
Title: Re: ALSA not load in startup
Post by: leoko on November 12, 2009, 09:08:16 AM
ok , I will check again