this post was submitted on 01 Nov 2025
30 points (100.0% liked)

Linux

13774 readers
174 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

Is there anything wrong with taking my ssd with mint out of my desktop and slapping it in an old laptop? I actually tried it and it seems to have booted up perfectly. How does it know what drivers to use automatically? Its pretty sweet that it works this easily.

top 12 comments
sorted by: hot top controversial new old
[–] j5906@feddit.org 2 points 11 hours ago

did the same with a PopOS installation on vastly different devices, was prepared to wipe it all and do a clean install, but failed to get to bootloader in time. You can imagine my shock when it booted up perfectly fine without a single error!

[–] theit8514@lemmy.world 20 points 2 days ago

Most distros use a generic kernel that contains drivers neeeded for basic operation. These kernels are larger than ones specially made for your hardware. Some specialized drivers like graphics may not be included but will run in a more simplified graphics mode that works for all cards.

[–] danielton1@lemmy.world 10 points 2 days ago (1 children)

Linux doesn't have a Device Manager or database like Windows does. It automatically picks the appropriate drivers for the hardware in the system when it boots, based on what drivers are installed. And as others have mentioned, most distros ship generic kernels with all the open-source drivers included.

[–] bridgeenjoyer@sh.itjust.works 4 points 1 day ago (2 children)

Thats so nice.

Only thing that didnt work was the wifi card but that'll be an easy fix

[–] pmk@piefed.ca 4 points 1 day ago (2 children)
[–] Laser@feddit.org 2 points 12 hours ago (2 children)
[–] manwichmakesameal@lemmy.world 1 points 3 hours ago

Goddamn…….. I forgot all about that……..

[–] pmk@piefed.ca 2 points 12 hours ago

Yes, unfortunately. Everything is better now. We don't even have to generate a new xorg.conf anymore and worry about getting the refresh rate wrong.

Haha totally im asking for it now!

[–] danielton1@lemmy.world 1 points 1 day ago* (last edited 1 day ago)

Yeah, it confused me at first, but now I love it and never want to have to go back to dealing with Device Manager freaking out if I need to move a drive or swap out hardware.

[–] floofloof@lemmy.ca 8 points 2 days ago

It usually works fine. If later you find something isn't working, you can just install what you need. I've done this several times and had it just work, even on machines with very different hardware.

[–] rammjet@lemmy.world 5 points 2 days ago

When you boot the computer, each device identifies itself to the OS using a combination of a vendor code and a device code. In Terminal, try the following two commands:

lspci lsusb