+ Responder ao Tópico



  1. #1

    Padrão Monitoramento de Temperatura!!!

    Pessoal,

    Existe alguma forma de utilizar o MRTG para monitorar e gerar gráficos da temperatura ambiente, utilizando-se dos sensores da própria placa-mãe???

    Alguém já conseguiu fazer algo a respeito???

    Obrigado desde já...

  2. #2
    whinston
    Visitante

    Padrão kse

    tamos no mesmo barco amigo
    estou com o erro abaixo qdo tento instalar

    [root@ws253 root]# apt-get install lm-sensors
    Reading Package Lists... Done
    Building Dependency Tree... Done
    E: Couldn't find package lm-sensors


    se quiser tentar, siga o howto:

    http://www.vivaolinux.com.br/artigos...php?codigo=219

    ou este:

    http://www.piterpunk.hpg.ig.com.br/artigos/sensors.html

  3. #3
    nett
    Visitante

    Padrão Monitoramento de Temperatura!!!

    Mesmo compilando o SRC vcs não conseguiram ?

  4. #4
    whinston
    Visitante

    Padrão foi

    o meu foi, mas a temperatura da cpu ta doidinha.. ta marcando 5.5c
    a rotacao do cooler ta correta

  5. #5
    epf
    Visitante

    Padrão Re: kse

    Citação Postado originalmente por whinston
    tamos no mesmo barco amigo
    estou com o erro abaixo qdo tento instalar

    [root@ws253 root]# apt-get install lm-sensors
    Reading Package Lists... Done
    Building Dependency Tree... Done
    E: Couldn't find package lm-sensors


    se quiser tentar, siga o howto:

    http://www.vivaolinux.com.br/artigos...php?codigo=219

    ou este:

    http://www.piterpunk.hpg.ig.com.br/artigos/sensors.html
    o pacote é lm_sensors

    apt-get install lm_sensors

  6. #6
    whinston
    Visitante

    Padrão mais ajuda

    [root@ws253 /]# apt-get install lm_sensors
    Reading Package Lists... Done
    Building Dependency Tree... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.

    Since you only requested a single operation it is extremely likely that
    the package is simply not installable and a bug report against
    that package should be filed.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    python: Obsoletes: python-optik
    E: Broken packages

  7. #7
    whinston
    Visitante

    Padrão q estranho

    [root@ws253 /]# apt-get install python-optik
    Reading Package Lists... Done
    Building Dependency Tree... Done
    python-optik is already the newest version.
    0 upgraded, 0 newly installed, 0 removed and 1290 not upgraded.

  8. #8
    epf
    Visitante

    Padrão Re: mais ajuda

    Citação Postado originalmente por whinston
    [root@ws253 /]# apt-get install lm_sensors
    Reading Package Lists... Done
    Building Dependency Tree... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.

    Since you only requested a single operation it is extremely likely that
    the package is simply not installable and a bug report against
    that package should be filed.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    python: Obsoletes: python-optik
    E: Broken packages
    faz o seguinte:

    apt-get -f install pra atualizar a lista de pacote, e depois

    apt-get install lm_sensors

  9. #9
    whinston
    Visitante

    Padrão este ta fo..

    kra, este ta dando trampo, rs

    [root@ws253 root]# apt-get -f install
    Reading Package Lists... Done
    Building Dependency Tree... Done
    0 upgraded, 0 newly installed, 0 removed and 1290 not upgraded.
    [root@ws253 root]# apt-get install lm_sensors
    Reading Package Lists... Done
    Building Dependency Tree... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.

    Since you only requested a single operation it is extremely likely that
    the package is simply not installable and a bug report against
    that package should be filed.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    python: Obsoletes: python-optik
    E: Broken packages

  10. #10
    sigmanalo
    Visitante

    Padrão Monitoramento de Temperatura!!!

    whinston

    Você está usando o kurumin por acaso?

    Sua sources.list está inconsistente, tipico de quem usa repositório não oficiais, tente um apt-get update, caso naõ resolva experimente editar o sources.list deixando apenas a linha do ftp.XY.debian.org,

  11. #11
    whinston
    Visitante

    Padrão fedora

    q nada veio, to usando o fedora core1.
    atualizei a lista seguindo 1 howto ae da net, coloquei mais de 30 e depois usei este update tb e nada

  12. #12
    whinston
    Visitante

    Padrão passo a passo

    bom, se vc tiver sucesso a instalar, pra configurar é o seguinte
    no fedora c1 ou superior, ja tem as coisas compiladas no Kernel, ou seja, se vc tá seguindo algum howto antigo, despreze-o!!!

    vc tem que colocar no seu /etc/modules.conf:
    alias char-major-89 i2c-dev

    e na inicialização /etc/rc.d/rc.local:
    modprobe i2c-isa
    modprobe w83781d
    sensors -s

    No meu caso, funcionou certinho

  13. #13
    whinston
    Visitante

    Padrão detect

    aliás, o procedimento acima é pra piv com mb asus!
    se a sua for diferente, rode o lmsensors-detect e siga as instruções!

    no finalzinho ele vai pedir pra vc modificar os 2 arquivos q eu pedi pra alterar e colocar as configurações corretas pro seu modelo de placa