Search found 269 matches

by Mega Man
Thu Jun 12, 2008 8:28 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 252218

Well, We tried the combination you say, but the kernelloader now freezes after the kernelloader loads the kernel and initrd with the sentence: "Loading the modules" citronalco has already reported how to avoid this problem: kernel loader 1.8 and the new kernel work like a charm, mounting ...
by Mega Man
Mon Jun 09, 2008 1:51 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 252218

Re: binaries for the loader and kernel for ps2 slim

we would like to know where we can download the latest kernel loader and kernel that works for ps2 slim. It is still the same since my last post. Testversion of kernelloader only for slim PSTwo: http://rapidshare.com/files/112377238/kloader.elf.html Testversion of Linux kernel only for slim PSTwo. ...
by Mega Man
Sat Jun 07, 2008 7:30 am
Forum: PS2 Development
Topic: ps2 linux on usb memory
Replies: 420
Views: 218755

Re: mega man

devilinside128 wrote:I can not use the keyboard with Kernelloader, before running on Linux, nor during loading linux.
There is some general problem.

Did the adapter work with your computer? Did you connected it properly (keyboard and mouse exchanged)?
by Mega Man
Sat Jun 07, 2008 7:22 am
Forum: PS2 Development
Topic: Playstation 2 Linux kernelloader (ps2dev) on PS Two V15
Replies: 1
Views: 2499

The official released version 1.8 can't do it. It is possible that the test version for slim PSTwo will work. There is no automatic installation. Currently you need to do it manually as described in http://forums.ps2dev.org/viewtopic.php?t=10156 . In general you need to setup your own initrd like th...
by Mega Man
Sun Jun 01, 2008 7:14 am
Forum: PS2 Development
Topic: Filesystem Usage Example
Replies: 15
Views: 7942

You also need to load fileXio.irx after iomanX.irx.
by Mega Man
Sun Jun 01, 2008 7:03 am
Forum: PS2 Development
Topic: ps2 linux on usb memory
Replies: 420
Views: 218755

