this post was submitted on 02 Sep 2023
2047 points (95.8% liked)
Memes
45546 readers
617 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I once needed the driver to use "Floppy Streamers" under Linux. That is plain impossible with Windows. For Linux it just meant to recompile the kernel-module each time you updated the kernel which basically was "make && make install". Then at accessing /dev/qic-nst0 I had a Floppy Streamer.
Yes, sometimes you need drivers under Linux. But it is VERY rare.
DKMS is what you want rather than do it manually.