Page 10 of 12

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Fri May 02, 2014 12:40 am
by SMOKE
Go here for more info on Synaptic
https://help.ubuntu.com/community/SynapticHowto

Here's the command to install it:

Code: Select all

sudo apt-get install synaptic

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Fri May 02, 2014 12:42 am
by soluslobo
SMOKE wrote:You need to update the package with synaptic package manager.

I didn't need to, but apparently you do lol
how? I'm new to ubuntu.
codestation wrote:Try installing them from terminal:

Code: Select all

dpkg -i vitamtp*.deb
dpkg -i qcma*deb
apt-get install -f
That will install qcma (the last command will install all the missing dependencies). I will add a ppa soon, so no more terminal fiddling ;) .
I got this when I tried it

Code: Select all

root@freedom:/home/solus# dpkg -i vitamtp*.deb
dpkg: error processing archive vitamtp*.deb (--install):
 cannot access archive: No such file or directory
Errors were encountered while processing:
 vitamtp*.deb
root@freedom:/home/solus# dpkg -i qcma*deb
dpkg: error processing archive qcma*deb (--install):
 cannot access archive: No such file or directory
Errors were encountered while processing:
 qcma*deb
root@freedom:/home/solus# apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
it took me forever just to install psptoolchain I had help for someone to compile the pspdev for me. I came to the conclusion that ubuntu hates me, must know I used to be a windows user.

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Fri May 02, 2014 12:45 am
by SMOKE
soluslobo wrote:
SMOKE wrote:You need to update the package with synaptic package manager.

I didn't need to, but apparently you do lol
how? I'm new to ubuntu.
Read the post above yours ;)
Also, those commands need sudo to run properly, I edited codestations post with the correct commands

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Fri May 02, 2014 12:47 am
by soluslobo
SMOKE wrote:
soluslobo wrote:
SMOKE wrote:You need to update the package with synaptic package manager.

I didn't need to, but apparently you do lol
how? I'm new to ubuntu.
Read the post above yours ;)
Also, those commands need sudo to run properly, I edited codestations post with the correct commands
Yeah I have synaptic, it shows I don't need any updates. It shows libavcodec54 is installed.

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Fri May 02, 2014 12:53 am
by SMOKE
Oh I see the problem.

@codestation
you need to update the deps apparently, mine is still on the old version of the codec.
That's why I didn't notice.


EDIT:
Nope. Mine is on 6:9.11-2ubuntu2

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Fri May 02, 2014 12:57 am
by soluslobo
SMOKE wrote:Oh I see the problem.

@codestation
you need to update the deps apparently, mine is still on the old version of the codec.
That's why I didn't notice.


EDIT:
Nope. Mine is on 6:9.11-2ubuntu2
yeah that's what I have.

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Fri May 02, 2014 12:57 am
by SMOKE
Read my last edit. I'm running a newer version of the codec so you're not on the latest.

Are you running 32bit or 64bit ?


EDIT
nvm you deleted your post...

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Fri May 02, 2014 1:02 am
by soluslobo
SMOKE wrote:Read my last edit. I'm running a newer version of the codec so you're not on the latest.

Are you running 32bit or 64bit ?


EDIT
nvm you deleted your post...
I'm on 64bit. Yeah I deleted the post lol I saw you were replying to codestation I got confused. But yes I have 6:9.11-2ubuntu2. I don't know why it works for you but not for me.

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Fri May 02, 2014 1:03 am
by SMOKE
Try running this:

Code: Select all

sudo apt-get install libavcodec-dev libavcodec53 libavcodec54
If that doesn't work, I don't know what else to try

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Fri May 02, 2014 1:04 am
by qwikrazor87
When running the dpkg commands make sure you are in the same directory as the .deb pkgs.