Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo install issue...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures
View previous topic :: View next topic  
Author Message
mipsonthebrain
n00b
n00b


Joined: 21 Jul 2007
Posts: 15
Location: New Zealand

PostPosted: Sat Jul 21, 2007 4:03 am    Post subject: Gentoo install issue... Reply with quote

Hi, I'm pretty new to gentoo but not new to linux and not new to Irix

I have a O2 R5k 180mhz that I'm trying to shift from Irix to Linux...

I looked at the gentoo handbook and figured that the install process looked fairly harmless...

So, I have netbooted and the Busybox environment is fine... I have prepared my disk and have chrooted into the new filesystem... I have unpacked latest stage3-mips4 stage and portage (which i'm assuming is a source merging package system)... I have sync'd portage and merged the mips-sources and kgcc64 via emerge which seemed to go without problems...

I have used default make config
Code:
 make ip32_defconfig


which by the looks of things makes a nice O2 compliant .config file

now issue
Code:
make vmlinux.32 modules modules_install CROSS_COMPILE=mips64-unknown-linux-gnu-
to compile the kernel it does this...


Quote:
(chroot) gentoo-mips-20050530 linux-2.6.20.14-20070415 # make vmlinux.32 modules modules_install CROSS_COMPILE=mips64-unknown-linux-gnu-
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
scripts/kconfig/conf -s arch/mips/Kconfig
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CC arch/mips/kernel/asm-offsets.s
GEN include/asm-mips/asm-offsets.h
CC scripts/mod/empty.o
HOSTCC scripts/mod/mk_elfconfig
MKELF scripts/mod/elfconfig.h
HOSTCC scripts/mod/file2alias.o
HOSTCC scripts/mod/modpost.o
HOSTCC scripts/mod/sumversion.o
HOSTLD scripts/mod/modpost
HOSTCC scripts/kallsyms
HOSTCC scripts/conmakehash
CC init/main.o
CHK include/linux/compile.h
dnsdomainname: Unknown host
CC init/version.o
CC init/do_mounts.o
LD init/mounts.o
mips64-unknown-linux-gnu-ld: cannot open linker script file ldscripts/elf64btsmip.xr: No such file or directory
make[1]: *** [init/mounts.o] Error 1
make: *** [init] Error 2


I can't for the life of me work out whats going on... any ideas??
_________________
O2 R5k 180Mhz, 18Gb with External Box of 5 x 9.1Gb Disks
O2 R5k 200Mhz, 2 x 9.1Gb
RaQ2 unknown CPU, 20Gb IDE
Back to top
View user's profile Send private message
mipsonthebrain
n00b
n00b


Joined: 21 Jul 2007
Posts: 15
Location: New Zealand

PostPosted: Sat Jul 21, 2007 4:38 am    Post subject: Reply with quote

Ok I think the ldscripts do not get installed in... I've searched the filesystem and they are no where to be seen
_________________
O2 R5k 180Mhz, 18Gb with External Box of 5 x 9.1Gb Disks
O2 R5k 200Mhz, 2 x 9.1Gb
RaQ2 unknown CPU, 20Gb IDE
Back to top
View user's profile Send private message
mipsonthebrain
n00b
n00b


Joined: 21 Jul 2007
Posts: 15
Location: New Zealand

PostPosted: Sat Jul 21, 2007 4:52 am    Post subject: Reply with quote

sorry I was blind...

its compiling now...

I had to symlink the binutils ld script dir...

probably something to update the handbook with... don't know... I could have done something else wrong

we'll see once it compiles
_________________
O2 R5k 180Mhz, 18Gb with External Box of 5 x 9.1Gb Disks
O2 R5k 200Mhz, 2 x 9.1Gb
RaQ2 unknown CPU, 20Gb IDE
Back to top
View user's profile Send private message
Redhatter
Retired Dev
Retired Dev


Joined: 20 Sep 2003
Posts: 548
Location: Brisbane, QLD, Australia

PostPosted: Sun Jul 22, 2007 1:31 am    Post subject: Reply with quote

Yeah, there are a few updates needed in the handbook... namely: binutils-config --mips. I've got to investigate the problem a little further though.

(PS: The RaQ2 uses a QED RM5231 CPU running at 250MHz)
_________________
Stuart Longland (a.k.a Redhatter, VK4MSL)
I haven't lost my mind - it's backed up on a tape somewhere...

Gentoo/MIPS Cobalt developer, Mozilla herd member.
Back to top
View user's profile Send private message
mipsonthebrain
n00b
n00b


Joined: 21 Jul 2007
Posts: 15
Location: New Zealand

PostPosted: Sun Jul 22, 2007 7:54 am    Post subject: Reply with quote

Yeah... I'm still not there... I compiled with a make vmlinux and not a vmlinux.32

I set it all up to arc load and the kernel barfed as the PROM tried to load it...

So I compile again and now I get this...

(chroot) gentoo-mips-20050530 linux # make vmlinux.32
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CC arch/mips/kernel/asm-offsets.s
GEN include/asm-mips/asm-offsets.h
CC scripts/mod/empty.o
MKELF scripts/mod/elfconfig.h
HOSTCC scripts/mod/file2alias.o
HOSTCC scripts/mod/modpost.o
HOSTCC scripts/mod/sumversion.o
HOSTLD scripts/mod/modpost
CC init/main.o
CHK include/linux/compile.h
dnsdomainname: Unknown host
CC init/version.o
CC init/do_mounts.o
LD init/mounts.o
/bin/sh: mips64-linux-ld: command not found
make[1]: *** [init/mounts.o] Error 127
make: *** [init] Error 2


Any Tips?

Cheers on the RaQ2 I was about to wip the top off to look :)

FYI... I had issues netbooting the O2 with the 200Mhz R5k... it was almost like it wasn't downloading the image from the tftp server completely... strangest thing is that the 180Mhz one booted first pop with the same config... go figure...
_________________
O2 R5k 180Mhz, 18Gb with External Box of 5 x 9.1Gb Disks
O2 R5k 200Mhz, 2 x 9.1Gb
RaQ2 unknown CPU, 20Gb IDE
Back to top
View user's profile Send private message
mipsonthebrain
n00b
n00b


