User Name

Password


Pandora Battery Kits From $32.99

 
Forums
-
General Announcements
-Introduce Yourself
-
PSP News
-PVP's Archives
PSP Mod's and Hacks
-
Hardware
-
Firmware
-
PSP Custom Firmware
-
Sony PSP Homebrew
-
PSP General
-
PSP Emulation
-
PSP Wireless
PSP Games
-
PSP Games
-
PSP Game Reviews
-PSP Homebrew Rev
Entertainment
-
Other Consoles
-
Movies/Music On PSP
-
Movie/Music Reviews
-
Digital Art
-
PSP Scams
-PSPMOD Youtube
-PSP Demos
 
Recommended Sites
- Free PSP Demos

- PSP Hacks

- Pandora Battery
-
PSP Videos

- Buy Pandora Battery
- PSP Wallpapers
- Naruto for psp
- PSP Wallpapers

- PSP Downloads

- PSP Themes

- PSP Firmware

- PSP Video

- PSP News
 

Old Linux PSP FAQ! 06-29-2007, 02:51 PM   #1 (permalink)
DarkED
Senior Member
PSP Elite Hacker
 
DarkED's Avatar
 
Join Date: Dec 2006
Location: Lake Norman, NC
Posts: 1,152

Default Linux PSP FAQ!

Hey all. It's been a week or so since I've posted in this section, sorry about that, life has been a little busy

Anyways, I figured I'd post some of frequently asked questions I get from other users along with their answers. Most of these questions are PSP-centric but a few will be Linux basics. Even if you don't have any of these questions you could still check em' out and learn a bit

---------------------------------------

Q. Is there anything special I need to do to make my PSP connect in Linux?
A. 99% of the time, no. Set it to USB mode and plug it in like you normally would. If your Linux kernel is anything recent (i.e. 2.4 and up) and your USB works your system should work fine with it. You may have to mount it manually on older distros, if so, the PSP memstick filesystem is the vfat derivative. If you're running a relatively new or up-to-date distro it'll likely mount the PSP automatically and place an icon for it on your desktop.

---------------------------------------

Q. How do I work with .zip and .rar files in Linux?
A. It's a known fact that lots of homebrew comes in these formats. Zip is easy - your usual compression tool should be able to create and extract .zip files. I use Ubuntu derivatives so therefore I use Ark, use whatever is appropriate for your distro. For .rar files, you'll need an app called 'unrar.' This is a commandline application but it's very easy to use. Your distro will probably also have a GUI frontend in the repos somewhere.

---------------------------------------

Q. What do I do when homebrew comes in a WinZip self-extractor (.exe) ?
A. Change the file extension from .exe to .zip - it will now open as a normal .zip file. NOTE that this ONLY works for WinZip self-extractors.

---------------------------------------

Q. The PC-side PSP management application (example, Sei's PSP Tool) I want to use does NOT have a Linux version, what do I do?
A. See next question.

---------------------------------------

Q. How do I work with homebrew that comes as a normal .exe installer?
A. You use Wine and hope for the best. Usually, if it comes in an installer, it's likely going to be a Windows PSP management application (such as Sei's PSP Tool.) In this case, it SHOULD run in Wine correctly. You may have some issues with USB, I'm not positive on how that'll work for you. If you have a specific app you'd like to use just feel free to ask me in this thread.

---------------------------------------

Q. What is Wine?
A. Wine is a Windows to Linux compatibility layer, similar to Cygwin on Windows. It allows Windows executables (.exe) to run in Linux. Wine has been in development for quite a long time now and it has an amazingly high success rate, so chances are your app will run in it with little or no extra tweaking.

---------------------------------------

Q. How do I convert videos / music to PSP's format in Linux?
A. FFmpeg is a set of codecs and utilities that can encode, decode and convert lots of various sound and video formats, including MPEG Layer-4 and DivX/XviD. You can find more info here:
FFmpeg - Wikipedia, the free encyclopedia

---------------------------------------

Q. Okay, but what about WMA/WMV/AVI/MOV?
A. Check out a package called 'win32codecs' for your respective distro. It'll get you sorted. Keep in mind that the legality of this package is questionable as it is basically direct ports of codecs included with Windows.

---------------------------------------

Q. I have a DVD I'd like to rip and convert to PSP format. This DVD is encrypted, how do I read it in Linux?
A. Check out a selection of packages with the name 'libdvdcss' for your particular distro. Generally, you'll only need the 'libdvdcss2' package to decode DVD encryption. Keep in mind that the legality of these packages is questionable.

---------------------------------------

Q. What is OGG/Vorbis?
A. OGG is a container format for music and video, it's similar to Windows' AVI. Vorbis is usually the codec for the sound and/or video contained within. OGG/Vorbis retains higher sound and video quality than MPEG2/3 and WMA/WMV, while running very similar bitrates to it's MPEG*/WM* cousins.

---------------------------------------

Q. Can the PSP play OGG/Vorbis?
A. Unfortunately, no, it cannot. However, using FFmpeg you can convert OGG to whatever format you need for it to be PSP-compatible.

---------------------------------------

Q. How do I work with EBOOTs (changing icons, sounds, name, etc) in Linux?
A. As far as working with normal (homebrew) EBOOTs goes, I couldn't say. For working with PSOne EBOOTs you can use the Linux version of Popstation.

---------------------------------------

Q. I've downloaded such and such app and it's a Linux version, it came in an installer as a .run file. How do I install this?
A. Okay, it's easy. First you'll want to crack open a terminal and cd to the directory where the file is held. First you'll want to set the file as executable:

chmod +x name_of_file.run

Then, type this:

./name_of_file.run

The ./ operator tells Linux to execute the .run file. Also remember to use tab-autocomplete to help simplify typing out the names of these files, they tend to be quite long.

---------------------------------------

Q. I've downloaded such and such app and it's a Linux version, it came in a tarball and it's got some .sh scripts. I have already extracted the tarball to a directory, now how do I run this?
A. See the above question, it works both ways. First, cd to the directory with the shell scrips, then:

chmod +x name_of_file.sh

Finally, we execute it:

./name_of_file.sh

And there you have it!

---------------------------------------

Q. I found an app I want to use and it's Linux compatible but it needs to be compiled from source. What do I do?
A. Check the compiling instructions for your particular distro, it varies. Also, make sure you have the required compiler packages installed, the page with the source tarball will usually list the required packages. Your distro may also require a few additional packages to do a compile.

---------------------------------------

Q. I have more questions!
A. Feel free to ask me in this thread. I'll try to answer them to the best of my ability. Alternatively, you can fire up your IRC client and go to irc.freenode.net and join the channel for your particular distro. People there may also be able to help.

---------------------------------------

I'll keep adding to the list as is required
__________________

Powered by Kubuntu Linux 7.04 - Fear the Penguin. And slowly turning Mac
Like open source? Read this and take a stand.
DarkED Design

Last edited by DarkED : 06-29-2007 at 03:08 PM.
DarkED is offline  
Reply With Quote
Old Linux PSP FAQ! 06-29-2007, 11:45 PM   #2 (permalink)
Chris3d
Senior Member
I Modded My PSP
 
Chris3d's Avatar
 
Join Date: Nov 2006
Location: Huntersville, NC
Posts: 311
Firmware Installed: 3.52 M33-4

Default Linux PSP FAQ!

Thanks for that man...if I EVER get my Linux box up and running stable the way I want it, I plan to start using it more. Meaning Beryl running stable, and all of the dev software installed correctly. LOL, I know this would be alot easier with a computer running a faster processor, and an Nvidia graphics card.

I'm currently running:
P4 1.8Ghz
768MB RAM
ATI Radeon 9600 SE
DVD-ROM/CD-RW

it's totally capable of running any distro of Linux, but I have no reason to run Linux without beryl and the proper dev s/w. I can compile anything on my mac...with eyecandy to an extent.
__________________

Chris3d is offline  
Reply With Quote
Old Linux PSP FAQ! 07-01-2007, 08:08 AM   #3 (permalink)
DarkED
Senior Member
PSP Elite Hacker
 
DarkED's Avatar
 
Join Date: Dec 2006
Location: Lake Norman, NC
Posts: 1,152

Default Linux PSP FAQ!

Quote:
Originally Posted by Chris3d View Post
LOL, I know this would be alot easier with a computer running a faster processor, and an Nvidia graphics card.

I'm currently running:
P4 1.8Ghz
768MB RAM
ATI Radeon 9600 SE
DVD-ROM/CD-RW
Your processor is more than sufficient, as is your video chipset. The only thing holding you back is the poor quality of ATi's Linux drivers. If you had an nVidia you'd already be up and running

DISCLAIMER: I am in no way a 'nVidia zealot.' I have both nVidia and ATi cards in my systems, the ATi drivers being of poor quality is just a fact in the Linux world. Ask anyone in the Linux community and they will tell you that ATi's drivers leave a lot to be desired.
__________________

