No success...Code:C:\>dir k: Volume in drive K is New Volume Volume Serial Number is 30C6-F15A Directory of K:\ File Not Found C:\>format k: /FS:UDF The type of the file system is NTFS. The new file system is UDF. Enter current volume label for drive K: New Volume WARNING, ALL DATA ON NON-REMOVABLE DISK DRIVE K: WILL BE LOST! Proceed with Format (Y/N)? y Formatting 76317M 79 percent completed.
I tried a lot of different things but always get an error (0x8001002B).
* ERROR_KERNEL_I/O_ERROR: 0x8001002B
If I use non-existing port I get 0x80010002.
If I apply the firmware patches to lv2 from waninkoko's source my PS3 locks...
It will be nice if there was an explanation what these kernel pokes do:
I triedCode:.patches = { { 0x800000000018F6B0ULL, 0x480000483C008001ULL }, { 0x800000000018F720ULL, 0x480001202F9F0000ULL }, { 0x8000000000192480ULL, 0x4800004C4092FEC4ULL }, { 0x8000000000192520ULL, 0x600000002FBA0000ULL }, { 0x800000000019282CULL, 0x63BD06664BFFD67DULL }, { 0, 0 }
Code:ret2 = syscall_837("CELL_FS_IOS:USB_MASS_STORAGE000", "CELL_FS_UDF", "/dev_usb000", 0, 0, 0, 0, 0);Code:ret2 = syscall_837("CELL_FS_IOS:USB_MASS_STORAGE001", "CELL_FS_UDF", "/dev_usb001", 0, 0, 0, 0, 0);Try to unmount first with syscall 838... still no goCode:ret2 = syscall_837("CELL_FS_IOS:USB_MASS_STORAGE", "CELL_FS_UDF", "/dev_usb", 0, 0, 0, 0, 0);
***Code:static uint64_t syscall_837(const char *device, const char *format, const char *point, u32 a, u32 b, u32 c, void *buffer, u32 len) { system_call_8(837, (u64)device, (u64)format, (u64)point, a, b, c, (u64)buffer, len); return_to_user_prog(uint64_t); } static uint64_t syscall_838(const char *device) { system_call_1(838, (u64)device); return_to_user_prog(uint64_t); }
I compared my original level2 kernel with the patches posted above:
I don't have an asm/disasm to check the opcodes, but it will be much appreciated if anyone can find more info on this.Code:0x800000000018F6B0ULL: POKE: 48 00 00 48 3C 00 80 01 ORIG: 40 9E 00 48 3C 00 80 01 ADDR: 0x800000000018F720 POKE: 48 00 01 20 2F 9F 00 00 ORIG: 41 9E 01 20 2F 9F 00 00 ADDR: 0x8000000000192480 POKE: 48 00 00 4C 40 92 FE C4 ORIG: 40 9E 00 4C 40 92 FE C4 ADDR: 0x8000000000192520 POKE: 60 00 00 00 2F BA 00 00 ORIG: 41 82 02 DC 2F BA 00 00 ADDR: 0x800000000019282C POKE: 63 BD 06 66 4B FF D6 7D (this one looks like setting READ/WRITE permissions... ORIG: 63 BD 00 2B 4B FF D6 7D
Dean
13250 HeyManHRU
13207 PS3 News
11287 elser1
11119 oVERSoLDiER
9248 GrandpaHomer
8578 Tidusnake666
7968 saviour07
7340 condorstrike
7258 deank
6858 OGroteKoning
24993 PS3 News
5279 Starlight
2965 HeyManHRU
2173 CJPC
2129 elser1
1818 cfwprophet
1756 her0
1572 oVERSoLDiER
1291 GrandpaHomer
1080 barrybarryk




