Diferencia entre revisiones de «Failed to write file»
De TechShareRoom wiki
Más acciones
Página creada con «<syntaxhighlight lang="bash"> Failed to write file "/sys/module/pcie_aspm/parameters/policy": Operation not permitted error: command failed to execute correctly </syntaxhighlight> Solución: You have to use pcie_aspm=force as boot parameter if support, or use pcie_aspm=off if not support.» |
m Texto reemplazado: «<syntaxhighlight lang="bash">» por «<syntaxhighlight lang="bash" copy>» |
||
| Línea 1: | Línea 1: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash" copy> | ||
Failed to write file "/sys/module/pcie_aspm/parameters/policy": Operation not permitted | Failed to write file "/sys/module/pcie_aspm/parameters/policy": Operation not permitted | ||
error: command failed to execute correctly | error: command failed to execute correctly | ||
Revisión actual - 14:02 26 ene 2026
Failed to write file "/sys/module/pcie_aspm/parameters/policy": Operation not permitted
error: command failed to execute correctlySolución:
You have to use pcie_aspm=force as boot parameter if support, or use pcie_aspm=off if not support.