Mplyer sound doesn't work, instead amarok's sond work !!!

hi everyone, the problem is that mplayer's sound doesn't work.
the sound with Amarok and Firefox(e.g youtube) works, but with mpalyer no !!!
i've posted some commands:
thanks
/etc/mplayer/
codecs.conf   example.conf  input.conf
/etc/mplayer/example.conf
# MPlayer configuration file
# Configuration files are read system-wide from /usr/local/etc/mplayer.conf
# and per-user from ~/.mplayer/config, where per-user settings override
# system-wide settings, all of which are overrriden by the command line.
# The configuration file settings are the same as the command line
# options without the preceding '-'.
# See the CONFIGURATION FILES section in the man page
# for a detailed description of the syntax.
# Profiles should be placed at the bottom of the configuration file to ensure
# that settings wanted as defaults are not restricted to specific profiles.
# video settings #
# Specify default video driver (see -vo help for a list).
#vo=xv
# Use SDL video with the aalib subdriver by default.
#vo = sdl:aalib
# FBdev driver:
# mode to use (read from fb.modes)
#fbmode = 640x480-120
# location of the fb.modes file
#fbmodeconfig = /etc/fb.modes
# Specify your monitor timings for the vesa and fbdev video output drivers.
# See /etc/X11/XF86Config for timings. Be careful; if you specify settings
# that exceed the capabilities of your monitor, you may damage it.
# horizontal frequency range (k stands for 1000)
#monitor-hfreq = 31.5k-50k,70k
# vertical frequency range
#monitor-vfreq = 50-90
# dotclock (or pixelclock) range (m stands for 1000000)
#monitor-dotclock = 30M-300M
# Start in fullscreen mode by default.
#fs=yes
# Change to a different videomode when going fullscreen.
#vm=yes
# Override the autodetected color depth, may need 'vm=yes' as well.
#bpp=0
# Enable software scaling (powerful CPU needed) for video output
# drivers that do not support hardware scaling.
#zoom=yes
# standard monitor size, with square pixels
#monitoraspect=4:3
# Use this for a widescreen monitor, non-square pixels.
#monitoraspect=16:9
# Keep the player window on top of all other windows.
#ontop=yes
# audio settings #
# Specify default audio driver (see -ao help for a list).
#ao=oss
# Use SDL audio driver with the esd subdriver by default.
#ao = sdl:esd
# Specify the mixer device.
#mixer = /dev/mixer
# Resample the sound to 44100Hz with the lavcresample audio filter.
#af=lavcresample=44100
# Output audio to S/PDIF
#ao=alsa:device=spdif
#ac=hwac3,hwdts,hwmpa,
# other settings #
# Pretend to be Window Media Player.
# Fixes playback when playlist and media file use the same URL.
#user-agent=NSPlayer/4.1.0.3856
# Pretend to be Quicktime
# Fixes playback for apple.com/trailers redirects
#user-agent="QuickTime"
# Pretend to be Realplayer SP
# Fixes playback for some video streaming sites
#user-agent=RMA/1.0
# Pretend to have lots of bandwidth
# Speeds up realmedia rtsp:// streams
#bandwidth=2000000
# Pretend to be Winamp
# Fixes playback of some NSV streams
#user-agent="Winamp NSV Player/5.12 (ultravox/2.0)"
# Drop frames to preserve audio/video sync.
#framedrop = yes
# Specify your preferred skin here (skins are searched for in
# /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
#skin = Abyss
# Resample the font alphamap.
# 0 plain white fonts
# 0.75 very narrow black outline (default)
# 1 narrow black outline
# 10 bold black outline
#ffactor = 0.75
# cache settings
# Use 8MB input cache by default.
#cache = 8192
# Prefill 20% of the cache before starting playback.
#cache-min = 20.0
# Prefill 50% of the cache before restarting playback after the cache emptied.
#cache-seek-min = 50
# DVD: Display English subtitles if available.
#slang = en
# DVD: Play English audio tracks if available.
#alang = en
# Profiles #
# The options declared as part of profiles override global default settings,
# but only take effect when the profile is active.
[protocol.dvdnav]
#vc=ffmpeg12,
#mouse-movements=yes
#nocache=yes
#[vo.vdpau]
#vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau,
# Most video filters do not work with vdpau.
#vf-clr=yes
# OSD progress bar vertical alignment
#progbar-align=50
# You can also include other configuration files.
#include = /path/to/the/file/you/want/to/include
~/.mplayer/config
# Write your default config options here!
# [default] viene applicata a ogni file
[default]
# usa il server grafico X come video output
vo=xv
# usa alsa per l'audio output
ao=alsa
# ao=oss # Use OSS4
# decodifica multithreaded H264/MPEG-1/2 (valido: 1-8)
lavdopts=threads=2
# impostare il canale audio preferito (in questo esempio il numero sei)
channels = 6
# scala i sottotitoli al 3% della dimensione dello schermo
subfont-text-scale = 3
# non usa fontconfig
nofontconfig = 1
# aggiunge bordi neri ai filmati che non hanno lo stesso aspetto di forma dello schermo
# per wide screen monitors
vf-add=expand=::::1:16/9:16
# per non wide screen traditional monitors
#vf-add=expand=::::1:4/3:16
#profilo di up-mixing da due canali audio a sei canali
# use -profile 2chto6ch to activate
[2chto6ch]
af-add=pan=6:1:0:.4:0:.6:2:0:1:0:.4:.6:2
#profilo di down-mixing da sei canali audio a due canali
# use -profile 6chto2ch to activate
[6chto2ch]
af-add=pan=2:0.7:0:0:0.7:0.5:0:0:0.5:0.6:0.6:0:0
# Disabilita screensaver
heartbeat-cmd="xscreensaver-command -deactivate &" # stop xscreensaver
stop-xscreensaver="yes" # stop gnome-screensaver
ls /etc/modprobe.d/
alsa-base.conf  snd-hda-intel.conf
etc/modprobe.d/alsa-base.conf
options snd slots=snd_mia,snd_hda_intel
options snd_mia index=1
options snd_hda_intel index=0
/etc/modprobe.d/snd-hda-intel.conf
options snd-hda-intel model=auto
cat /proc/asound/modules
0 snd_hda_intel
lsmod |grep snd
snd_hda_codec_hdmi 30162 1
snd_hda_codec_conexant 36759 1
snd_hda_intel 37000 2
snd_hda_codec 150305 3 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_intel
snd_hwdep 6340 1 snd_hda_codec
snd_pcm 77645 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
snd_page_alloc 7210 2 snd_pcm,snd_hda_intel
snd_timer 18726 1 snd_pcm
snd 59109 11 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_pcm,snd_hda_codec,snd_hda_intel
soundcore 5450 1 snd

