LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-07-2020, 04:05 AM   #1
Wolf.Linux
Member
 
Registered: May 2020
Location: USA
Distribution: Debian
Posts: 41

Rep: Reputation: Disabled
[Question] Changed HDD from one latop to another.


So I hope this isn't too dumb of a question.
but I'm still learning

I had a older laptop that just wasn't able to do what i needed. (Samsung RV510)

I recently acquired a handed down pc. (Dell Latitude E6430)

So I took my HDD with debian 10 buster out of the samsund and popped it into the dell.

I don't recall ever manually/actively searching for any drivers and installing them myself and it was a fairly fresh install while it was in the samsung.

Is there anything I need to be aware of when doing this HDD switch from one pc to the next?
Maybe some sort of drivers that were detected during the initial setup and installed without me needing to interfere that I should somehow seek out and remove? or anything else of that sort.

Just trying to figure things out and learn as i go.
 
Old 06-07-2020, 05:23 AM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,249

Rep: Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156
Best way to learn is to try it and see what happens. Then try to fix what goes astray. If it all goes down the toilet, re-install.
Whatever happens you've learnt something.

In general, the installer does a pretty good job of sussing out what needed - but Debian being Debian, you might find non-free drivers are missing, and not looked for. Might prove interesting to resolve later, but no real issue. I don't use Debian BTW.
If you want to keep any customisations, it would pay to have /home setup (i.e. moved in need) to a separate partition prior to starting all the above.
 
1 members found this post helpful.
Old 06-07-2020, 05:34 AM   #3
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: One main distro, & some smaller ones casually.
Posts: 5,654

Rep: Reputation: Disabled
Normally, you will only have a problem if your distro of choice doesn't have the necessary drivers included. Linux looks for & loads drivers when it starts up.
 
1 members found this post helpful.
Old 06-07-2020, 09:16 AM   #4
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,690

Rep: Reputation: 487Reputation: 487Reputation: 487Reputation: 487Reputation: 487
If the processors, chipsets, WiFi chips, etc, differ between the laptops you will possibly have problems.

Suck it and see, you may get lucky!

Play Bonny!

 
Old 06-07-2020, 12:48 PM   #5
Wolf.Linux
Member
 
Registered: May 2020
Location: USA
Distribution: Debian
Posts: 41

Original Poster
Rep: Reputation: Disabled
Thanks guys! I really do appreciate the info!
I tried it out, everything worked fine except for the internet.
I popped in a live usb to see if it would detect my wifi and it was as mentioned.

Debian "Your system requires non free drivers insert media with b43/ucode30_mino.fw"

I had no clue where to begin so I restarted without formatting.

Found that i should do:
Code:
sudo apt-get install firmware-b43-installer
from google.

(I have no idea how to figure out what my "chipset" is.)

This seemed to now work and discover networks but wifi kept disconnecting every few momwnts.
So me not knowing what I'm doing, winged it and did an:
Code:
 sudo apt purge Network-Manager
Connected and Ethernet, then reinstalled.
So far so good.

I just down know how to find my chipset for things, or why this even worked.
but it did. haha
 
1 members found this post helpful.
Old 06-07-2020, 01:23 PM   #6
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,950

Rep: Reputation: 513Reputation: 513Reputation: 513Reputation: 513Reputation: 513Reputation: 513
Your actual chipset might not consist of distinct chips, these days...
https://www.howtogeek.com/287206/wha...should-i-care/
 
1 members found this post helpful.
Old 06-07-2020, 02:14 PM   #7
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
Quote:
Originally Posted by Wolf.Linux View Post
(I have no idea how to figure out what my "chipset" is.)
in case you are interested in knowing for future use or just curious to see, you can use lspci | grep -i network to find the name of your network controllers, lshw -C network (some distros require you to run this as root) will give you quite a few more details about them and ip link will show you the network status of those devices.
 
Old 06-07-2020, 02:22 PM   #8
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,610

Rep: Reputation: 1645Reputation: 1645Reputation: 1645Reputation: 1645Reputation: 1645Reputation: 1645Reputation: 1645Reputation: 1645Reputation: 1645Reputation: 1645Reputation: 1645
Quote:
Debian "Your system requires non free drivers insert media with b43/ucode30_mino.fw"

I had no clue where to begin so I restarted without formatting.

Found that i should do:
Code:

sudo apt-get install firmware-b43-installer

How to add non-free and conrib repositories
https://gist.github.com/ChristopherA...c59c010a23b6cd
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux Modem Drivers for Toshiba Satellite P25-S507 Latop AJones Linux - Networking 3 01-12-2006 06:30 AM
Suggestions for low end latop distro. ricelover Linux - Laptop and Netbook 5 12-04-2005 02:49 PM
Latop and DVD Battery Zuggy General 10 12-12-2004 03:19 AM
"X doesn't start when latop is connected to a video projector" prem0 Mandriva 2 09-14-2004 12:39 PM
Difficulty estimate for installing vector linux on a latop with a cd or floppy drive. ooagentbender Linux - Laptop and Netbook 1 01-02-2004 01:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration