Ubuntu install using Live CD
Ubuntu install using Live CD
I posted a HOWTO guide for installing Ubuntu on the PS3 using a Live CD if you are interested.
http://ubuntuforums.org/showthread.php?t=343113
http://ubuntuforums.org/showthread.php?t=343113
reading memory stick off of psp
If you plug a memory stick inside a psp and then connected it to the PS3, and activate the usb connection on the PSP, what commands did you have to execute in order to mount and get access to the memory stick?
how do you check after, say you execute a dmesg and get some info from there? do you need to mount anything?
how do you check after, say you execute a dmesg and get some info from there? do you need to mount anything?
I will have to try this to confirm when I get home (at work now) but I think that if you turn on the PSP and activate the USB connection (do this before you boot into linux so that the boot process can detect it), you can figure out which drive it is and then mount in normally. Try this ...If you plug a memory stick inside a psp and then connected it to the PS3, and activate the usb connection on the PSP, what commands did you have to execute in order to mount and get access to the memory stick?
Code: Select all
$ fdisk -l
Code: Select all
$ mkdir /mnt/psp
$ mount /dev/sdd1 /mnt/psp
Code: Select all
$ls /mnt/psp
If you want, you can change the "psp" to "usbdrive" to make it easier on you following the tutorial
Jim is correct here. I assumed before that you were trying to mount the PSP as the USB drive that is described in the guide. (before Ubuntu boots)jimparis wrote:On Ubuntu, USB mass storage devices should mount automatically. (check the configuration of hald and gnome-volume-manager if they don't). There's nothing specific to the PS3.
Hey, good to hear from you again.
You should check out PSUbuntu.com and register for the forums. I am trying to write all kinds of HowTo guides for new Linux users. I am sure you could add some useful guides.
Anyway ... it's not about who did what first. You had a great idea that helped many people get Ubuntu to work on their PS3s ... that's what its all about. I am sure that you know much more about Linux than I do ... I just put all of the info in a form that anyone could chew up and digest.
You should check out PSUbuntu.com and register for the forums. I am trying to write all kinds of HowTo guides for new Linux users. I am sure you could add some useful guides.
Anyway ... it's not about who did what first. You had a great idea that helped many people get Ubuntu to work on their PS3s ... that's what its all about. I am sure that you know much more about Linux than I do ... I just put all of the info in a form that anyone could chew up and digest.
Thanks for the link, it looks like you have the start of a nice page there.Ciego wrote:Hey, good to hear from you again.
You should check out PSUbuntu.com and register for the forums. I am trying to write all kinds of HowTo guides for new Linux users. I am sure you could add some useful guides.
Anyway ... it's not about who did what first. You had a great idea that helped many people get Ubuntu to work on their PS3s ... that's what its all about. I am sure that you know much more about Linux than I do ... I just put all of the info in a form that anyone could chew up and digest.
I haven't messed with PS3 linux/development in a few weeks, but I just got a monitor with DVI/HDCP support so i can work more naturally at my computer desk. Its a minor change, but hopefully, it'll motivate me to do some serious work.
Actually, it is not my page. I just started posting/sending info so much that the owner gave me a blogging account so that I could post on the front page. I thought it looked like a good place to keep PS3-Ubuntu related info all in one place.
I do not really do programming, but if you need help testing any of your PS3/Linux work, I would be glad to help. I bet it makes a big difference with that monitor. I ended up going out and buying a 1080p HDTV because i got tired of looking at the SD mess that you end up with in Linux on the TV
I do not really do programming, but if you need help testing any of your PS3/Linux work, I would be glad to help. I bet it makes a big difference with that monitor. I ended up going out and buying a 1080p HDTV because i got tired of looking at the SD mess that you end up with in Linux on the TV