LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 03-22-2019, 06:08 PM   #1
treblemakerdave
Member
 
Registered: Mar 2019
Posts: 137

Rep: Reputation: Disabled
new install of Mint 19.1 will not connect to either wifi or ethernet


PROBLEM SOLVED here is how I did it: https://easylinuxtipsproject.blogspo...ltek.html#ID10

Hello all, I can not get online with my newly installed Mint 19.1 Yesterday I installed Mint on my old laptop successfully. I did so with a USB stick. I wiped the drive clean of windows 7 and made it a Mint machine. Today I partitioned the hard drive on my desktop for dual boot window 10 and Mint. Both OS's work but the Mint will not connect to either WiFi or Ethernet. I installed Mint on my Lenovo 310S ideacentre desktop with the same USB stick as with my laptop. What should I do now? On the advice of a helping individual I am re-posting this here in hopes that more feedback will be forthcoming.
dc.901 said- <Does the OS (Mint 19) see the Wireless adapter?
Can you open a terminal and type in "sudo lspci -v", review the output and see if you can find wireless adapter>.
I did that and I see both a wireless network adapter and ethernet controller. I have tried to get online using both. Neither worked for me. Now what?

Last edited by treblemakerdave; 03-29-2019 at 07:28 PM.
 
Old 03-22-2019, 06:50 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Try looking for a driver for you wireless card and install it.
Once you get the driver installed, reboot.
 
Old 03-22-2019, 06:58 PM   #3
treblemakerdave
Member
 
Registered: Mar 2019
Posts: 137

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
Try looking for a driver for you wireless card and install it.
Once you get the driver installed, reboot.
I just happened to be checking on the drivers when I thought to check email for solutions to my issue. I opened Driver Manager. It says Drivers can not be installed. Connect to the internet or insert the linux mint installation usb stick.
Well, I can't get online and the usb stick does nothing. How do I tell the computer to look for drivers on the USB stick?
I inserted the USB stick and clicked on the driver manager to search for drivers. All it did was try to get online. A window opened that said- Failed to download repository info. In the detail is says Mint etc, does not have release file. I have no idea what that means. Do you? I am about to attempt re-installing Mint. Is that a good idea?

Thank a lot for taking some time to help me. It is much appreciated.

Last edited by treblemakerdave; 03-22-2019 at 07:09 PM.
 
Old 03-22-2019, 08:21 PM   #4
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by treblemakerdave View Post
I just happened to be checking on the drivers when I thought to check email for solutions to my issue. I opened Driver Manager. It says Drivers can not be installed. Connect to the internet or insert the linux mint installation usb stick.
Well, I can't get online and the usb stick does nothing. How do I tell the computer to look for drivers on the USB stick?
I inserted the USB stick and clicked on the driver manager to search for drivers. All it did was try to get online. A window opened that said- Failed to download repository info. In the detail is says Mint etc, does not have release file. I have no idea what that means. Do you? I am about to attempt re-installing Mint. Is that a good idea?

Thank a lot for taking some time to help me. It is much appreciated.
Re-installing Mint probably won't change anything:-

Use the device that you are using to post this post to find the driver for your wifi card.

Run this command and tell me what card you have and I'll try to find the driver for you.

Code:
lspci | grep -i network
 
Old 03-22-2019, 08:31 PM   #5
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
This looks like a double post:

https://www.linuxquestions.org/quest...ed-4175650670/
 
Old 03-22-2019, 08:41 PM   #6
treblemakerdave
Member
 
Registered: Mar 2019
Posts: 137

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
Re-installing Mint probably won't change anything:-

Use the device that you are using to post this post to find the driver for your wifi card.

Run this command and tell me what card you have and I'll try to find the driver for you.

Code:
lspci | grep -i network
It is network controller realtec rtl8821ce 802.11acpcie Wireless network adapter
 
Old 03-22-2019, 08:59 PM   #7
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I found out that it may not work with LM 19-
https://forums.linuxmint.com/viewtopic.php?t=281231

Here's the driver here:
https://github.com/tomaspinho/rtl8821ce
 
Old 03-22-2019, 09:19 PM   #8
treblemakerdave
Member
 
Registered: Mar 2019
Posts: 137

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
I found out that it may not work with LM 19-
https://forums.linuxmint.com/viewtopic.php?t=281231

Here's the driver here:
https://github.com/tomaspinho/rtl8821ce
Wow. This is way beyond the stuff I usually do on a computer. I am not sure if I am up to it or not. I am willing to give it a try if it's not going to destroy my computer. It's already messed up enough as is.