Could someone please tell me how do you use the linux install tutorial to install onto a USB Hard Drive? What parts do you have to change? The USB hard disc has a different device name (/dev/hd* -> /dev/sd*, /dev/ide/* -> /dev/scsi/*). Check disscussion above about device names. When you use USB ha...
by Mega Man
Wed May 28, 2008 6:50 am
Forum: PS2 Development
Topic: ps2 linux on usb memory
Replies: 420
Views: 218755

Re: mega man

hola,mega man I count him that I finally bought myself an adactador two in one, to connect the mouse and the keyboard via usb. now I do have the problem that the Kernelloade 1.7, it is not compatible with my ps2 v12. several messages behind you told me that parcherlo is needed. as I make it work? ....
by Mega Man
Sat May 17, 2008 9:55 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 252218

Well i cant do anything with Kernelloader until it reads my USB KB. This is the old kloader 1.8 version, including updated modules: http://rapidshare.com/files/115436157/kloader.elf.html I put usbd.irx and usb_mass.irx into it, but keyboard driver was not working, so I used my old one. Seems that k...
by Mega Man
Wed May 14, 2008 8:16 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 252218

I want to install linux and stumbled upon Mega Man's cool Linux elf thing.(http://mitglied.lycos.de/ps2dev/tutorial/howtoinstalllinux.html) Now i got a Phat old PS2, one of the launch ones and stuff but when Im about to boot linux from kernelloader i get to the screen where im supposed to start typ...
by Mega Man
Thu May 08, 2008 8:07 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 252218

I don't have the toolchain set up yet. Could you please post both pukko versions? http://rapidshare.com/files/113298651/pukko.rom0.elf.html http://rapidshare.com/files/113298883/pukko.rom1.elf.html http://rapidshare.com/files/113300127/ps2bios_unpacker.exe.html So do you recommend any special howto...
by Mega Man
Wed May 07, 2008 7:10 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 252218

I have a problem with kernelloader. I try instal Linux on my fat ps2 using pendrive but kernelloader don't recognaise mass and freeze. Can someone change usb driver in kernelloader on latest? My pendrive is working in ulaunchelf 4.12. I am not sure which is the best version to include. Could you do...
by Mega Man
Wed May 07, 2008 7:07 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 252218

Did a quick test on my V15, and: It works! I can boot, initrd starts, usb keyboard is working! Great work Mega Man!!!! Now I know that my assumption was correct, that the IOP can't signal interrupts to EE using SMFLAGS. I used kernel loader's default config, but had to disable ADDRV to avoid the ke...
by Mega Man
Sun May 04, 2008 12:36 pm
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 252218

I changed the IRQ interface from SMFLAG to SIF command 0x20. This change is only for slim PSTwo. Use on other consoles is not recommended. Can someone test if USB is working on the slim PSTwo. Every interrupt is printed with printk in kernel. You can see this with Linux command "dmesg". Te...
by Mega Man
Fri May 02, 2008 9:21 am
Forum: PS2 Development
Topic: Semantic Analysis and Parsing on the PS2
Replies: 5
Views: 3681

You used at least for one C file the compiler ee-g++. Then you need to use it also as the linker. When you want to access a C++ symbol from C, you need to place a "extern "C" { ... }" around it.
by Mega Man
Fri May 02, 2008 3:47 am
Forum: PS2 Development
Topic: Semantic Analysis and Parsing on the PS2
Replies: 5
Views: 3681

You are using the wrong compiler. The file "y.tab.o" was created by your native host compiler, but you need to use the ee-gcc cross compiler.
by Mega Man
Wed Apr 30, 2008 9:13 am
Forum: PS2 Development
Topic: Using the USB Keyboard
Replies: 16
Views: 8856

As far as I remember the module "fileXio.irx" needs to be loaded before the keyboard driver.
by Mega Man
Wed Apr 23, 2008 7:19 am
Forum: PS2 Development
Topic: ps2 linux on usb memory
Replies: 420
Views: 218755

Re: Kernel panic. No initrd. No network?

Using your default settings, the kernel comes up, unpacks the initrd.gz and then panics. Same result with the minimal modules set (sio2man or xsio2man). When the init process got killed or mounting is not correctly working, you will see such behaviour. I see this behaviour when I try to mount a USB...
by Mega Man
Tue Apr 22, 2008 8:31 am
Forum: PS2 Development
Topic: how to load binary files from USB?
Replies: 10
Views: 5167

I would suggest to use a newer loader, which loads newer modules. Some old modules have problems. A better way is to reset the IOP and load the correct modules. Earlier I detected, that it it is sometimes not possible to load fonts into gsKit, because the size reported by fread() was too small. I re...
by Mega Man
Mon Apr 21, 2008 3:58 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 252218

I've uploaded Kernelloader 1.8. - Kernelloader can now read CDs, DVDs and burned video DVDs. - Compressed ELF files are supported (gzip). - ELF files are checked for completeness before start. - Configuration file is automatically loaded from DVD (cdfs:config.txt), if no configuration was found on M...
by Mega Man
Mon Apr 21, 2008 1:16 am
Forum: PS2 Development
Topic: ps2 linux on usb memory
Replies: 420
Views: 218755

But when I try to create the third partition, it says something about the available sectors and gives an error. When you do it as described in the tutorial, then the second partition takes all the remaining hard disc space. You need to make it smaller. The tutorial uses "+128M" to make th...
by Mega Man
Mon Apr 21, 2008 1:04 am
Forum: PS2 Development
Topic: ps2 linux on usb memory
Replies: 420
Views: 218755

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 which not I got the kernel running from usb and get to the point where the init pr...
by Mega Man
Sun Apr 20, 2008 9:04 pm
Forum: PS2 Development
Topic: ps2 linux on usb memory
Replies: 420
Views: 218755

Im trying to install Linux (BlackRhino) on my PS2 using USB Memory Stick and the tutorial by Mega Man. I am not sure if you want to install from USB memory stick on the internal hard disc. The tutorial covers only this. Parameters are different when you don't use the internal hard disc, but an othe...
by Mega Man
Sat Apr 19, 2008 9:57 pm
Forum: PS2 Development
Topic: how to load binary files from USB?
Replies: 10
Views: 5167

usb_mass needs some time to detect the USB stick. So just try to add a sleep or reconnect the USB device.
by Mega Man
Sat Apr 19, 2008 9:53 pm
Forum: PS2 Development
Topic: ps2 linux on usb memory
Replies: 420
Views: 218755

Keyboard supported in: Kernelloader: - USB Keyboards with bootstrap support (CLASS=HID, SUBCLASS=BOOT(1)) Linux 2.4.17: - All keyboards should work within Linux. WARNING: It is possible that USB is not working on your slim PS2. I've an idea how to fix it (by a workaround and a kernel patch), but I c...
by Mega Man
Mon Apr 14, 2008 9:08 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 252218

I setup a project page at sourceforge: http://sourceforge.net/projects/kernelloader/ The files are automatically mirrored. So there will be no download problems in future. I got video DVDs working with kernelloader, but I will need some time for the next release. Here is the code for everybody who i...
by Mega Man
Sat Apr 12, 2008 9:48 am
Forum: PS2 Development
Topic: ps2 linux on usb memory
Replies: 420
Views: 218755

Until now I wasn't sure if you wanted to report success or are asking a question. I don't know what "istalar" or "haceme" is. I believe that you want to know how to install PS2 Linux on a USB memory stick. The offical way to change the root file system is not working. Currently t...
by Mega Man
Fri Apr 11, 2008 8:09 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 252218

Re: News?

Megaman, is there any news about USB and CD/DVD with PS2Slim? Can I help with somenthing? I have a PS2Slim 79001 moded. Currently I have less time to work on it. USB: Problem: Interrupts are not reported to the EE. I think that the interrupt registers have changed. Possible workaround: Use RPC comm...
by Mega Man
Wed Apr 09, 2008 8:39 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 252218

any 1 got a idea why my usb keyboard won't let me type in anything into the prompt? I thought you meant that you can't type within Kernelloader. Kernelloader doesn't support all keyboards, but Linux should support all keyboards. Did you tried to connect the keyboard at a different time (before Linu...
by Mega Man
Mon Mar 31, 2008 8:55 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 252218

I loaded the SMS CDVD driver, but I only see an empty directory of a video DVD (checked this with pressed DVDs and burned DVDs). PS1 CDs and PS2 DVDs are working. I only tried my existing DVDs without extra files.
Did someone know if SMS shows the VIDEO TS folder or other DVD video specific files?
by Mega Man
Mon Mar 31, 2008 6:54 am
Forum: PS2 Development
Topic: Loading an ELF file above 0x80000000
Replies: 303
Views: 252218

This website is already the best I could find for free. Most providers doesn't let me upload big files. They fear to death, that someone could upload illegal mp3s. It would be nice when you could mirror it.