Made it to the linux boot screen. My Setup (PS3 Slim 320GB, Kmeaw 3.55):
1. Ubuntu running as a vmware client of windows 7 desktop, the uname -a output is:
Code:
Linux ubuntu 2.6.35-25-generic #44-Ubuntu SMP Fri Jan 21 17:40:44 UTC 2011 x86_64 GNU/Linux
2. I used a wireless bridge with two cheap tp-link wireless routers as a bridge, so my desktop is connected to the ethernet port of one router, I manually set the eth0 inside the ubuntu to use 192.168.2.1 as follows:
Code:
sudo ifconfig eth0 192.168.2.1
PS3 is connected to the other tp-link router.
3. I installed everything as detailed in marcan42's posts.
4. make sure you reboot your PS3 to start from clean
5. start asbestos loader
6. start lv2_v9, select linux, hit x
Viola, you should see a set of penguins. I think this is a giant step.
Now, there are some show stoppers for me:
1. my wireless keyboard and mouse combo does not work in the linux prompt for login. (It can be used no problem inside the PS3 GameOS)
2. Above probably is related to failed to load module usbcore
3. various other modules failed to load as well, but not so sure how critical they are: rtp-ps3, ehci-hcd, unknown filesystem spufs, /dev/ps3vram stat failed, could not mount all network file filesystem, modeprobe: FATAL: Module index corrupt: Bad magic number.
Anyhow, that's all I got for now.
Anyone has any idea on how to fix the usbcore module problem?