linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* i2c questions in kernel 2.5.67
@ 2003-04-09 15:26 Stian Jordet
  2003-04-09 16:25 ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Stian Jordet @ 2003-04-09 15:26 UTC (permalink / raw)
  To: linux-kernel

Hi,

I have a Asus CUV266-DLS motherboard, with a as99127f hardware monitor
chip. This is supposed to be supported by the W83781D sensor driver.

But, I'm I not supposed to get something under /sys/bus/i2c? Now it's
only my tv-card that is listed as a device.

chevrolet:~# find /sys/bus/i2c/
/sys/bus/i2c/
/sys/bus/i2c/drivers
/sys/bus/i2c/drivers/i2c TV tuner dri
/sys/bus/i2c/drivers/i2c TV tuner dri/1-0060
/sys/bus/i2c/drivers/w83781d
/sys/bus/i2c/drivers/i2c-dev dummy dr
/sys/bus/i2c/devices
/sys/bus/i2c/devices/1-0060
chevrolet:~# 

Have I a somewhat incompatible motherboard? The chip on the board _is_ a
as99127f, seen with my own eyes :) Or is there some other option I need?

Thanks,

Best regards,
Stian


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

* Re: i2c questions in kernel 2.5.67
  2003-04-09 15:26 i2c questions in kernel 2.5.67 Stian Jordet
@ 2003-04-09 16:25 ` Greg KH
  2003-04-09 16:34   ` Stian Jordet
  2003-04-09 17:29   ` Stian Jordet
  0 siblings, 2 replies; 7+ messages in thread
From: Greg KH @ 2003-04-09 16:25 UTC (permalink / raw)
  To: Stian Jordet; +Cc: linux-kernel

On Wed, Apr 09, 2003 at 05:26:46PM +0200, Stian Jordet wrote:
> Hi,
> 
> I have a Asus CUV266-DLS motherboard, with a as99127f hardware monitor
> chip. This is supposed to be supported by the W83781D sensor driver.

Does this motherboard work with this driver on 2.4?  (I'd recommend
getting the lm_sensors package from their web site to check this out.)

thanks,

greg k-h

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

* Re: i2c questions in kernel 2.5.67
  2003-04-09 16:25 ` Greg KH
@ 2003-04-09 16:34   ` Stian Jordet
  2003-04-10  5:27     ` Martin Schlemmer
  2003-04-09 17:29   ` Stian Jordet
  1 sibling, 1 reply; 7+ messages in thread
From: Stian Jordet @ 2003-04-09 16:34 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

ons, 09.04.2003 kl. 18.25 skrev Greg KH:
> On Wed, Apr 09, 2003 at 05:26:46PM +0200, Stian Jordet wrote:
> > Hi,
> > 
> > I have a Asus CUV266-DLS motherboard, with a as99127f hardware monitor
> > chip. This is supposed to be supported by the W83781D sensor driver.
> 
> Does this motherboard work with this driver on 2.4?  (I'd recommend
> getting the lm_sensors package from their web site to check this out.)
> 

I haven't bothered to try. Haven't used 2.4 for ages. I'll try to test
it tonight, else it have to wait untill after Easter.

But I guess this answered my question, whether something else is needed
as well. Which I understand it is not. Damn.

Thanks :)

Best regards,
Stian


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

* Re: i2c questions in kernel 2.5.67
  2003-04-09 16:25 ` Greg KH
  2003-04-09 16:34   ` Stian Jordet
@ 2003-04-09 17:29   ` Stian Jordet
  2003-04-09 17:37     ` Greg KH
  1 sibling, 1 reply; 7+ messages in thread
From: Stian Jordet @ 2003-04-09 17:29 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

ons, 09.04.2003 kl. 18.25 skrev Greg KH:
> On Wed, Apr 09, 2003 at 05:26:46PM +0200, Stian Jordet wrote:
> > Hi,
> > 
> > I have a Asus CUV266-DLS motherboard, with a as99127f hardware monitor
> > chip. This is supposed to be supported by the W83781D sensor driver.
> 
> Does this motherboard work with this driver on 2.4?  (I'd recommend
> getting the lm_sensors package from their web site to check this out.)

Of course I should have checked this better before I sent the first
mail. I need the i2c-viapro module (in 2.4), which hasn't been ported
yet.

Really sorry about the noise.

Best regards,
Stian


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

* Re: i2c questions in kernel 2.5.67
  2003-04-09 17:29   ` Stian Jordet
@ 2003-04-09 17:37     ` Greg KH
  2003-04-09 17:39       ` Stian Jordet
  0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2003-04-09 17:37 UTC (permalink / raw)
  To: Stian Jordet; +Cc: linux-kernel

On Wed, Apr 09, 2003 at 07:29:03PM +0200, Stian Jordet wrote:
> ons, 09.04.2003 kl. 18.25 skrev Greg KH:
> > On Wed, Apr 09, 2003 at 05:26:46PM +0200, Stian Jordet wrote:
> > > Hi,
> > > 
> > > I have a Asus CUV266-DLS motherboard, with a as99127f hardware monitor
> > > chip. This is supposed to be supported by the W83781D sensor driver.
> > 
> > Does this motherboard work with this driver on 2.4?  (I'd recommend
> > getting the lm_sensors package from their web site to check this out.)
> 
> Of course I should have checked this better before I sent the first
> mail. I need the i2c-viapro module (in 2.4), which hasn't been ported
> yet.

No problem, want to port that driver and send me a patch?  :)

I sent out a document to the list a week or so ago on the changes
necessary to do this if you're interested.

thanks,

greg k-h

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

* Re: i2c questions in kernel 2.5.67
  2003-04-09 17:37     ` Greg KH
@ 2003-04-09 17:39       ` Stian Jordet
  0 siblings, 0 replies; 7+ messages in thread
From: Stian Jordet @ 2003-04-09 17:39 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

ons, 09.04.2003 kl. 19.37 skrev Greg KH:
> On Wed, Apr 09, 2003 at 07:29:03PM +0200, Stian Jordet wrote:
> > ons, 09.04.2003 kl. 18.25 skrev Greg KH:
> > > On Wed, Apr 09, 2003 at 05:26:46PM +0200, Stian Jordet wrote:
> > > > Hi,
> > > > 
> > > > I have a Asus CUV266-DLS motherboard, with a as99127f hardware monitor
> > > > chip. This is supposed to be supported by the W83781D sensor driver.
> > > 
> > > Does this motherboard work with this driver on 2.4?  (I'd recommend
> > > getting the lm_sensors package from their web site to check this out.)
> > 
> > Of course I should have checked this better before I sent the first
> > mail. I need the i2c-viapro module (in 2.4), which hasn't been ported
> > yet.
> 
> No problem, want to port that driver and send me a patch?  :)
> 
> I sent out a document to the list a week or so ago on the changes
> necessary to do this if you're interested.

Hmm. I might try, I'll have to see how much spare time I get.

Thanks :)

Best regards,
Stian


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

* Re: i2c questions in kernel 2.5.67
  2003-04-09 16:34   ` Stian Jordet
@ 2003-04-10  5:27     ` Martin Schlemmer
  0 siblings, 0 replies; 7+ messages in thread
From: Martin Schlemmer @ 2003-04-10  5:27 UTC (permalink / raw)
  To: Stian Jordet; +Cc: Greg KH, KML

On Wed, 2003-04-09 at 18:34, Stian Jordet wrote:
> ons, 09.04.2003 kl. 18.25 skrev Greg KH:
> > On Wed, Apr 09, 2003 at 05:26:46PM +0200, Stian Jordet wrote:
> > > Hi,
> > > 
> > > I have a Asus CUV266-DLS motherboard, with a as99127f hardware monitor
> > > chip. This is supposed to be supported by the W83781D sensor driver.
> > 
> > Does this motherboard work with this driver on 2.4?  (I'd recommend
> > getting the lm_sensors package from their web site to check this out.)
> > 
> 
> I haven't bothered to try. Haven't used 2.4 for ages. I'll try to test
> it tonight, else it have to wait untill after Easter.
> 
> But I guess this answered my question, whether something else is needed
> as well. Which I understand it is not. Damn.
> 

I cannot remember what exactly, but there is some weirdness with sysfs
and using find.  And unfortunately I could only test the driver with one
of the many chips it support (which on the newer Asus boards is not the
as99127f).  Can you attach a dmesg though ?

I will be back home in about 12-14 hours, then I can have a look ... is
this before or ater the easter deadline ? =)


Regards,

-- 
Martin Schlemmer



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

end of thread, other threads:[~2003-04-10  5:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-09 15:26 i2c questions in kernel 2.5.67 Stian Jordet
2003-04-09 16:25 ` Greg KH
2003-04-09 16:34   ` Stian Jordet
2003-04-10  5:27     ` Martin Schlemmer
2003-04-09 17:29   ` Stian Jordet
2003-04-09 17:37     ` Greg KH
2003-04-09 17:39       ` 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).