forked from foxora/nix
hopefully fixed nvme issue
This commit is contained in:
parent
2a66cb0014
commit
cf23725f2f
4 changed files with 42 additions and 45 deletions
|
|
@ -33,9 +33,11 @@
|
|||
"initcall_blacklist=simpledrm_platform_driver_init"
|
||||
"fbcon=map:0"
|
||||
|
||||
# fixes nvme drive not waking up
|
||||
# "nvme_core.default_ps_max_latency_us=0"
|
||||
# "pcie_port_pm=off"
|
||||
# stops kernel from setting power states on nvme drives because it keeps
|
||||
# disconnecting my drive and my system locks up
|
||||
"nvme_core.default_ps_max_latency_us=0"
|
||||
"pcie_aspm=off"
|
||||
"pcie_port_pm=off"
|
||||
];
|
||||
extraModulePackages = with kernelPackages; [v4l2loopback];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue