You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(210) |
Jun
(169) |
Jul
(167) |
Aug
(128) |
Sep
(218) |
Oct
(120) |
Nov
(86) |
Dec
(71) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(91) |
Feb
(179) |
Mar
(52) |
Apr
(56) |
May
(183) |
Jun
(62) |
Jul
(63) |
Aug
(49) |
Sep
(36) |
Oct
(35) |
Nov
(72) |
Dec
(30) |
2002 |
Jan
(53) |
Feb
(61) |
Mar
(56) |
Apr
(13) |
May
(1) |
Jun
(7) |
Jul
(80) |
Aug
(73) |
Sep
(30) |
Oct
(29) |
Nov
(8) |
Dec
(40) |
2003 |
Jan
(10) |
Feb
(2) |
Mar
(4) |
Apr
(9) |
May
(3) |
Jun
(19) |
Jul
(64) |
Aug
(53) |
Sep
(28) |
Oct
(7) |
Nov
(3) |
Dec
(21) |
2004 |
Jan
(11) |
Feb
(30) |
Mar
(18) |
Apr
(1) |
May
(13) |
Jun
(18) |
Jul
(13) |
Aug
|
Sep
(9) |
Oct
(5) |
Nov
|
Dec
|
2005 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(10) |
Aug
(21) |
Sep
(7) |
Oct
(10) |
Nov
(6) |
Dec
|
2006 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
(2) |
Sep
(6) |
Oct
(10) |
Nov
(8) |
Dec
(3) |
2007 |
Jan
(3) |
Feb
(6) |
Mar
(1) |
Apr
(6) |
May
(10) |
Jun
(7) |
Jul
(13) |
Aug
(8) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
From: Roman Z. <zi...@li...> - 2003-06-15 19:22:14
|
Hi, Marek Szyprowski wrote: > This this is the second version of my linux Amiga Smart File System driver. > I've fixed some bugs, cleaned up the code and added some features. > > On http://march.home.staszic.waw.pl/asfs/ there is a sample image of > AmigaSFS disk for testing, patch against the previous version and a compiled > module for 2.4.18 kernel (put it in "/lib/modules/2.4.18/kernel/fs/asfs/"). > > Now its almost full-featured, working read-only driver. :) Nice work. :-) I only have some minor comments: - could you get rid of the LONG/WORD/.. typedefs and replace them with s32/s16? - wrap the access to asfs_inode_info/asfs_sb_info into macros, this will make it easier to port to 2.5/6. - could you place the braces according to the coding style? - you likely want to implement a get_block function like other file systems do instead of implementing the readpage function. - it's probably also better to avoid the from32be/from16be macros and convert the values as needed. bye, Roman |
From: Marek S. <ma...@st...> - 2003-06-15 16:55:14
|
Hello Michel On 15.06.03, you wrote: > Let us know your sf.net user ID if you'd like to get CVS access. My sf.net id is march123, but if you could, please commit my changes. The only internet connection I have is though the modem and under 2.4.x kernels there is no HyperCOM/Port serial drivers. Because of that I use internet connection only under AmigaOS. The second thing is that CVS under AmigaOS is terribly slow and I don't what to move whole kernel tree to FFS partition. Maybe this will change in the next few months, when I will get a wireless-modem-based internet connection. Regards -- Marek Szyprowski .. GG:2309080 .. mailto:ma...@am... .. ...... happy AmigaOS, MacOS and Debian/Linux user ........ ........... http://march.home.staszic.waw.pl/ ............ |
From: Marek S. <ma...@st...> - 2003-06-15 15:54:56
|
Hi! As I had promised, I made my Amiga SFS linux driver working under 2.2.10 kernel. The kernel patch is included as an attachment. On the asfs homepage (http://march.home.staszic.waw.pl/asfs/ or http://www.staszic.waw.pl/~march/asfs/) there is also a compiled module for 2.2.10 kernel. Regards -- Marek Szyprowski .. GG:2309080 .. mailto:ma...@am... .. ...... happy AmigaOS, MacOS and Debian/Linux user ........ ........... http://march.home.staszic.waw.pl/ ............ |
From: Michel <mi...@da...> - 2003-06-15 10:22:07
|
On Sun, 2003-06-15 at 02:03, Marek Szyprowski wrote: > > This this is the second version of my linux Amiga Smart File System driver. > I've fixed some bugs, cleaned up the code and added some features. > > On http://march.home.staszic.waw.pl/asfs/ there is a sample image of > AmigaSFS disk for testing, patch against the previous version and a compiled > module for 2.4.18 kernel (put it in "/lib/modules/2.4.18/kernel/fs/asfs/"). > > Now its almost full-featured, working read-only driver. :) > > As I've written before: > > Any comments? Does it work on your system? > > Could it be added to the APUS tree? Let us know your sf.net user ID if you'd like to get CVS access. -- Earthling Michel Dänzer \ Debian (powerpc), XFree86 and DRI developer Software libre enthusiast \ http://svcs.affero.net/rm.php?r=daenzer |
From: Marek S. <ma...@st...> - 2003-06-14 23:10:51
|
Hi! This this is the second version of my linux Amiga Smart File System driver. I've fixed some bugs, cleaned up the code and added some features. On http://march.home.staszic.waw.pl/asfs/ there is a sample image of AmigaSFS disk for testing, patch against the previous version and a compiled module for 2.4.18 kernel (put it in "/lib/modules/2.4.18/kernel/fs/asfs/"). Now its almost full-featured, working read-only driver. :) As I've written before: Any comments? Does it work on your system? Could it be added to the APUS tree? Is it worth trying to add this file system to official Linux kernel tree? Can somebody check if it works on Linux/m68k and other "strange" linux systems? Regards -- Marek Szyprowski .. GG:2309080 .. mailto:ma...@am... .. ...... happy AmigaOS, MacOS and Debian/Linux user ........ ........... http://march.home.staszic.waw.pl/ ............ |
From: Roberto R. <r.r...@li...> - 2003-06-13 18:08:04
|
On Wed, 11 Jun 2003 17:01:40 +0100 Marek Szyprowski <ma...@st...> wrote: > I had some time and I wrote a linux driver for Amiga SFS (SmartFileSystem). > I named it asfs file system. It is a very simple read-only driver, but > IT WORKS! Now everybody could be able to read their data from SFS > partitions! Good. No one thought about AFS/PFS yet? I think good documentation about the on disk format is available. This would enable Amiga users to read their Amiga partitions on an x86 system, whichever filesystem they were formatted with. -- Roberto Ragusa r.ragusa at libero.it |
From: Marek S. <ma...@st...> - 2003-06-11 16:08:28
|
Hi! I had some time and I wrote a linux driver for Amiga SFS (SmartFileSystem). I named it asfs file system. It is a very simple read-only driver, but IT WORKS! Now everybody could be able to read their data from SFS partitions! This patch is against 2.4.18 apus tree (last working on my system), but can be also applied on other trees. I also checked it on my x86 laptop - 2.4.20 tree from kernel.org. In a few days I will prepare a patch against 2.2.10 apus tree. Sorry for some debugging mess in the source, but this ISN'T a final version of it. I decided to post it here, because it works quite well and is almost finished. The only problem with this driver is that all files listed by "ls" have "question mark" near the permission. I think that I forgot to set-up something, but can't figure out what is missing. On http://march.home.staszic.waw.pl/asfs/ there is a sample image of AmigaSFS disk. Besides that everything is okay and files can be read without problems, even on little endian system like x86. On that page there is also a compiled module for Linux/APUS. Put it in /lib/modules/2.4.18/kernel/fs/asfs/ Any comments? Does it work on your system? Is it worth trying to add this file system to official Linux kernel tree? Can somebody check if it works on Linux/m68k and other "strange" linux systems? Regards -- Marek Szyprowski .. GG:2309080 .. mailto:ma...@am... .. ...... happy AmigaOS, MacOS and Debian/Linux user ........ ........... http://march.home.staszic.waw.pl/ ............ |
From: SourceForge.net <no...@so...> - 2003-05-04 13:32:44
|
Feature Requests item #732171, was opened at 2003-05-04 06:32 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355907&aid=732171&group_id=5907 Category: Kernel Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Repulse sound support Initial Comment: I want to see Repulse drivers for Linux. At the moment this card only works with AmigaOS, and that really is a pity, because it's great card. Currently I've heard that there exist drivers together with NetBSD, so perhaps there's possible to port these drivers to Debian(PPC)? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355907&aid=732171&group_id=5907 |
From: AmiShop On-L. <am...@li...> - 2003-05-03 09:02:39
|
Dear Amiga Linux PPC developers, any news for Mediator Driver for Linux? Bye. Emanuele. |
From: Michel <mi...@da...> - 2003-04-23 23:17:16
|
On Die, 2003-04-22 at 11:17, Alan Buxey wrote: > On 18 Apr 2003, Michel Dänzer wrote: > > > PCI has been disabled in the official kernels since 2.4.18-2. > > interesting...any particular reason why? >From http://sourceforge.net/project/shownotes.php?release_id=109114 : * disable PCI as it seems to cause more grief than joy yet -- Earthling Michel Dänzer \ Debian (powerpc), XFree86 and DRI developer Software libre enthusiast \ http://svcs.affero.net/rm.php?r=daenzer |
From: Alan B. <A.L...@lb...> - 2003-04-22 09:18:12
|
On 18 Apr 2003, Michel D=E4nzer wrote: > PCI has been disabled in the official kernels since 2.4.18-2. interesting...any particular reason why?=20 btw, i quickly tried the 2.4.20-1 image - it seems like the old IDE interupt problem might have re-emerged (LAST_IPL numbers are pritned, then dead) alan |
From: Michel <mi...@da...> - 2003-04-18 16:44:07
|
On Fre, 2003-04-18 at 15:58, Alan Buxey wrote: > > second favour: Any chance that someone could compile a kernel for > my APUS box that doesnt have any PCI active? PCI has been disabled in the official kernels since 2.4.18-2. -- Earthling Michel Dänzer \ Debian (powerpc), XFree86 and DRI developer Software libre enthusiast \ http://svcs.affero.net/rm.php?r=daenzer |
From: Geert U. <ge...@li...> - 2003-04-18 14:37:05
|
On Fri, 18 Apr 2003, Alan Buxey wrote: > > apt-get install toolchain-source > > less /usr/share/doc/toolchain-source/README > > > > And 2 hours later you have one ;-) > > argh! the pain of not having a Debian x86 box around. I have redhat, > freebsd (now that would be interesting). I guess 'toolchain' is the > main clue here. handy for me to work on this anyway as i think there'll be > some Sharp Zaurus code I need to be working on anyway (and that needs > a cross-compiler working too!) Even then, it's not that difficult if you just want to compile kernels, no userspace apps. Something like: - copy your PPC includes to /usr/local/powerpc-linux/include. - get binutils - ./configure powerpc-linux - make && make install - get gcc - ./configure powerpc-linux --enable-languages=c - make && make install Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |
From: Alan B. <A.L...@lb...> - 2003-04-18 14:14:29
|
hi, > apt-get install toolchain-source > less /usr/share/doc/toolchain-source/README > > And 2 hours later you have one ;-) argh! the pain of not having a Debian x86 box around. I have redhat, freebsd (now that would be interesting). I guess 'toolchain' is the main clue here. handy for me to work on this anyway as i think there'll be some Sharp Zaurus code I need to be working on anyway (and that needs a cross-compiler working too!) alan |
From: Geert U. <ge...@li...> - 2003-04-18 14:11:27
|
On Fri, 18 Apr 2003, Alan Buxey wrote: > second favour: Any chance that someone could compile a kernel for > my APUS box that doesnt have any PCI active? My system is having issues > and i'm not sure if its because of the presence of a Mediator A1200 board > that is really screwing things up when the system undergoes its initial > probing. i, unfortunately , dont have a cross-compiler. if someone could > point me as a simple doc i could have a X-compiler within a couple > of days I guess. apt-get install toolchain-source less /usr/share/doc/toolchain-source/README And 2 hours later you have one ;-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |
From: Alan B. <A.L...@lb...> - 2003-04-18 13:58:33
|
hi, I am trying to search through some old stuff for APUS. we moved to sourceforge in 2000... do we have the previous list discussions etc archived away or searchable? Or could the archive by emailed to me. in particular i'm looking for the early stuff when APUS first started and the CSPPC would just lock up (interupts) and the Blizzard was still not working. second favour: Any chance that someone could compile a kernel for my APUS box that doesnt have any PCI active? My system is having issues and i'm not sure if its because of the presence of a Mediator A1200 board that is really screwing things up when the system undergoes its initial probing. i, unfortunately , dont have a cross-compiler. if someone could point me as a simple doc i could have a X-compiler within a couple of days I guess. alan |
From: Alan B. <A.L...@lb...> - 2003-04-01 11:59:54
|
hi, > Mediator Linux driver ? yes. These drivers re being worked on. We have a couple of developers who have the Mediator (A4k model and A1200 SX model) and Elbox SDK/NDAs support is coming for both 68k and PowerPC (APUS) > I want to use my Mediator+Voodoo 3 3000 on Linux on my Amiga 4000 PPC. the latest work allows this basic functionality IIRC :-) alan |
From: AmiShop On-L. <am...@li...> - 2003-04-01 02:04:54
|
Dear all amiga users, only one question for all. Mediator Linux driver ? I want to use my Mediator+Voodoo 3 3000 on Linux on my Amiga 4000 PPC. Thanx for all. P.S.: Excuse me for my bad english. Emanuele, from Italy. |
From: Alan B. <A.L...@lb...> - 2003-03-25 14:20:39
|
hi, I seem to recall there being recent discussions about latest kernel and the PCMCIA / APNE drivers. certainly i've seen some boot messages which show serious problems (kernel oops) when PCMCIA ethernet found. I also recall that the m68k kernel folks fixed up problems that they too had with this device and latest changes (inb/outb etc) did these fixes go into our tree, would it be handy for me to forward the email that details the DIFFs here? alan |
From: Michel <mi...@da...> - 2003-03-25 13:46:19
|
On Mon, 2003-03-24 at 15:10, Alan Buxey wrote: > > just a quick catch up of information... whats the status of > the SCSI UW driver - i'm being asked by a couple of people. > > is it built into the latest kernels by default...or would I have > to supply these people with CVS compiles? kernel-patch-2.4.18-apus (2.4.18-3) unstable; urgency=low * Linux/APUS CVS as of 2002-09-04 * The CybserstormPPC UW SCSI driver should work now, yay! Beware that it's still rather experimental - you've been warned * ... -- Michel Daenzer <da...@de...> Thu, 5 Sep 2002 00:25:14 +0200 kernel-image-2.4.18-apus 2.4.18-3 is also in testing. Also see http://sourceforge.net/project/shownotes.php?release_id=109114 -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |
From: SourceForge.net <no...@so...> - 2003-03-24 14:54:14
|
Feature Requests item #623057, was opened at 2002-10-14 07:50 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355907&aid=623057&group_id=5907 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Mediator Support Initial Comment: Any Amiga/Unix guru can support the mediator pci in the apus linux?? I love to run apus linux but since I sell my bvision I cant. I think taht is the best selled amiga hardware In a couple of years and can be very important to support. Thx for read my lame petition (Its easy request than develop) d0rA^SKT ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-03-24 07:08 Message: Logged In: NO This feature has often been requested. Rest assured, there may be new developments with respect to your request in the near future ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355907&aid=623057&group_id=5907 |
From: Alan B. <A.L...@lb...> - 2003-03-24 14:10:39
|
hi, just a quick catch up of information... whats the status of the SCSI UW driver - i'm being asked by a couple of people. is it built into the latest kernels by default...or would I have to supply these people with CVS compiles? Alan PS I've now got a Mediator (ducks! ;-) ) |
From: Kars de J. <jo...@li...> - 2003-02-18 21:31:49
|
On Wed, 2002-12-25 at 11:11, Kars de Jong wrote: > On Mon, 2002-12-23 at 10:32, Geert Uytterhoeven wrote: > > On Mon, 23 Dec 2002, [iso-8859-2] Krystian Bac=B3awski wrote: > > > As far as I know apne driver in current version of kernel makes oops. > > >=20 > > > I found out that apne driver in 2.4.20 kernel was modified by someone= who > > > knew nothing about amiga (he/she cut out a lot of code with GAYLE sym= bols > > > and replaced readb/writeb with inb/outb). I replaced apne.c from curr= ent > > > cvs tree with old one from 2.4.18-cvs. As for me it works. > >=20 > > PCMCIA is some sort of ISA, so inb() and friends should be OK. > > Most probably the ISA changes in the m68k-specific part of the tree wer= en't > > ported to APUS. >=20 > I agree. Richard Zidlicky cleaned up the ISA support some time ago, > making it possible to just use inb() etc. in drivers for PCMCIA > hardware. It makes a lot of the things done in the apne driver no longer > needed. Have a look at include/asm-m68k/io.h if you want to know how it > was done. > =20 > > DISCLAIMER: since I don't have a PCMCIA Ethernet card I cannot guarante= e that > > it works in the m68k tree neither. >=20 > It does. Or at least did :p > Haven't tried for a while since my Amiga is still sitting in its box > after I moved. Update: I finally unpacked and connected my Amiga again (it still works, phew!), compiled the latest 2.4 CVS kernel, and found out it didn't work :-P Included is the patch I needed to get it working again. This is m68k-specific, the APUS people may need to check their include/asm-ppc/io.h or equivalent. The first patch is cosmetic (I don't think APNE would be used on a little endian box) but it makes the code more like the other 8390 drivers. Kars. Index: drivers/net/apne.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/linux-m68k/cvsroot/linux/drivers/net/apne.c,v retrieving revision 1.2.2.1 diff -u -r1.2.2.1 apne.c --- drivers/net/apne.c 1 Mar 2002 16:45:46 -0000 1.2.2.1 +++ drivers/net/apne.c 18 Feb 2003 20:30:00 -0000 @@ -113,9 +113,6 @@ #define MANUAL_HWADDR5 0x9a */ =20 -#define WORDSWAP(a) ( (((a)>>8)&0xff) | ((a)<<8) ) - - static const char version[] =3D "apne.c:v1.1 7/10/98 Alain Malek (Ala...@cr...)\n"; =20 @@ -403,10 +400,9 @@ } =20 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ - - hdr->count =3D WORDSWAP(hdr->count); - ei_status.dmaing &=3D ~0x01; + + le16_to_cpus(&hdr->count); } =20 /* Block input and output, similar to the Crynwr packet driver. If you Index: include/asm-m68k/io.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/linux-m68k/cvsroot/linux/include/asm-m68k/io.h,v retrieving revision 1.2.2.3 diff -u -r1.2.2.3 io.h --- include/asm-m68k/io.h 5 Feb 2003 11:08:02 -0000 1.2.2.3 +++ include/asm-m68k/io.h 18 Feb 2003 20:30:19 -0000 @@ -162,7 +162,9 @@ #ifdef CONFIG_GG2 case GG2_ISA: return GG2_ISA_MEM_B(addr); #endif - /* FIXME: any ISA mem mapping for PCMCIA? */ +#ifdef CONFIG_AMIGA_PCMCIA + case AG_ISA: return addr; +#endif default: return 0; /* avoid warnings, just in case */ } } @@ -176,6 +178,9 @@ #ifdef CONFIG_GG2 case GG2_ISA: return GG2_ISA_MEM_W(addr); #endif +#ifdef CONFIG_AMIGA_PCMCIA + case AG_ISA: return addr; +#endif default: return 0; /* avoid warnings, just in case */ } } @@ -187,9 +192,9 @@ #define isa_outw(val,port) (ISA_SEX ? out_be16(isa_itw(port),(val)) : out_= le16(isa_itw(port),(val))) =20 #define isa_readb(p) in_8(isa_mtb(p)) -#define isa_readw(p) in_le16(isa_mtw(p)) +#define isa_readw(p) (ISA_SEX ? in_be16(isa_mtw(p)) : in_le16(isa_mt= w(p))) #define isa_writeb(val,p) out_8(isa_mtb(p),(val)) -#define isa_writew(val,p) out_le16(isa_mtw(p),(val)) +#define isa_writew(val,p) (ISA_SEX ? out_be16(isa_mtw(p),(val)) : out_le1= 6(isa_mtw(p),(val))) =20 static inline void isa_delay(void) { |
From: rApciO <ra...@pe...> - 2003-02-18 13:46:54
|
Hello! I got problem with installing Debian on my IDE disk from SCSI cd-rom. W= hen I'm run a boostrap all look fine, next is blank screen with linux penguin= and after some messages i got error Kernel BUG at buffer.c:2518 and some messages with the last line is 'Rebooting in 180s...'. What is wrong? dme= sg output is in attachment. Regards. -- = Rafa=B3 'rApciO^' Mro=BFkiewicz A1200 E/BOX, BlizzardPPC 240MHz + 040/30MHz, BVisionPPC, SCSI, 64MB RAM HDD IBM 4,5GB SCSI, CD Teac CD532S SCSI, CD-RW Yamaha CRW8824S 8x8x24x SC= SI HDD Seagate 40GB, Floppy HD, SilverSurfer aka HyperPort (1xSER) dIgItAl ArTeFaCt member |
From: Krystian B. <cah...@st...> - 2003-01-14 12:15:29
|
On Mon, 13 Jan 2003, Marek Szyprowski wrote: > Hello Krystian > > On 13.01.03, you wrote: > > > The thing with apne in 2.4.20 is more complex... I found a few errors in > > apne.c driver but unfortunately it doesn't work as it worked in 2.4.18. > > The bug is also somewhere else. > > I noticed that. When I replaced apne driver from 2.4.20 with the one from > 2.4.18 kernel panic on attempt to init PCMCIA... I removed errors from 2.4.20, now it doesn't panic neither work. It's not my fault, there are bugs in other kernel subsystems. My changes was more or less reverting apne.c to older version. I think there's faulty code somewhere in kernel that appeared between 2.4.13-2.4.17. I don't have time now but in future I'll check cvs for changes in arch/ppc. Also many people noticed random crashes of programs that use ipv4 protocols. > >> How could I help to solve these problems? > > > Become Apus developer. If you know C language and you're able to > > compile kernel yourself, you can really help us... > > I have no problems with C, as I've been using it for about 4 years - mainly > under Linux. Also compiling my own kernel is no problem for me. The only > problem is that I have don't have much free time, but I will try to help. You're welcome. Regards Krystian Baclawski |