Just to be sure I know what this is all about- so I can enter data into the terminal window and that will install a driver? I don't need to download a file?
 
1 members found this post helpful.
Old 03-22-2019, 09:23 PM   #9
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by treblemakerdave View Post
Wow. This is way beyond the stuff I usually do on a computer. I am not sure if I am up to it or not. I am willing to give it a try if it's not going to destroy my computer. It's already messed up enough as is.

Just to be sure I know what this is all about- so I can enter data into the terminal window and that will install a driver? I don't need to download a file?
Yeah you do need to download the file if you want to install the driver.

Than you will have to unzip the file and than read the "README" file to install the driver.

OR you can try installing Ubuntu and see if the wifi works out of the box with Ubuntu 18.04:-
 
Old 03-22-2019, 09:33 PM   #10
treblemakerdave
Member
 
Registered: Mar 2019
Posts: 137

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
Yeah you do need to download the file if you want to install the driver.

Than you will have to unzip the file and than read the "README" file to install the driver.

OR you can try installing Ubuntu and see if the wifi works out of the box with Ubuntu 18.04:-
After downloading the file how do I get it onto Mint? I am downloading to my laptop. I suppose a cd or dvd would work?? I have just one USB stick and it has Mint on it. Can I still write to that USB stick and not mess up the Mint data? I really want to get Mint to work. I have had Ubuntu for a long time on the laptop. I like Mint a lot better.. when it works. It works fine on my laptop.

Just to be clear- I have a Lenovo desktop that I have partitioned the hard drive for dual boot of Win 10 and Mint 19.1 That is the machine that Mint will not work on.

Cheers and thanks for the help
 
Old 03-22-2019, 09:40 PM   #11
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by treblemakerdave View Post
After downloading the file how do I get it onto Mint? I am downloading to my laptop. I suppose a cd or dvd would work?? I have just one USB stick and it has Mint on it. Can I still write to that USB stick and not mess up the Mint data? I really want to get Mint to work. I have had Ubuntu for a long time on the laptop. I like Mint a lot better.. when it works. It works fine on my laptop.

Just to be clear- I have a Lenovo desktop that I have partitioned the hard drive for dual boot of Win 10 and Mint 19.1 That is the machine that Mint will not work on.

Cheers and thanks for the help
No you won't need a CD or a DVD.

The only way that I know of to carry the driver over to Mint is via a usb stick.

If you don't have another usb stick than you may want to pick one up.
 
Old 03-22-2019, 09:44 PM   #12
treblemakerdave
Member
 
Registered: Mar 2019
Posts: 137

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
No you won't need a CD or a DVD.

The only way that I know of to carry the driver over to Mint is via a usb stick.

If you don't have another usb stick than you may want to pick one up.
Well I am done for today then.. unless they have USB sticks at Safeway. I'm getting cross eyed and have a headache from staring at screens all day. So thanks for your help.

Caio
 
Old 03-22-2019, 09:46 PM   #13
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by treblemakerdave View Post
Well I am done for today then.. unless they have USB sticks at Safeway. I'm getting cross eyed and have a headache from staring at screens all day. So thanks for your help.

Caio
You're Welcome-
 
Old 03-23-2019, 02:10 PM   #14
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Since you already have Mint installed you can remove the Mint .iso from the usb stick. Than, you can carry the rtl8821ce driver and it's folder over to your Mint install.

That way you won't have to purchase another usb stick.
 
Old 03-23-2019, 02:10 PM   #15
treblemakerdave
Member
 
Registered: Mar 2019
Posts: 137

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
Double posting it a no no. I don't know how that happened. I did post in the newbie section at first. I was told to post here for more traffic. That is how it happened. Should I remove a post?

Last edited by treblemakerdave; 03-23-2019 at 02:52 PM.
 
  


Reply



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] new install mint 19 will not connect to internet wifi or wired treblemakerdave Linux - Newbie 40 03-25-2019 08:26 AM
[SOLVED] Printer connect using ethernet will not connect using WiFi WmoT antiX / MX Linux 2 01-16-2019 10:38 AM
Can connect to cellphone through WIFI HOTSPOT, but cannot connect to my own WIFI network diegoandresalvarez Linux - Networking 7 10-22-2016 11:54 AM
Linux mint 12 will not connect to wifi internet or android wifi tethers wilspeak Linux - General 4 06-06-2012 12:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 05:24 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