Can't type login password

I recently updated my pc (Manjaro with plasma) with the command sudo pacman -Syu. After rebooting it doesn’t let me type the login password nor using the mouse. It seems like keyboard and mouse are not recognized, despite they work fine in the grub menu or on Win10, which is installed as dual boot.
I can’t even use the combination ctrl+alt+f1 or any other fX button. I’m desperate.
I already tried to boot from advanced options in the grub menu and selecting other kernels with and without fallback initrams, but none of them worked

Please access the TTY as your user and let us know what happens if you run:
sudo pacman-mirrors -f5 && pamac update

1 Like

I can’t access tty since keyboard and mouse don’t work as input devices in the login screen

Please try to boot in runlevel 3 … do you know how to do that?

1 Like

I booted with runlevel 3 and this is what I get with sudo pacman-mirrors -f5 && pamac update:


:WARNINGhttps:/repo.manjaro.org
' Connection: HTTPSConnectionFoo1 (host='repo.manjaro.org' , port=443): Max retries exceeded with url: / (Caused by NewConnectionError(' (u
rllib3. connection.HTTPSConnection object at 0x7f632c5b0f40›: Failed to establish a new connection: [Errno -2] Name or service not known' ))'
::WARNING https://wikipedia.org
* Connection: HTTPSConnectionPoo1 (host='wikipedia.org', port=443) : Max retries exceeded with url: / (Caused by NewConnectionError(' ‹urllib3
.connection .HTTPSConnection object at 0x7f632c5b0be0»›: Failed to establish a new connection: [Errno -2] Name or service not known' ))'
:WARNING https://bitbucket.org'Connection: HTTPSConnectionPool(host='bitbucket.org'.port=443):Max retries exceeded with url: / (Caused by NewConnectionError(' ‹urllib3
.connection. HTTPSConnection object at 0x7f632c5b0f40> : Failed to establish a new connection: [Errno -2] Name or service not known'))'
:: INFO Internet connection appears to be down
:INFO Mirror ranking is not available
::INFO Mirror list is generated using random method
INFO Writing mirror list
::Italy
:https://ba.mirror.garr.it/mirrors/manjaro/stable/frepo/Sarch
:Italy
https://manjaro.mirror.garr.it/manjaro/stable/Srepo/Sarch
::Italu
:https://ct.mirror.garr.it/mirrors/manjaro/stable/Srepo/Sarch
:INFO Mirror list generated and saved to: /etc/pacman.dmirrorlist
:INFO Io reset custom mirrorlist'sudo pacman-mirrors -id'
:INFO To remove custom config run
"sudo pacman-mirrors
c all°
Preparazione.
Failed to query https://aur.archlinux.org/rpc/7u=5Qtype=infoGarg[]=albert&arg[]=android-studio8arg[]=balena-etcher®arg[]=boot infoscript&arg[]-ebtables@arg[]-electron6&arg
[]=google-chrome&arg[]=kwin-scripts-krohnkite-git&arg(]=libinput-multiplier&arg[]=libopenaptx&arg[]=nbpfan-git&arg[]=microsoft-edge-dev-bin&argL]=ns-office-online&argL]=n
==== AUTHENTICATING FOR org.manjaro.pamac. commit ===
Autenticazione richiesta per installare, aggiornare o rimuovere pacchetti
Authenticating as: Diego (diego)
Password:
==== AUTHENTICATION COMPLETE ====
Sincronizzazione database dei pacchetti...
https://ba.mirror.garr.it/mirrors/manjaro/stable/core/x86_64/core.db:Errorenel risolvere «ba.mirror.garr.it»: Nome o servizio sconosciuto
https://manjaro.mirror.garr.it/manjaro/stable/core/x86_64/core.db: Errore nel risolvere «manjaro.mirror.garr.it»: Nome o servizio sconosciuto
https://ct.mirror.garr.it/mirrors/manjaro/stable/core/x86_64/core.db: Errore nel risolvere «ct.mirror.garr.it»: Nome o servizio sconosciuto
Sincronizzazione database fallita
Niente da fare.
Transazione completata con Successo.

Please try:
sudo pacman-mirrors -c Global,Austria && sudo pacman -Syyu

You can switch back to the Italian mirrors later on …

1 Like

I found a solution:

  1. boot on runlevel 3 and login
  2. connect to the internet (easiest way is with a wired connection)
  3. reinstall libinput with sudo pacman -S libinput
  4. If it asks to remove libinput-multiplier due conflict, select yes
  5. Reboot and now everything should work

Thanks a lot for the help!

1 Like

Is an AUR package, hence you installed it on your own … :upside_down_face:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.