this post was submitted on 10 Mar 2025
293 points (98.0% liked)
linuxmemes
24209 readers
720 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows.
- No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. 🇬🇧 Language/язык/Sprache
- This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
- Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed.
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
Windows is great because if you plug your mouse into one USB port then maybe you move the mouse to another, it completely forgets that mouse ever existed and is like “setting up device!”
Bro, you know what this is.
It sure is great. If I remember correctly, there was a Windows 95 error saying "keyboard not found, press F2 to continue."
No it wasn't just win95 but also IBM DOS and BIOS.
Keyboard not found, press F2 to continue asks the users to either plug in a keyboard and the press F2 on that one to continue or press F2 on an unrecognised keyboard so that the OS could pick it up.
It would then reload the driver's for the PS/2 keyboard and continue as normal.
Thanks for the explanation!
It still does look funny though.
well technically.... USB initialization isn't that simple, when you change which port it's plugged into, it's numerated under that new memory space, so from the computers perspective, it's a different number, it's a different device.
Is that just obfuscated on other platforms (like MacOS)? I don't think I've ever had a Mac get "confused" by a device by changing its port.
the other OS's don't store the configuration in the registry, that's the main difference
I see.
So Windows just needs to git gud.
Git gut by using a sane POSIX architecture just like any other OS out there.
Could be like Linux where a lot of drivers are in the kernel and it doesn't need to add drivers every time you plug something in
Usually you have a vendor and a device id to identify the connected device on the bus
You're right though, that in every different port it will get its own memory allocated an so on (at least I also believe that), but that's no reason to not identify the already known device
there are a couple IDs in the device manager, if you look closely you will see where it changes, and then search the registry for that string and you will find how crazy Windows can be with USB hardware. Actually stripping out those ID's is a huge pain. I only know because of having to make legacy hardware work for work
it was worse with USB1 and old drivers wouldn't unload so then when you unplugged them and plugged them back in, sometimes they wouldn't work unless you rebooted. Windows is stupid
That's very unlikely to happen. Once the driver is installed via Windows update it doesn't magically uninstall itself.