WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: No sound after reboot!?  (Read 3648 times)

Offline stu232

  • Newbie
  • *
  • Posts: 2
No sound after reboot!?
« on: September 10, 2016, 01: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!

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: No sound after reboot!?
« Reply #1 on: September 10, 2016, 09:46:50 PM »
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?

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: No sound after reboot!?
« Reply #2 on: September 11, 2016, 03:25:14 AM »
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
Code: [Select]
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
Code: [Select]
/usr/local/sbin/alsactl restore
Download a copy and keep it handy: Core book ;)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: No sound after reboot!?
« Reply #3 on: September 11, 2016, 03:33:04 AM »
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.

Offline stu232

  • Newbie
  • *
  • Posts: 2
Re: No sound after reboot!?
« Reply #4 on: September 12, 2016, 08:17:58 AM »
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
Code: [Select]
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
Code: [Select]
/usr/local/sbin/alsactl restore

This worked, thanks :)

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: No sound after reboot!?
« Reply #5 on: September 12, 2016, 12:11:16 PM »
Plus what Juanito said, of course.
Download a copy and keep it handy: Core book ;)

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: No sound after reboot!?
« Reply #6 on: September 12, 2016, 12:48:30 PM »
This worked, thanks :)
LOL  I was wondering what part of the guide was being referred too by "This worked"   ??