Powered by Kubuntu Linux 7.04 - Fear the Penguin. And slowly turning Mac
Like open source? Read this and take a stand.
DarkED Design
DarkED is offline  
Reply With Quote
Old Linux PSP FAQ! 07-01-2007, 09:50 AM   #4 (permalink)
free2rap622
Senior Member
PSP Mad Hacker
 
Join Date: Feb 2006
Location: Pottsville PA
Posts: 890
Send a message via AIM to free2rap622
Default Linux PSP FAQ!

Yea, if you had that nvidia you'de be strait, you should just get one.
__________________


My football Video
free2rap622 is offline  
Reply With Quote
Old Linux PSP FAQ! 07-01-2007, 06:21 PM   #5 (permalink)
Chibibaka
Member
PSP User
 
Join Date: May 2007
Posts: 35
Send a message via AIM to Chibibaka
Default Linux PSP FAQ!

hmmm how do i go installing USBhostFS on linux? downloaded the linux version and all it gave me was a 68kb file lol
Chibibaka is offline  
Reply With Quote
Old Linux PSP FAQ! 07-01-2007, 06:37 PM   #6 (permalink)
free2rap622
Senior Member
PSP Mad Hacker
 
Join Date: Feb 2006
Location: Pottsville PA
Posts: 890
Send a message via AIM to free2rap622
Default Linux PSP FAQ!

Well I don't have linux. But if you just google it, you might find something. Ill post a link to where you might be able to get it.
Sorry I wasn't able to find it. Google it though, you might find it.
__________________


My football Video
free2rap622 is offline  
Reply With Quote
Old Linux PSP FAQ! 07-02-2007, 02:30 AM   #7 (permalink)
Chris3d
Senior Member
I Modded My PSP
 
Chris3d's Avatar
 
Join Date: Nov 2006
Location: Huntersville, NC
Posts: 311
Firmware Installed: 3.52 M33-4

Default Linux PSP FAQ!

Quote:
Originally Posted by free2rap622 View Post
Well I don't have linux. But if you just google it, you might find something. Ill post a link to where you might be able to get it.
Sorry I wasn't able to find it. Google it though, you might find it.
Why are you even posting in the Linux section...sorry to sound rude.
__________________

Chris3d is offline  
Reply With Quote
Old Linux PSP FAQ! 07-02-2007, 10:48 AM   #8 (permalink)
DarkED
Senior Member
PSP Elite Hacker
 
DarkED's Avatar
 
Join Date: Dec 2006
Location: Lake Norman, NC
Posts: 1,152

Default Linux PSP FAQ!

Quote:
Originally Posted by Chibibaka View Post
hmmm how do i go installing USBhostFS on linux? downloaded the linux version and all it gave me was a 68kb file lol
Uh... yeah... that's how USBHostFS comes in Windows too. What kind of file is it?
__________________

Powered by Kubuntu Linux 7.04 - Fear the Penguin. And slowly turning Mac
Like open source? Read this and take a stand.
DarkED Design
DarkED is offline  
Reply With Quote
Old Linux PSP FAQ! 07-02-2007, 04:18 PM   #9 (permalink)
Chibibaka
Member
PSP User
 
Join Date: May 2007
Posts: 35
Send a message via AIM to Chibibaka
Default Linux PSP FAQ!

nvm got it running. was the same as the .run or .sh with out the .run or .sh lol
Chibibaka is offline  
Reply With Quote
Old Linux PSP FAQ! 08-07-2007, 07:14 PM   #10 (permalink)
Canada2113
Senior Member
PSP Elite Hacker
 
Join Date: Jul 2007
Location: South Eastern PA
Posts: 2,376
Firmware Installed: 371m33-4

Default Linux PSP FAQ!

Ubuntu gives me a message saying something along the lines of "I/O Error while transferring data from...." when i try to move stuff on to my psp...
To be honest linux is being a pain in my ass. My soundcard doesnt work, psp doesnt work, standby doesnt work, took a week to get a cd burner that works... one thing after another.
Canada2113 is offline  
Reply With Quote
Old Linux PSP FAQ! 08-07-2007, 10:26 PM   #11 (permalink)
DarkED
Senior Member
PSP Elite Hacker
 
DarkED's Avatar
 
Join Date: Dec 2006
Location: Lake Norman, NC
Posts: 1,152

Default Linux PSP FAQ!

