No, NFS has still a memory leak. I am starting to believe that it is a problem related to the Linux kernel on MIPS and not caused by my port. You can use USB or the internal hard disc.
Printable View
No, NFS has still a memory leak. I am starting to believe that it is a problem related to the Linux kernel on MIPS and not caused by my port. You can use USB or the internal hard disc.
I have been running from NFS +3hours without any error...
Installed apache2 php5 mysql an them removed all without any error although it seemed to get slower during time.
USB in SCPH-75004 isn't instable?
Appeared translated version of BBNavigator to English....
Here is the official Thread of person who did it:
PSML Page Development Tool
http://www.youtube.com/watch?v=L0lTk...layer_embedded
Guys do you think it is possible to run BBNavigator on PS2 Slim through SMB? At least Theoretically?
Is it possible to make adapted version for PS2 Slim?
@danielb:
Maybe NFS is only unstable on fat PS2. I know that installing some programs is possible. It depends on how many stuff you are installing. You can use the program slabtop to watch how much memory is consumed. I think USB is stable on slim.
@skynet:
Currently the biggest problem is to get a psbbn disc. It was only sold in Japan. The Linux kernel from BBnav is already used on the Live DVD. In general it should be possible to run it on the slim, but I don't know how much work is to do.
the kernel i used to translate bb-navi into english is a special compiled version from the standart bb-navi kernel with a extra patch.
i dont know if that kernel works with the linux live dvd, i didnt tried it.
the kernel will give access to the "APA-ReiserFS" partitiones
here is the patched kernel, it is called "vmlinux-2.2.19.BN.gz"
BWLINUX.rar
I don't have the source code for BBNAV Linux 2.2 kernel. Can you upload it somewhere?
The kernel is normally starting with my fat PS2.
The network driver seems to be missing. Maybe it is compiled as module only.
The BBNAV seems to run from the internal hard disc which is not available on the slim PSTwo. The kernel has the old USB renumbering error on the slim PSTwo which was fixed in SourceForge.net Repository - [kernelloader] Log of /kernelloader/patches/linux-2.2.1-ps2-all_fat_and_slim.patch
The kernel doesn't include USB storage support. I assume it is not working, because this was also not working in the offical Linux 2.2. There is currently no chance to get it stable running on the slim PSTwo.
ok,
here are the "unpatched" sources to the kernel (this kernel is actually from bbnav 0.10, i use this because there is no tutorial for kernel 2.4)
kernel-2.2.19_ps2-5.src.rar
kernel patch for apa-reiserfs:
bblinux.diff.gz
tutorial(in japanese, but pretty straight forward)
ƒJ[ƒlƒ‹č\’z 2.2.19
bbnavi which is a "programm" running in ps2-linux expects the hdd to be in APA format, with the standart pfs partitions(__system, __common, __net, __contents, __sysconf), it needs them, to function properly, for managing save games, storing some system settings(mouse, keyboard..) etc..
i know it uses a special program called "pfsd" for accessing pfs partitions for reading and writing, but sadly it has no "-help" or -"h" argument :(
to know how the arguments are to use it outside of bb-navi.
so, i think it wont work for slim's on usb-hdds, you would need to modify the bb-navi "programm", which is NOT open source.
First, what i want to say, it what cross-compiler successfully installs on my Fedora 16 RFRemix! And 32-bit ps2linux kernel also successfully compiles. I waiting for 64-bit kernel!
Also i have installed lenny on qemu with malta-kernel. But it has so few memory... but it is my problem)
Ok, i have installed this to ext3-loop. I load it from ps2linux directory from flash fat32 partition. With swapfile on 512mb in same partition. My ps2 is slim and i glad to see, what it not crashes!
It is bad, what smbfs or cifs not supported by kernel while mounting. Also, i can't mount memory card. I hope you, MegaMan, fix it in future.
I successfully apt-get install'ed xorg fluxbox gtk sdl with dependences and devs. And here my question.
By this instruction: http://citylan.dl.sourceforge.net/pr....6_test_v8.txt
my video kernel parameter: video=ps2fb:pal,640x480
did it. Sincerely I created .xinitrc with "exec fluxbox"Quote:
Originally Posted by readme
need to be. FROM what directory???Quote:
Originally Posted by readme
And the problem is when i in terminal "exec fluxbox" is says "could not start xserver",
when i "startx" or just "X" it runs for black screen with nothing. Videosignal is here and it not changed.
Please, remember me someone, how to release back to bash-terminal from Xes? Some hotkeys like Shift+F1... i forgot)
More, i tried to compile gens-1.15.5... DO NOT COMPILE ANYTHING on ps2linux run on usb! Gens compiling for 5h 20m! And it crashes with some error about missing parameter in asm - original gens NOT FOR mipsel, this arch not supported! And then i have an idea to install qemu-mipsel. Not minute earlier!:)
Another question is maybe it reasonable to compile SourceForge.net Repository - [kernelloader] Index of /linux/simple-toolchain in qemu-mipsel and then to transfer binary to ps2linux?
And while run through RGB component (vesa) - words are violet color?:)
The file is here:
Kernelloader - Browse /Linux 2.6/Linux 2.6 Test Files Version 7 at SourceForge.net
To exit X, you need to press CTRL + ALT + DEL (not the Delete - key). You get the first text console with CTRL + SHIFT + F1.
The compiler is only for building the Linux kernel and not for user space applications.
I think you need to disable component output in the menu of the Playstation 2.
It is really problem to start x'es.
I did copy xorg.conf to /etc/X11/ from Kernelloader - Browse /Linux 2.6/Linux 2.6 Test Files Version 7 at SourceForge.net
And whatever i wrote to ~/.xinitrc:
exec wmaker (i additionally did install windowmaker)
exec fluxbox or
exec xfce4-session
when i do "startx" it stops when it should start - it flashed once and stops on black screen or on striped grey screen with mouse-cross in center
and loads, loads, loads... but nothing happend!
According to this (from xorg.conf) i must load linux with 640x480-24 video kernel parameter.Code:Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "640x480"
EndSubSection
EndSection
"Depth 24" is 32bit-color, right?:)
I attach Xorg.0.log but i not see global errors on it.