Yeah but try pressing more than 4 keys at once on the PS2 keyboard and get back to me
That is a limitation of the keyboard not PS/2. Unlike USB which is limited to 10 simultaneous key presses, PS/2 supports full n-key rollover.
This, it’s why I still use the PS2 interface. Full n-key rollover is impossible for me to do without.
USB is not limited to 10, or 6 as is sometimes stated.
I think you’re confusing USB and PS/2. USB has (or used to have?) a limit on the number of keys you could press, whereas PS/2 supports n-key rollover.
A bunch of those points about ps2 are no longer accurate, it’s emulated on modern computers.
Are PS/2 ports still operating on hardware interrupts these days? I would expect these to be emulated as USB devices at this point, depending on whatever I/O chipset is in play.
The bit about USB asking the CPU is kinda true? My understanding is that it’s a packet protocol of sorts, so it’s really just writing post-it notes for each button press and leaves them on the CPU’s whiteboard for later.
I know this is a shitpost, but what’s interesting is that even though USB doesn’t directly interrupt the CPU it’s still faster. USB is able to get the entire packet sent before PS2 even sends one. It’s very interesting. So if you ever see anyone unironically saying there is less latency call them out!
USB: Many designs and revisions, none of them perfect
Nah, USB 3.2 Gen 2x2 SuperSpeed is the best! And it took me only 30 minutes of reading articles and wiki pages to get that information! although I’m not sure what USB4 Gen 3×1 is, but it’s only x1 so can’t be that good, right?
I haven’t seen a device with those in a very long time.
cause its good
I’m glad to have it. I have to keep my old PS/2 keyboard plugged into that slot so I can get into the BIOS. My USB keyboard isn’t recognized until it’s too late to interrupt the boot process.
I had the same problem until I learned motherboards tend to prioritize the top usb slots or specific ones for the boot process. Switching to those fixed it for me. Any such luck?
I did try that but unfortunately it didn’t work on my system. There is also an option for the systemctl reboot command that I haven’t tried yet but plan to next time I need to get into the BIOS. IIRC it’s --firmware-setup
. It’s supposed to reboot you into the BIOS, but whether it works or not depends on if your hardware supports it.