Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 14/02/2017, à 17:03

ndm97

[Résolu] Mise en veille impossible --> écran noir sur Ubuntu 16.04 LTS

Bonjour,

Je possède un PC Portable Acer Aspire F5-571 avec un Intel Core I3 qui était vendu sous Windows 10. J'ai installé Ubuntu 16.04 LTS et il m'est impossible de le mettre en veille. Il y a un écran noir dont il est impossible de sortir (on est obligé de forcer l'arrêt). J'ai testé toutes les recommandations ici : https://doc.ubuntu-fr.org/veille_et_hibernation mais rien n'y fait.
Je ne peux toujours pas mettre mon PC en veille sous Ubuntu.
Pouvez-vous m'aider ?

Merci d'avance.

Dernière modification par ndm97 (Le 27/02/2017, à 18:55)

Hors ligne

#2 Le 15/02/2017, à 08:05

tarkan99

Re : [Résolu] Mise en veille impossible --> écran noir sur Ubuntu 16.04 LTS

Salut !

cette solution pour comprendre le problème ne semble pas proposée :
modifier la config de grub pour ajouter acpi=off :

sudo gksu gedit /etc/default/grub 

(installer gksu si nécessaire, il ne faut pas lancer de commande graphique avec sudo)

tu cherches GRUB_CMDLINE_LINUX_DEFAULT="xxxxxxxxxxx"
tu ajoutes au contenu acpi=off

puis mise à jour :

sudo update-grub

enfin redémarrage

si toujours pas ok, rente en remplaçant acpi=off par acpi=noirq


xubuntu 22.04.1 sur machine assemblée base de Core i5 9400

Hors ligne

#3 Le 15/02/2017, à 08:38

moko138

Re : [Résolu] Mise en veille impossible --> écran noir sur Ubuntu 16.04 LTS

Peux-tu donner

lsb_release -d; printenv GDMSESSION ; uname -mr; free -h

?

D'autre part, quand tu en es à l'écran noir, est-ce que
CTRL Alt F1
t'ouvre une console ?


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#4 Le 15/02/2017, à 14:08

ndm97

Re : [Résolu] Mise en veille impossible --> écran noir sur Ubuntu 16.04 LTS

tarkan99 a écrit :

Salut !

cette solution pour comprendre le problème ne semble pas proposée :
modifier la config de grub pour ajouter acpi=off :

sudo gksu gedit /etc/default/grub 

(installer gksu si nécessaire, il ne faut pas lancer de commande graphique avec sudo)

tu cherches GRUB_CMDLINE_LINUX_DEFAULT="xxxxxxxxxxx"
tu ajoutes au contenu acpi=off

puis mise à jour :

sudo update-grub

enfin redémarrage

si toujours pas ok, rente en remplaçant acpi=off par acpi=noirq

Salut j'ai testé la première possibilité mais l'ordinateur ne démarre plus. Comment faire ?

Hors ligne

#5 Le 15/02/2017, à 15:20

tarkan99

Re : [Résolu] Mise en veille impossible --> écran noir sur Ubuntu 16.04 LTS

Moko, pourrais-tu stp lui indiquer comment lancer le mode recovery afin de supprimer la modif dans GRUB_CMDLINE_LINUX_DEFAULT ?

j'ai assez écrit de conn###ie pour aujourd'hui et je n'ai pas de machine sous ubuntu sous la main pour l'instant.


xubuntu 22.04.1 sur machine assemblée base de Core i5 9400

Hors ligne

#6 Le 15/02/2017, à 18:11

moko138

Re : [Résolu] Mise en veille impossible --> écran noir sur Ubuntu 16.04 LTS

Oui...
Avec win10, il est probable qu'on soit en uefi et j'ignore si la procédure est différente de ce que j'ai dans mon mémo pour les bios legacy.
Sinon, on demandera l'assistance d'un connaisseur de l'uefi.
(Et au pire, en branchant le HD, extrait, à un autre linux, ce serait du gâteau smile).


Redémarrer le PC en appuyant sur leS toucheS Majuscules.
Puis Advanced linux options
Ensuite, choisir une ligne de type "Recovery Mode",
Et remonter la racine en lecture-écriture :
[en root, pas besoin de sudo
mais attention aux espaces !]

mount -o remount,rw /

puis

xdg-open /etc/default/grub

et supprimer l'acpi=off en laissant bien les guillemets.
Ce qui fait que la ligne ressemblera à

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

ou à

GRUB_CMDLINE_LINUX_DEFAULT=""

ou à une version voisine :

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash, option2, option3"

Enregistrer !
Redémarrer.  smile

ndm97,
n'hésite pas à prendre et poster des photos (sans flash) de ton écran, si ça se présente d'une façon difficile à comprendre.

  - -

À l'avenir...
/!\  C'est pour éviter ces incertitudes sur le fichier initial que, quand on touche à un fichier sensible comme celui-ci, pour simplifier le retour en arrière, il vaut mieux commencer par en faire une sauvegarde :

sudo cp -a fichier fichier-initial

Ainsi le retour en arrière se limite-t-il à

sudo cp -a fichier-initial fichier

%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#7 Le 15/02/2017, à 21:35

ndm97

Re : [Résolu] Mise en veille impossible --> écran noir sur Ubuntu 16.04 LTS

C'est bon j'ai réparé l'amorçage avec boot-repair. Maintenant que faire pour la mise en veille ?

Hors ligne

#8 Le 15/02/2017, à 21:38

ndm97

Re : [Résolu] Mise en veille impossible --> écran noir sur Ubuntu 16.04 LTS

moko138 a écrit :

Peux-tu donner

lsb_release -d; printenv GDMSESSION ; uname -mr; free -h

?

D'autre part, quand tu en es à l'écran noir, est-ce que
CTRL Alt F1
t'ouvre une console ?

Description:    Ubuntu 16.04.2 LTS
ubuntu
4.4.0-62-generic x86_64
              total       utilisé      libre     partagé tamp/cache   disponible
Mem:           5,7G        1,0G        3,7G        367M        1,0G        4,1G
Partition d'échange:          9G          0B          9G

Hors ligne

#9 Le 15/02/2017, à 23:00

tarkan99

Re : [Résolu] Mise en veille impossible --> écran noir sur Ubuntu 16.04 LTS

merci moko !

ok pour la sauvegarde mais dans ce cas présent, quelle aurait la manip  ?

est-ce bien :
démarrer en mode recovery tel que https://doc.ubuntu-fr.org/recovery_mode

en mode console :

sudo cp -a fichier-initial fichier

pour le fichier spécifique à grub, faut-il faire 

update-grub

ou bien un reboot suffit ?


xubuntu 22.04.1 sur machine assemblée base de Core i5 9400

Hors ligne

#10 Le 15/02/2017, à 23:08

ndm97

Re : [Résolu] Mise en veille impossible --> écran noir sur Ubuntu 16.04 LTS

Tiens ! La mise en veille marche depuis que j'ai utilisé Boot-Repair !!

Hors ligne

#11 Le 16/02/2017, à 01:15

moko138

Re : [Résolu] Mise en veille impossible --> écran noir sur Ubuntu 16.04 LTS

tarkan99
Oui, j'oubliais (sudo) update-grub.
  - -

ndm97

Tiens ! La mise en veille marche depuis que j'ai utilisé Boot-Repair !!

Dans un sous-dossier de /var/log/boot-sav/, tu trouveras un ou plusieurs fichiers RESULTS.txt.
Merci de donner, entre balises-code, le contenu du fichier RESULTS.txt le plus récent.


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#12 Le 16/02/2017, à 16:09

ndm97

Re : [Résolu] Mise en veille impossible --> écran noir sur Ubuntu 16.04 LTS

Autant pour moi, la mise en veille marchait hier, elle ne fonctionne plus aujourd'hui !

Dernière modification par ndm97 (Le 16/02/2017, à 16:13)

Hors ligne

#13 Le 16/02/2017, à 16:26

tarkan99

Re : [Résolu] Mise en veille impossible --> écran noir sur Ubuntu 16.04 LTS

que donne

cat /var/log/syslog | grep sleep
cat /var/log/pm-suspend.log
cat /var/log/pm-suspend.log.1

xubuntu 22.04.1 sur machine assemblée base de Core i5 9400

Hors ligne

#14 Le 20/02/2017, à 19:10

ndm97

Re : [Résolu] Mise en veille impossible --> écran noir sur Ubuntu 16.04 LTS

tarkan99 a écrit :

que donne

cat /var/log/syslog | grep sleep
cat /var/log/pm-suspend.log
cat /var/log/pm-suspend.log.1
Initial commandline parameters: 
mercredi 15 février 2017, 23:40:51 (UTC+0100): Running hooks for hibernate.
Running hook /usr/lib/pm-utils/sleep.d/000kernel-change hibernate hibernate:
/usr/lib/pm-utils/sleep.d/000kernel-change hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/000record-status hibernate hibernate:
/usr/lib/pm-utils/sleep.d/000record-status hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/00logging hibernate hibernate:
Linux User 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Module                  Size  Used by
btrfs                 987136  0
xor                    24576  1 btrfs
raid6_pq              102400  1 btrfs
ufs                    73728  0
qnx4                   16384  0
hfsplus               106496  0
hfs                    57344  0
minix                  36864  0
ntfs                   98304  0
msdos                  20480  0
jfs                   180224  0
xfs                   970752  0
libcrc32c              16384  1 xfs
drbg                   32768  1
ansi_cprng             16384  0
ctr                    16384  3
ccm                    20480  3
rfcomm                 69632  2
bnep                   20480  2
binfmt_misc            20480  1
nls_iso8859_1          16384  1
arc4                   16384  2
rtsx_usb_ms            20480  0
memstick               20480  1 rtsx_usb_ms
acer_wmi               20480  0
sparse_keymap          16384  1 acer_wmi
hid_multitouch         20480  0
intel_rapl             20480  0
x86_pkg_temp_thermal    16384  0
intel_powerclamp       16384  0
coretemp               16384  0
uvcvideo               90112  0
kvm_intel             172032  0
videobuf2_vmalloc      16384  1 uvcvideo
videobuf2_memops       16384  1 videobuf2_vmalloc
videobuf2_v4l2         28672  1 uvcvideo
videobuf2_core         36864  2 uvcvideo,videobuf2_v4l2
v4l2_common            16384  1 videobuf2_v4l2
kvm                   540672  1 kvm_intel
videodev              176128  4 uvcvideo,v4l2_common,videobuf2_core,videobuf2_v4l2
irqbypass              16384  1 kvm
media                  24576  2 uvcvideo,videodev
crct10dif_pclmul       16384  0
snd_hda_codec_hdmi     49152  1
joydev                 20480  0
crc32_pclmul           16384  0
ath10k_pci             45056  0
ath10k_core           311296  1 ath10k_pci
btusb                  45056  0
snd_hda_codec_realtek    90112  1
snd_hda_codec_generic    73728  1 snd_hda_codec_realtek
snd_hda_intel          40960  5
ghash_clmulni_intel    16384  0
btrtl                  16384  1 btusb
snd_hda_codec         135168  4 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel
btbcm                  16384  1 btusb
ath                    32768  1 ath10k_core
btintel                16384  1 btusb
mac80211              737280  1 ath10k_core
cfg80211              565248  3 ath,mac80211,ath10k_core
aesni_intel           167936  6
bluetooth             520192  29 bnep,btbcm,btrtl,btusb,rfcomm,btintel
snd_hda_core           90112  5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
snd_hwdep              16384  1 snd_hda_codec
snd_pcm               106496  4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core
aes_x86_64             20480  1 aesni_intel
lrw                    16384  1 aesni_intel
gf128mul               16384  1 lrw
snd_seq_midi           16384  0
snd_seq_midi_event     16384  1 snd_seq_midi
glue_helper            16384  1 aesni_intel
ablk_helper            16384  1 aesni_intel
cryptd                 20480  3 ghash_clmulni_intel,aesni_intel,ablk_helper
snd_rawmidi            32768  1 snd_seq_midi
snd_seq                69632  2 snd_seq_midi_event,snd_seq_midi
input_leds             16384  0
serio_raw              16384  0
snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
mei_me                 36864  0
snd_timer              32768  2 snd_pcm,snd_seq
snd                    81920  21 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device
mei                    98304  1 mei_me
dell_smo8800           16384  0
shpchp                 36864  0
tpm_crb                16384  0
soundcore              16384  1 snd
dw_dmac                16384  0
acpi_pad               24576  0
spi_pxa2xx_platform    24576  0
dw_dmac_core           24576  1 dw_dmac
8250_dw                16384  0
mac_hid                16384  0
lpc_ich                24576  0
i2c_designware_platform    16384  0
i2c_designware_core    20480  1 i2c_designware_platform
parport_pc             32768  0
ppdev                  20480  0
lp                     20480  0
parport                49152  3 lp,ppdev,parport_pc
autofs4                40960  2
rtsx_usb_sdmmc         28672  0
rtsx_usb               24576  2 rtsx_usb_sdmmc,rtsx_usb_ms
hid_generic            16384  0
usbhid                 49152  0
i915                 1208320  5
i2c_algo_bit           16384  1 i915
drm_kms_helper        155648  1 i915
syscopyarea            16384  1 drm_kms_helper
ahci                   36864  5
sysfillrect            16384  1 drm_kms_helper
libahci                32768  1 ahci
sysimgblt              16384  1 drm_kms_helper
fb_sys_fops            16384  1 drm_kms_helper
r8169                  81920  0
drm                   364544  6 i915,drm_kms_helper
mii                    16384  1 r8169
fjes                   28672  0
wmi                    20480  1 acer_wmi
video                  40960  2 i915,acer_wmi
i2c_hid                20480  0
sdhci_acpi             16384  0
sdhci                  45056  1 sdhci_acpi
hid                   118784  4 i2c_hid,hid_multitouch,hid_generic,usbhid
              total       utilisé      libre     partagé tamp/cache   disponible
Mem:        6023908     1918164     2592968      464868     1512776     3352152
Partition d'échange:    10485756           0    10485756
/usr/lib/pm-utils/sleep.d/00logging hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate:
/usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate: success.

Running hook /etc/pm/sleep.d/10_grub-common hibernate hibernate:
/etc/pm/sleep.d/10_grub-common hibernate hibernate: success.

Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate hibernate hibernate:
/etc/pm/sleep.d/10_unattended-upgrades-hibernate hibernate hibernate: success.

Running hook /etc/pm/sleep.d/20_custom-ehci_hcd hibernate hibernate:
ls: impossible d'accéder à '/sys/bus/pci/drivers/ehci_hcd': Aucun fichier ou dossier de ce type
0000:00:14.0/etc/pm/sleep.d/20_custom-ehci_hcd hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/40inputattach hibernate hibernate:
/usr/lib/pm-utils/sleep.d/40inputattach hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/50unload_alx hibernate hibernate:
/usr/lib/pm-utils/sleep.d/50unload_alx hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant hibernate hibernate:
Selected interface 'p2p-dev-wlp3s0'
OK
/usr/lib/pm-utils/sleep.d/60_wpa_supplicant hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/75modules hibernate hibernate:
/usr/lib/pm-utils/sleep.d/75modules hibernate hibernate: not applicable.

Running hook /usr/lib/pm-utils/sleep.d/90clock hibernate hibernate:
/usr/lib/pm-utils/sleep.d/90clock hibernate hibernate: not applicable.

Running hook /usr/lib/pm-utils/sleep.d/94cpufreq hibernate hibernate:
/usr/lib/pm-utils/sleep.d/94cpufreq hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/95anacron hibernate hibernate:
/usr/lib/pm-utils/sleep.d/95anacron hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm hibernate hibernate:
/usr/lib/pm-utils/sleep.d/95hdparm-apm hibernate hibernate: not applicable.

Running hook /usr/lib/pm-utils/sleep.d/95led hibernate hibernate:
/usr/lib/pm-utils/sleep.d/95led hibernate hibernate: not applicable.

Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler hibernate hibernate:
Kernel modesetting video driver detected, not using quirks.
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/99video hibernate hibernate:
/usr/lib/pm-utils/sleep.d/99video hibernate hibernate: success.

Running hook /etc/pm/sleep.d/novatel_3g_suspend hibernate hibernate:
/etc/pm/sleep.d/novatel_3g_suspend hibernate hibernate: success.

mercredi 15 février 2017, 23:40:52 (UTC+0100): performing hibernate
mercredi 15 février 2017, 23:41:59 (UTC+0100): Awake.
mercredi 15 février 2017, 23:42:00 (UTC+0100): Running hooks for thaw
Running hook /etc/pm/sleep.d/novatel_3g_suspend thaw hibernate:
/etc/pm/sleep.d/novatel_3g_suspend thaw hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/99video thaw hibernate:
/usr/lib/pm-utils/sleep.d/99video thaw hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler thaw hibernate:
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler thaw hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/95led thaw hibernate:
/usr/lib/pm-utils/sleep.d/95led thaw hibernate: not applicable.

Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm thaw hibernate:

/dev/sda:
 setting Advanced Power Management level to 0xfe (254)
 APM_level    = 254
/usr/lib/pm-utils/sleep.d/95hdparm-apm thaw hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/95anacron thaw hibernate:
/usr/lib/pm-utils/sleep.d/95anacron thaw hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/94cpufreq thaw hibernate:
/usr/lib/pm-utils/sleep.d/94cpufreq thaw hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/90clock thaw hibernate:
/usr/lib/pm-utils/sleep.d/90clock thaw hibernate: not applicable.

Running hook /usr/lib/pm-utils/sleep.d/75modules thaw hibernate:
Reloaded unloaded modules.
/usr/lib/pm-utils/sleep.d/75modules thaw hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant thaw hibernate:
Selected interface 'p2p-dev-wlp3s0'
OK
/usr/lib/pm-utils/sleep.d/60_wpa_supplicant thaw hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/50unload_alx thaw hibernate:
/usr/lib/pm-utils/sleep.d/50unload_alx thaw hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/40inputattach thaw hibernate:
/usr/lib/pm-utils/sleep.d/40inputattach thaw hibernate: success.

Running hook /etc/pm/sleep.d/20_custom-ehci_hcd thaw hibernate:
0000:00:14.0/etc/pm/sleep.d/20_custom-ehci_hcd thaw hibernate: success.

Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate thaw hibernate:
/etc/pm/sleep.d/10_unattended-upgrades-hibernate thaw hibernate: success.

Running hook /etc/pm/sleep.d/10_grub-common thaw hibernate:
/etc/pm/sleep.d/10_grub-common thaw hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/00powersave thaw hibernate:
/usr/lib/pm-utils/sleep.d/00powersave thaw hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/00logging thaw hibernate:
/usr/lib/pm-utils/sleep.d/00logging thaw hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/000record-status thaw hibernate:
/usr/lib/pm-utils/sleep.d/000record-status thaw hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/000kernel-change thaw hibernate:
/usr/lib/pm-utils/sleep.d/000kernel-change thaw hibernate: success.

mercredi 15 février 2017, 23:42:13 (UTC+0100): Finished.
Initial commandline parameters: 
jeudi 16 février 2017, 13:45:44 (UTC+0100): Running hooks for hibernate.
Running hook /usr/lib/pm-utils/sleep.d/000kernel-change hibernate hibernate:
/usr/lib/pm-utils/sleep.d/000kernel-change hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/000record-status hibernate hibernate:
/usr/lib/pm-utils/sleep.d/000record-status hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/00logging hibernate hibernate:
Linux me 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Module                  Size  Used by
drbg                   32768  1
ansi_cprng             16384  0
ctr                    16384  2
ccm                    20480  2
rfcomm                 69632  0
bnep                   20480  2
binfmt_misc            20480  1
nls_iso8859_1          16384  1
arc4                   16384  2
rtsx_usb_ms            20480  0
memstick               20480  1 rtsx_usb_ms
acer_wmi               20480  0
hid_multitouch         20480  0
sparse_keymap          16384  1 acer_wmi
intel_rapl             20480  0
uvcvideo               90112  0
videobuf2_vmalloc      16384  1 uvcvideo
videobuf2_memops       16384  1 videobuf2_vmalloc
videobuf2_v4l2         28672  1 uvcvideo
videobuf2_core         36864  2 uvcvideo,videobuf2_v4l2
x86_pkg_temp_thermal    16384  0
intel_powerclamp       16384  0
v4l2_common            16384  1 videobuf2_v4l2
coretemp               16384  0
ath10k_pci             45056  0
ath10k_core           311296  1 ath10k_pci
btusb                  45056  0
videodev              176128  4 uvcvideo,v4l2_common,videobuf2_core,videobuf2_v4l2
media                  24576  2 uvcvideo,videodev
kvm_intel             172032  0
kvm                   540672  1 kvm_intel
btrtl                  16384  1 btusb
btbcm                  16384  1 btusb
ath                    32768  1 ath10k_core
joydev                 20480  0
btintel                16384  1 btusb
irqbypass              16384  1 kvm
mac80211              737280  1 ath10k_core
bluetooth             520192  29 bnep,btbcm,btrtl,btusb,rfcomm,btintel
cfg80211              565248  3 ath,mac80211,ath10k_core
snd_hda_codec_hdmi     53248  1
snd_hda_codec_realtek    86016  1
snd_hda_codec_generic    77824  1 snd_hda_codec_realtek
snd_hda_intel          40960  5
crct10dif_pclmul       16384  0
crc32_pclmul           16384  0
snd_hda_codec         135168  4 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel
ghash_clmulni_intel    16384  0
snd_hda_core           73728  5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
aesni_intel           167936  4
snd_hwdep              16384  1 snd_hda_codec
snd_pcm               106496  4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core
snd_seq_midi           16384  0
snd_seq_midi_event     16384  1 snd_seq_midi
aes_x86_64             20480  1 aesni_intel
lrw                    16384  1 aesni_intel
snd_rawmidi            32768  1 snd_seq_midi
gf128mul               16384  1 lrw
glue_helper            16384  1 aesni_intel
ablk_helper            16384  1 aesni_intel
cryptd                 20480  3 ghash_clmulni_intel,aesni_intel,ablk_helper
snd_seq                69632  2 snd_seq_midi_event,snd_seq_midi
snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer              32768  2 snd_pcm,snd_seq
input_leds             16384  0
serio_raw              16384  0
shpchp                 36864  0
mei_me                 36864  0
snd                    81920  21 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device
soundcore              16384  1 snd
mei                    98304  1 mei_me
lpc_ich                24576  0
tpm_crb                16384  0
dell_smo8800           16384  0
8250_dw                16384  0
mac_hid                16384  0
i2c_designware_platform    16384  0
dw_dmac                16384  0
dw_dmac_core           24576  1 dw_dmac
spi_pxa2xx_platform    24576  0
i2c_designware_core    20480  1 i2c_designware_platform
acpi_pad               24576  0
parport_pc             32768  0
ppdev                  20480  0
lp                     20480  0
parport                49152  3 lp,ppdev,parport_pc
autofs4                40960  2
rtsx_usb_sdmmc         28672  0
rtsx_usb               24576  2 rtsx_usb_sdmmc,rtsx_usb_ms
hid_generic            16384  0
usbhid                 49152  0
i915                 1208320  4
i2c_algo_bit           16384  1 i915
drm_kms_helper        155648  1 i915
ahci                   36864  3
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
libahci                32768  1 ahci
sysimgblt              16384  1 drm_kms_helper
fb_sys_fops            16384  1 drm_kms_helper
r8169                  81920  0
drm                   364544  5 i915,drm_kms_helper
mii                    16384  1 r8169
wmi                    20480  1 acer_wmi
fjes                   28672  0
video                  40960  2 i915,acer_wmi
i2c_hid                20480  0
sdhci_acpi             16384  0
hid                   118784  4 i2c_hid,hid_multitouch,hid_generic,usbhid
sdhci                  45056  1 sdhci_acpi
              total       utilisé      libre     partagé tamp/cache   disponible
Mem:        6023908     1083500     3694456      351652     1245952     4310096
Partition d'échange:    10485756           0    10485756
/usr/lib/pm-utils/sleep.d/00logging hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate:
/usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate: success.

Running hook /etc/pm/sleep.d/10_grub-common hibernate hibernate:
/etc/pm/sleep.d/10_grub-common hibernate hibernate: success.

Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate hibernate hibernate:
/etc/pm/sleep.d/10_unattended-upgrades-hibernate hibernate hibernate: success.

Running hook /etc/pm/sleep.d/20_custom-ehci_hcd hibernate hibernate:
ls: impossible d'accéder à '/sys/bus/pci/drivers/ehci_hcd': Aucun fichier ou dossier de ce type
0000:00:14.0/etc/pm/sleep.d/20_custom-ehci_hcd hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/40inputattach hibernate hibernate:
/usr/lib/pm-utils/sleep.d/40inputattach hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/50unload_alx hibernate hibernate:
/usr/lib/pm-utils/sleep.d/50unload_alx hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant hibernate hibernate:
Selected interface 'p2p-dev-wlp3s0'
OK
/usr/lib/pm-utils/sleep.d/60_wpa_supplicant hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/75modules hibernate hibernate:
/usr/lib/pm-utils/sleep.d/75modules hibernate hibernate: not applicable.

Running hook /usr/lib/pm-utils/sleep.d/90clock hibernate hibernate:
/usr/lib/pm-utils/sleep.d/90clock hibernate hibernate: not applicable.

Running hook /usr/lib/pm-utils/sleep.d/94cpufreq hibernate hibernate:
/usr/lib/pm-utils/sleep.d/94cpufreq hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/95anacron hibernate hibernate:
/usr/lib/pm-utils/sleep.d/95anacron hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm hibernate hibernate:
/usr/lib/pm-utils/sleep.d/95hdparm-apm hibernate hibernate: not applicable.

Running hook /usr/lib/pm-utils/sleep.d/95led hibernate hibernate:
/usr/lib/pm-utils/sleep.d/95led hibernate hibernate: not applicable.

Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler hibernate hibernate:
Kernel modesetting video driver detected, not using quirks.
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler hibernate hibernate: success.

Running hook /usr/lib/pm-utils/sleep.d/99video hibernate hibernate:
/usr/lib/pm-utils/sleep.d/99video hibernate hibernate: success.

Running hook /etc/pm/sleep.d/novatel_3g_suspend hibernate hibernate:
/etc/pm/sleep.d/novatel_3g_suspend hibernate hibernate: success.

jeudi 16 février 2017, 13:45:46 (UTC+0100): performing hibernate

Modération : merci à l'avenir d'utiliser les balises code (explications ici).

Dernière modification par cqfd93 (Le 20/02/2017, à 19:12)

Hors ligne

#15 Le 20/02/2017, à 22:08

tarkan99

Re : [Résolu] Mise en veille impossible --> écran noir sur Ubuntu 16.04 LTS

quand tu parles veille, c'est veille simple ou veille prolongée ?


xubuntu 22.04.1 sur machine assemblée base de Core i5 9400

Hors ligne

#16 Le 24/02/2017, à 23:20

ndm97

Re : [Résolu] Mise en veille impossible --> écran noir sur Ubuntu 16.04 LTS

tarkan99 a écrit :

quand tu parles veille, c'est veille simple ou veille prolongée ?

Bonjour,

Il s'agit des deux à la fois. Mais il me semble que j'ai résolu le problème qui venait du fait que Windows était en veille prolongée pendant que je tentais de mettre en veille Ubuntu. En arrêtant Windows, il semble que la mise en veille+hibernation remarche comme avant.

Merci de votre aide.

Dernière modification par ndm97 (Le 24/02/2017, à 23:23)

Hors ligne

#17 Le 24/02/2017, à 23:56

tarkan99

Re : [Résolu] Mise en veille impossible --> écran noir sur Ubuntu 16.04 LTS

pense à mettre résolu dans le titre


xubuntu 22.04.1 sur machine assemblée base de Core i5 9400

Hors ligne