Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: AlejandroPadrino on August 29, 2022, 03:36:17 PM

Title: Sound problem with TC 13.1 and Toshiba NB250
Post by: AlejandroPadrino on August 29, 2022, 03:36:17 PM
Hello, I can not run alsa and pulseaudio sound in Toshiba NB250 using TC 13.1.  Sound card is detected, but there is no sound.  Using TC 4.1 in this computer alsa sound runs fine.  Anyone can help?

Thank you.  :-)
Title: Re: Sound problem with TC 13.1 and Toshiba NB250
Post by: nick65go on August 29, 2022, 06:27:33 PM
from https://www.cnet.com/reviews/toshiba-nb250-review/
July 26, 2010 9:18 a.m.: The NB250, Toshiba's entry-level netbook, with a 10.1-inch display"

Sometime I ask myself: why some people are chasing more/better/faster etc ?
Why on earth do you need TC 13, or even TC 7+? on a computer 12 years old !?
on my Dell mini 10 (year 2008) abiword_2.8, gnumeric_1.10, vlc_2, firefox_51, p7ip will give you doc /xls/ pdf/ html /txt/ mp3/ etc.


Title: Re: Sound problem with TC 13.1 and Toshiba NB250
Post by: AlejandroPadrino on August 29, 2022, 09:41:12 PM
If I want Windows world, I have all I need.  But newest Windows OS is a big mistake for I want to build.  I'm not searching questions, I only want to solve this sound provlem.  If can't solve, I will return to TC 4.1.  Thank you.
Title: Re: Sound problem with TC 13.1 and Toshiba NB250
Post by: Juanito on August 30, 2022, 03:15:34 AM
Hello, I can not run alsa and pulseaudio sound in Toshiba NB250 using TC 13.1.  Sound card is detected, but there is no sound.  Using TC 4.1 in this computer alsa sound runs fine.

Does alsamixer show the sound is muted?
Title: Re: Sound problem with TC 13.1 and Toshiba NB250
Post by: AlejandroPadrino on August 30, 2022, 01:41:48 PM
Yes by default.  I unmutted all and set volume values to 100.  No sound.  Chipset is ALC259.  In TC4 using alsamixergui, it shows a PCM gain control.  In TC13 textmode alsamixer does not show PCM gain control.  :-(
Title: Re: Sound problem with TC 13.1 and Toshiba NB250
Post by: patrikg on August 30, 2022, 01:53:13 PM
Have you tried to run alsamixer with sudo.
And tried to run aplay -L to list the devices and test with speaker-test.

Title: Re: Sound problem with TC 13.1 and Toshiba NB250
Post by: Juanito on August 30, 2022, 02:06:53 PM
Did you make a fresh install with a new set of extensions or did you update from tc-4.x?
Title: Re: Sound problem with TC 13.1 and Toshiba NB250
Post by: gadget42 on August 30, 2022, 02:11:04 PM
this worked for some units:
https://ubuntuforums.org/showthread.php?t=1455705
Title: Re: Sound problem with TC 13.1 and Toshiba NB250
Post by: AlejandroPadrino on September 01, 2022, 03:01:58 PM
Hello Gadget42,

thank you for the link, but that config does not make running sound.  Best.
Title: Re: Sound problem with TC 13.1 and Toshiba NB250
Post by: patrikg on September 02, 2022, 02:34:18 AM
For more problem solving lets do the same as the link describe.
Get more info, with these commands.

Code: (bash) [Select]
uname -a
lsmod
aplay -l
cat /proc/asound/version
head -n 1 /proc/asound/card*/codec#*
Title: Re: Sound problem with TC 13.1 and Toshiba NB250
Post by: AlejandroPadrino on September 03, 2022, 08:41:26 PM
All these commands shows reply, but still no sound.  :-(
Title: Re: Sound problem with TC 13.1 and Toshiba NB250
Post by: Rich on September 03, 2022, 10:34:26 PM
Hi AlejandroPadrino
The purpose of those commands was for you to post those replies.
Title: Re: Sound problem with TC 13.1 and Toshiba NB250
Post by: AlejandroPadrino on September 04, 2022, 01:02:53 AM
SOLVED:

I have no logic reason.  Loading alsa and pulseaudio from .tcz does not run sound system.  I decompressed the core and extract all .tcz modules into core filesystem, add init scripts to /etc/init.d/tc-config and rebuild the TC core.  Now sound runs fine.

Thank you.  :-)