LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 01-09-2020, 12:36 PM   #31
loftus49
Member
 
Registered: May 2010
Location: Phoenix
Distribution: Ubuntu, CentOS5, Fedora, Mint, MX Linux
Posts: 178

Original Poster
Blog Entries: 1

Rep: Reputation: 20

Yes, shrunk by 90 G. Now have a "C:" (SSD) drive with 87.89 Unallocated partition.

Last edited by loftus49; 01-12-2020 at 02:20 PM.
 
Old 01-09-2020, 03:15 PM   #32
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,345

Rep: Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588
Quote:
Name [00000003] Realtek RTL8822CE 802.11ac PCIe Adapter
From this site https://github.com/lwfinger/rtlwifi_new
Quote:
You will need to install "make", "gcc", "kernel headers", "kernel build essentials", and "git".

If you are running Ubuntu, then

sudo apt-get install linux-headers-generic build-essential git


### Section for RTL8822BE and RTL8822CE

The drivers for these devices are found in the rtw88 branch. To get the codes, you need to do the following:

git clone http://github.com/lwfinger/rtlwifi_new.git -b rtw88
cd rtlwifi_new
make
sudo make install

When your kernel changes, then you need to do the following:
cd ~/rtlwifi_new
git pull
make
sudo make install

Remember, this MUST be done whenever you get a new kernel - no exceptions.

These drivers will not build for kernels older than 4.14. If you are using a kernel newer than 5.2,
I suggest that you use the driver built into the kernel!

Last edited by colorpurple21859; 01-09-2020 at 03:18 PM.
 
Old 01-09-2020, 03:30 PM   #33
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,345

Rep: Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588
a search of your ssd problem came across two possible work arounds:
https://ubuntu-mate.community/t/cant...-install/18463
https://askubuntu.com/questions/1153...-cant-find-ssd
The "pci=nomsi" is something you will have to put at the usb boot menu without the quotes.
 
Old 01-12-2020, 12:55 PM   #34
loftus49
Member
 
Registered: May 2010
Location: Phoenix
Distribution: Ubuntu, CentOS5, Fedora, Mint, MX Linux
Posts: 178

Original Poster
Blog Entries: 1

Rep: Reputation: 20
After re-partitioning the SSD, I was able to install Ubuntu 19.04 on it (I think). But the "No Adapter" issue continues on Linux. And, without wifi/internet connectivity, I can't load down install "make", "gcc", "kernel headers", "kernel build essentials", and "git" to Linux as you suggest. Can I do anything via the CLI to get wifi working?

As requested I posted the adapter info (on previous page).

I could use an ethernet cable to hook the laptop up to the internet without wifi. But getting the adapter issue fixed would still be a priority. After all it is a laptop. I'll try to install "make", "gcc", "kernel headers", "kernel build essentials", and "git" using an ethernet cable connection to the internet.

I'll keep you posted.

Last edited by loftus49; 01-12-2020 at 03:49 PM. Reason: updated info
 
Old 01-12-2020, 03:19 PM   #35
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,345

Rep: Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588
Use the ethernet cable to installed the required packages to get wifi working as per post #32.
 
Old 01-12-2020, 03:50 PM   #36
loftus49
Member
 
Registered: May 2010
Location: Phoenix
Distribution: Ubuntu, CentOS5, Fedora, Mint, MX Linux
Posts: 178

Original Poster
Blog Entries: 1

Rep: Reputation: 20
Quote:
Originally Posted by colorpurple21859 View Post
Use the ethernet cable to installed the required packages to get wifi working as per post #32.
OK .. will do.
 
Old 01-12-2020, 05:35 PM   #37
loftus49
Member
 
Registered: May 2010
Location: Phoenix
Distribution: Ubuntu, CentOS5, Fedora, Mint, MX Linux
Posts: 178

Original Poster
Blog Entries: 1

Rep: Reputation: 20
When I insert "sudo apt-get install linux-headers-generic build-essential gitP
I get:


loftus49@LaptopGame:~$ sudo apt-get install linux-headers-generic build-essentials git
[sudo] password for loftus49:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package build-essentials

E: in Windows is the HDD drive and the SSD is C: ... is Linux installed on the wrong drive?
 
Old 01-12-2020, 05:41 PM   #38
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,345

Rep: Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588
Try it without the s build-essential
 
Old 01-12-2020, 05:50 PM   #39
loftus49
Member
 
Registered: May 2010
Location: Phoenix
Distribution: Ubuntu, CentOS5, Fedora, Mint, MX Linux
Posts: 178

Original Poster
Blog Entries: 1

Rep: Reputation: 20
That worked .. .. now what?
 
Old 01-12-2020, 08:06 PM   #40
loftus49
Member
 
Registered: May 2010
Location: Phoenix
Distribution: Ubuntu, CentOS5, Fedora, Mint, MX Linux
Posts: 178

Original Poster
Blog Entries: 1

Rep: Reputation: 20
SUCCESS !

colorpurple21859 is a wizard! Many thanks. It is working now and connecting via wifi to the internet. To all of you who graciously helped, thank you very much.

I have purchased a 1 TB SSD drive to replace the 1 TB HDD as a data drive. That's my next project. Any thoughts or suggestions here are ALWAYS appreciated!

Duane
 
Old 01-12-2020, 08:31 PM   #41
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,345

Rep: Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588
No wizard here, I have to do something similar on my laptop.
 
  


Reply

Tags
ssd, wifi problem



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
[SOLVED] SSD reassurance: planning Debian install on SSD Sploog Linux - Newbie 3 09-09-2019 02:47 AM
Will cloning one hdd (not ssd) to another encrypted hdd work on a cloning device? hddfsck Linux - Newbie 16 09-05-2019 07:02 AM
Install Linux in Toshiba u940 series with 32gb ssd and 750gb hdd I would like to have boot code in ssd only cvkchary Linux - Laptop and Netbook 4 08-31-2016 04:26 PM
Sata 3 SSD vs PCI-E SSD (DELL 5520 laptop) my.forums Linux - Hardware 3 07-08-2016 05:08 PM
[SOLVED] Using both SSD/HDD for partitioning or is it better to just get external HDD? Switch7 Linux - Hardware 16 10-26-2009 12:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 08:27 PM.

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