+ Responder ao Tópico



  1. #1

    Padrão Ativar gerenciamento de energia (apm)...

    Pessoal,


    Minha fonte é atx, portanto ela desliga automaticamente quando se desliga o sistema, mas, essa opção não está funcionando no Linux. Vi em alguns fóruns pra adicionar a linha /sbin/modprobe apm no /etc/rc.d/rc.modules, mas, não dá certo. Dando esse comando no terminal aparece o seguinte erro:

    lipse@dragon:~$ sudo /sbin/modprobe apm

    /lib/modules/2.4.20-xfs/kernel/arch/i386/kernel/apm.o: init_module: No such device
    Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
    You may find more information in syslog or the output from dmesg
    /lib/modules/2.4.20-xfs/kernel/arch/i386/kernel/apm.o: insmod /lib/modules/2.4.20-xfs/kernel/arch/i386/kernel/apm.o failed
    /lib/modules/2.4.20-xfs/kernel/arch/i386/kernel/apm.o: insmod apm failed

    lipse@dragon:~$
    Alguém sabe o que é e como posso arrumar isso?

    Desde já agradeço a atenção de todos.

  2. #2
    penadinho
    Visitante

    Padrão Ativar gerenciamento de energia (apm)...

    Qual distro?

    No slack 10 é só descomentar a linha referente ao apm no rc.modules

  3. #3

    Padrão Ativar gerenciamento de energia (apm)...

    Não é só isso nao, vc tem que ativer o suporte no kernel, alem do apm vc tem que ativar a opção de desligamento
    Código :
      x x[*] Power Management support                                         x x   
      x x[ ]   Power Management Debug Support                                 x x   
      x x[*]   Software Suspend (EXPERIMENTAL)                                x x   
      x x()      Default resume partition                                     x x   
      x x    ACPI (Advanced Configuration and Power Interface) Support  --->  x x   
      x x    APM (Advanced Power Management) BIOS Support  --->               x x   
      x x    CPU Frequency scaling  --->

    Código :
      x x           [*] ACPI Support                                                               x x   
      x x           [*]   Sleep States (EXPERIMENTAL)                                              x x   
      x x           <M>   AC Adapter                                                               x x   
      x x           <M>   Battery                                                                  x x   
      x x           <M>   Button                                                                   x x   
      x x           <M>   Video                                                                    x x   
      x x           <*>   Fan                                                                      x x   
      x x           <*>   Processor                                                                x x   
      x x           <*>     Thermal Zone                                                           x x   
      x x           <M>   ASUS/Medion Laptop Extras                                                x x   
      x x           <M>   IBM ThinkPad Laptop Extras                                               x x   
      x x           <M>   Toshiba Laptop Extras                                                    x x   
      x x           (0)   Disable ACPI for systems before Jan 1st this year                        x x   
      x x           [ ]   Debug Statements                                                         x x   
      x x           [*]   Power Management Timer Support                                           x x   
      x x           < >   ACPI0004,PNP0A05 and PNP0A06 Container Driver (EXPERIMENTAL)

    Código :
       <*> APM (Advanced Power Management) BIOS support                      x x   
      x x                    [ ]   Ignore USER SUSPEND                                             x x   
      x x                    [*]   Enable PM at boot time                                          x x   
      x x                    [*]   Make CPU Idle calls when idle                                   x x   
      x x                    [*]   Enable console blanking using APM                               x x   
      x x                    [ ]   RTC stores time in GMT                                          x x   
      x x                    [ ]   Allow interrupts during APM BIOS calls                          x x   
      x x                    [ ]   Use real mode APM BIOS call to power off

  4. #4

    Padrão Ativar gerenciamento de energia (apm)...

    penadinho,

    Uso a Dizinha no momento e mesmo ativando essa opção nela não funciona. Mesmo assim valeu pela sua atenção.


    1c3_m4n,


    Então, não tem jeito, vou ter que compilar o kernel né? Tudo bem, valeu pela ajuda.