Joined: 21 Jul 2007
Posts: 15
Location: New Zealand

PostPosted: Sun Jul 22, 2007 8:26 am    Post subject: Reply with quote

ok... I think I've gotten further...

I have a kernel that starts but thats about it...
Quote:

ARCLoad version 0.5 (c) 2004-5 Stanislaw Skowronek
Loading configuration for 'ip32(working)'...
Loading scsi(0)disk(2)rdisk(0)partition(8)/working...
Reading 3952774 bytes... OK.
Entering Kernel.

and then we hang.. write here...

this is harder than I thought :)
_________________
O2 R5k 180Mhz, 18Gb with External Box of 5 x 9.1Gb Disks
O2 R5k 200Mhz, 2 x 9.1Gb
RaQ2 unknown CPU, 20Gb IDE
Back to top
View user's profile Send private message
Redhatter
Retired Dev
Retired Dev


Joined: 20 Sep 2003
Posts: 548
Location: Brisbane, QLD, Australia

PostPosted: Mon Jul 23, 2007 3:12 am    Post subject: Reply with quote

mipsonthebrain wrote:
Yeah... I'm still not there... I compiled with a make vmlinux and not a vmlinux.32

I set it all up to arc load and the kernel barfed as the PROM tried to load it...

So I compile again and now I get this...

(chroot) gentoo-mips-20050530 linux # make vmlinux.32
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CC arch/mips/kernel/asm-offsets.s
GEN include/asm-mips/asm-offsets.h
CC scripts/mod/empty.o
MKELF scripts/mod/elfconfig.h
HOSTCC scripts/mod/file2alias.o
HOSTCC scripts/mod/modpost.o
HOSTCC scripts/mod/sumversion.o
HOSTLD scripts/mod/modpost
CC init/main.o
CHK include/linux/compile.h
dnsdomainname: Unknown host
CC init/version.o
CC init/do_mounts.o
LD init/mounts.o
/bin/sh: mips64-linux-ld: command not found
make[1]: *** [init/mounts.o] Error 127
make: *** [init] Error 2


