Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: Stone.Giant on June 04, 2015, 09:50:42 AM
-
I already issued this problem in Seamonkey thread. I want some definite closure about this issue so I post a separate thread. Here is my problem: My alsa only works when I popped up first the alsamixergui then needed to execute first these following commands even though I already have alsaconfig at onboot.lst
tc@box:~$ sudo /usr/local/etc/init.d/alsasound start
so that i can execute
tc@box:~$ speaker-test [-Ddefault:1] -c2 -t wav -l1
else, it will return an error if the exact order of procedure did not meet, or i insert the alsasound start at bootlocal.sh
tc@box:~$ sudo /usr/local/etc/init.d/alsasound start
/usr/local/sbin/alsactl: load_state:1729: No soundcards found...
Something went wrong, sound was not set up.
alsamixer:function snd_ctl_open failed for default: No such file or directory
-
[...] even though I already have alsaconfig at onboot.lst
You mean alsa-config.tcz ?
Maybe your sound card needs some time to initiate. You could try starting ALSA delayed with sleep :
sleep 5 && /usr/local/etc/init.d/alsasound start &
bootlocal.sh runs as root. No need for sudo.
If sound is working and channels have been un-muted, do this:
sudo alsactl store
filetool.sh -b
Then check if things work after reboot.
-
Maybe your sound card needs some time to initiate. You could try starting ALSA delayed with sleep :
sleep 5 && /usr/local/etc/init.d/alsasound start &
bootlocal.sh runs as root. No need for sudo.
[/quote]
Nope it failed mate, placing alsasound start at bootlocal.sh did just return an error and cannot pop up the alsamixergui.
alsamixer: function snd_ctl_open failed for default: No such file or directory
[tc@box:~$ alsamixer
cannot open mixer: No such file or directory
tc@box:~$ sudo /usr/local/etc/init.d/alsasound start
/usr/local/sbin/alsactl: load_state:1729: No soundcards found...
Something went wrong, sound was not set up.
tc@box:~$ speaker-test [-Ddefault:1] -c2 -t wav -l1
speaker-test 1.0.28
Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
WAV file(s)
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM default
Playback open error: -2,No such file or directory
/code]
-
Does your soundcard need a driver that isn't getting loaded, therefore not able to initiate it?
-
Does your soundcard need a driver that isn't getting loaded, therefore not able to initiate it?
Idk. BTW my soundcard is SigmaTel STAC9752,53. I think it uses AC '97 in Windows
-
Also I noticed that my PS2 mouse is not working on first boot, I had to reboot my PC to make it work. WWW?