* [lm-sensors] HP PAVILLION dv8000
@ 2007-01-06 23:33 Salatiel Filho
2007-01-06 23:55 ` Alexander Syring
` (9 more replies)
0 siblings, 10 replies; 11+ messages in thread
From: Salatiel Filho @ 2007-01-06 23:33 UTC (permalink / raw)
To: lm-sensors
Hi , i have a hp pavillion dv8000.
sensors-detect build this file:
#----cut here----
# I2C adapter drivers
# modprobe unknown adapter NVIDIA i2c adapter 0 at 1:00.0
# modprobe unknown adapter NVIDIA i2c adapter 1 at 1:00.0
# modprobe unknown adapter NVIDIA i2c adapter 2 at 1:00.0
modprobe i2c-i801
# Chip drivers
# Warning: the required module ds1621 is not currently installed
# on your system. For status of 2.6 kernel ports check
# http://www.lm-sensors.org/wiki/Devices. If driver is built
# into the kernel, or unavailable, comment out the following line.
modprobe ds1621
# Warning: the required module eeprom is not currently installed
# on your system. For status of 2.6 kernel ports check
# http://www.lm-sensors.org/wiki/Devices. If driver is built
# into the kernel, or unavailable, comment out the following line.
modprobe eeprom
# sleep 2 # optional
/usr/local/bin/sensors -s # recommended
#----cut here----
but after all modules be SUCCESSFULLY loaded sensors -s still returns :
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.
What is the problem ???
Thanks in advice ...
--
[]'s
Salatiel
"O maior prazer do inteligente ? bancar o idiota
diante de um idiota que banca o inteligente".
^ permalink raw reply [flat|nested] 11+ messages in thread
* [lm-sensors] HP PAVILLION dv8000
2007-01-06 23:33 [lm-sensors] HP PAVILLION dv8000 Salatiel Filho
@ 2007-01-06 23:55 ` Alexander Syring
2007-01-07 1:00 ` Salatiel Filho
` (8 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Alexander Syring @ 2007-01-06 23:55 UTC (permalink / raw)
To: lm-sensors
Am Sonntag, 7. Januar 2007 00:33 schrieb Salatiel Filho:
> Hi , i have a hp pavillion dv8000.
>
> sensors-detect build this file:
>
>
> #----cut here----
> # I2C adapter drivers
> # modprobe unknown adapter NVIDIA i2c adapter 0 at 1:00.0
> # modprobe unknown adapter NVIDIA i2c adapter 1 at 1:00.0
> # modprobe unknown adapter NVIDIA i2c adapter 2 at 1:00.0
> modprobe i2c-i801
> # Chip drivers
> # Warning: the required module ds1621 is not currently installed
> # on your system. For status of 2.6 kernel ports check
> # http://www.lm-sensors.org/wiki/Devices. If driver is built
> # into the kernel, or unavailable, comment out the following line.
look there ^^^^^^^^^^^^^^^^^^
you have to compile the ds1621 kernel modul to load it and then senors find
your sensor values
> modprobe ds1621
> # Warning: the required module eeprom is not currently installed
> # on your system. For status of 2.6 kernel ports check
> # http://www.lm-sensors.org/wiki/Devices. If driver is built
> # into the kernel, or unavailable, comment out the following line.
> modprobe eeprom
> # sleep 2 # optional
> /usr/local/bin/sensors -s # recommended
> #----cut here----
>
>
> but after all modules be SUCCESSFULLY loaded sensors -s still returns :
>
> No sensors found!
> Make sure you loaded all the kernel drivers you need.
> Try sensors-detect to find out which these are.
>
> What is the problem ???
>
> Thanks in advice ...
^ permalink raw reply [flat|nested] 11+ messages in thread
* [lm-sensors] HP PAVILLION dv8000
2007-01-06 23:33 [lm-sensors] HP PAVILLION dv8000 Salatiel Filho
2007-01-06 23:55 ` Alexander Syring
@ 2007-01-07 1:00 ` Salatiel Filho
2007-01-07 1:13 ` Till Harbaum / Lists
` (7 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Salatiel Filho @ 2007-01-07 1:00 UTC (permalink / raw)
To: lm-sensors
On 1/6/07, Alexander Syring <noreply at asyring.homeip.net> wrote:
> Am Sonntag, 7. Januar 2007 00:33 schrieb Salatiel Filho:
> > Hi , i have a hp pavillion dv8000.
> >
> > sensors-detect build this file:
> >
> >
> > #----cut here----
> > # I2C adapter drivers
> > # modprobe unknown adapter NVIDIA i2c adapter 0 at 1:00.0
> > # modprobe unknown adapter NVIDIA i2c adapter 1 at 1:00.0
> > # modprobe unknown adapter NVIDIA i2c adapter 2 at 1:00.0
> > modprobe i2c-i801
> > # Chip drivers
> > # Warning: the required module ds1621 is not currently installed
> > # on your system. For status of 2.6 kernel ports check
> > # http://www.lm-sensors.org/wiki/Devices. If driver is built
> > # into the kernel, or unavailable, comment out the following line.
> look there ^^^^^^^^^^^^^^^^^^
> you have to compile the ds1621 kernel modul to load it and then senors find
> your sensor values
>
> > modprobe ds1621
> > # Warning: the required module eeprom is not currently installed
> > # on your system. For status of 2.6 kernel ports check
> > # http://www.lm-sensors.org/wiki/Devices. If driver is built
> > # into the kernel, or unavailable, comment out the following line.
> > modprobe eeprom
> > # sleep 2 # optional
> > /usr/local/bin/sensors -s # recommended
> > #----cut here----
> >
> >
> > but after all modules be SUCCESSFULLY loaded sensors -s still returns :
> >
> > No sensors found!
> > Make sure you loaded all the kernel drivers you need.
> > Try sensors-detect to find out which these are.
> >
> > What is the problem ???
> >
> > Thanks in advice ...
>
> _______________________________________________
> lm-sensors mailing list
> lm-sensors at lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
>
Ok. sensors-detect now changed to :
#----cut here----
# I2C adapter drivers
# modprobe unknown adapter NVIDIA i2c adapter 0 at 1:00.0
# modprobe unknown adapter NVIDIA i2c adapter 1 at 1:00.0
# modprobe unknown adapter NVIDIA i2c adapter 2 at 1:00.0
modprobe i2c-i801
# Chip drivers
modprobe ds1621
modprobe eeprom
# sleep 2 # optional
/usr/local/bin/sensors -s # recommended
but i still get the same error loading sensors
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.
One odd thing that i notice is that it doesn`t exist i2c-i801 , it
does exit i2c_i801 so i have to change manually.
any other ideas ?
Thanks ...
--
[]'s
Salatiel
"O maior prazer do inteligente ? bancar o idiota
diante de um idiota que banca o inteligente".
^ permalink raw reply [flat|nested] 11+ messages in thread
* [lm-sensors] HP PAVILLION dv8000
2007-01-06 23:33 [lm-sensors] HP PAVILLION dv8000 Salatiel Filho
2007-01-06 23:55 ` Alexander Syring
2007-01-07 1:00 ` Salatiel Filho
@ 2007-01-07 1:13 ` Till Harbaum / Lists
2007-01-07 9:08 ` Jean Delvare
` (6 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Till Harbaum / Lists @ 2007-01-07 1:13 UTC (permalink / raw)
To: lm-sensors
Hi,
Am Sonntag, 7. Januar 2007 00:33 schrieb Salatiel Filho:
> # Warning: the required module ds1621 is not currently installed
> # on your system. For status of 2.6 kernel ports check
This is the important part of your posting. The ds1621 driver seems
to be missing on your system. Please install it and you should be fine.
Till
^ permalink raw reply [flat|nested] 11+ messages in thread
* [lm-sensors] HP PAVILLION dv8000
2007-01-06 23:33 [lm-sensors] HP PAVILLION dv8000 Salatiel Filho
` (2 preceding siblings ...)
2007-01-07 1:13 ` Till Harbaum / Lists
@ 2007-01-07 9:08 ` Jean Delvare
2007-01-07 9:24 ` Jean Delvare
` (5 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Jean Delvare @ 2007-01-07 9:08 UTC (permalink / raw)
To: lm-sensors
Hi Till,
> _______________________________________________
> i2c mailing list
> i2c at lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/i2c
Please don't cross-post lm-sensors threads to the i2c mailing list
without a good reason, it only adds to confusion.
Thanks,
--
Jean Delvare
^ permalink raw reply [flat|nested] 11+ messages in thread
* [lm-sensors] HP PAVILLION dv8000
2007-01-06 23:33 [lm-sensors] HP PAVILLION dv8000 Salatiel Filho
` (3 preceding siblings ...)
2007-01-07 9:08 ` Jean Delvare
@ 2007-01-07 9:24 ` Jean Delvare
2007-01-07 16:13 ` Salatiel Filho
` (4 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Jean Delvare @ 2007-01-07 9:24 UTC (permalink / raw)
To: lm-sensors
Hi Salatiel,
On Sat, 6 Jan 2007 22:00:49 -0300, Salatiel Filho wrote:
> Ok. sensors-detect now changed to :
>
> #----cut here----
> # I2C adapter drivers
> # modprobe unknown adapter NVIDIA i2c adapter 0 at 1:00.0
> # modprobe unknown adapter NVIDIA i2c adapter 1 at 1:00.0
> # modprobe unknown adapter NVIDIA i2c adapter 2 at 1:00.0
> modprobe i2c-i801
> # Chip drivers
> modprobe ds1621
> modprobe eeprom
> # sleep 2 # optional
> /usr/local/bin/sensors -s # recommended
>
> but i still get the same error loading sensors
> No sensors found!
> Make sure you loaded all the kernel drivers you need.
> Try sensors-detect to find out which these are.
>
>
> One odd thing that i notice is that it doesn`t exist i2c-i801 , it
> does exit i2c_i801 so i have to change manually.
You don't have to; modprobe handles dashes and underscores as the same
character.
> any other ideas ?
I think the ds1621 is a false positive, and your hardware monitoring
chip is different. It's an old chip and easily misdetected. I think I
remember a similar report some times ago, although I can't find it
again now. You didn't tell us which version of sensors-detect you have
been trying. Please try the latest version:
http://www.lm-sensors.org/browser/lm-sensors/trunk/prog/detect/sensors-detect?format=txt
It might detect your chip better. Please include the complete output of
the script.
--
Jean Delvare
^ permalink raw reply [flat|nested] 11+ messages in thread
* [lm-sensors] HP PAVILLION dv8000
2007-01-06 23:33 [lm-sensors] HP PAVILLION dv8000 Salatiel Filho
` (4 preceding siblings ...)
2007-01-07 9:24 ` Jean Delvare
@ 2007-01-07 16:13 ` Salatiel Filho
2007-01-10 12:54 ` Salatiel Filho
` (3 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Salatiel Filho @ 2007-01-07 16:13 UTC (permalink / raw)
To: lm-sensors
On 1/7/07, Jean Delvare <khali at linux-fr.org> wrote:
> Hi Salatiel,
>
> On Sat, 6 Jan 2007 22:00:49 -0300, Salatiel Filho wrote:
> > Ok. sensors-detect now changed to :
> >
> > #----cut here----
> > # I2C adapter drivers
> > # modprobe unknown adapter NVIDIA i2c adapter 0 at 1:00.0
> > # modprobe unknown adapter NVIDIA i2c adapter 1 at 1:00.0
> > # modprobe unknown adapter NVIDIA i2c adapter 2 at 1:00.0
> > modprobe i2c-i801
> > # Chip drivers
> > modprobe ds1621
> > modprobe eeprom
> > # sleep 2 # optional
> > /usr/local/bin/sensors -s # recommended
> >
> > but i still get the same error loading sensors
> > No sensors found!
> > Make sure you loaded all the kernel drivers you need.
> > Try sensors-detect to find out which these are.
> >
> >
> > One odd thing that i notice is that it doesn`t exist i2c-i801 , it
> > does exit i2c_i801 so i have to change manually.
>
> You don't have to; modprobe handles dashes and underscores as the same
> character.
>
> > any other ideas ?
>
> I think the ds1621 is a false positive, and your hardware monitoring
> chip is different. It's an old chip and easily misdetected. I think I
> remember a similar report some times ago, although I can't find it
> again now. You didn't tell us which version of sensors-detect you have
> been trying. Please try the latest version:
> http://www.lm-sensors.org/browser/lm-sensors/trunk/prog/detect/sensors-detect?format=txt
> It might detect your chip better. Please include the complete output of
> the script.
>
> --
> Jean Delvare
>
Hi Jean , i tried the latest version you said, now it changed to :
modprobe i2c-i801
modprobe eeprom
# Warning: the required module coretemp is not currently installed
# on your system. For status of 2.6 kernel ports check
# http://www.lm-sensors.org/wiki/Devices. If driver is built
# into the kernel, or unavailable, comment out the following line.
modprobe coretemp
I can not find coretemp in kernel 2.6.20.rc3 and i didn`t find a patch
to download ...
--
[]'s
Salatiel
"O maior prazer do inteligente ? bancar o idiota
diante de um idiota que banca o inteligente".
^ permalink raw reply [flat|nested] 11+ messages in thread
* [lm-sensors] HP PAVILLION dv8000
2007-01-06 23:33 [lm-sensors] HP PAVILLION dv8000 Salatiel Filho
` (5 preceding siblings ...)
2007-01-07 16:13 ` Salatiel Filho
@ 2007-01-10 12:54 ` Salatiel Filho
2007-01-10 15:18 ` Jean Delvare
` (2 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Salatiel Filho @ 2007-01-10 12:54 UTC (permalink / raw)
To: lm-sensors
On 1/7/07, Salatiel Filho <salatiel.filho at gmail.com> wrote:
> On 1/7/07, Jean Delvare <khali at linux-fr.org> wrote:
> > Hi Salatiel,
> >
> > On Sat, 6 Jan 2007 22:00:49 -0300, Salatiel Filho wrote:
> > > Ok. sensors-detect now changed to :
> > >
> > > #----cut here----
> > > # I2C adapter drivers
> > > # modprobe unknown adapter NVIDIA i2c adapter 0 at 1:00.0
> > > # modprobe unknown adapter NVIDIA i2c adapter 1 at 1:00.0
> > > # modprobe unknown adapter NVIDIA i2c adapter 2 at 1:00.0
> > > modprobe i2c-i801
> > > # Chip drivers
> > > modprobe ds1621
> > > modprobe eeprom
> > > # sleep 2 # optional
> > > /usr/local/bin/sensors -s # recommended
> > >
> > > but i still get the same error loading sensors
> > > No sensors found!
> > > Make sure you loaded all the kernel drivers you need.
> > > Try sensors-detect to find out which these are.
> > >
> > >
> > > One odd thing that i notice is that it doesn`t exist i2c-i801 , it
> > > does exit i2c_i801 so i have to change manually.
> >
> > You don't have to; modprobe handles dashes and underscores as the same
> > character.
> >
> > > any other ideas ?
> >
> > I think the ds1621 is a false positive, and your hardware monitoring
> > chip is different. It's an old chip and easily misdetected. I think I
> > remember a similar report some times ago, although I can't find it
> > again now. You didn't tell us which version of sensors-detect you have
> > been trying. Please try the latest version:
> > http://www.lm-sensors.org/browser/lm-sensors/trunk/prog/detect/sensors-detect?format=txt
> > It might detect your chip better. Please include the complete output of
> > the script.
> >
> > --
> > Jean Delvare
> >
> Hi Jean , i tried the latest version you said, now it changed to :
>
> modprobe i2c-i801
> modprobe eeprom
> # Warning: the required module coretemp is not currently installed
> # on your system. For status of 2.6 kernel ports check
> # http://www.lm-sensors.org/wiki/Devices. If driver is built
> # into the kernel, or unavailable, comment out the following line.
> modprobe coretemp
>
>
> I can not find coretemp in kernel 2.6.20.rc3 and i didn`t find a patch
> to download ...
> --
> []'s
> Salatiel
>
> "O maior prazer do inteligente ? bancar o idiota
> diante de um idiota que banca o inteligente".
>
Ok. Found coretemp patch and it is working...
But how can i get FAN RPM ?
--
[]'s
Salatiel
"O maior prazer do inteligente ? bancar o idiota
diante de um idiota que banca o inteligente".
^ permalink raw reply [flat|nested] 11+ messages in thread
* [lm-sensors] HP PAVILLION dv8000
2007-01-06 23:33 [lm-sensors] HP PAVILLION dv8000 Salatiel Filho
` (6 preceding siblings ...)
2007-01-10 12:54 ` Salatiel Filho
@ 2007-01-10 15:18 ` Jean Delvare
2007-01-10 17:03 ` Salatiel Filho
2007-01-10 17:27 ` Jean Delvare
9 siblings, 0 replies; 11+ messages in thread
From: Jean Delvare @ 2007-01-10 15:18 UTC (permalink / raw)
To: lm-sensors
Hi Salatiel,
On Wed, 10 Jan 2007 09:54:59 -0300, Salatiel Filho wrote:
> On 1/7/07, Salatiel Filho <salatiel.filho at gmail.com> wrote:
> > On 1/7/07, Jean Delvare <khali at linux-fr.org> wrote:
> > > I think the ds1621 is a false positive, and your hardware monitoring
> > > chip is different. It's an old chip and easily misdetected. I think I
> > > remember a similar report some times ago, although I can't find it
> > > again now. You didn't tell us which version of sensors-detect you have
> > > been trying. Please try the latest version:
> > > http://www.lm-sensors.org/browser/lm-sensors/trunk/prog/detect/sensors-detect?format=txt
> > > It might detect your chip better. Please include the complete output of
> > > the script.
> >
> > Hi Jean , i tried the latest version you said, now it changed to :
> >
> > modprobe i2c-i801
> > modprobe eeprom
> > # Warning: the required module coretemp is not currently installed
> > # on your system. For status of 2.6 kernel ports check
> > # http://www.lm-sensors.org/wiki/Devices. If driver is built
> > # into the kernel, or unavailable, comment out the following line.
> > modprobe coretemp
> >
> >
> > I can not find coretemp in kernel 2.6.20.rc3 and i didn`t find a patch
> > to download ...
>
> Ok. Found coretemp patch and it is working...
> But how can i get FAN RPM ?
You could start by providing the information I asked for 3 days ago.
--
Jean Delvare
^ permalink raw reply [flat|nested] 11+ messages in thread
* [lm-sensors] HP PAVILLION dv8000
2007-01-06 23:33 [lm-sensors] HP PAVILLION dv8000 Salatiel Filho
` (7 preceding siblings ...)
2007-01-10 15:18 ` Jean Delvare
@ 2007-01-10 17:03 ` Salatiel Filho
2007-01-10 17:27 ` Jean Delvare
9 siblings, 0 replies; 11+ messages in thread
From: Salatiel Filho @ 2007-01-10 17:03 UTC (permalink / raw)
To: lm-sensors
On 1/10/07, Jean Delvare <khali at linux-fr.org> wrote:
> Hi Salatiel,
>
> On Wed, 10 Jan 2007 09:54:59 -0300, Salatiel Filho wrote:
> > On 1/7/07, Salatiel Filho <salatiel.filho at gmail.com> wrote:
> > > On 1/7/07, Jean Delvare <khali at linux-fr.org> wrote:
> > > > I think the ds1621 is a false positive, and your hardware monitoring
> > > > chip is different. It's an old chip and easily misdetected. I think I
> > > > remember a similar report some times ago, although I can't find it
> > > > again now. You didn't tell us which version of sensors-detect you have
> > > > been trying. Please try the latest version:
> > > > http://www.lm-sensors.org/browser/lm-sensors/trunk/prog/detect/sensors-detect?format=txt
> > > > It might detect your chip better. Please include the complete output of
> > > > the script.
> > >
> > > Hi Jean , i tried the latest version you said, now it changed to :
> > >
> > > modprobe i2c-i801
> > > modprobe eeprom
> > > # Warning: the required module coretemp is not currently installed
> > > # on your system. For status of 2.6 kernel ports check
> > > # http://www.lm-sensors.org/wiki/Devices. If driver is built
> > > # into the kernel, or unavailable, comment out the following line.
> > > modprobe coretemp
> > >
> > >
> > > I can not find coretemp in kernel 2.6.20.rc3 and i didn`t find a patch
> > > to download ...
> >
> > Ok. Found coretemp patch and it is working...
> > But how can i get FAN RPM ?
>
> You could start by providing the information I asked for 3 days ago.
>
> --
> Jean Delvare
>
Sorry, attached now ...
Coretemp detects cpu temperature but i can not get fan rpm
--
[]'s
Salatiel
"O maior prazer do inteligente ? bancar o idiota
diante de um idiota que banca o inteligente".
-------------- next part --------------
A non-text attachment was scrubbed...
Name: output
Type: application/octet-stream
Size: 8271 bytes
Desc: not available
Url : http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20070110/64f8069a/attachment.obj
^ permalink raw reply [flat|nested] 11+ messages in thread
* [lm-sensors] HP PAVILLION dv8000
2007-01-06 23:33 [lm-sensors] HP PAVILLION dv8000 Salatiel Filho
` (8 preceding siblings ...)
2007-01-10 17:03 ` Salatiel Filho
@ 2007-01-10 17:27 ` Jean Delvare
9 siblings, 0 replies; 11+ messages in thread
From: Jean Delvare @ 2007-01-10 17:27 UTC (permalink / raw)
To: lm-sensors
Hi Salatiel,
On Wed, 10 Jan 2007 14:03:36 -0300, Salatiel Filho wrote:
> Sorry, attached now ...
Next time please make sure your attachement has type text/plain and not
application/octet-stream.
> Coretemp detects cpu temperature but i can not get fan rpm
From the output of sensors-detect, it appears that you do not have any
fan speed monitoring chip on your system. This is quite common on
laptops. What makes you believe that it has such a chip? Do you see
hardware monitoring information in the BIOS, or when using another OS?
Your best chance is probably ACPI here, try loading the "fan" driver
and check under /proc/acpi/fan is anything shows up.
--
Jean Delvare
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2007-01-10 17:27 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-06 23:33 [lm-sensors] HP PAVILLION dv8000 Salatiel Filho
2007-01-06 23:55 ` Alexander Syring
2007-01-07 1:00 ` Salatiel Filho
2007-01-07 1:13 ` Till Harbaum / Lists
2007-01-07 9:08 ` Jean Delvare
2007-01-07 9:24 ` Jean Delvare
2007-01-07 16:13 ` Salatiel Filho
2007-01-10 12:54 ` Salatiel Filho
2007-01-10 15:18 ` Jean Delvare
2007-01-10 17:03 ` Salatiel Filho
2007-01-10 17:27 ` Jean Delvare
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.