All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [lm-sensors] #2198: Would like support for HP nc6230 laptop
@ 2007-05-31  2:40 David Corlette
  0 siblings, 0 replies; 5+ messages in thread
From: David Corlette @ 2007-05-31  2:40 UTC (permalink / raw)
  To: lm-sensors

Not sure this will work, but:

sensors:
sensors version 2.10.0 with libsensors version 2.10.0

sensors-detect:
(downloaded today, actually)

Output:
# sensors-detect revision $Revision$

This program will help you determine which kernel modules you need
to load to use lm_sensors most effectively. It is generally safe
and recommended to accept the default answers to all questions,
unless you know what you're doing.

We can start with probing for (PCI) I2C or SMBus adapters.
Do you want to probe now? (YES/no): YES
Probing for PCI bus adapters...
Sorry, no known PCI bus adapters found.

We will now try to load each adapter module in turn.
If you have undetectable or unsupported adapters, you can have them
scanned by manually loading the modules before running this script.

We are now going to do the I2C/SMBus adapter probings. Some chips may
be double detected; we choose the one with the highest confidence
value in that case.
If you found that the adapter hung after probing a certain address,
you can specify that address to remain unprobed.

Some chips are also accessible through the ISA I/O ports. We have to
write to arbitrary I/O ports to probe them. This is usually safe though.
Yes, you do have ISA I/O ports even if you do not have any ISA slots!
Do you want to scan the ISA I/O ports? (YES/no): YES
Probing for `National Semiconductor LM78' at 0x290...       No
Probing for `National Semiconductor LM78-J' at 0x290...     No
Probing for `National Semiconductor LM79' at 0x290...       No
Probing for `Winbond W83781D' at 0x290...                   No
Probing for `Winbond W83782D' at 0x290...                   No
Probing for `Silicon Integrated Systems SIS5595'...         No
Probing for `VIA VT82C686 Integrated Sensors'...            No
Probing for `VIA VT8231 Integrated Sensors'...              No
Probing for `IPMI BMC KCS' at 0xca0...                      No
Probing for `IPMI BMC SMIC' at 0xca8...                     No

Some Super I/O chips may also contain sensors. We have to write to
standard I/O ports to probe them. This is usually safe.
Do you want to scan for Super I/O sensors? (YES/no): YES
Probing for Super-I/O at 0x2e/0x2f
Trying family `National Semiconductor'...                   No
Trying family `SMSC'...                                     Yes
Found unknown chip with ID 0x0f00
Probing for Super-I/O at 0x4e/0x4f
Trying family `National Semiconductor'...                   No
Trying family `SMSC'...                                     Yes
Found unknown chip with ID 0x3c00

Some CPUs or memory controllers may also contain embedded sensors.
Do you want to scan for them? (YES/no): YES
AMD K8 thermal sensors...                                   No
Intel Core family thermal sensor...                         No
Intel AMB FB-DIMM thermal sensor...                         No