Sorry it's been such a pain but look at the bright side: nobody forced you to use it and it was free

And as far as your PSP goes it sounds like you've got a corrupted memstick. This probably happened because you were not unmounting the PSP before pulling the USB plug out of your computer or PSP.

You MUST unmount ALL external memory storage devices in Linux before unplugging them. Actually, you're supposed to do it in Windows as well using that 'Safely Remove Hardware' dialog.
__________________

Powered by Kubuntu Linux 7.04 - Fear the Penguin. And slowly turning Mac
Like open source? Read this and take a stand.
DarkED Design
DarkED is offline  
Reply With Quote
Old Linux PSP FAQ! 08-07-2007, 10:55 PM   #12 (permalink)
Canada2113
Senior Member
PSP Elite Hacker
 
Join Date: Jul 2007
Location: South Eastern PA
Posts: 2,376
Firmware Installed: 371m33-4

Default Linux PSP FAQ!

I usually exit the usb mode on the psp before i unplug it so i can test the files i just put on, maybe i didt or something. It works fine on my family's xp box. I'll reboot myself into xp and see what happens.
I like Ubuntu, but everyone says that it "just works" and bashes windows becasue it has a few problems. I dont get along with elitist people too much i guess. People just have to understand that every OS has its ups and downs, nothing is perfect. Anywho, enough of that, thanks for the help DarkEd.

Edit: In Xp now, psp is working fine with usb. Maybe a reboot will help ubuntu get all situated. Ill be back after i reboot into ubuntu again. At least now i have a reason to do a few things in xp that i have been putting off.

Last edited by Canada2113 : 08-07-2007 at 11:21 PM.
Canada2113 is offline  
Reply With Quote
Old Linux PSP FAQ! 08-08-2007, 12:06 AM   #13 (permalink)
DarkED
Senior Member
PSP Elite Hacker
 
DarkED's Avatar
 
Join Date: Dec 2006
Location: Lake Norman, NC
Posts: 1,152

Default Linux PSP FAQ!

Quote:
Originally Posted by Canada2113 View Post
I usually exit the usb mode on the psp before i unplug it so i can test the files i just put on
That is not unmounting it. It's the same as pulling the plug.

To unmount it you can either right click on the PSP icon (either on your desktop or in /media) and hit eject/unmount, or you can do it manually:

Open a terminal and type this:

sudo mount

This will give you a list of all items that are currently mounted, including your PSP. Look for the PSP in the list (go by the size of your memstick) and note the device node, it's assigned to your PSP and looks something like /dev/sda. Now, type this:

sudo umount /dev/sda5 <-- assuming your PSP is /dev/sda5 of course.

Now it's unmounted. Then you can go back to using it.
__________________

Powered by Kubuntu Linux 7.04 - Fear the Penguin. And slowly turning Mac
Like open source? Read this and take a stand.
DarkED Design
DarkED is offline  
Reply With Quote
Old Linux PSP FAQ! 08-08-2007, 01:38 AM   #14 (permalink)
Canada2113
Senior Member
PSP Elite Hacker
 
Join Date: Jul 2007
Location: South Eastern PA
Posts: 2,376
Firmware Installed: 371m33-4

Default Linux PSP FAQ!

Yeah, i get what you mean. It mounts right on the desktop along with my hdd's, so i could just right-click the icon to unmount, right? The way i did it before worked with windows, but i guess that doesnt guarantee it works elsewhere. I'll just have to train myself to unmount it now. Thanks a bunch DarkEd.
Canada2113 is offline  
Reply With Quote
Old Linux PSP FAQ! 08-08-2007, 03:27 AM   #15 (permalink)
DarkED
Senior Member
PSP Elite Hacker
 
DarkED's Avatar
 
Join Date: Dec 2006
Location: Lake Norman, NC
Posts: 1,152

Default Linux PSP FAQ!

Quote:
Originally Posted by Canada2113 View Post
The way i did it before worked with windows, but i guess that doesnt guarantee it works elsewhere. I'll just have to train myself to unmount it now. Thanks a bunch DarkEd.
Yeah, Windows seems to be a little better about not screwing all your data when you dont do a clean unmount And yeah, I know it's a pain to unmount it manually but you get used to it and it's really no big deal.
__________________

Powered by Kubuntu Linux 7.04 - Fear the Penguin. And slowly turning Mac
Like open source? Read this and take a stand.
DarkED Design
DarkED is offline  
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT. The time now is 02:45 PM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0 RC8