On Tue, Aug 17, 2004 at 10:03:27PM +0200, Storm66 wrote: > > I will also try to download a "already made" kernel from > http://people.debian.org/~cts/debian-m68k/kernel-image/
I just tried the 2.6.7 myself after my Amiga crashed while compiling xemacs21... the kernel seems to work fine (I have trouble judging it since my video card died some time ago, the flicker fixer is having problems, and I did not want to hook up the RGB converter, since I am watching beach volleyball), but it does have problems with loading modules. I installed module-init-tools so modules can be loaded, but still get this in kern.log: Jul 17 22:38:03 aahz kernel: zorro8390: Unknown symbol ei_open Jul 17 22:38:03 aahz kernel: zorro8390: Unknown symbol register_ei_netdev Jul 17 22:38:03 aahz kernel: zorro8390: Unknown symbol __alloc_ei_netdev Jul 17 22:38:03 aahz kernel: zorro8390: Unknown symbol ei_interrupt Jul 17 22:38:03 aahz kernel: zorro8390: Unknown symbol ei_close Jul 17 22:38:03 aahz kernel: zorro8390: Unknown symbol NS8390_init So no network for me. Also nfsd has many unknown symbols. BTW this is the 2.6.7 I recently upload, I only gunzipped it on the amiga partition, I think during the last try vmlinuz would not load due to space problems. I am now running 2.4.27, and I found the cause for my problem with 2.4.26, which is also in 27, I need to turn off ECN: echo 0 > /proc/sys/net/ipv4/tcp_ecn Otherwise I can not download packages or access websites. Christian