Results 1 to 4 of 4
Ok, I have a good one for you gurus.
I'm running Ubuntu 10.04 on an Acer laptop. Everything runs like a damn charm, and I love it, but now VLC ...
- 07-03-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 30
VLC and Ubuntu 10.04
Ok, I have a good one for you gurus.
I'm running Ubuntu 10.04 on an Acer laptop. Everything runs like a damn charm, and I love it, but now VLC is crapped out.
when I type vlc in terminal it waits a bit, then just says "bus error"
I've removed via apt-get and reinstalled, same error. I've googled the problem and nothing seems to work. Its sad, VLC is my favorite media player, and it wont work.
Any help will be appreciated.
- 07-03-2010 #2
Have you tried to purge it?
Code:sudo apt-get update sudo apt-get --purge remove vlc sudo apt-get clean all sudo apt-get install vlc
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-03-2010 #3Just Joined!
- Join Date
- May 2010
- Posts
- 30
tried that, again, no go this is what I get
kados@kados-laptop:~$ vlc
VLC media player 1.0.6 Goldeneye
Bus error
- 07-03-2010 #4Just Joined!
- Join Date
- May 2010
- Posts
- 30
wow, now I really messed it up...hahahahah
I tried to compile VLC from the source, after downloading all the required files, doing configure, make, make install, now I get this
tried purging and reinstalling, but it seems to be stuck giving me the same errorCode:VLC media player 1.1.0 The Luggage (revision exported) [0x9b04dfc] main interface error: no suitable interface module [0x9b05264] main interface error: no suitable interface module [0x9b023a4] main interface error: no suitable interface module [0x9adb15c] main libvlc error: interface "signals" initialization failed [0x9b023a4] main interface error: no suitable interface module [0x9adb15c] main libvlc error: interface "globalhotkeys,none" initialization failed [0x9adb15c] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. [0x9b02704] main interface error: no suitable interface module [0x9adb15c] main libvlc error: interface "default" initialization failed kados@kados-laptop:~$


Reply With Quote