Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: mobile media converter for 64 Bit Ubuntu

  1. #1
    Join Date
    Nov 2008
    Location
    Taiwan
    Beans
    446
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    mobile media converter for 64 Bit Ubuntu

    Hi

    I recently switched over to 64Bit Ubuntu. Wow. Fast. Love it.

    The only program I can't get to run in 64Bit is Mobile Media conerter.

    can I get Mobile Media Converter working in 64Bit?

    powel

  2. #2
    Join Date
    Jan 2007
    Location
    Kentucky, USA
    Beans
    1,684
    Distro
    Ubuntu Development Release

    Re: mobile media converter for 64 Bit Ubuntu

    Just ran across your post. The i386 version will run fine. You just have to install it manually and "force" it. Download the .deb package (1.4.2 is out now). Open a terminal and run
    Code:
    sudo dpkg --force-architecture -i <path_to_package>
    You can also type or copy/paste
    Code:
    sudo dpkg --force-architecture -i
    into the terminal, leave a space, and then drag the package on to the terminal window.


    EDIT: This will also work with most i386 packages if you can't find the 64 bit version.

  3. #3
    Join Date
    Jan 2007
    Location
    Kentucky, USA
    Beans
    1,684
    Distro
    Ubuntu Development Release

    Re: mobile media converter for 64 Bit Ubuntu

    For some reason the newest package doesn't install correctly under 64 bit. After installing, right click on the menu icon, select "Edit Menus". Find MMC under Sound and Video. Right click on the MMC entry and select "properties". Then change the command to
    Code:
    /opt/MIKSOFT/MobileMediaConverter/lib/mmc

  4. #4
    Join Date
    Jun 2006
    Location
    Switzerland
    Beans
    Hidden!
    Distro
    Kubuntu Jaunty Jackalope (testing)

    Re: mobile media converter for 64 Bit Ubuntu

    but you'll have to install the ia32 libs also I think... or is it ia64... search in synaptic, you'll find it.

  5. #5
    Join Date
    Jan 2007
    Location
    Kentucky, USA
    Beans
    1,684
    Distro
    Ubuntu Development Release

    Re: mobile media converter for 64 Bit Ubuntu

    Yes, ia32libs. I forgot about that. I don't think it was installed by default. Something else I installed pulled it in as a dependent.

  6. #6
    Join Date
    May 2007
    Beans
    11

    Re: mobile media converter for 64 Bit Ubuntu

    Thanks to you all, especially 67GTA, this was really helpful.

  7. #7
    Join Date
    Feb 2009
    Location
    Philippines
    Beans
    113
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: mobile media converter for 64 Bit Ubuntu

    Thanks! I had the same problem. The solution worked.
    Happy GNU/Linux user. Not so noob anymore!
    There are only 10 types of people in the world — those who understand binary, and those who don't.

  8. #8
    Join Date
    Nov 2006
    Beans
    13

    Re: mobile media converter for 64 Bit Ubuntu

    +1

    Working... without fixing appli properties.
    installed mmc-1.5.0

  9. #9
    Join Date
    Oct 2006
    Beans
    2

    Cool Re: mobile media converter for 64 Bit Ubuntu

    I tried the fix below , but i get the following error


    /opt/MIKSOFT/MobileMediaConverter/lib/mmc: symbol lookup error: /usr/lib32/libdirectfb-1.2.so.0: undefined symbol: fusion_config_usage


    any idea?

  10. #10
    Join Date
    Apr 2009
    Location
    CEBU
    Beans
    18
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: mobile media converter for 64 Bit Ubuntu

    I still have problem..

    it says error: wrong architecture 'i386'

    here is the code on my terminal
    Code:
    jerald@jerald-laptop:~$ sudo apt-get install mmc_1.6.1
    [sudo] password for jerald: 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    E: Couldn't find package mmc_1.6.1
    jerald@jerald-laptop:~$ sudo dpkg --force-architecture -i '/home/jerald/Downloads/mmc_1.6.1_i386.deb' sudo dpkg --force-architecture -i'/home/jerald/Desktop/mmc_1.6.1_i386.deb' 
    dpkg: warning: overriding problem because --force enabled:
     package architecture (i386) does not match system (amd64)
    Selecting previously deselected package mobilemediaconverter.
    (Reading database ... 181052 files and directories currently installed.)
    Unpacking mobilemediaconverter (from .../Downloads/mmc_1.6.1_i386.deb) ...
    dpkg: error processing sudo (--install):
     cannot access archive: No such file or directory
    dpkg: error processing dpkg (--install):
     cannot access archive: No such file or directory
    dpkg: error processing --force-architecture (--install):
     cannot access archive: No such file or directory
    dpkg: error processing -i/home/jerald/Desktop/mmc_1.6.1_i386.deb (--install):
     cannot access archive: No such file or directory
    Setting up mobilemediaconverter (1.6.1) ...
    
    Processing triggers for desktop-file-utils ...
    Processing triggers for python-gmenu ...
    Rebuilding /usr/share/applications/desktop.en_PH.utf8.cache...
    Processing triggers for python-support ...
    Errors were encountered while processing:
     sudo
     dpkg
     --force-architecture
     -i/home/jerald/Desktop/mmc_1.6.1_i386.deb
    jerald@jerald-laptop:~$
    thanks..

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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