Forgot CROSS_COMPILE=mips64-unknown-linux-gnu-? (I've suggested a patch to `Kumba that fixes this... but as yet, nothing has happened)
If the kernel isn't booting however, we're in for some fun, since kernels can be hell to debug at times.
_________________
Stuart Longland (a.k.a Redhatter, VK4MSL)
I haven't lost my mind - it's backed up on a tape somewhere...

Gentoo/MIPS Cobalt developer, Mozilla herd member.
Back to top
View user's profile Send private message
mipsonthebrain
n00b
n00b


Joined: 21 Jul 2007
Posts: 15
Location: New Zealand

PostPosted: Mon Jul 23, 2007 7:51 am    Post subject: Reply with quote

well... its not all bad... some crap ended up on the screen so I figured something was working... so I wipped out my serial cable and found things were booting fine... just no framebuffer... I can cope with that... I was running these things headless anyways.


yeah I got the cross compile thing in there... the handbook seems a bit mis-leading... from the looks I felt I needed to compile more than once :?

after compiling many ways and a bit of "Can't remember what I did but it sort of worked" now its booting quite nicely


getting a few of these from time to time appearing in dmesg

Quote:
BUG: scheduling while atomic: rc-update/0x10000001/4350
Call Trace:
[<ffffffff8000c6a8>] dump_stack+0x8/0x38
[<ffffffff802ccbe4>] schedule+0x6cc/0x8f8
[<ffffffff800285f0>] __cond_resched+0x20/0x58
[<ffffffff802ccf0c>] cond_resched+0x5c/0x68
[<ffffffff80057548>] file_read_actor+0x1a0/0x1c8
[<ffffffff80058e34>] do_generic_mapping_read+0x4b4/0x660
[<ffffffff8005b894>] generic_file_aio_read+0x114/0x230
[<ffffffff800814dc>] do_sync_read+0xbc/0x130
[<ffffffff80081f88>] vfs_read+0xc0/0x180
[<ffffffff80082484>] sys_read+0x4c/0x90
[<ffffffff800155c8>] handle_sys+0x108/0x124

BUG: scheduling while atomic: ping/0x10000001/4472
Call Trace:
[<ffffffff8000c6a8>] dump_stack+0x8/0x38
[<ffffffff802ccbe4>] schedule+0x6cc/0x8f8
[<ffffffff800285f0>] __cond_resched+0x20/0x58
[<ffffffff802ccf0c>] cond_resched+0x5c/0x68
[<ffffffff80057548>] file_read_actor+0x1a0/0x1c8
[<ffffffff80058e34>] do_generic_mapping_read+0x4b4/0x660
[<ffffffff8005b894>] generic_file_aio_read+0x114/0x230
[<ffffffff800814dc>] do_sync_read+0xbc/0x130
[<ffffffff80081f88>] vfs_read+0xc0/0x180
[<ffffffff80082484>] sys_read+0x4c/0x90
[<ffffffff800155c8>] handle_sys+0x108/0x124

_________________
O2 R5k 180Mhz, 18Gb with External Box of 5 x 9.1Gb Disks
O2 R5k 200Mhz, 2 x 9.1Gb
RaQ2 unknown CPU, 20Gb IDE
Back to top
View user's profile Send private message
mipsonthebrain
n00b
n00b


Joined: 21 Jul 2007
Posts: 15
Location: New Zealand

PostPosted: Mon Jul 23, 2007 8:57 am    Post subject: Reply with quote

well... even though it compiled... I get heaps of nonfatal memory errors and there is that weird stuff in the dmesg output...

I pulled out my Irix tools disk and did a test of the entire system and it all comes back fine.

The machine runs really slowly and the serial console seems to pack up after linux boots... I think I need to compile again and properly...

back to the kernel drawing board I think...
_________________
O2 R5k 180Mhz, 18Gb with External Box of 5 x 9.1Gb Disks
O2 R5k 200Mhz, 2 x 9.1Gb
RaQ2 unknown CPU, 20Gb IDE
Back to top
View user's profile Send private message
mipsonthebrain
n00b
n00b


Joined: 21 Jul 2007
Posts: 15
Location: New Zealand

PostPosted: Mon Jul 23, 2007 9:49 am    Post subject: Reply with quote

now that I've chrooted back in here are those memory non-fatal error messages which there are so many of them they seem to cause syslog-ng to grap all the CPU time... I think this is where the slowness comes from...

Quote:
Jul 24 19:00:57 sgi-one CRIME memory error at 0x1800e7e0 ST 0x02010000<INV,GBE,NONFATAL>
Jul 24 19:00:57 sgi-one CRIME memory error at 0x1800ede0 ST 0x02010000<INV,GBE,NONFATAL>
Jul 24 19:00:57 sgi-one CRIME memory error at 0x1800f3e0 ST 0x02010000<INV,GBE,NONFATAL>
Jul 24 19:00:57 sgi-one CRIME memory error at 0x1800f9e0 ST 0x02010000<INV,GBE,NONFATAL>
Jul 24 19:00:57 sgi-one CRIME memory error at 0x1800ffe0 ST 0x02010000<INV,GBE,NONFATAL>
Jul 24 19:00:57 sgi-one CRIME memory error at 0x3bf805e0 ST 0x02010000<INV,GBE,NONFATAL>
Jul 24 19:00:57 sgi-one CRIME memory error at 0x3bf80be0 ST 0x02010000<INV,GBE,NONFATAL>

_________________
O2 R5k 180Mhz, 18Gb with External Box of 5 x 9.1Gb Disks
O2 R5k 200Mhz, 2 x 9.1Gb
RaQ2 unknown CPU, 20Gb IDE
Back to top
View user's profile Send private message
mipsonthebrain
n00b
n00b


Joined: 21 Jul 2007
Posts: 15
Location: New Zealand

PostPosted: Mon Jul 23, 2007 12:29 pm    Post subject: Reply with quote

still getting these...

Quote:
Jul 24 22:01:00 sgi-one BUG: scheduling while atomic: tar/0x10000001/4601
Jul 24 22:01:00 sgi-one Call Trace:
Jul 24 22:01:00 sgi-one [<ffffffff8000c6a8>] dump_stack+0x8/0x38
Jul 24 22:01:00 sgi-one [<ffffffff802ccbe4>] schedule+0x6cc/0x8f8
Jul 24 22:01:00 sgi-one [<ffffffff800285f0>] __cond_resched+0x20/0x58
Jul 24 22:01:00 sgi-one [<ffffffff802ccf0c>] cond_resched+0x5c/0x68
Jul 24 22:01:00 sgi-one [<ffffffff80059f64>] generic_file_buffered_write+0x3bc/0x850
Jul 24 22:01:00 sgi-one [<ffffffff8005a690>] __generic_file_aio_write_nolock+0x298/0x428
Jul 24 22:01:00 sgi-one [<ffffffff8005a894>] generic_file_aio_write+0x74/0x130
Jul 24 22:01:00 sgi-one [<ffffffff800813ac>] do_sync_write+0xbc/0x130
Jul 24 22:01:00 sgi-one [<ffffffff80081e08>] vfs_write+0xc0/0x180
Jul 24 22:01:00 sgi-one [<ffffffff80082514>] sys_write+0x4c/0x90
Jul 24 22:01:00 sgi-one [<ffffffff800155c8>] handle_sys+0x108/0x124
Jul 24 22:01:00 sgi-one
Jul 24 22:01:03 sgi-one BUG: scheduling while atomic: tar/0x10000001/4601
Jul 24 22:01:03 sgi-one Call Trace:
Jul 24 22:01:03 sgi-one [<ffffffff8000c6a8>] dump_stack+0x8/0x38
Jul 24 22:01:03 sgi-one [<ffffffff802ccbe4>] schedule+0x6cc/0x8f8
Jul 24 22:01:03 sgi-one [<ffffffff800285f0>] __cond_resched+0x20/0x58
Jul 24 22:01:03 sgi-one [<ffffffff802ccf0c>] cond_resched+0x5c/0x68
Jul 24 22:01:03 sgi-one [<ffffffff80059f64>] generic_file_buffered_write+0x3bc/0x850
Jul 24 22:01:03 sgi-one [<ffffffff8005a690>] __generic_file_aio_write_nolock+0x298/0x428
Jul 24 22:01:03 sgi-one [<ffffffff8005a894>] generic_file_aio_write+0x74/0x130
Jul 24 22:01:03 sgi-one [<ffffffff800813ac>] do_sync_write+0xbc/0x130
Jul 24 22:01:03 sgi-one [<ffffffff80081e08>] vfs_write+0xc0/0x180
Jul 24 22:01:03 sgi-one [<ffffffff80082514>] sys_write+0x4c/0x90
Jul 24 22:01:03 sgi-one [<ffffffff800155c8>] handle_sys+0x108/0x124
Jul 24 22:01:03 sgi-one
Jul 24 22:01:08 sgi-one BUG: scheduling while atomic: tar/0x10000001/4601
Jul 24 22:01:08 sgi-one Call Trace:
Jul 24 22:01:08 sgi-one [<ffffffff8000c6a8>] dump_stack+0x8/0x38
Jul 24 22:01:08 sgi-one [<ffffffff802ccbe4>] schedule+0x6cc/0x8f8
Jul 24 22:01:08 sgi-one [<ffffffff800285f0>] __cond_resched+0x20/0x58
Jul 24 22:01:08 sgi-one [<ffffffff802ccf0c>] cond_resched+0x5c/0x68
Jul 24 22:01:08 sgi-one [<ffffffff80089398>] pipe_read+0x288/0x550
Jul 24 22:01:08 sgi-one [<ffffffff800814dc>] do_sync_read+0xbc/0x130
Jul 24 22:01:08 sgi-one [<ffffffff80081f88>] vfs_read+0xc0/0x180
Jul 24 22:01:08 sgi-one [<ffffffff80082484>] sys_read+0x4c/0x90
Jul 24 22:01:08 sgi-one [<ffffffff800155c8>] handle_sys+0x108/0x124
Jul 24 22:01:08 sgi-one


here is my .config

Quote:
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.20.14-mipsgit-20070415
# Tue Jul 24 19:27:16 2007
#
CONFIG_MIPS=y

#
# Machine selection
#
# CONFIG_MIPS_MTX1 is not set
# CONFIG_MIPS_BOSPORUS is not set
# CONFIG_MIPS_PB1000 is not set
# CONFIG_MIPS_PB1100 is not set
# CONFIG_MIPS_PB1500 is not set
# CONFIG_MIPS_PB1550 is not set
# CONFIG_MIPS_PB1200 is not set
# CONFIG_MIPS_DB1000 is not set
# CONFIG_MIPS_DB1100 is not set
# CONFIG_MIPS_DB1500 is not set
# CONFIG_MIPS_DB1550 is not set
# CONFIG_MIPS_DB1200 is not set
# CONFIG_MIPS_MIRAGE is not set
# CONFIG_BASLER_EXCITE is not set
# CONFIG_MIPS_COBALT is not set
# CONFIG_MACH_DECSTATION is not set
# CONFIG_MIPS_EV64120 is not set
# CONFIG_MACH_JAZZ is not set
# CONFIG_LASAT is not set
# CONFIG_MIPS_ATLAS is not set
# CONFIG_MIPS_MALTA is not set
# CONFIG_MIPS_SEAD is not set
# CONFIG_WR_PPMC is not set
# CONFIG_MIPS_SIM is not set
# CONFIG_MOMENCO_JAGUAR_ATX is not set
# CONFIG_MOMENCO_OCELOT is not set
# CONFIG_MOMENCO_OCELOT_3 is not set
# CONFIG_MOMENCO_OCELOT_C is not set
# CONFIG_MOMENCO_OCELOT_G is not set
# CONFIG_MIPS_XXS1500 is not set
# CONFIG_PNX8550_V2PCI is not set
# CONFIG_PNX8550_JBS is not set
# CONFIG_PNX8550_STB810 is not set
# CONFIG_DDB5477 is not set
# CONFIG_MACH_VR41XX is not set
# CONFIG_PMC_YOSEMITE is not set
# CONFIG_QEMU is not set
# CONFIG_MARKEINS is not set
# CONFIG_SGI_IP22 is not set
# CONFIG_SGI_IP27 is not set
CONFIG_SGI_IP32=y
# CONFIG_SIBYTE_BIGSUR is not set
# CONFIG_SIBYTE_SWARM is not set
# CONFIG_SIBYTE_SENTOSA is not set
# CONFIG_SIBYTE_RHONE is not set
# CONFIG_SIBYTE_CARMEL is not set
# CONFIG_SIBYTE_PTSWARM is not set
# CONFIG_SIBYTE_LITTLESUR is not set
# CONFIG_SIBYTE_CRHINE is not set
# CONFIG_SIBYTE_CRHONE is not set
# CONFIG_SNI_RM is not set
# CONFIG_TOSHIBA_JMR3927 is not set
# CONFIG_TOSHIBA_RBTX4927 is not set
# CONFIG_TOSHIBA_RBTX4938 is not set
# CONFIG_KEXEC is not set
CONFIG_RWSEM_GENERIC_SPINLOCK=y
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_GENERIC_FIND_NEXT_BIT=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_GENERIC_TIME=y
CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
# CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ is not set
CONFIG_ARC=y
CONFIG_DMA_IP32=y
CONFIG_DMA_NONCOHERENT=y
CONFIG_DMA_NEED_PCI_MAP_STATE=y
CONFIG_OWN_DMA=y
CONFIG_CPU_BIG_ENDIAN=y
# CONFIG_CPU_LITTLE_ENDIAN is not set
CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y
CONFIG_ARC32=y
CONFIG_BOOT_ELF32=y
CONFIG_MIPS_L1_CACHE_SHIFT=5
CONFIG_ARC_MEMORY=y
CONFIG_ARC_PROMLIB=y

#
# CPU selection
#
# CONFIG_CPU_MIPS32_R1 is not set
# CONFIG_CPU_MIPS32_R2 is not set
# CONFIG_CPU_MIPS64_R1 is not set
# CONFIG_CPU_MIPS64_R2 is not set
# CONFIG_CPU_R3000 is not set
# CONFIG_CPU_TX39XX is not set
# CONFIG_CPU_VR41XX is not set
# CONFIG_CPU_R4300 is not set
# CONFIG_CPU_R4X00 is not set
# CONFIG_CPU_TX49XX is not set
CONFIG_CPU_R5000=y
# CONFIG_CPU_R5432 is not set
# CONFIG_CPU_R6000 is not set
# CONFIG_CPU_NEVADA is not set
# CONFIG_CPU_R8000 is not set
# CONFIG_CPU_R10000 is not set
# CONFIG_CPU_RM7000 is not set
# CONFIG_CPU_RM9000 is not set
# CONFIG_CPU_SB1 is not set
CONFIG_SYS_HAS_CPU_R5000=y
CONFIG_SYS_HAS_CPU_NEVADA=y
CONFIG_SYS_HAS_CPU_RM7000=y
CONFIG_SYS_SUPPORTS_64BIT_KERNEL=y
CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y
CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y

#
# Kernel type
#
# CONFIG_32BIT is not set
CONFIG_64BIT=y
CONFIG_PAGE_SIZE_4KB=y
# CONFIG_PAGE_SIZE_8KB is not set
# CONFIG_PAGE_SIZE_16KB is not set
# CONFIG_PAGE_SIZE_64KB is not set
CONFIG_BOARD_SCACHE=y
CONFIG_R5000_CPU_SCACHE=y
CONFIG_RM7000_CPU_SCACHE=y
CONFIG_MIPS_MT_DISABLED=y
# CONFIG_MIPS_MT_SMP is not set
# CONFIG_MIPS_MT_SMTC is not set
# CONFIG_MIPS_VPE_LOADER is not set
CONFIG_CPU_HAS_LLSC=y
CONFIG_CPU_HAS_SYNC=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
# CONFIG_SPARSEMEM_STATIC is not set
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_RESOURCES_64BIT=y
# CONFIG_HZ_48 is not set
# CONFIG_HZ_100 is not set
# CONFIG_HZ_128 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_256 is not set
CONFIG_HZ_1000=y
# CONFIG_HZ_1024 is not set
CONFIG_SYS_SUPPORTS_ARBIT_HZ=y
CONFIG_HZ=1000
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32

#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
# CONFIG_IPC_NS is not set
# CONFIG_POSIX_MQUEUE is not set
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
# CONFIG_TASKSTATS is not set
# CONFIG_UTS_NS is not set
# CONFIG_AUDIT is not set
# CONFIG_IKCONFIG is not set
CONFIG_SYSFS_DEPRECATED=y
CONFIG_RELAY=y
CONFIG_INITRAMFS_SOURCE=""
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_EMBEDDED=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SHMEM=y
CONFIG_SLAB=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
# CONFIG_SLOB is not set

#
# Loadable module support
#
# CONFIG_MODULES is not set

#
# Block layer
#
CONFIG_BLOCK=y
# CONFIG_BLK_DEV_IO_TRACE is not set

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_DEFAULT_AS=y
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="anticipatory"

#
# Bus options (PCI, PCMCIA, EISA, ISA, TC)
#
CONFIG_HW_HAS_PCI=y
CONFIG_PCI=y
CONFIG_MMU=y

#
# PCCARD (PCMCIA/CardBus) support
#
# CONFIG_PCCARD is not set

#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set

#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
CONFIG_MIPS32_COMPAT=y
CONFIG_COMPAT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_MIPS32_O32=y
# CONFIG_MIPS32_N32 is not set
CONFIG_BINFMT_ELF32=y

#
# Networking
#
CONFIG_NET=y

#
# Networking options
#
# CONFIG_NETDEBUG is not set
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_XFRM_USER=y
# CONFIG_XFRM_SUB_POLICY is not set
CONFIG_NET_KEY=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_PNP=y
# CONFIG_IP_PNP_DHCP is not set
CONFIG_IP_PNP_BOOTP=y
# CONFIG_IP_PNP_RARP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
# CONFIG_INET_TUNNEL is not set
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
CONFIG_INET_XFRM_MODE_BEET=y
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
# CONFIG_IPV6 is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
CONFIG_NETWORK_SECMARK=y
# CONFIG_NETFILTER is not set

#
# DCCP Configuration (EXPERIMENTAL)
#
# CONFIG_IP_DCCP is not set

#
# SCTP Configuration (EXPERIMENTAL)
#
# CONFIG_IP_SCTP is not set

#
# TIPC Configuration (EXPERIMENTAL)
#
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set

#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
CONFIG_IEEE80211=y
# CONFIG_IEEE80211_DEBUG is not set
CONFIG_IEEE80211_CRYPT_WEP=y
CONFIG_IEEE80211_CRYPT_CCMP=y
CONFIG_IEEE80211_SOFTMAC=y
# CONFIG_IEEE80211_SOFTMAC_DEBUG is not set
CONFIG_WIRELESS_EXT=y

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_SYS_HYPERVISOR is not set

#
# Connector - unified userspace <-> kernelspace linker
#
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
# CONFIG_PARPORT is not set

#
# Plug and Play support
#

#
# Block devices
#
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_INITRD is not set
CONFIG_CDROM_PKTCDVD=y
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
CONFIG_ATA_OVER_ETH=y

#
# Misc devices
#
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set

#
# ATA/ATAPI/MFM/RLL support
#
# CONFIG_IDE is not set

#
# SCSI device support
#
CONFIG_RAID_ATTRS=y
CONFIG_SCSI=y
# CONFIG_SCSI_TGT is not set
CONFIG_SCSI_NETLINK=y
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=y
CONFIG_CHR_DEV_OSST=y
CONFIG_BLK_DEV_SR=y
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=y
# CONFIG_CHR_DEV_SCH is not set

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
# CONFIG_SCSI_SCAN_ASYNC is not set

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
CONFIG_SCSI_FC_ATTRS=y
# CONFIG_SCSI_ISCSI_ATTRS is not set
CONFIG_SCSI_SAS_ATTRS=y
# CONFIG_SCSI_SAS_LIBSAS is not set

#
# SCSI low-level drivers
#
# CONFIG_ISCSI_TCP is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=8
CONFIG_AIC7XXX_RESET_DELAY_MS=15000
CONFIG_AIC7XXX_DEBUG_ENABLE=y
CONFIG_AIC7XXX_DEBUG_MASK=0
CONFIG_AIC7XXX_REG_PRETTY_PRINT=y
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_SRP is not set

#
# Serial ATA (prod) and Parallel ATA (experimental) drivers
#
# CONFIG_ATA is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set

#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_FC is not set
# CONFIG_FUSION_SAS is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_IEEE1394 is not set

#
# I2O device support
#
# CONFIG_I2O is not set

#
# Network device support
#
CONFIG_NETDEVICES=y
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set

#
# ARCnet devices
#
# CONFIG_ARCNET is not set

#
# PHY device support
#
CONFIG_PHYLIB=y

#
# MII PHY device drivers
#
CONFIG_MARVELL_PHY=y
CONFIG_DAVICOM_PHY=y
CONFIG_QSEMI_PHY=y
CONFIG_LXT_PHY=y
CONFIG_CICADA_PHY=y
CONFIG_VITESSE_PHY=y
CONFIG_SMSC_PHY=y
# CONFIG_BROADCOM_PHY is not set
# CONFIG_FIXED_PHY is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_MII is not set
CONFIG_SGI_O2MACE_ETH=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_DM9000 is not set

#
# Tulip family network device support
#
# CONFIG_NET_TULIP is not set
# CONFIG_HP100 is not set
# CONFIG_NET_PCI is not set

#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_SK98LIN is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2 is not set
# CONFIG_QLA3XXX is not set

#
# Ethernet (10000 Mbit)
#
# CONFIG_CHELSIO_T1 is not set
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set
# CONFIG_MYRI10GE is not set
# CONFIG_NETXEN_NIC is not set

#
# Token Ring devices
#
# CONFIG_TR is not set

#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set

#
# Wan interfaces
#
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
# CONFIG_SHAPER is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set

#
# ISDN subsystem
#
# CONFIG_ISDN is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
# CONFIG_INPUT_KEYBOARD is not set
# CONFIG_INPUT_MOUSE is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
# CONFIG_SERIO_I8042 is not set
CONFIG_SERIO_SERPORT=y
# CONFIG_SERIO_PCIPS2 is not set
# CONFIG_SERIO_MACEPS2 is not set
# CONFIG_SERIO_LIBPS2 is not set
CONFIG_SERIO_RAW=y
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256

#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set

#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_HW_RANDOM is not set
# CONFIG_RTC is not set
# CONFIG_GEN_RTC is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_DRM is not set
# CONFIG_RAW_DRIVER is not set

#
# TPM devices
#
# CONFIG_TCG_TPM is not set

#
# I2C support
#
# CONFIG_I2C is not set

#
# SPI support
#
# CONFIG_SPI is not set
# CONFIG_SPI_MASTER is not set

#
# Dallas's 1-wire bus
#
# CONFIG_W1 is not set

#
# Hardware Monitoring support
#
# CONFIG_HWMON is not set
# CONFIG_HWMON_VID is not set

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set

#
# Graphics support
#
# CONFIG_FIRMWARE_EDID is not set
# CONFIG_FB is not set

#
# Console display driver support
#
# CONFIG_VGA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set

#
# Sound
#
# CONFIG_SOUND is not set

#
# HID Devices
#
CONFIG_HID=y

#
# USB support
#
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
# CONFIG_USB is not set

#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
#

#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set

#
# MMC/SD Card support
#
# CONFIG_MMC is not set

#
# LED devices
#
# CONFIG_NEW_LEDS is not set

#
# LED drivers
#

#
# LED Triggers
#

#
# InfiniBand support
#
# CONFIG_INFINIBAND is not set

#
# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
#

#
# Real Time Clock
#
# CONFIG_RTC_CLASS is not set

#
# DMA Engine support
#
# CONFIG_DMA_ENGINE is not set

#
# DMA Clients
#

#
# DMA Devices
#

#
# Virtualization
#

#
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
# CONFIG_EXT3_FS is not set
# CONFIG_EXT4DEV_FS is not set
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_FS_POSIX_ACL is not set
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_QUOTA is not set
CONFIG_DNOTIFY=y
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
CONFIG_FUSE_FS=y

#
# CD-ROM/DVD Filesystems
#
# CONFIG_ISO9660_FS is not set
# CONFIG_UDF_FS is not set

#
# DOS/FAT/NT Filesystems
#
# CONFIG_MSDOS_FS is not set
# CONFIG_VFAT_FS is not set
# CONFIG_NTFS_FS is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y
# CONFIG_CONFIGFS_FS is not set

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_ECRYPT_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_SQUASHFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set

#
# Network File Systems
#
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
# CONFIG_NFSD is not set
CONFIG_ROOT_NFS=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
# CONFIG_RPCSEC_GSS_KRB5 is not set
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
# CONFIG_9P_FS is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
# CONFIG_MSDOS_PARTITION is not set
# CONFIG_LDM_PARTITION is not set
CONFIG_SGI_PARTITION=y
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
# CONFIG_EFI_PARTITION is not set

#
# Native Language Support
#
# CONFIG_NLS is not set

#
# Distributed Lock Manager
#
# CONFIG_DLM is not set

#
# Profiling support
#
# CONFIG_PROFILING is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
# CONFIG_PRINTK_TIME is not set
CONFIG_ENABLE_MUST_CHECK=y
# CONFIG_MAGIC_SYSRQ is not set
# CONFIG_UNUSED_SYMBOLS is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_KERNEL is not set
CONFIG_LOG_BUF_SHIFT=14
CONFIG_CROSSCOMPILE=y
CONFIG_CMDLINE=""

#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_DEBUG_PROC_KEYS=y
# CONFIG_SECURITY is not set

#
# Cryptographic options
#
CONFIG_CRYPTO=y
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_XCBC is not set
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_MD4=y
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
CONFIG_CRYPTO_WP512=y
CONFIG_CRYPTO_TGR192=y
# CONFIG_CRYPTO_GF128MUL is not set
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_CBC=y
# CONFIG_CRYPTO_LRW is not set
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_BLOWFISH=y
CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_TWOFISH_COMMON=y
CONFIG_CRYPTO_SERPENT=y
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_CAST5=y
CONFIG_CRYPTO_CAST6=y
CONFIG_CRYPTO_TEA=y
CONFIG_CRYPTO_ARC4=y
CONFIG_CRYPTO_KHAZAD=y
CONFIG_CRYPTO_ANUBIS=y
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_MICHAEL_MIC=y
CONFIG_CRYPTO_CRC32C=y

#
# Hardware crypto devices
#

#
# Library routines
#
CONFIG_BITREVERSE=y
# CONFIG_CRC_CCITT is not set
CONFIG_CRC16=y
CONFIG_CRC32=y
CONFIG_LIBCRC32C=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_PLIST=y
CONFIG_IOMAP_COPY=y


spot anything that maybe bad news?
_________________
O2 R5k 180Mhz, 18Gb with External Box of 5 x 9.1Gb Disks
O2 R5k 200Mhz, 2 x 9.1Gb
RaQ2 unknown CPU, 20Gb IDE
Back to top
View user's profile Send private message
Redhatter
Retired Dev
Retired Dev


Joined: 20 Sep 2003
Posts: 548
Location: Brisbane, QLD, Australia

PostPosted: Tue Jul 24, 2007 2:06 pm    Post subject: Reply with quote

Pre-emptive kernels are often bad news on MIPS... otherwise everything should work.

Code:
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set


is what you presently have in your .config... I'd try turning off the pre-emptive scheduler, since it's usually much more stable. The constant errors are a worry though... can you also post the output of cat /proc/cpuinfo? Sometimes people dig up odd revisions of CPUs that have all sorts of unhandled edge cases.
_________________
Stuart Longland (a.k.a Redhatter, VK4MSL)
I haven't lost my mind - it's backed up on a tape somewhere...

Gentoo/MIPS Cobalt developer, Mozilla herd member.
Back to top
View user's profile Send private message
mipsonthebrain
n00b
n00b


Joined: 21 Jul 2007
Posts: 15
Location: New Zealand

PostPosted: Wed Jul 25, 2007 8:22 pm    Post subject: Reply with quote

yeah... sure will do...

... I did a build of netbsd on one of my O2's and it worked first time no errors... which leads me again to believe that the hardware is fine and its my poor kernel build skills :)

I have multiple disks so I'll shove the gentoo disks back in try a recompile an get you the output from /proc/cpuinfo


My ultimate goal is for linux work properly on these... I want gentoo for its portage tree...

cheers for you help so far mate.
_________________
O2 R5k 180Mhz, 18Gb with External Box of 5 x 9.1Gb Disks
O2 R5k 200Mhz, 2 x 9.1Gb
RaQ2 unknown CPU, 20Gb IDE
Back to top
View user's profile Send private message
mipsonthebrain
n00b
n00b


Joined: 21 Jul 2007
Posts: 15
Location: New Zealand

PostPosted: Sat Aug 04, 2007 12:35 am    Post subject: Reply with quote

/proc/cpuinfo

Quote:
system type : SGI O2
processor : 0
cpu model : R5000 V2.1 FPU V1.0
BogoMIPS : 178.68
byteorder : big endian
wait instruction : yes
microsecond timers : yes
tlb_entries : 48
extra interrupt vector : no
hardware watchpoint : no
ASEs implemented :
VCED exceptions : not available
VCEI exceptions : not available

_________________
O2 R5k 180Mhz, 18Gb with External Box of 5 x 9.1Gb Disks
O2 R5k 200Mhz, 2 x 9.1Gb
RaQ2 unknown CPU, 20Gb IDE
Back to top
View user's profile Send private message
Redhatter
Retired Dev
Retired Dev


Joined: 20 Sep 2003
Posts: 548
Location: Brisbane, QLD, Australia

PostPosted: Sat Aug 04, 2007 1:02 am    Post subject: Reply with quote

mipsonthebrain wrote:
/proc/cpuinfo

Quote:
system type : SGI O2
processor : 0
cpu model : R5000 V2.1 FPU V1.0
BogoMIPS : 178.68


Well, I can confirm those as working from first-hand experience:
Code:
stuartl@moosehead ~ $ cat /proc/cpuinfo
system type             : SGI O2
processor               : 0
cpu model               : R5000 V2.1  FPU V1.0
BogoMIPS                : 179.20
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 48
extra interrupt vector  : no
hardware watchpoint     : no
ASEs implemented        :
VCED exceptions         : not available
VCEI exceptions         : not available

stuartl@moosehead ~ $ uname -a
Linux moosehead 2.6.19-rc5-o2 #1 Thu Nov 9 18:12:36 EST 2006 mips64 R5000 V2.1  FPU V1.0 SGI O2 GNU/Linux
stuartl@moosehead ~ $ uptime
 10:51:40 up 26 days, 49 min,  3 users,  load average: 2.83, 2.31, 1.88


I've put my present kernel up on my site... you can find it here
_________________
Stuart Longland (a.k.a Redhatter, VK4MSL)
I haven't lost my mind - it's backed up on a tape somewhere...

Gentoo/MIPS Cobalt developer, Mozilla herd member.
Back to top
View user's profile Send private message
mipsonthebrain
n00b
n00b


Joined: 21 Jul 2007
Posts: 15
Location: New Zealand

PostPosted: Sat Aug 04, 2007 5:49 am    Post subject: Reply with quote

ok... I have re-compiled the kernel with your single suggestion and the errors in dmesg after boot are gone and I have been emerging packages without error...

I think you may have cracked it....

....cheers
_________________
O2 R5k 180Mhz, 18Gb with External Box of 5 x 9.1Gb Disks
O2 R5k 200Mhz, 2 x 9.1Gb
RaQ2 unknown CPU, 20Gb IDE
Back to top
View user's profile Send private message
mipsonthebrain
n00b
n00b


Joined: 21 Jul 2007
Posts: 15
Location: New Zealand

PostPosted: Sun Aug 19, 2007 4:07 am    Post subject: Reply with quote

right... after some serious research, help from you and many nights compiling kernels and I have both my SGI O2's booting from their own disks and running misc things and apache and I'm even using distcc for my portage trees... this works good...

now on to the RaQ2.... I have setup minicom from one of my SGI and have dhcp and nfs up and working... I hold down the left and right buttons and I get the netbooting display on the LCD panel and I get this on the firmware console...

Quote:
Cobalt Microserver Diagnostics - 'We serve it, you surf it'
Built Wed Mar 3 21:26:25 PST 1999

1.LCD Test................................PASS
2.Controller Test.........................PASS
5.Bank 0:.................................64M
6.Bank 1:.................................64M
7.Bank 2:.................................64M
8.Bank 3:.................................64M
9.Serial Test.............................PASS
10.PCI Expansion Slot....................**EMPTY**
12.IDE Test................................PASS
13.Ethernet Test...........................PASS
16.RTC Test................................PASS
Decompressing done


and thats it.... no more...

its getting a DHCP Lease and I can see the nfs traffic via tcpdump... its just halting here for some reason??

any tips again oh wise one?
_________________
O2 R5k 180Mhz, 18Gb with External Box of 5 x 9.1Gb Disks
O2 R5k 200Mhz, 2 x 9.1Gb
RaQ2 unknown CPU, 20Gb IDE
Back to top
View user's profile Send private message
Redhatter
Retired Dev
Retired Dev


Joined: 20 Sep 2003
Posts: 548
Location: Brisbane, QLD, Australia

PostPosted: Sun Aug 19, 2007 4:28 am    Post subject: Reply with quote

That's interesting... No console output at all? I'm slowly working towards producing some newer netboot images, but my biggest problem has been getting µClibc to play nice.

It would seem from that output, that it isn't executing CoLo, as you should see some mention of that on serial console, as well as a prompt on the LCD panel. Do you see anything at all on the LCD panel after "Netbooting..."? It should ask whether to boot "Network (NFS)", and possibly may ask if you wish to enable serial output.
_________________
Stuart Longland (a.k.a Redhatter, VK4MSL)
I haven't lost my mind - it's backed up on a tape somewhere...

Gentoo/MIPS Cobalt developer, Mozilla herd member.
Back to top
View user's profile Send private message
mipsonthebrain
n00b
n00b


Joined: 21 Jul 2007
Posts: 15
Location: New Zealand

PostPosted: Sun Aug 19, 2007 9:18 am    Post subject: Reply with quote

I cracked it....

crappy null modem cable... turns out I had a typo in the dhcpd config...

all going now... after obtaining the "noscsi" netboot image :)
_________________
O2 R5k 180Mhz, 18Gb with External Box of 5 x 9.1Gb Disks
O2 R5k 200Mhz, 2 x 9.1Gb
RaQ2 unknown CPU, 20Gb IDE
Back to top
View user's profile Send private message
mipsonthebrain
n00b
n00b


