You are not logged in.
Pages: 1
Hi guys , I have installed Slitaz on my Compaq presario 2500 ,Pentium4, Ram 512MB,18GB HDD but I have no sound coming out of the speakers....
I have checked if it's "muted" by the sound controls but everything seems ok
Speakers are Ok (checked with live cd of another linux distro)
Any ideas?
Have in mind that I am not a high experienced user
Thanks in advance
Offline
@nik0laus, run alsamixer from a terminal and make sure nothing is muted. If a channel is muted there should be 'MM'. Pressing 'm' on your keyboard will unmute it. Also check whether you have selected the correct sound card - if you have more than one card.
Offline
There is only one sound card:
ALI 5451 and that is the problem ,I think
Offline
More information is required.
Applications/System Tools/Sakura Terminal
su Passwd: root
Type or copy/paste each line then hit Enter key.
[c]tazpkg -gi wget[/c]
[c]wget http://www.alsa-project.org/alsa-info.sh[/c]
[c]chmod +x alsa-info.sh[/c]
[c]./alsa-info.sh[/c]
Use tab key to highlight,then hit enter key
Highlight OK
Highlight UPLOAD/SHARE
Would you like to see uploaded information?
Highlight No
You should see:
Your ALSA information is located at http://www.alsa-project.org/db/your.info.here
Please inform the person helping you.
Paste the URL in your browser address bar to view the uploaded information.
Copy/paste the URL to the uploaded alsa information in your reply so I can view it.
Offline
Thanks mojo , I did what you said and the results are as follows
# tazpkg -gi wget
Connecting to mirror.slitaz.org (212.83.135.187:80)
Connecting to mirror1.slitaz.org (188.165.229.172:80)
wget-1.16.tazpkg 100% |*******************************| 129k 0:00:00 ETA
Installation of package "wget"
================================================================================
Copying package... [ Done ]
Extracting package... [ Done ]
Processing pre-install commands...
Removing all Busybox replaced utils... [ Done ]
Installing package... [ Done ]
Removing all tmp files... [ Done ]
wget is in conflict with the busybox wget.
If you want to use the busybox wget, do (as root):
ln -s /bin/busybox /usr/bin/wget
================================================================================
Package "wget" (1.16) is installed.
root@slitaz:/home/isidora# wget http://www.alsa-project.org/alsa-info.sh
converted 'http://www.alsa-project.org/alsa-info.sh' (ANSI_X3.4-1968) -> 'http://www.alsa-project.org/alsa-info.sh' (UTF-8)
--2015-04-27 05:28:49-- http://www.alsa-project.org/alsa-info.sh
Resolving www.alsa-project.org (www.alsa-project.org)... 77.48.224.243
Connecting to www.alsa-project.org (www.alsa-project.org)|77.48.224.243|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://git.alsa-project.org/?p=alsa-utils.git;a=blob_plain;f=alsa-info/alsa-info.sh [following]
converted 'http://git.alsa-project.org/?p=alsa-utils.git;a=blob_plain;f=alsa-info/alsa-info.sh' (ANSI_X3.4-1968) -> 'http://git.alsa-project.org/?p=alsa-utils.git;a=blob_plain;f=alsa-info/alsa-info.sh' (UTF-8)
--2015-04-27 05:28:49-- http://git.alsa-project.org/?p=alsa-utils.git;a=blob_plain;f=alsa-info/alsa-info.sh
Resolving git.alsa-project.org (git.alsa-project.org)... 77.48.224.243
Connecting to git.alsa-project.org (git.alsa-project.org)|77.48.224.243|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-sh]
Saving to: 'alsa-info.sh'
alsa-info.sh [ <=> ] 27.16K --.-KB/s in 0.1s
2015-04-27 05:28:49 (226 KB/s) - 'alsa-info.sh' saved [27812]
root@slitaz:/home/isidora# chmod +x alsa-info.sh
root@slitaz:/home/isidora# ./alsa-info.sh
sh: ./alsa-info.sh: not found
root@slitaz:/home/isidora#
Offline
I forgot alsa-info.sh requires bash shell.
[c]tazpkg -gi bash[/c]
Hit enter which is No when it asks if you want to make Bash the default.
[c]./alsa-info.sh[/c]
Offline
Hello Mojo , sorry for the late reply , I was out of net for a few days
This is the link
http://www.alsa-project.org/db/?f=210301baee7d1de04e310795e088172dad366ff7
Offline
Alsa_info/amixer shows alsamixer PCM control is muted and has 0 volume.
Simple mixer control 'PCM',0
Capabilities: pvolume pswitch pswitch-joined
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 0 [0%] [-34.50dB] [off]
Front Right: Playback 0 [0%] [-34.50dB] [off]
Open alsamixer, use the left/right arrow keys to highlight PCM.
Toggle mute off with the m key so the square is green with 00.
Increase the volume with the up arrow key.
Offline
Thanks guys , problem solved
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.55 MiB (Peak: 1.77 MiB) ]