linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Can't read fan-speeds from i2c
@ 2003-08-19 20:16 Stian Jordet
  2003-08-19 20:53 ` Greg KH
  2003-08-20  2:48 ` Charles Lepple
  0 siblings, 2 replies; 8+ messages in thread
From: Stian Jordet @ 2003-08-19 20:16 UTC (permalink / raw)
  To: linux-kernel

Hi,

I have a Asus CUV266-DLS, which uses the as99127f chipset. Everything
seems to work as it is supposed to, except for fan-speeds. They say 0.
Is that supposed behaviour since the as99127f doesn't have any
datasheets, or am I doing something wrong?

Best regards,
Stian


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't read fan-speeds from i2c
  2003-08-19 20:16 Can't read fan-speeds from i2c Stian Jordet
@ 2003-08-19 20:53 ` Greg KH
  2003-08-19 20:57   ` Stian Jordet
  2003-08-20  2:48 ` Charles Lepple
  1 sibling, 1 reply; 8+ messages in thread
From: Greg KH @ 2003-08-19 20:53 UTC (permalink / raw)
  To: Stian Jordet; +Cc: linux-kernel

On Tue, Aug 19, 2003 at 10:16:53PM +0200, Stian Jordet wrote:
> Hi,
> 
> I have a Asus CUV266-DLS, which uses the as99127f chipset. Everything
> seems to work as it is supposed to, except for fan-speeds. They say 0.
> Is that supposed behaviour since the as99127f doesn't have any
> datasheets, or am I doing something wrong?

What kernel version are you using?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't read fan-speeds from i2c
  2003-08-19 20:53 ` Greg KH
@ 2003-08-19 20:57   ` Stian Jordet
  2003-08-19 21:02     ` Greg KH
  0 siblings, 1 reply; 8+ messages in thread
From: Stian Jordet @ 2003-08-19 20:57 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

tir, 19.08.2003 kl. 22.53 skrev Greg KH:
> On Tue, Aug 19, 2003 at 10:16:53PM +0200, Stian Jordet wrote:
> > Hi,
> > 
> > I have a Asus CUV266-DLS, which uses the as99127f chipset. Everything
> > seems to work as it is supposed to, except for fan-speeds. They say 0.
> > Is that supposed behaviour since the as99127f doesn't have any
> > datasheets, or am I doing something wrong?
> 
> What kernel version are you using?

Latest bk-snapshot...

Best regards,
Stian


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't read fan-speeds from i2c
  2003-08-19 20:57   ` Stian Jordet
@ 2003-08-19 21:02     ` Greg KH
  2003-08-19 21:34       ` Stian Jordet
  0 siblings, 1 reply; 8+ messages in thread
From: Greg KH @ 2003-08-19 21:02 UTC (permalink / raw)
  To: Stian Jordet; +Cc: linux-kernel

On Tue, Aug 19, 2003 at 10:57:13PM +0200, Stian Jordet wrote:
> tir, 19.08.2003 kl. 22.53 skrev Greg KH:
> > On Tue, Aug 19, 2003 at 10:16:53PM +0200, Stian Jordet wrote:
> > > Hi,
> > > 
> > > I have a Asus CUV266-DLS, which uses the as99127f chipset. Everything
> > > seems to work as it is supposed to, except for fan-speeds. They say 0.
> > > Is that supposed behaviour since the as99127f doesn't have any
> > > datasheets, or am I doing something wrong?
> > 
> > What kernel version are you using?
> 
> Latest bk-snapshot...

Does 2.4 work just fine for this chip and driver and 2.6 does not?  If
2.4 also doesn't work, I would suggest bringing this up on the sensors
mailing list.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't read fan-speeds from i2c
  2003-08-19 21:02     ` Greg KH
@ 2003-08-19 21:34       ` Stian Jordet
  2003-08-19 21:43         ` Greg KH
  0 siblings, 1 reply; 8+ messages in thread
From: Stian Jordet @ 2003-08-19 21:34 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

tir, 19.08.2003 kl. 23.02 skrev Greg KH:
> On Tue, Aug 19, 2003 at 10:57:13PM +0200, Stian Jordet wrote:
> > tir, 19.08.2003 kl. 22.53 skrev Greg KH:
> > > On Tue, Aug 19, 2003 at 10:16:53PM +0200, Stian Jordet wrote:
> > > > Hi,
> > > > 
> > > > I have a Asus CUV266-DLS, which uses the as99127f chipset. Everything
> > > > seems to work as it is supposed to, except for fan-speeds. They say 0.
> > > > Is that supposed behaviour since the as99127f doesn't have any
> > > > datasheets, or am I doing something wrong?
> > > 
> > > What kernel version are you using?
> > 
> > Latest bk-snapshot...
> 
> Does 2.4 work just fine for this chip and driver and 2.6 does not?  If
> 2.4 also doesn't work, I would suggest bringing this up on the sensors
> mailing list.

Doesn't work with 2.4 neither. I'll try the list, but I don't have much
hope for them doing anything. Quoting from the their webpage:

If you have problems, please lobby Asus to release a datasheet.
Unfortunately several others have without success.
Please do not send mail to us asking for better as99127f support.

