Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  3. #3
    Just 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

  4. #4
    Just 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

    Code:
    
    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:~$
    tried purging and reinstalling, but it seems to be stuck giving me the same error

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...