Joined: 21 Jul 2007
Posts: 15
Location: New Zealand

PostPosted: Wed Aug 22, 2007 5:47 am    Post subject: Reply with quote

stuck yet again... couple of things I noticed...

the /dev filesystem won't mount into /mnt/gentoo/dev no idea why... and the state archive doesn't seem to have locale-gen in it so I had to get it from another machine...

anyway the major issue is that when merging the mips-sources port, when it tries to configure for gmp it explodes at checking the g++ compiler...

Quote:
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking build system compiler gcc... yes
checking for build system preprocessor... gcc -E
checking for build system executable suffix...
checking whether build system compiler is ANSI... yes
checking for build system compiler math library... -lm
checking for mipsel-unknown-linux-gnu-g++... mipsel-unknown-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether mipsel-unknown-linux-gnu-g++ accepts -g... yes
checking C++ compiler mipsel-unknown-linux-gnu-g++ -O2 -mips4 -mabi=32 -pipe... no, std iostream
configure: error: C++ compiler not available, see config.log for details

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/gmp-4.2.1-r1/work/gmp-4.2.1/config.log

!!! ERROR: dev-libs/gmp-4.2.1-r1 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.

(chroot) root@gentoo-mips-20040627 / #



the config.log seems to complain about missing files... here is a snap out of the file


