From owner-freebsd-questions@FreeBSD.ORG Mon Oct 16 11:59:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DE9616A549 for ; Mon, 16 Oct 2006 11:59:18 +0000 (UTC) (envelope-from Johan.Johansen@cc.uit.no) Received: from mux2.uit.no (mux2.uit.no [129.242.5.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF9E543D5F for ; Mon, 16 Oct 2006 11:59:11 +0000 (GMT) (envelope-from Johan.Johansen@cc.uit.no) Received: from flode.cc.uit.no (flode.cc.uit.no [129.242.6.250]) by mux2.uit.no (8.13.8/8.13.6/Mux) with ESMTP id k9GBxAZc078123 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 16 Oct 2006 13:59:10 +0200 (CEST) Received: from tausa.cc.uit.no (tausa.cc.uit.no [129.242.6.78]) by flode.cc.uit.no (8.13.3/8.13.3) with ESMTP id k9GBxAHN007526; Mon, 16 Oct 2006 13:59:10 +0200 (CEST) (envelope-from johan@cc.uit.no) Received: from tausa.cc.uit.no (localhost.cc.uit.no [127.0.0.1]) by tausa.cc.uit.no (8.13.6/8.13.6) with ESMTP id k9GBxAAi012441; Mon, 16 Oct 2006 13:59:10 +0200 (CEST) (envelope-from johan@tausa.cc.uit.no) Message-Id: <200610161159.k9GBxAAi012441@tausa.cc.uit.no> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 16 Oct 2006 13:59:10 +0200 From: Johan Johansen X-Virus-Scanned: : ok X-Scanned-By: MIMEDefang 2.56 on 129.242.5.252 Cc: johan.johansen@cc.uit.no Subject: Re: atapicam trouble X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Oct 2006 11:59:18 -0000 I still have the same problem as below, even when running 6.2-BETA2 from a FreeSBIE - cd. I wonder if this could have to do with badly supportet motherboard, ASUS P5B, since I dont see any temp-readings with sysctl. cpuTemp and MBTemp are displayed under bios-config. Another "funny" thing, if I read disk-data with smartmontools, smartctl -a /dev/ad10 [irq19: re0 uhci3++] starts using a hole cpu for itself, and only a reboot helps. mvh > > I run 6.1-STABLE-200607 on my brand new box with > Intel Core 2 Duo E6600 2 x 2,40 GHz cpu (beautiful piece of machinery) > > I can use my dvd-devices with atapicd, but atapicam do not work. > > kldload atapicam causes an interrupt storm, I guess. > I tried to take out atapicd from the kernel after reading > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/73675 > In fact, I removed ataraid atapifd atapist too, without any luck. > > Here is output from top -S a few seconds after kldload atapicam > > last pid: 600; load averages: 0.24, 0.24, 0.11 up > 0+00:02:36 11:27:53 > 88 processes: 5 running, 64 sleeping, 19 waiting > CPU states: 0.0% user, 0.0% nice, 0.0% system, 43.8% interrupt, 56.2% idle > Mem: 22M Active, 9604K Inact, 28M Wired, 15M Buf, 1943M Free > Swap: 4070M Total, 4070M Free > > PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND > 11 root 1 171 52 0K 8K RUN 1 2:03 99.26% idle: cpu1 > 12 root 1 171 52 0K 8K RUN 0 1:54 62.26% idle: cpu0 > 22 root 1 -64 -183 0K 8K CPU0 0 0:09 36.41% irq16: uhci0+ > 31 root 1 -68 -187 0K 8K WAIT 1 0:01 0.00% irq19: re0 > uhci3++ > > Could anyone point me in a direction too solve this, please?