A better alternative is the VideoLAN Client, also known as VLC, which is probably the best media player for Linux, if only for its support of all codecs and formats. It was previously available through the livna repository, which was recently merged into the RPM Fusion repository. The latter is the new official VLC repository for Fedora.
Before you proceed to install VLC you may want remove the pre-installed media players first.
sudo yum remove pdvdlinux mplayer\*
sed /pcmmvp/d -i $HOME/.config/xfce4/desktop/group-app.xmlYou can then install VLC by just adding the official repository and using yum, which only works if the updated default repositories are also installed as mentioned here.
wget http://download1.rpmfusion.org/free/fedora/updates/8/i386/rpmfusion-free-release-8-6.noarch.rpm
sudo rpm -U rpmfusion-free-release-8-6.noarch.rpm
sudo yum install vlc mozilla-vlcAn additional step is required if Firefox 3 was installed as per the instructions posted here.
sudo ln -fs /usr/lib/mozilla/plugins/libvlcplugin.so /opt/firefox/pluginsThe commands below put an icon on the desktop.
sudo sed s/%U// -i /usr/share/applications/livna-vlc.desktop
dca add 12 "file='/usr/share/applications/livna-vlc.desktop'"A reboot may be required for the changes to become effective.


I bought an Aspire one last week with the linux OS and I've followed every single entry you've written - I have all my latest software versions and a nicely customized desktop that I adore.
I couldn't have done it without your blog.
I tried it but get this error message at the end
Error: Missing Dependency: libpulse.so.0(PULSE_0) is needed by package vlc
Error: Missing Dependency: libdc1394.so.22 is needed by package ffmpeg-libs
Error: Missing Dependency: libdvdnav.so.4 is needed by package vlc-core
any ideas?
I'm such a spaz when it comes to Linux. I ran:
dca add 12 "file='/usr/share/applications/livna-vlc.desktop'"
twice during the install.
dca add 12 "file='/usr/share/applications/livna-vlc.desktop'"
Now I have 2 VLC icons in my 'Fun' area and they're both at the end of the list. I can't move them and the lead location is blank, not even an alt name. I did remove media master and mplayer.
Any thoughts? Thanks for all you do.
I can now play the last divx without problems (i was missing some subtitles in mkv files).
720p are still lagy though, i can't find a player that runs them smoothly...
Anyway thanks again very nice site, very usefull
VLC is ok, but I like mplayer better. One small tip for 720p, you can enable in mplayer an option to use 2 threads instead of 1 for h264 decoding.
Unable to open '%U'
each time i open vlc player.
any idea how to fix this?
thanks!
Thanks for all you clever suggestions. it helped me to slowly get used to linux and enjoy may AAO
cheers
Christian
The only difference is I don't have Realplayer.
The previous mplayer is not on the Multimedia anymore.
But no VLC Player anywhere.
Help...
"Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
Package mplayer needs libx264.so.56, this is not available.
Package mencoder needs libx264.so.56, this is not available.
Complete!"
I can´t find vlc anywhere and trying to make application icon returns errormessage
Anyone?
But I've now found that some items don't play with version 0.9. The problems I have are with DVD video (.VOB files in a VIDEO_TS folder from a ripped DVD disk) and non-DRM high quality .WMA audio files.
I removed version 0.9 and reinstalled 0.8.7 to make sure that I hadn't done anything silly and they play ok in that version.
Any ideas? Or do I need to stick with the old version.
Any thoughts on a better way for streaming radio song titles to update other than by pressing the pause button every time arrgghh !!
I take it this is a vlc bug ? (precious little information to be had from scroogling the net) ?
Ciao
Thanks Macles
Second: dialogs are too tall! I'm using the stock xfce, is there a way to access the lower part of dialogs? Something like enabling a virtual desktop below the current one and have to windows "continue" there?
Davide.
To install or go back to 0.8.7 first remove vlc via sudo yum remove vlc-core and omit the --enablerepo=kwizart-testing part from the yum install line.
Another Great tutorial.I did it and works!!!
I want to ask something. Somebody knows some program to have a virtual CD in linpus?
thanks for all ur help. but i am also not able to see the vlc icon on the fun menu and my media master icon is also gone. tried following all the steps twice but no use. only have noticed a star like icon in the fun menu which does not do anything and dissappears on the first reboot.
your help will be apreciated.
thanks
Christer
Firstly, thank you for posting this. Every forum on VLC for the Aspire One I've visited points back to your blog. I'm a one day old Linux user and having been pampered on Mac OSX for the last decade, command line prompt entries takes a bit of getting used to so please bear with me.
I've performed the first 3 statements below:
sudo rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
sudo rpm -Uvh http://rpms.kwizart.net/kwizart-release-8.rpm
sudo yum install --enablerepo=kwizart-testing vlc vlc-core mozilla-vlc
but at the end of the yum install command, I get the following error. I believe an anonymous entry above also had the same problem.
Error: Missing Dependency: libpulse.so.0(PULSE_0) is needed by package vlc
Error: Missing Dependency: libdc1394.so.22 is needed by package ffmpeg-libs
Error: Missing Dependency: libdvdnav.so.4 is needed by package vlc-core
I'm assuming this means the 3 lib* files can't be located and therefore my installation has failed. What steps can I take to acquire these files?
Also, just to help me learn linux a bit better, what is the default directory where the repositories are stored when I run the sudo rpm statements?
Thanks for your help!
Mia Caitlin
yum install vlc
Then all the good shit happens and I think I'm finally getting VLC!
Then this happens:
Error: Missing Dependency: libpulse.so.0(PULSE_0) is needed by package vlc
Error: Missing Dependency: libdc1394.so.22 is needed by package ffmpeg-libs
Error: Missing Dependency: libdvdnav.so.4 is needed by package vlc-core
Anybody any help?
Darren in glorious Dublin.
> dca add 12 "file='/usr/share/applications/livna-vlc.desktop'"
bash: dca: command not found
Also, "find / |grep dca" doesn't find it.
Any suggestions?
mousepad $HOME/.config/xfce4/desktop/group-app.xml
Thankyou VERY much
:)
By entering:
sudo yum install fedora-release
this updated my version of the key and I could therefore resolve the missing dependencies.
In short, from the beginning, I entered the following 4 statements:
sudo rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
sudo rpm -Uvh http://rpms.kwizart.net/kwizart-release-8.rpm
sudo yum install fedora-release
sudo yum install --enablerepo=kwizart-testing vlc vlc-core mozilla-vlc
and now I have VLC! Thanks again Macles!
Mia
mousepad $HOME/.config/xfce4/desktop/group-app.xml
Sorry but where are the VLC entries and the VLC line.Thank u
Christer
THANKS THANKS THANKS.
I have installed this program. But I cant play Xvid videos. How can solve this problem. Thanks
I have a weird issue with sound. Everything installed fine, but everything I play through vlc sounds really, really distorted, and "crackly" I can't hear it properly at all. Anyone else having this problem? Media player works so i know the speakers are ok. Any help appreciated!
mousepad $HOME/.config/xfce4/desktop/group-app.xml
If you run that in terminal and clock Ctrl+F to open find... search vlc and it's the 1st one it finds. On that line change source from 5 in my case to 0
:)
Error: Missing Dependency: libpulse.so.0(PULSE_0) is needed by package vlc
Error: Missing Dependency: libdc1394.so.22 is needed by package ffmpeg-libs
Error: Missing Dependency: libdvdnav.so.4 is needed by package vlc-core
I can't get mplayer to play the extra codecs I want and when I just installed VLC I got the same above errors. Any clues? Anyone?
Thanks.
How to put a VLC icon in the FUN interface? I followed the instructions above...... the media player in the FUN interface was deleted.....
i had spent 2 days on installation.....bfor i read ur forum....
n it did miracle for me.....
all those those ppl...who are finding errors.....
my suggestion is :
I had same issues,
what i did was, i installed/updated the kernel....and followed the instruction above, and it worked.
hence ppl try updating the kernel, it took me whole night(with decent internet speed) to do the same.
Thanks again
saurabh
Finished Dependency Resolution
Error: Missing Dependency: libavformat.so.52 is needed by package vlc-core
Error: Missing Dependency: libavcodec.so.51 is needed by package vlc-core
Error: Missing Dependency: libxosd.so.2 is needed by package vlc
Error: Missing Dependency: libdvdnav.so.4 is needed by package vlc-core
Error: Missing Dependency: libgroupsock.so.0 is needed by package vlc-core
Error: Missing Dependency: libfluidsynth.so.1 is needed by package vlc
Error: Missing Dependency: libtwolame.so.0 is needed by package vlc-core
Error: Missing Dependency: libmatroska.so.0 is needed by package vlc-core
Error: Missing Dependency: dejavu-fonts is needed by package vlc
Error: Missing Dependency: libpostproc.so.51 is needed by package vlc-core
Error: Missing Dependency: libfaad.so.0 is needed by package vlc-core
Error: Missing Dependency: libmpeg2.so.0 is needed by package vlc-core
Error: Missing Dependency: libdca.so.0 is needed by package vlc-core
Error: Missing Dependency: libx264.so.60 is needed by package vlc-core
Error: Missing Dependency: libcddb.so.2 is needed by package vlc-core
Error: Missing Dependency: libzvbi.so.0 is needed by package vlc-core
Error: Missing Dependency: libQtGui.so.4 is needed by package vlc
Error: Missing Dependency: libid3tag.so.0 is needed by package vlc-core
Error: Missing Dependency: libtar.so.1 is needed by package vlc
Error: Missing Dependency: libebml.so.0 is needed by package vlc-core
Error: Missing Dependency: libavutil.so.49 is needed by package vlc-core
Error: Missing Dependency: libupnp.so.3 is needed by package vlc-core
Error: Missing Dependency: libpulse.so.0(PULSE_0) is needed by package vlc
Error: Missing Dependency: libdvdread.so.3 is needed by package vlc-core
Error: Missing Dependency: libUsageEnvironment.so.0 is needed by package vlc-core
Error: Missing Dependency: libcxcore.so.1 is needed by package vlc
Error: Missing Dependency: libswscale.so.0 is needed by package vlc-core
Error: Missing Dependency: libportaudio.so.2 is needed by package vlc-core
Error: Missing Dependency: libdvbpsi.so.5 is needed by package vlc-core
Error: Missing Dependency: libml.so.1 is needed by package vlc
Error: Missing Dependency: libcv.so.1 is needed by package vlc
Error: Missing Dependency: libixml.so.2 is needed by package vlc-core
Error: Missing Dependency: libhighgui.so.1 is needed by package vlc
Error: Missing Dependency: libliveMedia.so.0 is needed by package vlc-core
Error: Missing Dependency: libBasicUsageEnvironment.so.0 is needed by package vlc-core
Error: Missing Dependency: libQtCore.so.4 is needed by package vlc
Error: Missing Dependency: libcvaux.so.1 is needed by package vlc
Error: Missing Dependency: libpulse.so.0 is needed by package vlc
Error: Missing Dependency: liba52.so.0 is needed by package vlc-core
Error: Missing Dependency: libmodplug.so.0 is needed by package vlc-core
HELP !!
am I missing a thread that will solve this ?
moonshine
dca remove 12 "file='/usr/share/applications/livna-vlc.desktop'"
thx again...
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 6df2196f
Importing GPG key 0x6DF2196F "Fedora (8 and 9) fedora@fedoraproject.org from /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-8-and-9
Is this ok [y/N]: y
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 49c8885a
Importing GPG key 0x49C8885A "RPM Fusion repository (Fedora - free) rpmfusion-buildsys@lists.rpmfusion.org" from /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora
Is this ok [y/N]: n
Not installing key
[user@localhost ~]$ sudo ln -fs /usr/lib/mozilla/plugins/libvlcplugin.so /opt/firefox/plugins
ln: creating symbolic link `/opt/firefox/plugins': No such file or directory
[user@localhost ~]$ sudo ln -fs /usr/lib/mozilla/plugins/libvlcplugin.so /opt/firefox/plugins
ln: creating symbolic link `/opt/firefox/plugins': No such file or directory
[user@localhost ~]$ sudo sed s/%U// -i /usr/share/applications/livna-vlc.desktop
sed: can't read /usr/share/applications/livna-vlc.desktop: No such file or directory
[user@localhost ~]$
can you help me?
After correcting my typo's ;-)) it worked like a charm
made my day
Bit late but:
All the best for 2009
I had tried but was given an error only when installing the icons. "no such directory".
I now have one star of david looking icon and a blank spot. When i click on the blank spot the entire desktop is cleared and I can no longer open any directories.
Please post a way to reverse.
Thanx for this and all other posts on this site.
New to Linux with Aspire One 150. I wanted to persist with Linux & not have to install XP. I tried to download BBC iPlayer programs through 'get_iplayer' but was having great difficulty with mplayer (no audio codecs). I installed VLC as per this site & had it up & running in no time. BBC programs are now playing without any problem.
Great site, thanks,
Chris
dca remove 12 "file='/usr/share/applications/livna-vlc.desktop'"
Thank u,deleted 8 extra VLC Icons.Now iam happy
Christer
usbcore: registered new interface driver hiddev
input: KC Technology, Inc. KC USB Audio Device as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.3/input/input8
input: USB HID v1.00 Device [KC Technology, Inc. KC USB Audio Device] on usb-0000:00:1d.0-1
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
However, the USB audio interface can't be seen (for example "aplay -l" just lists the built-in Intel audio interface). On a colleague's Asus eePC, the "snd-usb-audio" module is loaded at the end, but the Acer doesn't seem to have this module. Any ideas? Is anyone else interested in getting better-quality audio out of the Acer?
Great blog, thanks. I've followed all your instructions for installing vlc however I keep getting the following errors:
Error: Missing Dependency: libgnutls.so.13(GNUTLS_1_3) is needed by package libpurple
Error: Missing Dependency: libedataserver-1.2.so.9 is needed by package ame
Error: Missing Dependency: libgnutls.so.13 is needed by package ame
Error: Missing Dependency: libgnutls.so.13 is needed by package libpurple
Error: notification-daemon-xfce conflicts with notify-daemon
Error: Missing Dependency: libedataserver-1.2.so.9 is needed by package acerim
Error: Missing Dependency: libpython2.5.so.1.0 is needed by package pdvdlinux
Error: Missing Dependency: libgnutls.so.13 is needed by package acerim
Error: Missing Dependency: phonon = 4.2.0-2.fc8 is needed by package phonon-backend-gst
Error: Missing Dependency: libpython2.5.so.1.0 is needed by package pcmlinux
I have installed the missing dependencies however I still keep getting this error. Any help would be much appreciated.
Many thanks
First of all, I would like yo thank you for this wonderful blog. I wasn't able to install vlc 9 on my AAO, till I read it. But the problem now, is that I can't watch movies because apparently I don't have the proper codecs. I can listen to mp3 files and even internet radio.
How can I load the codecs?
WHAAAT?
Any suggestions would be greatly appreciated.
Although I did have a couple of problems the solutions were available elsewhere on the site - very impressed. Many many thanks.
Nick
Anybody any ideas why this could be. Sound is ok with other applications.
Your instructions worked quite fine for me.
Thanks a lot.
I've got a question that hopefully someone can answer , I have a sd card with some iso's on but I can't get vlc to play them , any idea?
sudo yum install --enablerepo=kwizart-testing vlc vlc-core mozilla-vlc
I get that the repository is not found. Can that be correct?
Thanks!
Erick Pessôa
I can't seem to get VLC working - how do I completely uninstall it to have another attempt.
Video's just hang - particulary VOB files
mike
The VLC install worked fine once the dependency issues were sorted.
Any ideas,
One big problem remains: I want to play hardware compressed mjpeg / avi-files - only the audio works fine, the video does not work at all. The vlc uses the codec MJPG with a resolution 720x540 and framerate 25.000625 (is that important?).
Error messages:
"pulse error: Failed to connect to server: Connection refused" (I was not connected to www, run the video from the ssd)
"pulse error: pulse initialization failed"
"main error: decoder is leaking pictures, resetting the heap" ...this one very often.
I am sure that the file is alright, as the video does run in OpenOffice Impress.
Can you help me what might be wrong?
BTW, if you are having problems installing VLC, try typing the commands again. It worked on my third attempt.
another problem is that there is a space between the 3rd (paint) icon and the 4th (games) icon in my fun area...how will i fix it?
I know you must be geyting sick of people trying to install vlc, but I'm really stuck. I was hoping you could help me. I recently purchased an acer with linux operating system. I followed the instructions on your site and all the various links to other posts that you have posted in this thread, in order to install vlc on my netbook. When I run vlc, and attempt to play an avi file, I get the following error message:
"No suitable decoder module:
VLC does not support the audio or video format "XVID". Unfortunately there is no way for you to fix this."
I'm assuming there IS a way for me to fix this, as I know that vlc has no trouble with avi on other computers.
Any help or advice you could offer would be very much appreciated.
I have been having the same issue with my Aspire One of 3 days. I had to recover Linux 5 times until I figured out why (or at least it's my guess)
- You have probably followed a tweak to 'optimized the use of the nand disk' by adding a 'elevator = noop' in a file. That tweak is around on the internet. It helps when you have a nand disk.
- Then you did a LiveUpdate with the item 'Mass Storage Optimization' (or something like that); and it seems it conflicts with the tweak above. So it's either one or the other.
It's either one or the other. I suggest using the LiveUpdate rather than the tweak.
thank you!!!
I don't even want to entertain running both programs at once :> My aspire is a sweet little bundle, and i'm beginning to like quirky Linux (now that some problems have been sorted)....but the no-sound in VLC is my current nemesis. I've played with volume sliders on the front-end GUI and also inside the audio settings....no joy. I've switched the audio source even ticking the advanced option to work around messed up versions of a particular audio module (not got Aspire with me at present hence sketchy description...my wife is using it) Any suggestions?
Whit3sh33p
Downloaded VLC but get errors.
Missing Dependency: libpulse.so.0(PULSE_0) is needed by package vlc
Missing Dependency: libopendaap.so.0 is needed by package vlc-core
Missing Dependency: libdc1394.so.22 is needed by package ffmpeg-compat
Missing Dependency: libdvdnav.so.4 is needed by package vlc-core
Could you please tell me what the fix was?
Check what yum repositories your system is using by issuing the command
yum repolist
If you get a list of repositories other than
fedora
rpmfusion-free
rpmfusion-free-updates
updates
updates-newkey
you will need to disable all other repositories by starting Package Manager. Navigate by using system menu (right click mouse on Desktop)
System->Add/Remove Software->Edit->Repositories
And uncheck all repositories except for the ones I have listed above.
Explanation Follows
Disable these repos and try again.
fedora-debuginfo
fedora-source
freshrpms
livna-debuginfo
livna-development
livna-development-so
livna-source
As a general rule, it's not such a good idea to mix more than 1 3rd party repo. You have freshrpms and livna which are both 3rd party and they often conflict with package versions and updates. It's also not suggested to use development repos (unless you are helping to test something) as the packages there are usually very buggy. This is why its suggested to disable the repos mentioned.
sudo yum install fedora-release
does not work, the update is not available from the mirrors anymore. Any other alternative how to obtain it?
Mia, you also deserve my gratitude for u have saved me from where i got lost through ur Dec 12, 2008 4:13:00 AM post. Now I can listen to my favourite webradios!
Ilma Ormaa
Stockholm
many many thanks for a simple basic solution for vlc install followed your instructions worked first time enjoying my music/ movies / videos on my new acer
(one day old). again thank you so much.
Setting up Install Process
Parsing package install arguments
No package vlc available.
Nothing to do
I've tried "sudo yum install fedora-release" before starting the install, and just about every other suggestion I can find on the Internet. Nothing seems to install VLC. Am at my wits end on this. Could anyone offer any suggestions, please?
dca remove 12 "file='/usr/share/applications/livna-vlc.desktop'"
but this only removes other icons. I've now lost the icons for Photo Master, Media Master and something else but I can't quite figure out what. Does anyone have any idea how I can get rid of these ugly symbols and reinstate the original ones? Thanks.
Great tutorial, thanks! But the command dca didn't work for me to add the icon on desktop. It says something like "dca command not found".
Help on this would be greatly appreciated.
When i input: sudo yum install --enablerepo=kwizart-testing vlc mozilla-vlc\
It appeared: removing mirrorlist with no valid mirrors: //var/cache/yum/rpmfusion-free-updates/mirrorlist.txt
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rpmfusion-free-updates. Please verify its path and try again
Can anyone help me!
An
I'd love to be able to install an icon for it in the default desktop. I've looked over the instructions for doing this with vlc (which I followed for vlc and it worked). It appears that you're looking to usr/share/applications to find a .desktop file, and when I look there, I don't find anything for amarok. Does the command "sudo sed s/%U// -i /usr/share/applications/livna-vlc.desktop" create the desktop file and can I do a similar thing to create an amarok file (I'll admit that .desktop files have always confused me, because when you look at them in file manager, they just show up as the icon).
Is there a guide that you've done to installing some other piece of software in the acer menu?
Thanks again--this site has been enormously useful.
[0000387] alsa audio error: write failed (Streams pipe error)
Anyone else had this? got a fix?
Error: Missing Dependency: libpulse.so.0(PULSE_0) is needed by package vlc
Error: Missing Dependency: libdc1394.so.22 is needed by package ffmpeg-libs
Error: Missing Dependency: libdvdnav.so.4 is needed by package vlc-core
how i can solve this .
tanks all
sona
i was trying for 10 days now to understand the way of installing vlc.
I think that u rescued me. Thank u so much.
Keep trying!!!
Nickos,
Athens, Greece
I've the same problem posted by Anonymous 31/1/2009, I lost the functionality of hotkeys for volume control (Fn-F8 and Fn arrow up/down). The volume can be controlled only by software. Please, any solution?
Thanks
I have already activated the advanced desktop mode before installing skype: http://www.theacerguy.com/2008/07/getting-skype-on-the-aspire-one/
Then by right-clicking on the desktop -> settings -> pulseaudio preferences
And then, under the "simultaneous output" tab, just enable the "add virtual output device for simultaneous output on all sound cards".
This restores the hotkey functionality and the audio support in skype [by choosing everywhere HDA Intel (hw:intel,0) in skype taskbar: right-click -> "options" -> "sound devices" menu]
Oddly enough, it's by inserting "pulseaudio" in the terminal window that corrects it. I'm sorry but as a windows user I don't have any experience in linux.
If someone could tell me how to load pulseaudio on startup without inserting it in the console window., I'd be grateful...
I think that installing skype prior to vlc messes things up (?)
Have checked if your external devices can be "seen" in MY FILES?
Have you checked if VLC is indeed installed properly?
Error Downloading Packages:
qt4-x11 - 4.4.3-1.fc8.i386: failure: qt4-x11-4.4.3-1.fc8.i386.rpm from updates-newkey: [Errno 256] No more mirrors to try.
qt4 - 4.4.3-1.fc8.i386: failure: qt4-4.4.3-1.fc8.i386.rpm from updates-newkey: [Errno 256] No more mirrors to try.
opencv - 1.0.0-3.fc8.i386: failure: Packages/opencv-1.0.0-3.fc8.i386.rpm from fedora: [Errno 256] No more mirrors to try.
dejavu-fonts - 2.20-1.fc8.noarch: failure: Packages/dejavu-fonts-2.20-1.fc8.noarch.rpm from fedora: [Errno 256] No more mirrors to try.
vlc-core - 0.9.5-3.fc8.i386: failure: vlc-core-0.9.5-3.fc8.i386.rpm from kwizart-testing: [Errno 256] No more mirrors to try.
vlc - 0.9.5-3.fc8.i386: failure: vlc-0.9.5-3.fc8.i386.rpm from kwizart-testing: [Errno 256] No more mirrors to try.
Thank you very much.
sudo yum install fedora-release
this updated my version of the key and I could therefore resolve the missing dependencies.
In short, from the beginning, I entered the following 4 statements:
sudo rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
sudo rpm -Uvh http://rpms.kwizart.net/kwizart-release-8.rpm
sudo yum install fedora-release
sudo yum install --enablerepo=kwizart-testing vlc vlc-core mozilla-vlc
and now I have VLC! Thanks again Macles!
Mia
Any solution for this?
Thanks in advance.
Many thanks for providing the information to get VLC on my AA1 - could not have done it without your guidance.
Mike
"[user@localhost ~]$ sudo sed s/%U// -i /usr/share/applications/livna-vlc.desktop
sed: can't read /usr/share/applications/livna-vlc.desktop: No such file or directory
I haven't seen an answer to this one yet, do you have any suggestions?
In a panic to rectify this problem, I installed smplayer which also doesn't work because it won't recognize my usb dvd drive in the config drive section. SO I AM STUCK! Can someone send me the file to put the complete Acer Media Master back in with detailed instructions on how to do this, or offer a solution. I loved using the Aspire One as a DVD movie viewer. I would just plug in dvd drive, pop in dvd, Media Master would automatically start and play my dvd. I want that again. Why won't VLC play DVD's. Someone said that version 0.8.7 does play DVD's but I don't know how to find it, how to remove the VLC 0.9, install previou version and need DETAILED instructions how to do all of this including adding any icons to the destop. But my first choice is to go back to Media Master. Thanks.
VLC now working on most media.
Origionally got:
Error: Missing Dependency: libpulse.so.0(PULSE_0) is needed by package vlc
Error: Missing Dependency: libdc1394.so.22 is needed by package ffmpeg-libs
Error: Missing Dependency: libdvdnav.so.4 is needed by package vlc-core
However it all installed after following the instructions from mia.
sudo rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
sudo rpm -Uvh http://rpms.kwizart.net/kwizart-release-8.rpm
sudo yum install fedora-release
sudo yum install --enablerepo=kwizart-testing vlc vlc-core mozilla-vlc
This is a brilliant blog - so much useful information!!!
However, when I double click on an AVI nothing happens...
File...Open... from within VLC opens movies fine...
On checking when I right click on the AVI, it shows 'Open with "Media Master"' as 1st, default option...even though I followed the instructions above to remove the old media master program.
Any suggestions how I update the file associations?
Thanks
Tony
Installation worked fine at first attempt!
Now I have just one trouble: I can't play vob files and unfortunately I nedd to do it! VLC plays just an half second of video and audio, then stop.
My netbook is a 110L with Linpus, live updated.
How could I fix this problem?
Thanks, thanks thanks in advance!
Antonio
: Missing Dependency: libpulse.so.0(PULSE_0) is needed by package vlc
Error: Missing Dependency: libdc1394.so.22 is needed by package ffmpeg-libs
Error: Missing Dependency: libdvdnav.so.4 is needed by package vlc-core
and what now?
Erik Jørgensen
Denmark
Error: Missing Dependency: libpulse.so.0(PULSE_0) is needed by package vlc
Error: Missing Dependency: libdc1394.so.22 is needed by package ffmpeg-libs
Error: Missing Dependency: libdvdnav.so.4 is needed by package vlc-core
too, so I went to http://www.acer.com/aspireone/support/files/fun.html and downloaded the 'official' vlc. Unzip and run sudo ./vlc.sh
That installs vlc and corrects the dependency problems - only this version of vlc lacks the librbaries to open video formats that most people want to watch.
So follow Macles installation again - only this time it all runs smoothly.
How can I remove the VLC icon from my desktop, I have 3 of them:)
Thanks
I have just tried to load vlc:
first I did the "sudo yum install fedora-release" bit to get the new keys.
next I typed the first line of the main commands:
sudo rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
This started out fine, but then I was told I needed release >= 10.1 for this download.
At that point I stopped.
A check of my repolist showed that I hadn't got the fusion repository, so I didn't try the next step.
(BTW, I had several hapless earlier attempts because "download1" is identical to "downloadl" (ie the letter small L is identical to the number 1) on the type face in which the original info was displayed in my browser. It was only when I cut and pasted into OOo that the confusion was cleared.)
Questions:
1. Is it "safe" to get release 10.1 (or whatever) without corrupting my A1? (All I want to to is to get a decent player and it will do all I want.)#
2. If not, what is the work-around? Do I use an older release and if so how (exactly).
sudo rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
I get the following message.
Failed dependencies:
system-release >= 10 is needed by rpmfusion-free-release-10-5.noarch
does anyone have any ideas? Wouold this be why I am getting audiobut no video on VLC.
Thanks for any help.
VLC SEEMS TO BE WORKING FINE :-)
RA
Any suggestions - maybe I am too dumb.
Cheers - Klaus
Have worked my way through the output options with no success. Help would be gratefully received.
Regards Colin
Thank you for all your amazing posts for someone like me who struggles installing software onto my acer one!
VLC Player 1.0 has now come out and has some really good features, is there anyway you could post how to install this and uninstall my current version 0.95, I currently have...
Many Thanks
Giles
Love the how to's keep up the good work.
Mark.
Thanks
having installed VLC MP4 playback is very jerky, they are HD files and I've seen a comment elsewhere suggesting the AA1 may not be up to playing HD? Anyone know?
I just get the following error message
[user@localhost ~]$ sudo yum install vlc mozilla-vlc
Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-8&arch=i386 error was
[Errno 4] IOError: urlopen error (110, 'Connection timed out')>
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again
I've removed leading angle bracket before urlopen in the error message above as this was throwing an error when I tried to post the message.
I seem to get something similar on the yum command for all these installs. I thought I had network problems, but firefox works fine, also traceroute and ping works fine on command line so I'm sure thee aren't networn probs.
I'm desperate for help here
Regards
Ed
Regards
Ed
Thanks,
Susannah
I am not sure what I did, but .avi and .mpg videos are playing with no sound issues.
Thanks again!
Susannah
However I get the following message when opening VLC:
Unable to open '%U'
I saw in a previous post that you had added another line of code to remove this, but I have done all the lines :/
any idea how to fix this?
The VLC that got installed following your guide is ver 0.8.61 janus (?)
Any help?
Cheers
wget http://download1.rpmfusion.org/free/fedora/updates/8/i386/rpmfusion-free-release-8-6.noarch.rpm
sudo yum install fedora-release
sudo rpm -U rpmfusion-free-release-8-6.noarch.rpm
sudo yum install vlc mozilla-vlc
I got dependency error for libx264.so.52 so I ran following commands that worked for me:
wget rpm.livna.org/fedora/archive/8/i386/x264-0-0.10.20070819.lvn8.i386.rpm
sudo rpm -U x264-0-0.10.20070819.lvn8.i386.rpm
sudo yum install ffmpeg
sudo yum install vlc mozilla-vlc
I am now able to see video etc on VLC...Thanks mate for ur help...:)
Cheers
The blogspot is very useful and I've recomended the site to other aspire users
The problem I have a the moment is that the VLC does not seem to want to play AVI files. The sound comes through but the video does not. I've gone through the whole thread and have updated the files as stated but still have the problem.
Any ideas?
I get to all the posts, but I don't understand where I am supposed to type in the commands to install.
I also own an acer aspire one, and love it to bits, only the codecs are a rather annoying thing to have missing.
can someone help me?
Having to reinstall VLC after a complete linux reinstall I have the following problem. When I type the command 'sudo sed -i /usr/share/applications/livna-vlc.desktop s/%U//' the computer replies with 'sed: -e expression #1, char 41: unterminated `s' command' and I'm cofused as I copy and pasted the command for this page.
When I start VLC I get the %U message so can someone help as I'm a linux newbie and this is getting quite frustrating, as reading through the thred here the line of code should have been updated.
frustrated of London
There has been some changes here. Version 0.8.6 is quite old and seem to play less formats than 0.9, and there is the issue with the %U error message.
Low sounds are fine but high sounds are not clear but crancy.
Does anybody know how to fix this??
thanks
[root@localhost user]# sudo yum install vlc mozilla-vlc
audit_log_user_command(): Connection refused
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package vlc.i386 0:0.8.7-0.8.fc8 set to be updated
--> Processing Dependency: vlc-core = 0.8.7-0.8.fc8 for package: vlc
---> Package mozilla-vlc.i386 0:0.8.7-0.8.fc8 set to be updated
--> Running transaction check
---> Package vlc-core.i386 0:0.8.7-0.8.fc8 set to be updated
--> Processing Dependency: libliveMedia.so.0 for package: vlc-core
--> Processing Dependency: libpostproc-compat.so.51 for package: vlc-core
--> Processing Dependency: libavutil-compat.so.49 for package: vlc-core
--> Processing Dependency: libBasicUsageEnvironment.so.0 for package: vlc-core
--> Processing Dependency: libavcodec-compat.so.51 for package: vlc-core
--> Processing Dependency: libavformat-compat.so.52 for package: vlc-core
--> Processing Dependency: libx264.so.60 for package: vlc-core
--> Processing Dependency: libUsageEnvironment.so.0 for package: vlc-core
--> Processing Dependency: libgroupsock.so.0 for package: vlc-core
--> Running transaction check
---> Package live555.i386 0:0-0.20.2008.07.25.fc8 set to be updated
---> Package ffmpeg-compat.i386 0:0.4.9-0.48.20080225.fc8 set to be updated
--> Processing Dependency: libdc1394.so.22 for package: ffmpeg-compat
---> Package x264-libs.i386 0:0.0.0-0.15.20080613.fc8 set to be updated
--> Running transaction check
---> Package libdc1394.i386 0:2.0.2-1.fc8 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
mozilla-vlc i386 0.8.7-0.8.fc8 rpmfusion-free-updates 60 k
Installing for dependencies:
ffmpeg-compat i386 0.4.9-0.48.20080225.fc8 rpmfusion-free-updates 1.8 M
libdc1394 i386 2.0.2-1.fc8 updates-newkey 114 k
live555 i386 0-0.20.2008.07.25.fc8 rpmfusion-free-updates 314 k
vlc i386 0.8.7-0.8.fc8 rpmfusion-free-updates 1.5 M
x264-libs i386 0.0.0-0.15.20080613.fc8 rpmfusion-free-updates 203 k
Updating for dependencies:
vlc-core i386 0.8.7-0.8.fc8 rpmfusion-free-updates 5.2 M
Transaction Summary
=============================================================================
Install 6 Package(s)
Update 1 Package(s)
Remove 0 Package(s)
Total download size: 9.2 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
Package ffmpeg-libs needs libx264.so.56, this is not available.
Complete!
Please try to help me :(
Marie