Sorry, no sensors were detected.
Either your sensors are not supported, or they are connected to an
I2C or SMBus adapter that is not supported. See doc/FAQ,
doc/lm_sensors-FAQ.html or http://www.lm-sensors.org/wiki/FAQ
(FAQ #4.24.3) for further information.
If you find out what chips are on your board, check
http://www.lm-sensors.org/wiki/Devices for driver status.




>>> On Fri, May 25, 2007 at  9:39 PM, in message
<049.4d5647c53b7ff9614f4fa5edeae24e8a@lm-sensors.org>, "lm-sensors"
<lm-sensors-notify@lm-sensors.org> wrote: 
> #2198: Would like support for HP nc6230 laptop
> --------------------------+-------------------------------------------------
>   Reporter:  ticket       |       Owner:  juergh     
>       Type:  enhancement  |      Status:  new        
>   Priority:  minor        |   Milestone:             
>  Component:  hardware     |     Version:             
> Resolution:               |    Keywords:  SMSC nc6230
> --------------------------+-------------------------------------------------
> Changes (by juergh):
> 
>   * owner:  somebody => juergh
> 
> Comment:
> 
>  Could you please post the sensors-detect and sensors versions and the full
>  output of sensors-detect?
> 
>  I own a nc6000 and will try it over the next couple of days and report
>  what I find.
> 
>  ...juerg
> 
> -- 
> Ticket URL: <http://www.lm-sensors.org/ticket/2198#comment:1>
> lm-sensors <http://lm-sensors.org/>
> Linux hardware monitoring


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: [lm-sensors] #2198: Would like support for HP nc6230 laptop
@ 2007-06-06 16:54 Juerg Haefliger
  2007-06-07  5:09 ` Juerg Haefliger
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Juerg Haefliger @ 2007-06-06 16:54 UTC (permalink / raw)
  To: lm-sensors

[-- Attachment #1: Type: text/plain, Size: 4732 bytes --]

David,

Can you please run the attached script and post the output?

Thanks
...juerg


On 5/30/07, David Corlette <dcorlette@novell.com> wrote:
> Not sure this will work, but:
>
> sensors:
> sensors version 2.10.0 with libsensors version 2.10.0
>
> sensors-detect:
> (downloaded today, actually)
>
> Output:
> # sensors-detect revision $Revision$
>
> This program will help you determine which kernel modules you need
> to load to use lm_sensors most effectively. It is generally safe
> and recommended to accept the default answers to all questions,
> unless you know what you're doing.
>
> We can start with probing for (PCI) I2C or SMBus adapters.
> Do you want to probe now? (YES/no): YES
> Probing for PCI bus adapters...
> Sorry, no known PCI bus adapters found.
>
> We will now try to load each adapter module in turn.
> If you have undetectable or unsupported adapters, you can have them
> scanned by manually loading the modules before running this script.
>
> We are now going to do the I2C/SMBus adapter probings. Some chips may
> be double detected; we choose the one with the highest confidence
> value in that case.
> If you found that the adapter hung after probing a certain address,
> you can specify that address to remain unprobed.
>
> Some chips are also accessible through the ISA I/O ports. We have to
> write to arbitrary I/O ports to probe them. This is usually safe though.
> Yes, you do have ISA I/O ports even if you do not have any ISA slots!
> Do you want to scan the ISA I/O ports? (YES/no): YES
> Probing for `National Semiconductor LM78' at 0x290...       No
> Probing for `National Semiconductor LM78-J' at 0x290...     No
> Probing for `National Semiconductor LM79' at 0x290...       No
> Probing for `Winbond W83781D' at 0x290...                   No
> Probing for `Winbond W83782D' at 0x290...                   No
> Probing for `Silicon Integrated Systems SIS5595'...         No
> Probing for `VIA VT82C686 Integrated Sensors'...            No
> Probing for `VIA VT8231 Integrated Sensors'...              No
> Probing for `IPMI BMC KCS' at 0xca0...                      No
> Probing for `IPMI BMC SMIC' at 0xca8...                     No
>
> Some Super I/O chips may also contain sensors. We have to write to
> standard I/O ports to probe them. This is usually safe.
> Do you want to scan for Super I/O sensors? (YES/no): YES
> Probing for Super-I/O at 0x2e/0x2f
> Trying family `National Semiconductor'...                   No
> Trying family `SMSC'...                                     Yes
> Found unknown chip with ID 0x0f00
> Probing for Super-I/O at 0x4e/0x4f
> Trying family `National Semiconductor'...                   No
> Trying family `SMSC'...                                     Yes
> Found unknown chip with ID 0x3c00
>
> Some CPUs or memory controllers may also contain embedded sensors.
> Do you want to scan for them? (YES/no): YES
> AMD K8 thermal sensors...                                   No
> Intel Core family thermal sensor...                         No
> Intel AMB FB-DIMM thermal sensor...                         No
>
> Sorry, no sensors were detected.
> Either your sensors are not supported, or they are connected to an
> I2C or SMBus adapter that is not supported. See doc/FAQ,
> doc/lm_sensors-FAQ.html or http://www.lm-sensors.org/wiki/FAQ
> (FAQ #4.24.3) for further information.
> If you find out what chips are on your board, check
> http://www.lm-sensors.org/wiki/Devices for driver status.
>
>
>
>
> >>> On Fri, May 25, 2007 at  9:39 PM, in message
> <049.4d5647c53b7ff9614f4fa5edeae24e8a@lm-sensors.org>, "lm-sensors"
> <lm-sensors-notify@lm-sensors.org> wrote:
> > #2198: Would like support for HP nc6230 laptop
> > --------------------------+-------------------------------------------------
> >   Reporter:  ticket       |       Owner:  juergh
> >       Type:  enhancement  |      Status:  new
> >   Priority:  minor        |   Milestone:
> >  Component:  hardware     |     Version:
> > Resolution:               |    Keywords:  SMSC nc6230
> > --------------------------+-------------------------------------------------
> > Changes (by juergh):
> >
> >   * owner:  somebody => juergh
> >
> > Comment:
> >
> >  Could you please post the sensors-detect and sensors versions and the full
> >  output of sensors-detect?
> >
> >  I own a nc6000 and will try it over the next couple of days and report
> >  what I find.
> >
> >  ...juerg
> >
> > --
> > Ticket URL: <http://www.lm-sensors.org/ticket/2198#comment:1>
> > lm-sensors <http://lm-sensors.org/>
> > Linux hardware monitoring
>
>
> _______________________________________________
> lm-sensors mailing list
> lm-sensors@lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
>

[-- Attachment #2: lpcscan.pl --]
[-- Type: application/x-perl, Size: 1899 bytes --]

[-- Attachment #3: Type: text/plain, Size: 153 bytes --]

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

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

end of thread, other threads:[~2007-06-22 16:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-31  2:40 [lm-sensors] #2198: Would like support for HP nc6230 laptop David Corlette
  -- strict thread matches above, loose matches on Subject: below --
2007-06-06 16:54 Juerg Haefliger
2007-06-07  5:09 ` Juerg Haefliger
2007-06-22  0:09 ` Juerg Haefliger
2007-06-22 16:23 ` Juerg Haefliger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.