You are not logged in.

#1 2017-10-13 09:16:04

carlitoco
Member
From: Berlin
Registered: 2017-02-23
Posts: 12
Website

After kernel update unfortunally my pc don't recognize usb keyboard

I've a dm-crypt lvm setup and a boot partition sda1 - so far to the setup -

After a normal pacman -Suy I got this problem that the usb keyboard isn't recognized anymore -

A fallback image works fine by the way thats why I pointed the problem to the kernel in my guess,

but maybe something else is wrong mkinitcpio.conf seems to be correct HOOK="keyboard keybmap before filesystem etc."

Do you have an idea, I'm clueless...

Offline

#2 2017-10-13 11:19:07

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: After kernel update unfortunally my pc don't recognize usb keyboard

Paste the actual content of your HOOKS, not just an approximation.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2017-10-13 18:24:34

carlitoco
Member
From: Berlin
Registered: 2017-02-23
Posts: 12
Website

Re: After kernel update unfortunally my pc don't recognize usb keyboard

What do you think should do a downgrade to the kernel before? And see whats happen?

Offline

#4 2017-10-13 18:29:51

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: After kernel update unfortunally my pc don't recognize usb keyboard

If that is your actual HOOKS line, it is a wonder you ever booted into Arch at all.


Moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2017-10-13 19:18:37

carlitoco
Member
From: Berlin
Registered: 2017-02-23
Posts: 12
Website

Re: After kernel update unfortunally my pc don't recognize usb keyboard

no that was figuratively ...

HOOKS="base udev autodetect modconf block keymap keyboard encrypt lvm2 filesystems fsck"

Last edited by carlitoco (2017-10-13 19:19:48)

Offline

#6 2017-10-13 21:55:12

loqs
Member
Registered: 2014-03-06
Posts: 17,199

Re: After kernel update unfortunally my pc don't recognize usb keyboard

Boot using the fallback initrd

bsdcpio -it < /boot/initramfs-linux.img > a
bsdcpio -it < /boot/initramfs-linux-fallback.img > b
diff a b # should list modules only present in the fallback initrd
lsmod # compare the list of loaded modules with the diff above

Offline

Board footer

Powered by FluxBB