Tiny Core Base > CorePlus

VT8237A/VT8251 No Sound

<< < (2/11) > >>

Misalf:
/etc/sysconfig/tcedir/onboot.lst
http://tinycorelinux.net/book.html

evertvaningen:

--- Quote from: Misalf on June 13, 2017, 09:19:27 AM ---Or maybe loading only  alsa.tcz  isn't enough.

--- Code: ---tce-load -w alsa-config.tcz

--- End code ---
and manually add  alsa-config.tcz  just before  alsa.tcz  in your onboot list file. Then reboot.

--- End quote ---

It worked!

pavucontrol of not effected, I cant change the volume <- how to fix?


I am writing a project for a Internet Radio on a HP t510. When it's done can I post it here on the form for everyone to enjoy?


After reboot, audio not working again.

Misalf:
I'm not using Pulse, so can't tell much about that one.
However, to save ALSA settings, run

--- Code: ---sudo alsactl store

--- End code ---

... and to make this persist across reboots, run

--- Code: ---echo "usr/local/etc/alsa/asound.state" >> /opt/.filetool.lst

--- End code ---
... and, of course, make a backup

--- Code: ---filetool.sh -b

--- End code ---

evertvaningen:

--- Quote from: Misalf on June 13, 2017, 10:20:54 AM ---I'm not using Pulse, so can't tell much about that one.
However, to save ALSA settings, run

--- Code: ---sudo alsactl store

--- End code ---

... and to make this persist across reboots, run

--- Code: ---echo "usr/local/etc/alsa/asound.state" >> /opt/.filetool.lst

--- End code ---
... and, of course, make a backup

--- Code: ---filetool.sh -b

--- End code ---

--- End quote ---

I rebooted after that and put mplayer http://91.221.151.155:80/;?.mp3 into terminal...

No sound :(

tc@box:~$ mplayer http://91.221.151.155:80/;?.mp3
MPlayer 1.1-4.9.1 (C) 2000-2012 MPlayer Team
MMX supported but disabled
MMX2 supported but disabled
SSE supported but disabled
SSE2 supported but disabled

Playing http://91.221.151.155:80/.
Connecting to server 91.221.151.155[91.221.151.155]: 80...

Name   : Arrow Classic Rock
Genre  : Rock
Website: http://www.arrow.nl
Public : no
Bitrate: 128kbit/s
Cache size set to 320 KBytes
Cache fill:  0.00% (0 bytes)   

Audio only file format detected.
=========================================================
Requested audio codec family [mpg123] (afm=mpg123) not available.
Enable it at compilation.
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 54.23.100 (internal)
AUDIO: 44100 Hz, 2 ch, floatle, 128.0 kbit/4.54% (ratio: 16000->352800)
Selected audio codec: [ffmp3float] afm: ffmpeg (FFmpeg MPEG layer-3 audio)
=========================================================
[AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or directory
AO: [alsa] 48000Hz 2ch floatle (4 bytes per sample)
Video: no video
Starting playback...
/bin/sh: ?.mp3: not foundnknown)  3.9% 18%

Misalf:

--- Quote ---/bin/sh: ?.mp3: not foundnknown)  3.9% 18%

--- End quote ---
Use quotes for URLs

--- Code: ---mplayer "http://91.221.151.155:80/;?.mp3"

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version