I recently got this error which is preventing mplayer to work
Option ,alsa, needs a parameter at line 86
I’m running opensuse 11.3 64 bit KDE 4.4 on Gstreamer backend
I had upgraded to kde 4.5 but id created some errors and had to downgrade by doing a new install, leaving home folder untouched.
On 2011-02-21 22:36, cepiolidus wrote:
>
> I recently got this error which is preventing mplayer to work
>
>
> Code:
> --------------------
> Option ,alsa, needs a parameter at line 86
> --------------------
Look into the mplayer configuration files on your home. One of them will
probably have a line 86 that is wrong.
–
Cheers / Saludos,
Carlos E. R.
(from 11.2 x86_64 “Emerald” at Telcontar)
On 2011-02-22 19:06, cepiolidus wrote:
>
> I had tried that already. First thing I did. it seems these is some alsa
> config file, where the error is. do you know where can I find it?
Nope.
Try ls ~/.alsa* ~/alsa* /etc/alsa*
–
Cheers / Saludos,
Carlos E. R.
(from 11.2 x86_64 “Emerald” at Telcontar)
What about the audio in general? If it works fine I do not think it is alsa specific.
What if you switch audio output in the player, try different ones (alsa, oss, pulse)…
You could edit .mplayer/guiconfig and change the audio output driver manually or you could run mplayer from terminal: mplayer -ao <drv> ‘somefile’.avi (set drv to e.g alsa/oss/sdl etc)
I believe you have to rename/edit the guiconfig file not the config file. The config file is available for user-preference settings but it is left blank if untouched.
You can try renaming or deleting your .mplayer in your /home/user
Logout and login, when you open mplayer it will rebuild the deleted/renamed folder.
You can do it as well with smplayer. For smplayer it is in your /home/user/.config
I tried everything above and no luck.
Audio works fine, at least as good as possible, since I updated from opensuse 11.1 (due to a bug that has not been resolved). I guess the problem was upgrading and downgrading KDE.
I might have to do a fresh install and erase /home folder.
I’ll do it when I have a few spare hours! sometimes linux feels like windows!:\
to get rid of this error please go to the line 86 in the system wide mplayer.conf file. You will find it in “/etc/mplayer/mplayer.conf”. There please remove the “,alsa,” pattern and put there “ao=alsa” (without the quotation marks ). The error should be gone.
Looks like a bug in the code that writes creates that file which I suppose is mplayer. You should report it to the developers or the packagers at least.