Quote:
configure:8150: checking whether mipsel-unknown-linux-gnu-g++ accepts -g
configure:8171: mipsel-unknown-linux-gnu-g++ -c -g conftest.cc >&5
configure:8177: $? = 0
configure:8181: test -z
|| test ! -s conftest.err
configure:8184: $? = 0
configure:8187: test -s conftest.o
configure:8190: $? = 0
configure:8201: result: yes
configure:8243: mipsel-unknown-linux-gnu-g++ -c -O2 -mips4 -mabi=32 -pipe conftest.cc >&5
configure:8249: $? = 0
configure:8253: test -z
|| test ! -s conftest.err
configure:8256: $? = 0
configure:8259: test -s conftest.o
configure:8262: $? = 0
configure:8288: mipsel-unknown-linux-gnu-g++ -c -O2 -mips4 -mabi=32 -pipe conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:17: error: `exit' undeclared (first use this function)
conftest.cc:17: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:8294: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_mipsel 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:8243: mipsel-unknown-linux-gnu-g++ -c -O2 -mips4 -mabi=32 -pipe conftest.cc >&5
configure:8249: $? = 0
configure:8253: test -z
|| test ! -s conftest.err
configure:8256: $? = 0
configure:8259: test -s conftest.o
configure:8262: $? = 0
configure:8288: mipsel-unknown-linux-gnu-g++ -c -O2 -mips4 -mabi=32 -pipe conftest.cc >&5
configure:8294: $? = 0
configure:8298: test -z
|| test ! -s conftest.err
configure:8301: $? = 0
configure:8304: test -s conftest.o
configure:8307: $? = 0
CXXFLAGS chosen by autoconf: -O2 -mips4 -mabi=32 -pipe
configure:8357: checking C++ compiler mipsel-unknown-linux-gnu-g++ -O2 -mips4 -mabi=32 -pipe
Test compile:
configure:8371: mipsel-unknown-linux-gnu-g++ -O2 -mips4 -mabi=32 -pipe conftest.cc >&5
configure:8374: $? = 0
configure:8378: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:8381: $? = 0
Test compile: namespace
configure:8411: mipsel-unknown-linux-gnu-g++ -O2 -mips4 -mabi=32 -pipe conftest.cc >&5
configure:8414: $? = 0
configure:8418: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:8421: $? = 0
Test compile: std iostream
configure:8457: mipsel-unknown-linux-gnu-g++ -O2 -mips4 -mabi=32 -pipe conftest.cc >&5
In file included from /usr/lib/gcc/mipsel-unknown-linux-gnu/3.4.4/include/g++-v3/iostream:44,
from conftest.cc:3:
/usr/lib/gcc/mipsel-unknown-linux-gnu/3.4.4/include/g++-v3/mipsel-unknown-linux-gnu/bits/c++config.h:35:29: bits/os_defines.h: No such file or directory
In file included from /usr/lib/gcc/mipsel-unknown-linux-gnu/3.4.4/include/g++-v3/bits/basic_ios.h:44,
from /usr/lib/gcc/mipsel-unknown-linux-gnu/3.4.4/include/g++-v3/ios:51,
from /usr/lib/gcc/mipsel-unknown-linux-gnu/3.4.4/include/g++-v3/ostream:45,
from /usr/lib/gcc/mipsel-unknown-linux-gnu/3.4.4/include/g++-v3/iostream:45,
from conftest.cc:3:
/usr/lib/gcc/mipsel-unknown-linux-gnu/3.4.4/include/g++-v3/bits/locale_facets.h:132:31: bits/ctype_base.h: No such file or directory

_________________
O2 R5k 180Mhz, 18Gb with External Box of 5 x 9.1Gb Disks
O2 R5k 200Mhz, 2 x 9.1Gb
RaQ2 unknown CPU, 20Gb IDE
Back to top
View user's profile Send private message
Redhatter
Retired Dev
Retired Dev


Joined: 20 Sep 2003
Posts: 548
Location: Brisbane, QLD, Australia

PostPosted: Fri Aug 24, 2007 1:35 am    Post subject: Reply with quote

Interesting... gmp has been known to cause problems on big and little endian MIPS.

What stage tarball are you using? gmp 4.2.1 and gcc 4.1.1 are part of the stage3 tarball.
_________________
Stuart Longland (a.k.a Redhatter, VK4MSL)
I haven't lost my mind - it's backed up on a tape somewhere...

Gentoo/MIPS Cobalt developer, Mozilla herd member.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum