General TC > General TC Talk

TC 4.1 remastering tinycore.gz - Problem 2

(1/4) > >>

AlejandroPadrino:
Hello,

the last problem found before closing the custom remastered TC 4.1 tinycore.gz is about alsa driver.  After merging into filesystem alsa.tcz and related files and dependencies alsa does not start.  Command    sudo alsactl init   shows me there is no sound card.  Booting TC 4.1 and loading alsa.tcz from application manager runs fine, but I don't know what to do to start alsa driver.  Anyone can help?

Thank you.  :-)

neonix:
Many years ago I had the same problem in TC 1.x , and I simply placed

--- Code: ---alsa.tcel
alsa.tcel.dep
alsa.tcel.md5.txt
alsa_modules.tcem
alsa_modules.tcem.md5.txt
--- End code ---
in /tmp/tce/optional
And add this to bootlocal.sh, but in your case it will be probaby a little diferent.

--- Code: ---sleep 4
tce-load -i alsa.tcz
modprobe snd_pcm_oss
modprobe snd_mixer_oss
modprobe snd_ac97_codec
modprobe snd_via82xx.
modprobe snd_pcm
modprobe sind_page_alloc
amixer set Headphone 84%
amixer set Headphone unmute
amixer set PCM 35%
amixer set PCM unmute

--- End code ---

Rich:
Hi AlejandroPadrino
Did you incorporate the  alsa.tcz  startup script located at:

--- Code: ---/usr/local/tce.installed/alsa
--- End code ---

AlejandroPadrino:
Hello Rich,

yes, alsa startup script is located in /usr/local/tce.installed

AlejandroPadrino:
Hello Neonix,

I will try your code, thank you.  All alsa.tcz related modules and dependencies are included into main filesystem.

Navigation

[0] Message Index

[#] Next page

Go to full version