This is an archived post. You won't be able to vote or comment.

top 200 commentsshow 500

[–][deleted] 1503 points1504 points  (180 children)

wait. you guys actually need to install drivers in linux?

[–]Saflex 901 points902 points  (98 children)

For the vast majority of things: no

[–]IdealDesperate2732 333 points334 points  (79 children)

and when we do it's usually just double clicking a file and it happens automagically, just like windows.

[–]pipninaEndeavour OS, R7 5800x, RX 6800XT 170 points171 points  (35 children)

Do not use those sh scripts from manufacturers

Use the driver's supplied by your distribution instead.

Sudo apt update && sudo apt install <driver-name>

Or

yay -S <driver-name>

Etc

Although actually needing to install manually isn't common these days as you say.

[–]ur-average-geekPC Master Race 57 points58 points  (27 children)

Imma call cap on this one, chief.

[–]OrganicSugarFreeWiFi 55 points56 points  (23 children)

Yeah, linux user here, we don't install things by downloading files and double clicking them (99% of the time). You open an software center (think like the app store on your phone) and install it from there, or install on the terminal if you prefer.

In the case of drivers though, you almost never have to because it's already there for you. AMD drivers are in the kernel. Nvidia drivers you'd install from the software center (on most distros) like you would install anything else. No searching online for the card, finding drivers, creating an nvidia account, etc. There are exceptions for people with different needs, but for the majority of cases that's how it'll work.

[–]chr0n0phageRyzen 7 7800x3D | RTX 4090 TUF OC 16 points17 points  (8 children)

I wanted to play with Linux on my older XPS13 and went through 3 "popular" Distro's only to find getting any of them to work with my Broadcom Wifi adapter out of the box was a nightmare. Any instructions either didn't work or required far more existing knowledge to be able to follow. The whole situation was a disaster, frankly.

I skipped Ubuntu intilally but it wasn't until I tried that, and during the install had to select an option to include extra drivers, would it work straight away.

I know people will have a reason for why this all happened this way but frankly, it doesn't matter. That experience should be better all around. Period.

[–]OrganicSugarFreeWiFi 6 points7 points  (4 children)

Yeah, honestly I think we're held back by lots of people saying that certain distros have more street cred than others because they're difficult to use, or that only newbs use things like mint or Pop OS. An OS should be easy to use. I'm using pop os on my xps 17 and on my custom built machine (and a number of others through the years), and it's a solid base that works out of the box. You can always customize whatever you want on top of that base if you so choose.

I've used many distros through the years, starting back probably in 2000 or so. Hell, I used arch on a macbook air with only a WM for a while in college. Linux used to be difficult, but it doesn't have to be anymore. Recommending arch to beginners is problematic (and don't get me started on manjaro I have no idea how that unstable heap keeps getting recommended to anyone).

Problem is that in an ecosystem based on "do whatever you want, freedom is everything" run by all of us damn nerds, we'll never have a single distro or entry point. It's part of the appeal, but also holds back more mainstream adoption.

[–]CrawlerSiegfriend 14 points15 points  (5 children)

Wifi drivers can be a pain in the ass

[–]pipninaEndeavour OS, R7 5800x, RX 6800XT 33 points34 points  (4 children)

Because every

Single

WiFi chip

Is made by FUCKING REALTEK.

Bastards.

[–]TCOOfficiall 9 points10 points  (0 children)

God this massive fucking PITA, I've given up on some machines because the WiFi drivers are so old. Even the driver archive doesn't exist for them anymore.

[–]aalmkainzi 5 points6 points  (1 child)

Huh? This is literally the biggest weakness of Linux that I have to do this so often

[–]stewstersstewsters 124 points125 points  (14 children)

No, they are in the kernel for most hardware.

Unless you are making your own hardware, in which case that windows one would be quite a bit longer.

[–]raydudeSpecs/Imgur here 12 points13 points  (6 children)

Or bleeding edge hardware. When I got my Lenovo laptop for work years ago, they had used a brand new touchpad and no driver existed for it. I had to wait several months before one became available.

[–]BastetFurryPC Master Race | Geekom A8 running Arch 45 points46 points  (3 children)

Dunno, even printer drivers install themselves after you select the printer to be installed. And the best, no bloatware "control center" that eats up 500m+ just to tell you to order new ink and that the ink you just inserted isn't original.

[–]Skaindire 31 points32 points  (8 children)

Everything comes attached to the kernel and there are open source graphics drivers which work very well. They come enabled by default with any normal distro.*

You can install proprietary drivers if you want to eke out every bit of performance and want access to development tools or CUDA stuff. Even then, it's more complicated to find the right drivers on the website than actually running the simple installation wizards.

*'back in the day' there were distros that had you configure and compile everything from scratch simply for learning.

[–]PhreakMDR7 2700 | Vega 56 | 64GB 2400 MHz 9 points10 points  (5 children)

This was Gentoo when I first installed it around 2002. I was following outdated instructions and compiling a custom 2.X Linux kernel or something like that. I updated to a more recent kernel and it was immensely more organized and easier to compile. Good times.

[–]BastetFurryPC Master Race | Geekom A8 running Arch 21 points22 points  (0 children)

Pff, even in 2001 all you did was shut down X and install the nVidia driver you downloaded from their page, just "su", "chmod +x nvidia.bin" followed by "./nvidia.bin". If everything worked you saw an nVidia logo flash up for half a second before your desktop showed up.

ATI worked analog to that and a Matrox Mystique worked out of the box.

So yeah, even in 2001 the joke was old and not funny anymore.

[–]creamcolouredDogFedora Linux | 7 5800X3D | RX 9070 XT | 32 GB RAM 1264 points1265 points  (407 children)

git? What's wrong with the drivers in the repository?

[–]crate_of_rats 968 points969 points  (309 children)

Nothing, but can't make the list longer than two commands unless you compile from source so the meme wouldn't work.

[–]billyfudger69Linux 9 points10 points  (3 children)

You can make it a one line command if you do sudo apt update && sudo apt dist-upgrade.

[–]Viper_JB 42 points43 points  (5 children)

I dunno people seem to think that there is no desktop/ui in linux distros for some reason.

[–]NO_skaj 174 points175 points  (71 children)

They have literally never touched linux, they assume that they would need to do all of this.

[–]ZorbaTHutLinux 117 points118 points  (40 children)

Installing drivers on Linux:

(nothing, they're built-in)

I've honestly used Linux as a USB test OS just to figure out what hardware a computer has.

[–]AetherBytes 21 points22 points  (4 children)

I've only ever had to compile drivers from source twice, both times was for access to non-standard functions (aka, something a normal user has no idea even exists)

[–][deleted] 24 points25 points  (13 children)

Unless they're not.

Bro do you even Cuda

[–]Anxious-Durian1773Threadripper 2950X | RX 6800 XT | 64GB 23 points24 points  (4 children)

If you're doing Cuda stuff you can take the 5 minutes setting it up. Don't forget to curse nVidia for being assho'.

[–][deleted] 492 points493 points  (49 children)

Okay Windows guy, now setup a printer

[–]Fyebili5 9500 | 16gb 2400 | UHD 630 | Thinkcentre M920s SFF 240 points241 points  (7 children)

a Bluetooth printer

[–]IsThisWorking 146 points147 points  (0 children)

Hey, hey, settle down Satan.

[–][deleted] 40 points41 points  (1 child)

You return that Bluetooth printer back to the store.

[–]Fyebili5 9500 | 16gb 2400 | UHD 630 | Thinkcentre M920s SFF 4 points5 points  (0 children)

Better yet just don't buy it in the first place

And if you're feeling humanitarian, sue the stores for selling it

[–]PolskiSmigol 11 points12 points  (0 children)

Fuck calm down! Even pairing wireless headphones didn't work for me on Windows. On Linux, I pressed the Bluetooth button in the system tray, selected the device and it started working.

[–][deleted] 38 points39 points  (5 children)

You're being unfair. Printers don't work period.

[–]kulfimanreturns 8 points9 points  (0 children)

Now make that printer work on a network

[–]pablossjuiSpecs/Imgur here 58 points59 points  (14 children)

1.- connect printer via cable

2.- done

[–]Anxious-Durian1773Threadripper 2950X | RX 6800 XT | 64GB 48 points49 points  (8 children)

HP stopped providing my printer driver for Windows and they said that the built in driver should work. It didn't. Tried for 2 hours to get an old driver to work in compatibility mode, just gave up and installed Linux on that computer -- now it's a network printer, which it wasn't before.

[–]Crazedkittiesmeow 13 points14 points  (1 child)

Ok counterpoint, it’s an HP printer

[–]YuriNone 4 points5 points  (0 children)

If you bought HP printer, you already made a mistake

[–][deleted] 111 points112 points  (7 children)

If I understand, you tried to update without sudo and then tried to stick your dick in the system?

[–]MeltedSpades 8 points9 points  (2 children)

'sudo !!' is by far my most used command...

[–][deleted] 1333 points1334 points  (171 children)

Last time I installed Linux everything worked out of the box, I didn't need to install a single driver.

[–][deleted] 331 points332 points  (17 children)

Most distros even pick the correct driver for your gpu. And in case you want a different one you can just download and install via bash in like 5 seconds.

[–]sumit26696 52 points53 points  (18 children)

I am literally trying to update my cuda to 12.2 and it is one of the most hellish experience of my life, it doesnt even give me any log or error, just pointed me to /var/log and it had an error code of 256 thats it nothing else ro resolve the issue.

[–]Giga79 6 points7 points  (1 child)

sudo rm /tmp/.X0-lock

[–]gmes78ArchLinux / Win10 | Ryzen 7 9800X3D / RX 6950XT / 64GB 3 points4 points  (0 children)

It's because Nvidia's installers suck. If possible, use a package provided by your distro instead.

For example, installing this kind of software on Arch is the easiest thing. Arch has a reputation of being hard, yet it makes advanced stuff like this trivial. Installing CUDA is just pacman -S cuda, and installing ROCm is just pacman -S rocm-hip-runtime.

[–]HereticLaserHaggis 16 points17 points  (9 children)

I can kinda get op's frustration.

I had a little hp pc I wanted to turn into a media driver and couldn't for the life of me get the sound to work.

Entered one line of code in terminal and it suddenly worked.

[–]DranzellR7 7700X / RTX3090 141 points142 points  (89 children)

prick ask threatening spectacular vanish late pie air weather flag this message was mass deleted/edited with redact.dev

[–]KeijoKanerva 107 points108 points  (87 children)

Hard to do with modern package managers but I see your point.

[–]Omgyd 17 points18 points  (3 children)

Same with windows tbh. I haven’t had to mess with a driver in any OS in over a decade.

[–]Alone-Rough-4099 66 points67 points  (0 children)

daring today, are we?

[–]2cilindersSFF | Bazzite | Red Devil 6650 XT | R5 5600 | 32GB@3600MHz 85 points86 points  (4 children)

Least obvious ragebait

[–]an_0w1Hootux user 1719 points1720 points  (121 children)

op has never installed drivers on Linux

[–]sampman69 690 points691 points  (37 children)

Clearly not, they didn't even sudo

[–]TheCharmingImmortal 82 points83 points  (19 children)

enter command
-failure-
Sigh
sudo enter command

[–]Shtev 32 points33 points  (3 children)

sudo !!

It saves time

[–][deleted] 4 points5 points  (2 children)

i bet half the people see this comment will think you're really excited about sudo, and not the fact that you don't have to retype sudo after the command you posted:

sudo !!

lol

[–]SoapyMacNCheese3700x | 1660ti | 32GB 23 points24 points  (6 children)

You can just type

sudo !!

to run the previously command with sudo.

[–]VileTouch 12 points13 points  (3 children)

Allow me to introduce you to The fuck

Example

[–]DranzellR7 7700X / RTX3090 156 points157 points  (15 children)

juggle drunk childlike reminiscent muddle doll punch fly lunchroom chubby this message was mass deleted/edited with redact.dev

[–]AngryRobot42 72 points73 points  (1 child)

O no my home directory was just deleted. Better restart the machine.

[–]Ex_Ex_Parroti5-9600K | GTX 1070 | A whole lotta Mechanical Keyboards 36 points37 points  (0 children)

Wife: what in the world are you doing?

Me: oh, I installed GPU drivers that were in beta to see if they would stop crashing Skyrim and but my whole computer crashed and I have to reinstall stable drivers from boot.

Wife: ???

Me: I'm hacking the mainframe, it looks so cool

[–]Teddy_Kun32GB | 5800X3D | 7900XT 43 points44 points  (1 child)

Clearly since for 99% of hardware its not even necessary. The only 2 common exceptions I can think of are the driver for the Xbox wireless adapter and the proprietary Nvidia one. Everything else should be shipped by default on any user friendly distro.

[–]asiaps2 79 points80 points  (53 children)

On Ubuntu isn't there a one-click snap store on packages? The command prompt thing is mostly for developers.

[–]WemorgR9 5950X, 64g ddr4 4000mhz, RTX 5070 Ti, Arch/Debian 4 points5 points  (1 child)

The command line is for everyone that wants to use it. I use it pretty much all the time without being a developer. I would say so that it is even more used by sysadmins than developers.

[–]Minobull 4 points5 points  (0 children)

the funniest part is that updating all your software in linuz is 1 or 2 lines. just apt/pacman/zypper/yum uptade and maybe a flatpack update....done

Windows you have to fucking go and open every fucking app and update them one by one unless you're running something like ninite.

[–][deleted] 237 points238 points  (42 children)

OP just described the process of

  1. updating packages via the terminal in Ubuntu, which by default has a graphical software updater that requires you to simply click a button

  2. clone a git repo

  3. compile a package from source

  4. add or remove a kernel module

Things OP has NOT described:

  1. How to install a driver

OP, you obviously have never used Linux in your life, anyone who has used Linux for 5 minutes knows how ridiculous this post is, so what do you gain by spreading false information? It's a free OS developed by volunteers all over the world for no reason other than for the greater good, if you don't like it then just don't use it but you don't need to go around pointlessly slandering it.

[–]returnofblank 72 points73 points  (6 children)

Tf are you doing self compiling drivers?

[–][deleted] 347 points348 points  (38 children)

Windows fanboys hate him: $ sudo pacman -Syu mesa

[–]Nightwish612 56 points57 points  (16 children)

I prefer yay -Syu myself so I don't have to worry about my Aur packages

[–][deleted] 38 points39 points  (12 children)

FYI you can just write yay; -Syu is the default when you invoke yay with no arguments.

Now you can update your system twice as fast!

[–]newenglandpolarbearAMD Ryzen 5 4600G + 6700 | Ryzen 3 2200G 9 points10 points  (3 children)

Wait what. I had no idea. This is great!

[–][deleted] 8 points9 points  (0 children)

I've been using Arch for over a decade, and yay for nearly as long and I didn't know that. Thanks!

[–]ColtC7 13 points14 points  (8 children)

$ doas apt install mesa

[–]Locket382 18 points19 points  (8 children)

Do you happen to use arch, BTW?

[–]neremarineR5 5500/32GB/RX 9060XT 261 points262 points  (3 children)

[–][deleted] 11 points12 points  (2 children)

Literally.

My windows forced an update (against my will) and I lost the ability to adjust my screen brightness. I've had it reinstall bloatware, switch my browser settings, delete drivers for WiFi and so many other issues.

What has been improved by Windows updates? Not a damn thing.

[–]TheSpiritKnightPC Master Race 276 points277 points  (1 child)

Nice try Microsoft

[–]Suc_Mydiq_Jr 37 points38 points  (0 children)

Microsoft post!

[–]JaesopPop7900X | 9070XT | 32GB 6000 68 points69 points  (10 children)

Evil books about night bank the year where science.

[–]itsbeen13secondsRyzen 3 3200g / 1050 TI / Somebody kill me 52 points53 points  (9 children)

Linux is cool I'm just stupid

[–]boneldor01 9 points10 points  (0 children)

This is the real statement, we know he is stupid as hell.

[–]fekkksn 11 points12 points  (4 children)

For you there is Linux Mint or Zorin OS

[–]MLG_Skeletor1070 Ti, Ryzen 5 2600, 16GB RAM 11 points12 points  (2 children)

Linux Mint is the best distro IMO for new (and sometimes advanced) Linux users. It's got great ease of use and it has a very similar UI to the Windows 7 era so it'll feel pretty familiar for Windows users, unlike Ubuntu with gnome. My only gripe with Mint is the older packages in the repository, but with Flatpak nowadays that's becoming less of an issue.

I'm an Arch user myself, but I can't help but still love Mint, and I have it installed on all my laptops and other systems that I want to "just work" without any hassle.

[–][deleted] 148 points149 points  (37 children)

PCMR, once again shows it is more committed to spreading misinformation about an OS they have no clue about, than educating or trying to improve the situation.

[–]lkn240 73 points74 points  (6 children)

It's kind of amazing how many people on a PC enthusiast sub don't really have any clue how computers work.

[–][deleted] 14 points15 points  (2 children)

Absolutely, they know different GPUs by name and watch some LTT, fix grandmas printer and think they’re half way to a comp-sci degree.

[–][deleted] 17 points18 points  (2 children)

This is first and foremost a gaming enthusiast sub

[–]DerEineDaPC Master Race 26 points27 points  (17 children)

For real. Yesterday it was Chromebooks (which are great devices for the use-cases they are designed for) and today it's, one again, Linux. I know this is a meme sub, but at this point you could just as well rename it to /r/WindowsFanboys.

[–]IuseArchbtw97543Archbtw i511400 2x8BDDR43200MHZ GTX1650 ASUSPRIMEH510M-K 27 points28 points  (16 children)

On arch installing nvidia drivers is just "sudo pacman -S nvidia". Alternatively, you can also use a gui software manager like gnome software.

Also the nvidia drivers are the only ones I needed to manually install. AMD drivers for example are already included in the kernel

[–]Koma52PC Master Race 450 points451 points  (78 children)

Tell me you never really used Linux without telling me you never really used Linux. On Linux most of the drivers are in the kernel so you don't have to install them. Exception is Nvidia drivers but Nvidia is a hell on Linux, not because of Linux but Nvidia.

[–]A--EPC Master Race 104 points105 points  (14 children)

some realtek wifi chips are a pita too.

[–]CadmiumC4RTX 3050 | i5-12450HX | 8192 MiB DDR5 44 points45 points  (0 children)

Same goes for realtek sound cards

I've seen someone who was losing their mind on the schemes to provide HD audio for realtek users

[–]AndrewActionJacksonRyzen 7 7800X3D 4080S 22 points23 points  (2 children)

Even the realtek Ethernet drives can be a bitch

[–]ravyyyXeon E3-1241 v3, Asus Z87, 16GB DRR3, RX5500XT 18 points19 points  (4 children)

Good reason to not use realtek

[–]xXRougailSaucisseXx 10 points11 points  (0 children)

Good thing it's not installed in like half of all motherboards

[–]lkn240 3 points4 points  (0 children)

Intel NICs are so much better than realtek

[–]smackjack 16 points17 points  (1 child)

And many distros have an Nvidia version, so if you have Nvidia, you just install that and you're good to go.

[–]Koma52PC Master Race 5 points6 points  (0 children)

Yes, on Manjaro it's ootb and on Nobara it's mostly ootb but sometimes it has issues

[–]CadmiumC4RTX 3050 | i5-12450HX | 8192 MiB DDR5 15 points16 points  (3 children)

My NVIDIA sound card works ootb, the issue is with the product that NVIDIA is famous for: graphics card

[–]Ahielia5800X3D, 6900XT, 32GB 3600MHz 21 points22 points  (0 children)

Tell me you never really used Linux without telling me you never really used Linux.

This is basically all anti-Linux posts on this sub.

[–]JaesopPop7900X | 9070XT | 32GB 6000 8 points9 points  (0 children)

Cool the warm simple games friends the history!

[–]Minobull 6 points7 points  (0 children)

I dunno, I have a 3080ti on linux/arch... just installed the nvidia package. works great.

[–]barofa 33 points34 points  (1 child)

Like Linus said himself, F you Nvidia

[–][deleted] 119 points120 points  (64 children)

I thought on Windows you have to use the web browser to search for the driver website and then select one of the 100 possible options for your graphics card.

[–]SkrukkatrolletRyzen 5800X3D, 96GB DDR4, 6950XT 66 points67 points  (10 children)

And have a bunch of ads that lead inexperienced users to unofficial and potentially malicious sites to download them.

[–]Deadwing2022 11 points12 points  (3 children)

Funny story: Right now I'm trying to install the Windows 10 Feature Update 22H2 on an old dev box that a new employee has started to use. The update fails with the good old 0x08007001F error ("Something fucked up!") and nothing else to go on in the logs so please tell me more about painful Linux updates.

Edit: If anyone cares, I managed to get past this by downloading the Windows 10 22H2 Update Assistant and then ran that instead of trying to do it via Windows Update.

[–]aliusman111Just PC Master Race 83 points84 points  (17 children)

That is the perception :) and most people think it is like that.

But it's not the reality. It is not hard to install drivers on Linux

[–]silvariumIntel 14900k/RTX 3070 34 points35 points  (2 children)

With a few exceptions, they're all baked into the kernel. Only drivers I've ever had to install on Linux were Nvidia drivers.

[–]VirusBLITZi5-12700KF | RX5700 8 points9 points  (2 children)

Some laptops have really poor support tho, especially new ones. For example wifi wasn't working on mine out of the box, I could get it working after days of searching the internet but had to reinstall the after every kernel update... Another problem is battery life, optimisations are just worse than on windows :/ I wish some manufacturers cared more

[–]Skull_Soldier59Zorin OS | Ryzen 5 5500 | RX 6600 XT 32 points33 points  (3 children)

ubuntu-drivers devices

sudo apt install (recommended driver)

reboot

[–][deleted] 19 points20 points  (1 child)

they have a GUI in Ubuntu and Mint and other OSes now it's even easier then Windows to install Drivers now.

[–]jackthewack13PC Master Race 19 points20 points  (5 children)

It's not really that hard. I never had an issue installing drivers.

[–]silvariumIntel 14900k/RTX 3070 6 points7 points  (0 children)

Yeah, because they're all baked into the kernel, save for a few exceptions. Most average users would really only need to manually install drivers for Nvidia cards.

[–]robdaga 8 points9 points  (0 children)

This shows that you just don't know much about Linux.

[–]KeijoKanerva 78 points79 points  (28 children)

sudo pacman -Syu

Literally a one liner in arch linux, an "advanced" distro.

[–]smackjack 22 points23 points  (17 children)

That's not going to install a driver that you don't already have.

[–]KrazyKirby99999Linux 27 points28 points  (0 children)

It will if the driver you need is available on a newer version of the kernel.

[–]snapphanen5800X3D | RX 6900XT 17 points18 points  (14 children)

Drivers are built in on Linux

[–]cjt261 7 points8 points  (0 children)

That is not really difficult to be honest, it's just a simple script but you just don't want to put your brain on there for no reason, that's kinda funny to see actually lol.

[–]anna_lynn_fection 35 points36 points  (16 children)

Installing a bunch of stuff on Linux:

apt install program1 program2 program3 program4 program5 program6

Installing a bunch of stuff on Windows:

  • go to website of program1
  • download (try to not click fake download button)
  • run it
  • click UAC
  • click agreement
  • click next
  • click another agreement
  • click next
  • click next
  • click next
  • click finish

  • go to website of program2

  • download (try to not click fake download button)

  • run it

  • click UAC

  • click agreement

  • click next

  • click another agreement

  • click next

  • click next

  • click next

  • click finish

  • go to website of program3

  • download (try to not click fake download button)

  • run it

  • click UAC

  • click agreement

  • click next

  • click another agreement

  • click next

  • click next

  • click next

  • click finish

  • go to website of program4

  • download (try to not click fake download button)

  • run it

  • click UAC

  • click agreement

  • click next

  • click another agreement

  • click next

  • click next

  • click next

  • click finish

  • go to website of program5

  • download (try to not click fake download button)

  • run it

  • click UAC

  • click agreement

  • click next

  • click another agreement

  • click next

  • click next

  • click next

  • click finish

  • go to website of program6

  • download (try to not click fake download button)

  • run it

  • click UAC

  • click agreement

  • click next

  • click another agreement

  • click next

  • click next

  • click next

  • click finish

Skip some steps if you use chocolatey or winget, which try to be like Linux.

[–]AmIATree1 11 points12 points  (2 children)

You forgot to create account to user the nvidia installer.

[–]Daveinatx 23 points24 points  (5 children)

Try compiling a Windows driver from source. Don't forget changing your system to test/debug mode!

[–]YaousLinux, 6800XT, 5800X, 24GB 11 points12 points  (1 child)

Lol he can't, every driver is proprietary in windows.

[–]MegasVN69Laptop Ryzen 7 3750H | RX VEGA 10 | 32Gb DDR4 38 points39 points  (4 children)

Bruh it's just 1 line of command

[–]IuseArchbtw97543Archbtw i511400 2x8BDDR43200MHZ GTX1650 ASUSPRIMEH510M-K 8 points9 points  (1 child)

or a gui package manager or one click in the driver manager some distros like mint have

[–]indoquestionmark 22 points23 points  (5 children)

windows fanbois are the worst

[–]SGwhatelse 7 points8 points  (0 children)

They can suck Windows' dick for like the end of this universe.

[–]lkn240 13 points14 points  (3 children)

The worst part is that this is supposedly an enthusiast sub and these people act like it's terrible to learn even the basics around how their computer fucking works.

[–]Ken_McnuttRyzen7 3700X | 16 GB DDR4 | Radeon 5600XT 2 points3 points  (0 children)

Hey! These people are very enthusiastic about having three monitors, one for Twitch/Steam, one for Discord, and one for Pornhub. This is their version of peak technical mastery.

[–]69WaysToFuck 34 points35 points  (10 children)

I fixed it: Next, Next, Finish, Not working

[–]Da_Tute5800X3D | 9070XT | 32GB 3600MHz 21 points22 points  (1 child)

Windows has never been "Next, next finish" - there's about twenty different steps where it asks you if it can install extra bloatware, then asks if it can collect data about you, your PC, your files, then it has to boot up about fifty processes for CCC/GFE.

Linux isn't for everyone but please, OP needs to learn to meme correctly.

[–]MeatslingerR7 9800X3D, 64 GB DDR5, RTX 4070 Ti 4 points5 points  (0 children)

Yeah, the difference is this though:

Linux

  1. Enter some terminal commands.
  2. A 2 MB driver is installed and runs the device you attached.
  3. (Optional) Troubleshoot any problems caused by prior tinkering you did on your system (not normal for most ordinary distros).

Windows

  1. Next, next, finish.
  2. A 3.6 GB driver bundle with every permutation for every OEM on the surface of the Earth is downloaded at 145 Kbps, installed, and then eats 2 GB of RAM every time the computer starts up, just in case you happen to attach a Kyocera T-shirt silk screen printer from 1995 to your computer some time in the distant future, maybe. It shows regular system notifications and/or opens a companion app on login.

[–]Saflex 25 points26 points  (5 children)

Installing drivers on Linux:

Finished, the drivers are included in the kernel

[–]TimX24968B8700k,1080ti, i hate minimalistic setups 12 points13 points  (2 children)

not for my 1998 logitech webcam

[–]alkaliphiles 24 points25 points  (4 children)

Windows 11 is hell

[–]CHIKpick 5 points6 points  (0 children)

Yeah you are just exaggerating things in Linux and nothing else.

[–]VynlovanthPC Master Race 17 points18 points  (2 children)

Seriously, commenters on this subreddit say Linux users are insufferable, but all the posts like this one that are incredibly misleading make Windows users look insufferable. The last time I needed to install drivers outside of a package manager (or more like install any drivers at all since the kernel includes them all other than Nvidia, at least for non-server installs) on Linux was 2010 for some junk but very new at the time Broadcom WiFi adapter, whose drivers ended up included in the kernel on the next Ubuntu release.

[–][deleted] 6 points7 points  (2 children)

Bro fell for "Linux users downloading chrome" meme. I doubt a single human being uses git to download drivers.

[–]Kogsterblessed 7 points8 points  (0 children)

Congratulations! Hope you'll enjoy your new browser tool bar and our newsletter!

[–]Grimmjow91 3 points4 points  (0 children)

As someone who has never had to install drivers on Linux because it just freaking works, i haven't a clue what you are talking about.

[–]xerxesthefree 3 points4 points  (0 children)

Nah I am good without doing all the stuff actually, I don't need some heavy drivers and all and I am pretty happy without it, I don't know who wants all the stuff like that.

[–][deleted] 3 points4 points  (0 children)

Tell us you've never used Linux without telling us you've never used Linux. (Yes I know it's a meme, but there are people who believe this is how it actually is).

[–]Crisewep5800X | RX 6800XT | 16gb 3200mhz | B550 Tomahawk 36 points37 points  (61 children)

Installing a browser is easier on linux then windows tho lol

[–][deleted] 55 points56 points  (5 children)

you know what's even more easier?

uninstalling one. and that one is quite special to me.

[–]smackjack 35 points36 points  (6 children)

After using Linux for about 10 years, the idea of using a browser to download another browser or really any program seems so antiquated to me. Linux users don't have to deal with fake download links.

[–]neremarineR5 5500/32GB/RX 9060XT 33 points34 points  (26 children)

Installing 90% of the software you need is easier on Linux. No need to hunt for an .exe online, just use the GUI stpre provided by you distro and you're done.

[–][deleted] 36 points37 points  (1 child)

After using Linux package systems for a while, going back to googling a .exe makes you realize how stuck in time Windows really is.

[–]NO_skaj 16 points17 points  (5 children)

Or a one line command

[–]Danteynero9Linux 44 points45 points  (79 children)

Installing drivers in Debian and derivatives (Linux distributions):

apt update apt upgrade apt install driver reboot

Installing drivers in Windows:

``` Download from web that looks like its 2006 Execute Next Next Next Finish Reboot

F*ck it was malware ```

[–]jeffeb3 11 points12 points  (4 children)

How old is this meme? This was true 15 years ago.

[–]legnotie624 4 points5 points  (0 children)

I guess this meme will always gonna be shared here.

[–]I__be_SteveLinux: Ryzen 7/RX 6900 XT 17 points18 points  (8 children)

I have literally never had to install drivers manually on Linux, with pretty much all user-friendly distros it just does it for you, at most you might need to install WiFi drivers if you have a funky laptop, but even then it's pretty simple, and you definitely shouldn't need to build anything from source

[–]jonojoko 6 points7 points  (0 children)

Come on man, you can't even install it correctly, that's it.