You are not logged in.
It has been requested that we make support for the i8042 keyboard and mouse controller modular. Some people get weird error messages because they don't have one and the manual probing slows down their boot. Tom took care of this on the kernel side (thank you) and the result finally landed in 3.13.
In order to get keyboard input during early init, if you don't have it already, add the keyboard hook to the HOOKS= line in /etc/mkinitcpio.conf and run mkinitcpio -P. It has been in the default configuration for some time.
WARNING: There's a downside to all this: On some motherboards (mostly ancient ones, but also a few new ones), the i8042 controller cannot be automatically detected. It's rare, but some people will surely be without keyboard. You can detect this situation in advance:
$ dmesg -t | grep '^i8042' i8042: PNP: No PS/2 controller found. Probing ports directly.
If you have a PS/2 port and get this message, add atkbd to the MODULES= line in mkinitcpio.conf and run mkinitcpio -P. If you just noticed that you are without keyboard after rebooting, fear not! Simply add
earlymodules=atkbd modules-load=atkbd
to your kernel command line in your bootloader.
I will move Linux 3.13 to [core] a few hours from now, to give everyone a chance to read this before upgrading. I apologize for any inconvenience this transition may cause.
Offline
Thousand threads about 'broken keyboard' in 3...2...1...
Offline
Go! Upgrade is live in [core].
Offline
Great! I was waiting for this so much for my Radeon HD 7770, but I don't seem to get the absolutely awesome boost in games... I'll still have to tweak a little.
M/B: Asus M5A97 LE R2.0 CPU: AMD FX(tm)-6100 Six-Core Processor GPU: XFX R9 390 DD Black Edition RAM: Kingston HyperX Beast DDR3 1866 2X4GB SSD: Crucial M4 128GB SATA 3
CPU and GPU are watercooled by Ibercool kit.
Offline
Thanks brain0 (and Thomas Bächler, perhaps you are the same person? )
Instead of worrying about all the "oooh nooo, now my keyboard is broken!" posts, let's be thankful to you for the heads-up!
To me this is a good example of how to warn people about possible problems before they update, and IMHO more Arch devs should do the same.
In particular I remember a recent libgl update which hit me like a brick because I didn't get a warning about what possible problems it might cause (had to boot to textmode and use lynx to read about the implications of it concerning my particular graphics card driver, etc.).
I'm all for more and better announcements about upgrade problems.
Thanks again, brain0!
Protip: Use `pacmatic` to do system upgrades: it will display any new announcements before starting the upgrade process.
Last edited by ackalker (2014-02-22 00:47:24)
Offline
Thanks brain0 (and Thomas Bächler, perhaps you are the same person? )
Yup: https://www.archlinux.org/developers/#thomas
Protip: Use `pacmatic` to do system upgrades: it will display any new announcements before starting the upgrade process.
This time even pacman displays a warning.
Offline
This time even pacman displays a warning.
Wow, way to go!
Offline
This time even pacman displays a warning.
Only half of it. The full story is way too verbose for the update.
Offline
Protip: Use `pacmatic` to do system upgrades: it will display any new announcements before starting the upgrade process.
Protip: read the news and don't rely on a pacman wrapper to do the work for you,
Offline
@2ManyDogs: There are "pacman wrappers" and there are "pacman wrappers".
AFAICT, pacmatic doesn't try to do your laundry, take your kids to school or visit your mother-in-law.
It just automates exactly that which you suggest (fetch and display news) and then some: it also scans the mailing lists for posts which may concern packages that one has installed. Didn't think of that one, did you?
And oh, after the upgrade it also scans your system for any .pacnew files that may need to be merged.
Right tool for the job, for me at least.
Last edited by ackalker (2014-02-24 19:19:00)
Offline
@2ManyDogs: There are "pacman wrappers" and there are "pacman wrappers".
[snip]
It just automates exactly that which you suggest (fetch and display news) and then some: it also scans the mailing lists for posts which may concern packages that one has installed. Didn't think of that one, did you?
And oh, after the upgrade it also scans your system for any .pacnew files that may need to be merged.
Assuming it looks in the right place all the time, and the developer of pacmatic doesn't want to screw everyone over, yes it works.
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline
So, where can I know more about this? what does this affect? I read it is related to a possible delay on boot because of the lack of ps2 io
Last edited by saif (2014-02-24 19:42:22)
Offline
So, where can I know more about this? what does this affect? I read it is related to a possible delay on boot because of the lack of ps2 io
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline
I realize this is a teeny-bit dated, but Hey, thankyou:
I "ONLY" use PS/2 keyboards, and I haven't ran into any of this?, but yes, kudos, and "way to go !"
Besides, PS/2 keyboards are, indeed, making a comeback, especially for Gamer's. lol.
Last edited by scjet (2014-03-08 05:31:51)
The "BSD" things in life are "Free", and "Open", and so is "Arch"
Offline
I didn't have this problem, but one that might be mistaken for it. At the time I upgraded a lot of things all at once, including the kernel and libevdev. Had no keyboard or mouse support on reboot.
makepkg-optimize · indicator-powersave · pantheon-{3d,lite} · {pantheon,higan}-qq
Offline