Visualizzazione dei risultati da 1 a 7 su 7
  1. #1
    Utente di HTML.it
    Registrato dal
    May 2002
    Messaggi
    155

    Apm e Acpi Su Simply Mepis

    Ho installato SIMPLY MEPIS e la distro mi piace
    l'unico problema che ho riguarda il conflitto tra apm e acpi per cui il computer, dopo aver dato lo spegnimento, devo spegnerlo io a mano.
    nella schermata di avvio ho:
    loading acpi support ... done....
    APM daemon overridden by ACPI

    acpi, però, non è installato e nemmeno supportato dal mio bios
    apm invece è installato

    come posso risolvere???

  2. #2
    Moderatore di Linux e software L'avatar di francofait
    Registrato dal
    Aug 2001
    Messaggi
    13,559

    Re: Apm e Acpi Su Simply Mepis

    Originariamente inviato da itamar
    Ho installato SIMPLY MEPIS e la distro mi piace
    l'unico problema che ho riguarda il conflitto tra apm e acpi per cui il computer, dopo aver dato lo spegnimento, devo spegnerlo io a mano.
    nella schermata di avvio ho:
    loading acpi support ... done....
    APM daemon overridden by ACPI

    acpi, però, non è installato e nemmeno supportato dal mio bios
    apm invece è installato

    come posso risolvere???
    aggiungi nelle opzioni di append del bootloader:


    acpi=off apm=on


    dal momento che mepis usa grub cosi:


    title MEPIS at hdb1, kernel 2.6.7
    kernel (hd1,0)/boot/vmlinuz-2.6.7 root=/dev/hdb1 nomce psmouse.proto=imps apm=on acpi=off noapic quiet splash=verbose vga=791
    initrd (hd1,0)/boot/initrd.splash
    savedefault



  3. #3
    Utente di HTML.it
    Registrato dal
    May 2002
    Messaggi
    155
    ciao franco!!
    la mepis l'ho installata considerato l'ottimo giudizio che tu hai espresso
    e infatti anche a me è piaciuta
    ora però questo piccolo problema ancora non l'ho risolto malgrado abbia aggiunto le opzioni
    ti mostro il mio menu.lst di grub:

    default saved
    timeout 15
    color cyan/blue white/blue
    foreground ffffff
    background 2f5178
    splashimage /boot/grub/mepis.xpm.gz

    title MEPIS su hda7, kernel 2.6.7
    kernel (hd0,6)/boot/vmlinuz-2.6.7 root=/dev/hda7 nomce psmouse.proto=imps apm=on acpi=off noapic quiet splash=verbose vga=791
    initrd (hd0,6)/boot/initrd.mepis
    savedefault

    title MEPIS su hda7, kernel 2.4.26
    kernel (hd0,6)/boot/vmlinuz-2.4.26 root=/dev/hda7 nomce quiet splash=verbose vga=791 hdc=ide-scsi hdd=ide-scsi
    initrd (hd0,6)/boot/initrd.mepis
    savedefault

    title MEMTEST
    kernel /boot/memtest86.bin

    title Use a qwerty keyboard with GRUB
    setkey y y
    setkey Y Y
    setkey q q
    setkey Q Q
    setkey w w
    setkey W W
    setkey a a
    setkey A A
    setkey semicolon semicolon
    setkey colon colon
    setkey z z
    setkey Z Z
    setkey m m
    setkey M M
    setkey comma comma
    setkey less less
    setkey period period
    setkey greater greater
    setkey slash slash
    setkey bracketright bracketright
    setkey backslash backslash
    setkey doublequote doublequote
    setkey 1 1
    setkey exclam exclam
    setkey 2 2
    setkey at at
    setkey 3 3
    setkey numbersign numbersign
    setkey 4 4
    setkey dollar dollar
    setkey 5 5
    setkey percent percent
    setkey 6 6
    setkey caret caret
    setkey 7 7
    setkey ampersand ampersand
    setkey 8 8
    setkey asterisk asterisk
    setkey 9 9
    setkey parenleft parenleft
    setkey 0 0
    setkey parenright parenright
    setkey minus minus
    setkey backquote backquote
    setkey tilde tilde
    setkey braceright braceright
    setkey question question
    setkey braceleft braceleft
    setkey quote quote
    setkey underscore underscore

    title Utiliser un clavier azerty avec GRUB
    setkey y y
    setkey Y Y
    setkey a q
    setkey A Q
    setkey z w
    setkey Z W
    setkey q a
    setkey Q A
    setkey m semicolon
    setkey M colon
    setkey w z
    setkey W Z
    setkey comma m
    setkey question M
    setkey semicolon comma
    setkey period less
    setkey colon period
    setkey slash greater
    setkey exclam slash
    setkey dollar bracketright
    setkey asterisk backslash
    setkey percent doublequote
    setkey ampersand 1
    setkey 1 exclam
    setkey tilde 2
    setkey 2 at
    setkey doublequote 3
    setkey 3 numbersign
    setkey quote 4
    setkey 4 dollar
    setkey parenleft 5
    setkey 5 percent
    setkey minus 6
    setkey 6 caret
    setkey backquote 7
    setkey 7 ampersand
    setkey underscore 8
    setkey 8 asterisk
    setkey caret 9
    setkey 9 parenleft
    setkey at 0
    setkey 0 parenright
    setkey parenright minus
    setkey less backquote
    setkey greater tilde
    setkey numbersign braceright
    setkey backslash question
    setkey bracketright braceleft
    setkey braceleft quote
    setkey braceright underscore

    title Benutze qwertz Tastatur mit GRUB
    setkey y z
    setkey z y
    setkey Y Z
    setkey Z Y
    setkey equal parenright
    setkey parenright parenleft
    setkey parenleft asterisk
    setkey doublequote at
    setkey backquote equal
    setkey plus bracketright
    setkey minus slash
    setkey slash ampersand
    setkey ampersand percent
    setkey percent caret
    setkey underscore question
    setkey question underscore
    setkey semicolon less
    setkey less numbersign
    setkey numbersign backslash
    setkey colon greater
    setkey greater bar
    setkey asterisk braceright
    setkey caret backquote
    setkey backslash minus



  4. #4
    Moderatore di Linux e software L'avatar di francofait
    Registrato dal
    Aug 2001
    Messaggi
    13,559
    edita /etc/modules e mettici la chiamata x il modulo che di defaults sembra non venga caricato
    è sufficente il nome del modulo : apm

    poi già che ci sei installa rcconf .

    apt-get install rcconf - lo lanci da consolole e vedi che il demone
    apmd sia attivo , se non lo è attivalo

    poi riavvia e sappimi dire qualcosa


  5. #5
    Utente di HTML.it
    Registrato dal
    May 2002
    Messaggi
    155
    ho fatto tutto come mi hai detto ma purtroppo ancora niente
    apm viene caricato all'avvio
    e il demone apmd è attivato



  6. #6
    Moderatore di Linux e software L'avatar di francofait
    Registrato dal
    Aug 2001
    Messaggi
    13,559
    Originariamente inviato da itamar
    ho fatto tutto come mi hai detto ma purtroppo ancora niente
    apm viene caricato all'avvio
    e il demone apmd è attivato


    Prova ad aggiungere nelle funzioni in append un apm=force

    Se insiste a non rispondere rimane solo l'ultima spiaggia ,
    ricompilare il kernel con apm statico invece che modulo.

    Che ha scheda video integrata Nvidia ?

  7. #7
    Utente di HTML.it
    Registrato dal
    May 2002
    Messaggi
    155
    scheda ATI Rage 128 (PCI)

    è che continuo ad avere la scritta all'avvio:
    APM daemon overridden by ACPI


Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.