Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: stu232 on September 10, 2016, 04:23:12 PM
-
I've played around with Linux in the past but I still consider myself as a n00b.
I dug out an old AMD Athlon machine purely to run DOSBox on, it's running on TC which is installed on the machines internal HDD. Every time I get it running as I want it to, after I reboot my audio has gone!
Not only has the sound vanished from DOSBox but everything is silent, web browsers, MP3 players etc....all silent.
I know this is user error but I don't know where to start, I've actually reinstalled TC and all the apps I need a few times and they work fine then after a reboot everything falls silent.
please help!
-
What version and architecture of tinycore are you using?
Are you using alsa, oss or pulseaudio for sound?
Are you using backup to preserve settings across reboots?
-
I'd guess the "default" way is current TC 7.x x86 + ALSA.
In that case, add alsa-config.tcz (instead of alsa.tcz) to onboot.lst .
After boot, make changes via alsamixer (unmuting channels etc.).
Then, in a terminal, run
sudo alsactl store
filetool.sh -b
to save the changes you made.
If this still doesn't give you sound after reboot, you might need to add the following to /opt/bootlocal.sh
/usr/local/sbin/alsactl restore
-
alsa was removed as a dep of alsa-config a while ago because, if you need alsa-config for sound to work, it needs to be loaded before alsa is loaded.
-
I'd guess the "default" way is current TC 7.x x86 + ALSA.
In that case, add alsa-config.tcz (instead of alsa.tcz) to onboot.lst .
After boot, make changes via alsamixer (unmuting channels etc.).
Then, in a terminal, run
sudo alsactl store
filetool.sh -b
to save the changes you made.
If this still doesn't give you sound after reboot, you might need to add the following to /opt/bootlocal.sh
/usr/local/sbin/alsactl restore
This worked, thanks :)
-
Plus what Juanito said, of course.
-
This worked, thanks :)
LOL I was wondering what part of the guide was being referred too by "This worked" ??