Menú alternativo
Toggle preferences menu
Menú alternativo personal
No has accedido
Tu dirección IP será visible si haces alguna edición

Diferencia entre revisiones de «Arch Linux»

De TechShareRoom wiki
 
(No se muestran 2 ediciones intermedias del mismo usuario)
Línea 22: Línea 22:
*[https://www.makeuseof.com/prevent-packages-from-getting-updated-arch-linux/ How to Prevent Packages From Getting Updated in Arch Linux]
*[https://www.makeuseof.com/prevent-packages-from-getting-updated-arch-linux/ How to Prevent Packages From Getting Updated in Arch Linux]
*[[Failed to commit transaction]]
*[[Failed to commit transaction]]
===== Failed to prepare transaction (could not satisfy dependencies) =====
*[[Failed to prepare transaction (could not satisfy dependencies)]]
For example you have this message:
*[[Failed to write file]]
 
*[[Possibly missing firmware]]
<syntaxhighlight lang="bash">
installing kio5 (5.111.0-1) breaks dependency 'kio' required by kfiredragonhelper
</syntaxhighlight>
 
You have to:
 
<syntaxhighlight lang="bash">
sudo pacman -R kfiredragonhelper
</syntaxhighlight>
 
Then, update your system normally and remove each time required packages if you don´t use them.
 
===== Failed to write file =====
<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.
 
===== Possibly missing firmware =====
 
<syntaxhighlight lang="bash">
WARNING: Possibly missing firmware for module
</syntaxhighlight>
 
Solución: Pendiente


= Comandos  =
= Comandos  =

Revisión actual - 01:29 28 ago 2025