Neburski wrote:
ryanjacobs wrote:So, apparently, your system cannot find the ALSA output driver. I suggest that you use a different driver than ALSA.
OP should first go through the wiki page of ALSA to ensure that his ALSA setup is working correctly. There aren't many sound setups that do not work under ALSA. If OP is relying on another sound setup then he should follow the appropriate wiki and tell us so.
@otto88: It would also help if you would try to explain what your intentions were. I'm assuming you merely want to have sound working and not configure some fancy setup. In that case you should just stick to a basic setup and follow the wiki step by step (don't skip any line and if you don't understand something, you figure that out or you ask people, don't just ignore it).
For instance I don't even have those /etc/modprobe.d/alsa-base.conf and /etc/modprobe.d/snd-hda-intel.conf even though I have 2 sound devices, while you seem to only have 1 sound device
otto88 wrote:cat /proc/asound/modules
0 snd_hda_intel
So your /etc/modprobe.d/alsa-base.conf in that case is totally unnecessary, let alone that you don't even have the snd_mia module loaded so why do you even configure alsa to load it at index 1. You aren't supposed to simply copy and paste the configurations from the wiki. Those configurations are merely there to give you an idea on how to make your own configuration.
When you have ensured that your sound is been set up correctly then you can start with the most basic mplayer configuration. You keep the /etc/mplayer/example.cong configuration file totally commented out (like you have atm) and your ~/.mplayer/config should only contain
ao=alsa
ok i just followed the wiki and your advices and doesn't work, yet
mplayer -ao alsa /dati/Musica/StudyDue.mp3
MPlayer SVN-r36498-snapshot-4.8.2 (C) 2000-2013 MPlayer Team
206 audio & 433 video codecs
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing /dati/Musica/StudyDue.mp3.
libavformat version 55.19.104 (internal)
Audio only file format detected.
Load subtitles in /dati/Musica/
==========================================================================
Opening audio decoder: [mpg123] MPEG 1.0/2.0/2.5 layers I, II, III
AUDIO: 22050 Hz, 2 ch, s16le, 32.0 kbit/4.54% (ratio: 4000->88200)
Selected audio codec: [mpg123] afm: mpg123 (MPEG 1.0/2.0/2.5 layers I, II, III)
==========================================================================
[AO_ALSA] Playback open error: No such file or directory
Failed to initialize audio driver 'alsa'
Could not open/initialize audio device -> no sound.
Audio: no sound
Video: no video
Exiting... (End of file)

Similar Messages

  • HT1657 I rented a movie and the sound doesn't work, how do I fix it?, who do I direct to for a complaint?

    Hi, I rented warhorse HD, and the sound doesn't work, my itunes version is 10.6.1(7). How do I fix it or who do I direct to get my money back? Thank you

    I'd report the problem to the iTunes Store.
    Log in to the Store. Click on "Account" in your Quick Links. When you're in your Account information screen, go down to Purchase History and click "See all".
    Find the item that is not playing properly. If you can't see "Report a Problem" next to the entry, click the "Report a problem" button. Now click the "Report a Problem" link next to the item.
    (Not entirely sure what happens after you click that link, but fingers crossed it should be relatively straightforward.)

  • I have just updated my software to 10.8.2 and now my sound doesn't work. Any suggestions?

    I have just updated my software to 10.8.2 and now my sound doesn't work. Any suggestions?

    I used disk permission repair to try to resolve this as well as a 'soft' restart. Still have a grayed-out mute checkbox in the sound section of system preferences.

  • Sound doesn't work(only in firefox). why? sound doesn't work(only in firefox). why? (adobe flash player doesn't work even thought it's installed)

    sound doesn't work (only in firefox). adobe flash player doesn't work correctly, thought it's installed. can't solve the problem. i need Sound.
    == This happened ==
    Every time Firefox opened
    == don't know

    What does the Adobe test page say?
    http://www.adobe.com/software/flash/about/
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the ''Safe mode'' start window.
    You have to close and restart Firefox after each change via "File > Exit" (on Mac: "Firefox > Quit")
    See also [[No sound in Firefox]] and [[Video or audio does not play]]

  • I have some problem with my computer because when i turn it up, the screen turns in a blue colour and the sound doesn't work and in this way i can't hear anything

    i have some problem with my computer because when i turn it up, the screen turns in a blue colour and the sound doesn't work and in this way i can't hear anything

    Will u help me or not?

  • After update my iPad 2 with IOS 6.0.1 the botton mute and sound + doesn't work...any solution for this??? Thanks

    After update my iPad 2 with IOS 6.0.1 the botton mute and sound + doesn't work...any solution for this??? Thanks

    There are numerous reports of this issue happening on iPhones. It may be a glitch that will need a new update. Some find that a full shut-down and restart fixes that problem, but not always.

  • My sound doesn't work, how do i reset my mac?

    my sound doesn't work, how do i reset my mac?

    Reset PRAM. Some sound settings are stored in P-ram.
    Check   System Preference > Sound > Inline Speakers is highlighted.

  • After upgrade my iphone 4 to IOS6, sound doesn't work correctly

    After upgrade my iphone 4 to IOS6, sound doesn't work correctly.
    During a phone call, there is no sound. But if I turn on the speaker, there is sound. itune works fine since it's on the speaker.

    Dear All
    i have done the same activity ( buy a new iphone 4 -> upgrade to ios5 - > configure email) with success-
    than when i start to move the contacts from old mobile to iphone (using the microsim) i receive the same crash
    in disgnosis e use i saw 2 dump with this title 'latestCrash-Preferences.plist and LatestCrash.plist. in each file the date is the same and i read:
    Exception Tyle: EXC_CRASH (SIGABRT)
    Exception code: 0x00000000, 0x00000000
    Chrashed Thread: 6
    in thread 6: name: Dispatch queue:
    com.apple.addressBookUI.ContactsSettingPlugin
    and thaan a lot of data.
    Have you any idea?
    thank in advance
    Fabio

  • In my wife's window, the sound works, when I switch over to my window the sound doesn't work.  I noticed the problem when I went to a YouTube video.  How do I correct this?

    In my wife's window, the sound works, when I switch over to my window the sound doesn't work.  I noticed the problem when I went to a YouTube video.  How do I correct this?

    Hello Kiira Doon,
    The troubleshooting steps detailed below may help get your iPhone's display to function.
    Toggle the ringer switch to see if the unit vibrates. If it does, it could be that iPhone is getting power, but is not displaying any image.
    Try turning iPhone off and then on again.
    While connected to the iPhone charger, try to reset the iPhone.
    If the low-battery screen appears, charge the iPhone.
    My issue is still not resolved. What do I do next?Contact Apple Support.
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/TS2802
    Cheers,
    Allen

  • IPad 2 sound doesn't work... The alarms work just sound to everything else..any ideas?, iPad 2 sound doesn't work... The alarms work just sound to everything else..any ideas?

    My sound doesn't work for anything but the alarms work.. Any ideas

    Did you check the switch on the side, next to the volume controls? Is it set to turn off the sound in Settings/General/Side switch?
    Can you hear sound if you change the settings for your ringtone for example?

  • My iphone 5c the sound doesn't work only with earphone.

    my iphone 5c the sound doesn't work it works only with earphone.

    Hi there lavodette,
    You may find the troubleshooting steps in the article below helpful.
    iPhone: No sound or distorted sound from speaker
    http://support.apple.com/kb/ts5180
    -Griff W. 

  • The sound doesn´t work for games, videos and music,

    the sound doesn´t work for games, videos and music, but it works if use my hearphones

    Hi mellidani,
    If you are having speaker issues with your iPhone, you may find the following article helpful:
    iPhone: No sound or distorted sound from speaker
    http://support.apple.com/kb/ts5180
    Regards,
    - Brenden

  • Upgraded from Windows 8 to Windows 8.1, sound doesn't work, reinstalled driver, still not working

    I have an HP Envy dv6, Product number: B6C68AV.
    I had Windows 8 Pro 64-bit running on it just fine. Last month I upgraded to Windows 8.1 Pro 64-bit and my sound doesn't work anymore. If I go through the "Find and fix audio playback problems" winzard in Windows most of the time it will fix the problem, but I have to do that every time I reboot or wake the laptop up from sleep. When the fix works, it says it made my sound device the default and that fixed the problem.
    So then I think I just need to set my IDT device to be the default, but when I go to manage my sound devices it says there are no audio devices installed, so there's no way to set one of them as my default.
    I downloaded the IDT Audio driver at
    http://ftp.hp.com/pub/softpaq/sp59501-60000/sp59654.exe
    Referenced here
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?os=4158&lc=en&cc=us&dlc=en&sw_lang=&product=5327...
    but after installing and rebooting it still doesn't fix the problem.
    Here's what HP Assistant says I have installed in terms of audio drivers
    What else can I do?

    shodson
    many problems one solution 
    Deactivate Virusscanner Firewall or remove antivirus application, Download Select the correct manufacturer and remove the software
    Install New BIOS F29 and UEFI
    Please top down install
    Driver Update Windows 8.1
    Intel Chipset Installation Utility and Driver  Windows 8.1
    Intel Management Engine Interface (MEI) Driver Windows 8.1
    Intel Rapid Storage Technology
    Intel HD Graphics
    Please top down install
    Uninstall Nvidia
    Install new Nvidia
    Install
    IDT High-Definition (HD) Audio Driver
    Say thanks by clicking the "Kudos! Star" which is on the left.
    Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue.

  • Upgraded to os x 10.8.5 and sound doesn't work

    upgraded to OS x 10.8.5 and sound doesn't work.
    I had reload the OS before the upgrade and I could play anything on the laptop. Now, the speakers do not work at all except with the startup sound.

    Take each of the following steps that you haven't already tried.
    1. Start with the steps recommended in this support article.
    2. If your model has an audio-out (headphone) port, and a red light is coming from it, the internal switch is stuck in the position for digital output. You may be able to free it by inserting and removing a mini-stereo jack of the proper size. Inserting any kind of tool in the port may cause damage that won't be covered by your warranty.
    If there's no red light, the switch may still be stuck in the headphone position. Try to free it the same way.
    3. Boot in safe mode. Don't log in; just reboot as usual when the login screen appears. When you do, make sure the words "Safe Boot" do not appear in the login screen. If they do, the system is still in safe mode and sound won't work.
    4. Reset the NVRAM.
    5. Reset the SMC.
    6. Reinstall OS X after backing up all data.
    7. Make a "Genius" appointment at an Apple Store.

  • HT1338 when i open youtube in safari, the sound doesn't work? This started happening when i downloaded mountain lion.

    Since downloading Mountain Lion, when I open youtube in Safari, then sound doesn't work. Also I started receiving dupolicete email

    Try A and B
    (A) Restart iPad
    1. Hold down the Sleep/Wake button until the red slider appears.
    2. Drag the slider to turn off iPad.
    3. Turn iPad back on, hold down the Sleep/Wake until the Apple logo appears
    (B) Reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

Maybe you are looking for

  • Aggregated results from Live Preflight - AS

    This code in AppleScript worked fine in CS4, but produces an error in CS5. Any idea why? set PreflightResultsList to aggregated results of preflight process i (with i the number of the preflight process that was run) Thanks, Peter

  • Webi Rich client - unable to connect to BO 4.0 Server.

    Hello All, we have a same issue while connecting to a BO4.0 server.from WEBI Rich client . We are able to connect to infoview from browser,and able to open WEBI from browser. but when tried from WEBI Rich client, we get error : Logon failure due to a

  • Adding photo stitch to LR

    I already purchase LR 5.7 - I am interested by the photo stich application - do I need to buy CC or can I buy a non Cloud solution? Fact that I already purchased LR means I will pay less?

  • Logic and Motu help.

    Hi guys, new to the forum. I have a pretty specific question that I've asked on a lot of other boards and everyone is pointing me to here, so I'll give it a try. First let me give you the background information. my set up includes an M-Audio octane r

  • Which Format/Camcorder best for PE7

    Dear Experts: I am just starting out making DVD memoirs for hospice patients (mostly interior head shots). I just acquired PE7 am learning and need to buy a camcorder, which with the different formats(mini dv, HDD, SDHC) is very confusing . The Canon