Which I do ofcourse understand. I just wondered if there was some voodoo
I didnt' understand. Works fine with Motherboard Monitor 5 in Windows.

Thanks :)

Best regards,
Stian


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't read fan-speeds from i2c
  2003-08-19 21:34       ` Stian Jordet
@ 2003-08-19 21:43         ` Greg KH
  0 siblings, 0 replies; 8+ messages in thread
From: Greg KH @ 2003-08-19 21:43 UTC (permalink / raw)
  To: Stian Jordet; +Cc: linux-kernel

On Tue, Aug 19, 2003 at 11:34:36PM +0200, Stian Jordet wrote:
> tir, 19.08.2003 kl. 23.02 skrev Greg KH:
> > On Tue, Aug 19, 2003 at 10:57:13PM +0200, Stian Jordet wrote:
> > > tir, 19.08.2003 kl. 22.53 skrev Greg KH:
> > > > On Tue, Aug 19, 2003 at 10:16:53PM +0200, Stian Jordet wrote:
> > > > > Hi,
> > > > > 
> > > > > I have a Asus CUV266-DLS, which uses the as99127f chipset. Everything
> > > > > seems to work as it is supposed to, except for fan-speeds. They say 0.
> > > > > Is that supposed behaviour since the as99127f doesn't have any
> > > > > datasheets, or am I doing something wrong?
> > > > 
> > > > What kernel version are you using?
> > > 
> > > Latest bk-snapshot...
> > 
> > Does 2.4 work just fine for this chip and driver and 2.6 does not?  If
> > 2.4 also doesn't work, I would suggest bringing this up on the sensors
> > mailing list.
> 
> Doesn't work with 2.4 neither. I'll try the list, but I don't have much
> hope for them doing anything. Quoting from the their webpage:
> 
> If you have problems, please lobby Asus to release a datasheet.
> Unfortunately several others have without success.
> Please do not send mail to us asking for better as99127f support.
> 
> Which I do ofcourse understand. I just wondered if there was some voodoo
> I didnt' understand. Works fine with Motherboard Monitor 5 in Windows.

Ah, then it isn't a 2.6 issue, so I'm happy :)

Good luck trying to get a spec sheet from them.

greg k-h

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't read fan-speeds from i2c
  2003-08-19 20:16 Can't read fan-speeds from i2c Stian Jordet
  2003-08-19 20:53 ` Greg KH
@ 2003-08-20  2:48 ` Charles Lepple
  2003-08-20 14:24   ` Stian Jordet
  1 sibling, 1 reply; 8+ messages in thread
From: Charles Lepple @ 2003-08-20  2:48 UTC (permalink / raw)
  To: linux-kernel

Stian Jordet wrote:
> I have a Asus CUV266-DLS, which uses the as99127f chipset. Everything
> seems to work as it is supposed to, except for fan-speeds. They say 0.
> Is that supposed behaviour since the as99127f doesn't have any
> datasheets, or am I doing something wrong?

Have you tried adjusting the fan divisors (fan_div* in 
/sys/bus/i2c/devices/*)? Keep multiplying the fan divisor by two, and 
check the fan_input* devices-- you may have slow fans (or divide-by-two 
speed sensors), and you might need a longer sampling interval to see the 
lower speed.

Another option is to start the Windows monitoring program, perform a 
warm reboot into Linux, and use i2cdump to see how they configured the 
registers. Be sure to prevent your i2c drivers from loading, as a number 
of them initialize the chips to default settings.

-- 
Charles Lepple <ghz.cc!clepple>
http://www.ghz.cc/charles/



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't read fan-speeds from i2c
  2003-08-20  2:48 ` Charles Lepple
@ 2003-08-20 14:24   ` Stian Jordet
  0 siblings, 0 replies; 8+ messages in thread
From: Stian Jordet @ 2003-08-20 14:24 UTC (permalink / raw)
  To: Charles Lepple; +Cc: linux-kernel

ons, 20.08.2003 kl. 04.48 skrev Charles Lepple:
> Stian Jordet wrote:
> > I have a Asus CUV266-DLS, which uses the as99127f chipset. Everything
> > seems to work as it is supposed to, except for fan-speeds. They say 0.
> > Is that supposed behaviour since the as99127f doesn't have any
> > datasheets, or am I doing something wrong?
> 
> Have you tried adjusting the fan divisors (fan_div* in 
> /sys/bus/i2c/devices/*)? Keep multiplying the fan divisor by two, and 
> check the fan_input* devices-- you may have slow fans (or divide-by-two 
> speed sensors), and you might need a longer sampling interval to see the 
> lower speed.

Wow, that worked! Thank you very much :) I would never have found this
out without you :) My fans are rather slow, so that might have been the
problem. Anyway, thank you :)

Best regards,
Stian


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-08-20 14:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-19 20:16 Can't read fan-speeds from i2c Stian Jordet
2003-08-19 20:53 ` Greg KH
2003-08-19 20:57   ` Stian Jordet
2003-08-19 21:02     ` Greg KH
2003-08-19 21:34       ` Stian Jordet
2003-08-19 21:43         ` Greg KH
2003-08-20  2:48 ` Charles Lepple
2003-08-20 14:24   ` Stian Jordet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).