Device 'Silicon Motion AGl512G16Al198 512GB'
ID |
NVME silicon-motion-agl512g16al198 |
Type |
disk » |
Vendor |
Silicon Motion » |
Name |
AGl512G16Al198 512GB |
|
|
|
Status (1)
The device is a part of the following computers:
HWid | Type | Vendor / Model | Probes | System | Last Status | |
83382 » |
notebook |
Lenovo / V15 G3 IAP 82TT |
1 |
Kubuntu 23.10 |
limited |
Problem: NVME does not work after resuming from suspend mode:
nvme 0000:01:00.0: Unable to change power state from D3cold to D0, device inaccessible
nvme nvme0: Disabling device after reset failure: -19
Solution: Change kernel boot parameters in GRUB:
sudo nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nvme_core.default_ps_max_latency_us=200"
sudo update-grub