You are not logged in.
Hi hope someone can help,
This morning I updated all packages via "pacman -Syu" and found after rebooting that I couldn't type anything at login / gdm (or even drop back to fallback shell)
After disabling gdm via systemd.mask I validated that the non graphical shell worked as expected and also that lightdm worked fine to launch into gnome shell (from their everything is ok)
So my issue seems to revolve around the newest gdm.... Anyone seen issues like this lately?
Offline
Yes, Have this problem too and saw some other posts made in the last few days about this.
Offline
pacman -Qs ibusAlso test https://wiki.archlinux.org/title/GDM#Use_Xorg_backend and please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stOffline
Got the same issue.
My workaround is to switch to a new terminal session from GDM (Ctrl + Alt + F2), then come back to GDM session (Ctrl + Alt + F1). Then keyboard is working
➜ ~ pacman -Qs ibus
local/hidapi 0.14.0-1
Simple library for communicating with USB and Bluetooth HID devices
local/libgusb 0.4.6-1
GObject wrapper for libusb1
local/libibus 1.5.28-4
IBus support library
local/libusb 1.0.26-2
Library that provides generic access to USB devices
local/libusbmuxd 2.0.2-3
Client library to multiplex connections from and to iOS devicesBoot systemd journal : http://0x0.st/H1A8.txt
Offline
Jul 03 18:50:08 archdesktop /usr/lib/gdm-x-session[1229]: (II) Using input driver 'libinput' for 'Corsair Corsair Gaming K95 RGB PLATINUM Keyboard'
Jul 03 18:50:08 archdesktop /usr/lib/gdm-x-session[1229]: (EE) systemd-logind: failed to take device /dev/input/event8: No such device
Jul 03 18:50:08 archdesktop /usr/lib/gdm-x-session[1229]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: always reports core events
Jul 03 18:50:08 archdesktop /usr/lib/gdm-x-session[1229]: (**) Option "Device" "/dev/input/event8"
Jul 03 18:50:08 archdesktop /usr/lib/gdm-x-session[1229]: (EE) xf86OpenSerial: Cannot open device /dev/input/event8
Jul 03 18:50:08 archdesktop /usr/lib/gdm-x-session[1229]: Permission denied.
Jul 03 18:50:08 archdesktop /usr/lib/gdm-x-session[1229]: (II) event8: opening input device '/dev/input/event8' failed (Permission denied).
Jul 03 18:50:08 archdesktop /usr/lib/gdm-x-session[1229]: (II) event8 - failed to create input device '/dev/input/event8'.
Jul 03 18:50:08 archdesktop /usr/lib/gdm-x-session[1229]: (EE) libinput: Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: Failed to create a device for /dev/input/event8
Jul 03 18:50:08 archdesktop /usr/lib/gdm-x-session[1229]: (EE) PreInit returned 2 for "Corsair Corsair Gaming K95 RGB PLATINUM Keyboard"
Jul 03 18:50:08 archdesktop /usr/lib/gdm-x-session[1229]: (II) UnloadModule: "libinput"This looks like a related problem and comes from some™ config file.
grep -r event8 /{etc,usr/share}/X11/xorg.conf*Jul 03 18:50:23 archdesktop /usr/lib/gdm-x-session[1699]: (==) Using config file: "/etc/X11/xorg.conf"
Jul 03 18:50:23 archdesktop /usr/lib/gdm-x-session[1699]: (==) Using config directory: "/etc/X11/xorg.conf.d"
Jul 03 18:50:23 archdesktop /usr/lib/gdm-x-session[1699]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Jul 03 18:50:23 archdesktop /usr/lib/gdm-x-session[1699]: (==) ServerLayout "Layout0"
Jul 03 18:50:23 archdesktop /usr/lib/gdm-x-session[1699]: (**) |-->Screen "Screen0" (0)
Jul 03 18:50:23 archdesktop /usr/lib/gdm-x-session[1699]: (**) | |-->Monitor "Monitor0"
Jul 03 18:50:23 archdesktop /usr/lib/gdm-x-session[1699]: (**) | |-->Device "Device0"
Jul 03 18:50:23 archdesktop /usr/lib/gdm-x-session[1699]: (**) |-->Input Device "Keyboard0"
Jul 03 18:50:23 archdesktop /usr/lib/gdm-x-session[1699]: (**) |-->Input Device "Mouse0"
Jul 03 18:50:23 archdesktop /usr/lib/gdm-x-session[1699]: (**) Option "Xinerama" "0"Regardless of the above result, get rid of /etc/X11/xorg.conf - it's nvidia-settings generated garbage and will at best occlude issues.
Offline