high load on x4100

hey all,my new x4100s running linux sit at a load average of 8+, even when idle.this page http://www.mail-archive.com/linux-il@cs.huji.ac.il/msg45814.htmlmentions a workaround, by rmmodding ohci_hcd - however that kills usb, which i need.any ideas?
[283 byte] By [asdlkfjas] at [2007-11-26 11:49:17]
# 1

What version of linux are you using?

A load average of 8+ means something is truly wrong. My 4100s running RedHat Enterprise Linux V3, Update 6 have a load average at idle of 0, as they should.

Did you do a 'top' to see what is consuming the CPU?

Here is a list of the modules loaded on a typical 4100 in our shop:

[root@iterppn]# lsmod

ModuleSize Used by

parport_pc 29185 0

lp 15089 0

parport43981 2 parport_pc,lp

autofs424009 5

i2c_dev13633 0

i2c_core28609 1 i2c_dev

nfs245617 2

lockd77809 2 nfs

nfs_acl5185 1 nfs

sunrpc175545 7 nfs,lockd,nfs_acl

ds 21449 0

yenta_socket22977 0

pcmcia_core69329 2 ds,yenta_socket

button9057 0

battery11209 0

ac 6729 0

sr_mod20581 0

usb_storage70921 0

md5 5697 1

ipv6282913 24

joydev11841 0

ohci_hcd24273 0

hw_random7137 0

e1000120761 0

dm_snapshot19073 0

dm_zero3649 0

dm_mirror 32465 0

ext3137809 6

jbd69104 1 ext3

dm_mod68097 24 dm_snapshot,dm_zero,dm_mirror

mptscsih2753 0

mptsas11981 3 mptscsih

mptspi11725 1 mptscsih

mptfc10825 1 mptscsih

mptscsi46161 3 mptsas,mptspi,mptfc

mptbase66721 4 mptsas,mptspi,mptfc,mptscsi

sd_mod19393 3

scsi_mod 141457 7 sr_mod,usb_storage,mptsas,mptspi,mptfc,mptscsi,sd_mod

You might want to compare your module list to this one. We have USB support and no high load averages.

truly64 at 2007-7-7 12:02:30 > top of Java-index,Sun Hardware,Servers - General Discussion...
# 2

this is the OP (the login system the SDN forums use is whacked...)

anyway, i'm running Ubuntu 6.06 LTS (Dapper). i was using their .config on a 2.6.18 kernel plus nfs patches.top showed nothing, except load being way high all the time, while it was known to be idle.

rmmod'ing the module would fix things up, but drop USB, so keyboard and mouse wouldn't work.

anyway i rebuilt a new 2.6.18 kernel and turned off all kinds of modules that didn't look like they were needed.things are happily running at load 0 when idle now.

thanks for the reply!!

doctor_t at 2007-7-7 12:02:30 > top of Java-index,Sun Hardware,Servers - General Discussion...