I noticed more people are trying te get the Qube2 running. I linked the linux-mips.sourceforge.net drop in tree in the linux-2.4.8 tree and succesfully compiled a bootable kernel (after fixing some minor errors). For some reason all processes return the same exit status: 268606192.
Is there something wrong in de kernel source, or can this be caused by building with the wrong tools. I cross-compiled with egcs-mipsel-linux-1.1.2-4.i386.rpm from ftp://ftp.linux.sgi.com/pub/linux/mips/crossdev/i386-linux/mipsel-linux . Are people using other cross-compilers that are more native to debian? How can I get it? Another problem I'm having is that the tulip network driver crashes when you de a ifconfig with the device. That's why I only compiled the 3com driver in. Besides the exit status (which makes it sort of unusable) and the crashing tulip driver, everything works well. Below a capture-file illustrating the problems. Loading R4000 MMU routines. CPU revision is: 000028a0 Primary in:struction cache32kb, linesize 32 bytes. Primary data cache 32kb, linesize 32 bytes. Linux version 2.4.8-mips ([EMAIL PROTECTED]) (gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)) #5 Sun Aug 26 16:00:16 CEST 2001 Determined physical RAM map: memory: 04000000 @ 00000000 (usable) On node 0 totalpages: 16384 zone(0): 4096 pages. zone(1): 12288 pages. zone(2): 0 pages. Kernel command line: console=ttyS0,115200 root=/dev/hda1 Calibrating delay loop... 249.85 BogoMIPS Memory: 62348k/65536k available (1284k kernel code, 3188k reserved, 143k data, 72k init) Dentry-cache hash table entries: 8192 (order: 4, 65536 bytes) Inode-cache hash table entries: 4096 (order: 3, 32768 bytes) Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) Buffer-cache h ash table entres: 4096 (order: 2, 16384 bytes) Page-cache hash table entries: 16384 (order: 4, 65536 bytes) Checking for 'wait' instruction... available. POSIX conformance testing by UNIFIX PCI: Probing PCI h ardware Activting ISA DMA hang workarounds. Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Starting kswapd v1.8 Cobalt LCD Driver v2.10 Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled tty3S000 at 0x1c8000 irq =n 7) is a 16550 block: 128 slots per queue, batch=16 RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize Uniform Multi-Platform E-IDE driver Revision: 6.03a1 xcide: Assumig3M ystem bus speed for PIO modes; override with idebus=xx init_hwif_ports: data_port=100001f0 init_hwif_ports: zdna(ta:_1posr1t5=f1o00S0d7 tiennthwfprs:t_or=000000 init_hwif_ports: data_port=00000000 init_hwif_ports: data_port=00000000 rinit_hwif_ports data_port=00000000 init_hwif_ports: data_port=00000000 init_hwif_ports: data_port=00000000 init_hwif_ports: data_port=00000000 init_hwif_ports: data_port=00000000 VP_IDE: IDE controller on PCI bus 00 dev 49 PCI: Enabling device 00:09.1 (0285 0280) VP_IDE: chipset revision 6 VP_IDE: not 100% native mode: will probe irqs later init_hwif_ports: data_port=000001f0 hda: ST330620A, ATA DISK drive hda: IRQ probe failed (0x0) hdb: IRQ probe failed (0x0) hdb: IRQ probe failed (0x0) ide0 at 0x100001f0-0x100001f7,0x100003f6 on irq 14 hda: 58633344 sectors (30020 MB) w/2048KiB Cache, CHS=58168/16/63 Partition check: hda: hda1 hda2 loop: loaded (max 8 devices) PCI: Enabling device 00:0a.0 (0007 0210) 3c59x.c:LK1.1.15 6 June 2001 Donald Becker and others. http://www.scyld.com/network/vortex.html See Documentation/networking/vortex.txt 00:0a.0: 3Com PCI 3c905B Cyclone 100baseTx at 0x10108000, 00:50:04:54:a9:af, IRQ 9 product code 5447 rev 00.9 date 07-14-99 8K byte-wide RAM 5:3 Rx:Tx split, autoselect/Autonegotiate interface. MII transceiver found at address 24, status 7809. Enabling bus-master transmits and whole-frame receives. 00:0a.0: scatter/gather enabled. h/w checksums enabled NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 512 buckets, 4Kbytes TCP: Hash tables configured (established 4096 bind 4096) NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. VFS: Mounted root (ext2 filesystem) readonly. Freeing unused kernel memory: 72k freed INIT: version 2.80 booting Activating swap. Checking root file system... Parallelizing fsck version 1.22 (22-Jun-2001) /dev/hda1: clean, 7979/131560 files, 84950/524632 blocks fsck failed. Please repair manually and reboot. Please note that the root file system is currently mounted read-only. To remount it read-write: # mount -n -o remount,rw / CONTROL-D will exit from this shell and REBOOT the system. (none):~# bash (none):~# exit 10 exit (none):~# echo $? 268606192 (none):~# ls (none):~# echo $? 268606192 (none):~# printf "" (none):~# echo $? 0

