Search found 15 matches

by citronalco
Tue Mar 09, 2010 9:28 pm
Forum: PS2 Development
Topic: ps2 linux on usb memory
Replies: 420
Views: 215450

@Megaman: The Live DVD works pretty good! Great work! Just one remark: It would be even more usable if it would have a working ssh server. For this UNIX98_PTYS and DEVPTS are missing in the kernel and of course a host key is needed. Some other questions: As the BlackRhino sources have faded away, wo...
by citronalco
Sat Sep 12, 2009 3:53 am
Forum: PS2 Development
Topic: ps2 linux on usb memory
Replies: 420
Views: 215450

@Mega Man: uLaunchElf says my PS2 has ROM version 0220EC20060210_ (whatever that means). @bruno.bertechini: Try this: Delete all kernelloader settings from your memory card, put a disc in your PS2, plug in a network cable then try again with kernelloader 2.0. You should at least get to the menu (it ...
by citronalco
Fri Sep 11, 2009 3:42 am
Forum: PS2 Development
Topic: ps2 linux on usb memory
Replies: 420
Views: 215450

@Mega Man: Err, how can I find out the ROM version?
by citronalco
Sat Aug 29, 2009 7:39 pm
Forum: PS2 Development
Topic: ps2 linux on usb memory
Replies: 420
Views: 215450

Just for the record: Kernelloader 2.0 works for my SCPH-77004 (as long as there's a disk in the ps2...). Kernelloaders default configuration did not work - it loaded the modules for the fat ps2. Changed this to the suggested iomanX.irx, poweroff.irx, ps2dev9.irx, smaprpc.irx, intrelay-direct-rpc.irx...
by citronalco
Sun Nov 16, 2008 10:43 pm
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 237404

@bee7:
On May 7th Mega Man posted some more details about USB mass storage, so creating device nodes with mknod might be sufficient (see page 5).

The network interface is not functional with the PS2 slim.
by citronalco
Sun Nov 16, 2008 8:44 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 237404

I also have the slim PS2 and got stuck at the missing network device just like you. Mega Man then suggested trying to find some patched network drivers. Found a few, but not a single one addressing this problem. However, tried them, but neither did help.
by citronalco
Fri May 16, 2008 4:45 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 237404

@mazxim & mega man: Mega Man's Linux 2.4.17 (http://rapidshare.com/files/113303344/vmlinux.irqfix.gz.html) together with the latest available initrd and kernel loader (from sf.net) work only most of the time. On about every 5th boot or so I get a kernel panic: Sometimes it gets to the bash promp...
by citronalco
Fri May 09, 2008 7:10 pm
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 237404

I use a native USB keyboard. I get the same error message when mounting a pendrive, but this doesn't matter, it gets mounted. The kernel I use is this: http://rapidshare.com/files/113303344/vmlinux.irqfix.gz.html I took the latest available initrd and kernel loader from Mega Man's kernel loader Sour...
by citronalco
Fri May 09, 2008 4:43 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 237404

Here are the V15 roms, the kernel loader config I use and dmesg, interrupts,... from the running linux: http://rapidshare.com/files/113500740/ps2v15.tar.bz2.html kernel loader 1.8 and the new kernel work like a charm, mounting pendrive works too. But again the ervomdrvloader.irx error at kernel load...
by citronalco
Wed May 07, 2008 8:17 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 237404

@Mega Man: I don't have the toolchain set up yet. Could you please post both pukko versions? About the network driver patches: Of course I could try a few patched kernels. But sorry, my knowledge about the ps2 is somehow limited. So do you recommend any special howto/instruction for setting up the b...
by citronalco
Tue May 06, 2008 5:15 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 237404

Did a quick test on my V15, and: It works! I can boot, initrd starts, usb keyboard is working! Great work Mega Man!!!! I used kernel loader's default config, but had to disable ADDRV to avoid the kernel loader to hang when "Loading Modules". It even works with network and hd support turned...
by citronalco
Thu Apr 24, 2008 5:53 am
Forum: PS2 Development
Topic: ps2 linux on usb memory
Replies: 420
Views: 215450

Today I found some time to do some further "research". Startup with the new modules really looks much nicer after enabling SBIOS, nevertheless I did the following with the old modules: "Playstation 2 HDD/Ethernet device NOT present." I had Net/HDD support enabled in Kernelloader ...
by citronalco
Wed Apr 23, 2008 4:57 am
Forum: PS2 Development
Topic: ps2 linux on usb memory
Replies: 420
Views: 215450

Kernel panic. No initrd. No network?

Ok, mega man: Today I've found some time to play a little on my v15. What I expected was that I should at least get the initrd from the usb memstick started. I really hope I can provide you at least some useful information. Using your default settings, the kernel comes up, unpacks the initrd.gz and ...
by citronalco
Sat Apr 19, 2008 9:44 pm
Forum: PS2 Development
Topic: ps2 linux on usb memory
Replies: 420
Views: 215450

@devilinside128:
You can use any usb keyboard, but only the standard keys will work. So take a cheap one ;-)
by citronalco
Sat Apr 19, 2008 9:42 pm
Forum: PS2 Development
Topic: ps2 linux on usb memory
Replies: 420
Views: 215450

The kernelloader is excellent, also the Linux install howto. Thank you Mega Man! I'm trying to get linux running on a mod-chipped ps2 slim v15, dreaming of something like loading kernel & initrd from usb or cd and mounting the rootfs via nfs. After some try and error which modules to load and wh...