Tiny Core Base > CorePlus
no sound...
puppybyte!:
I am running TCP 14 from USB stick, I have lenovo m715q tiny PC. inxi -Fz gives audio info:
Audio:
Device-1: AMD Kabini HDMI/DP Audio driver: snd_hda_intel
Device-2: AMD driver: snd_hda_intel
API: ALSA v: k6.1.2-tinycore status: kernel-api
my onboot.lst contains:
alsa-config.tcz
alsa.tcz
alsa-plugins.tcz
alsa-modules-6.1.2-tinycore64.tcz
alsa-oss.tcz
I have installed alsa related files as suggested here
http://forum.tinycorelinux.net/index.php/topic,22145.msg138620.html#msg138620
1. Install alsa-config.tcz
2. Install alsa.tcz -- check that Alsa service has started; ControlPanel > Services > Alsa = green
...
Even after backup and reboot, there is no alsa service icon...
what am I doing wrong?
polikuo:
Try
--- Code: ---alsactl init
--- End code ---
to initialize
Run
--- Code: ---aplay /usr/local/share/sounds/alsa/Noise.wav
--- End code ---
to test
That usually works as tc user, sometimes you'll need sudo to initialize
To preserve your settings, add var/lib/alsa/asound.state to your /opt/.filetool.lst
Sometimes you will also need etc/asound.conf in /opt/.filetool.lst
Then, append this to your /opt/bootlocal.sh
--- Code: ---if [ -f /usr/local/sbin/alsactl ]; then
su tc -c 'alsactl restore'
fi
--- End code ---
ignore "su tc -c" if root is required
Backup everything and reboot to test
Rich:
Hi puppybyte!
--- Quote from: puppybyte! on August 13, 2023, 10:08:06 AM ---I am running TCP 14 from USB stick, ...
--- End quote ---
Did you include a waitusb boot code to make sure your device is recognized?
--- Quote --- ... my onboot.lst contains:
alsa-config.tcz
alsa.tcz
alsa-plugins.tcz
alsa-modules-6.1.2-tinycore64.tcz
alsa-oss.tcz
--- End quote ---
That suggests you are running corepure64, but alsa-oss.tcz is
not available in the corepure64 repository. Are you running
core64 (64 bit kernel with 32 bit apps)?
--- Quote --- ... I have installed alsa related files as suggested here
http://forum.tinycorelinux.net/index.php/topic,22145.msg138620.html#msg138620
1. Install alsa-config.tcz
2. Install alsa.tcz -- check that Alsa service has started; ControlPanel > Services > Alsa = green
...
--- End quote ---
When you got to step #6, did you hear the phrases "Front Left"
and "Front Right"?
Did you run steps #7 through #10?
Post the results of the following commands:
--- Code: ---lsmod | grep snd
ls -l /usr/local/tce.installed/alsa*
--- End code ---
curaga:
If inxi sees them, but in that order, could be that HDMI is default but you want sound via the analog output?
puppybyte!:
--- Quote from: polikuo on August 13, 2023, 11:50:41 AM ---Try
--- Code: ---alsactl init
--- End code ---
to initialize
Run
--- Code: ---aplay /usr/local/share/sounds/alsa/Noise.wav
--- End code ---
to test
--- End quote ---
polikuo: I ran the alsamixer and since I don't have the speaker thru HDMI, generic is the correct one and adjusted volume, and when I initialize I get the response. when I try to play the *.wav there seems to be a problem "...unable to open slave.." Same setup works well in puppylinux.
Navigation
[0] Message Index
[#] Next page
Go to full version