this post was submitted on 02 Sep 2023
2047 points (95.8% liked)

Memes

45546 readers
617 users here now

Rules:

  1. Be civil and nice.
  2. 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
2047
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Crass_Spektakel 4 points 1 year ago* (last edited 1 year ago) (1 children)

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.

[โ€“] [email protected] 1 points 1 year ago

DKMS is what you want rather than do it manually.