Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: PCDATA invalid Char value 2 in Entity, line: 52 in /srv/lkml.org/scripts/getmail.php on line 206
Warning: XSLTProcessor::transformToXml() expects parameter 1 to be object, boolean given in /srv/lkml.org/scripts/getmail.php on line 209
This message generated a parse failure. Raw output follows here. Please use 'back' to navigate.
From devnull@lkml.org Thu Aug 28 19:38:14 2008
Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262721AbTDIEh3 (for ); Wed, 9 Apr 2003 00:37:29 -0400
Received: from granite.he.net ([216.218.226.66]:49931 "EHLO granite.he.net") by vger.kernel.org with ESMTP id S262719AbTDIEh1 convert rfc822-to-8bit (for ); Wed, 9 Apr 2003 00:37:27 -0400
Received: from [192.168.0.10] (12-231-249-244.client.attbi.com [12.231.249.244]) by granite.he.net (8.8.6p2003-03-31/8.8.2) with ESMTP id VAA24927; Tue, 8 Apr 2003 21:49:00 -0700
Received: from greg by echidna.kroah.org with local (masqmail 0.2.19) id 1937Y1-2L0-00; Tue, 08 Apr 2003 21:50:57 -0700
Date: Tue, 8 Apr 2003 21:50:57 -0700
From: Greg KH
To: "Tomasz Torcz, BG" , LKML
Subject: Re: [2.5.67] buffer layer error at fs/buffer.c:127; problems with via686a sensor
Message-Id: <20030409045057.GA8855@kroah.com>
References: <20030408162118.GA10209@irc.pl>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: 8BIT
In-Reply-To: <20030408162118.GA10209@irc.pl>
User-Agent: Mutt/1.4.1i
Sender: linux-kernel-owner@vger.kernel.org
Precedence: bulk
X-Mailing-List: linux-kernel@vger.kernel.org
On Tue, Apr 08, 2003 at 06:21:18PM +0200, Tomasz Torcz, BG wrote:
>
> Also, I had problem compiling via686a sensors into the kernel.
> First, it complained about missing i2c_detect(); I've
> replaced it by i2c_probe(); kernel has built and booted.
That was a Kconfig bug of mine in drivers/i2c/chips. A patch for this
has been posted to lkml in the past. And replacing i2c_detect() with
i2c_probe() _should_ work for you, it might not, I'm still trying to
work out the real differences...
> Only sysfs directory of sensor is empty :(
> It works with 2.4.x lm_sensors (via /proc of course).
What i2c bus driver are you using?
> /sys/bus/i2c/drivers:
> total 0
> drwxr-xr-x 4 root root 0 kwi 8 14:21 .
> drwxr-xr-x 4 root root 0 kwi 8 14:21 ..
> drwxr-xr-x 2 root root 0 kwi 8 14:21 VIA686A
> drwxr-xr-x 2 root root 0 kwi 8 14:21 i2c-dev dummy dr
Ah, need to go fix up that driver's name, thanks for pointing it out.
greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/