LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 03-03-2020, 04:09 PM   #1
Hvlios
Member
 
Registered: Mar 2020
Posts: 32

Rep: Reputation: Disabled
Need help installing wifi drivers


So I dual booted pop os alongside windows 10. I dont have access to an ethernet cable and im trying to install my wifi drivers. I downloaded the driver from the site but im not sure how to install?

This is the driver here https://www.amazon.com/gp/product/B0...?ie=UTF8&psc=1
I downloaded the linux driver zip but now im stuck on how to install
 
Old 03-03-2020, 04:44 PM   #2
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,147
Blog Entries: 6

Rep: Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834
You've given little info.
Are you using WEP? I don't know anything about pop os. Looks like it is from Ubuntu. Does it have a software repository?
https://distrowatch.com/table.php?distribution=popos
https://pop.system76.com/docs/

Installing software from your repository with your package manager would be the best thing to do. You need to learn more about what you have installed. Read the docs and see what package manager it uses.
And what hardware that you have, what kernel modules support that hardware.

What are the outputs to:
Code:
uname -a
lspci
ip a
I read the amazon link you posted for that device. I don't see any software listed.
Code:
dmesg -w
Then plug the device in, see what info you can get from that. See what chip it has and if there is any linux kernel support for it.

If you have a .zip file then unzip it and see if there is a readme in the tree somewhere.
 
Old 03-03-2020, 04:54 PM   #3
Hvlios
Member
 
Registered: Mar 2020
Posts: 32

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by teckk View Post
You've given little info.
Are you using WEP? I don't know anything about pop os. Looks like it is from Ubuntu. Does it have a software repository?
https://distrowatch.com/table.php?distribution=popos
https://pop.system76.com/docs/

Installing software from your repository with your package manager would be the best thing to do. You need to learn more about what you have installed. Read the docs and see what package manager it uses.
And what hardware that you have, what kernel modules support that hardware.

What are the outputs to:
Code:
uname -a
lspci
ip a
I read the amazon link you posted for that device. I don't see any software listed.
Code:
dmesg -w
Then plug the device in, see what info you can get from that. See what chip it has and if there is any linux kernel support for it.

If you have a .zip file then unzip it and see if there is a readme in the tree somewhere.
The readme is confusing it there is wifi software, where it says download link. How do i check if its a wep. I thought i cant download anything unless im connected with ethernet..
 
Old 03-03-2020, 04:57 PM   #4
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Amazon claim they offer 90 days technical support.
I bet they don't, though.

USB wifi cards tend to offer poor support.
I downloaded a 53MB compressed file of which the Linux driver portion has 459 items.
You appear to have to compile your driver from some of these files.
I wouldn't want to attempt to do it.

If it was me, I would send it back and get a Linux compatible wifi device.
You need something that "just works" - none of this driver nonsense.

Last edited by JeremyBoden; 03-03-2020 at 04:59 PM.
 
Old 03-03-2020, 04:58 PM   #5
uteck
Senior Member
 
Registered: Oct 2003
Location: Elgin,IL,USA
Distribution: Ubuntu based stuff for the most part
Posts: 1,177

Rep: Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501
Is this the tar.bz2 file from https://drive.google.com/file/d/1QTO...NcaeAAT-Z/view from the Amazon page?
Not quite a zip file, but a tar file compressed with bzip2. If the file manager is not offering to unzip it, then you can use the command line
Code:
tar -xjvf filenme.tar.bz2
This tells the tar command to extract (-x) using the bzip2 compression (j) with verbose output (v) and use the following file (f) followed by the filename.
 
Old 03-03-2020, 05:09 PM   #6
Hvlios
Member
 
Registered: Mar 2020
Posts: 32

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by uteck View Post
Is this the tar.bz2 file from https://drive.google.com/file/d/1QTO...NcaeAAT-Z/view from the Amazon page?
Not quite a zip file, but a tar file compressed with bzip2. If the file manager is not offering to unzip it, then you can use the command line
Code:
tar -xjvf filenme.tar.bz2
This tells the tar command to extract (-x) using the bzip2 compression (j) with verbose output (v) and use the following file (f) followed by the filename.
Yes but i dont know what to do with it
 
Old 03-03-2020, 05:34 PM   #7
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
If you extract it, it contains 3 directories, one called Linux which contains
Code:
MT7612U_DPO_LinuxSTA_3.0.0.1_20140718.tar.bz2
If you extract that you get a directory called DPO which contains a lot of files.

It's not worth it.
 
Old 03-03-2020, 06:23 PM   #8
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
This page, https://wireless.wiki.kernel.org/en/...ivers/mediatek, suggests that you need the linux-firmware (or whatever the equivalent is under Pop). The driver itself is already included with the kernel.

As recommended earlier, it's better to use Pop's package manager, and see if that package is installed. If not, you'll have to install it. Unfortunately I know nothing of where to find Pop's repositories, but it's likely in the non-free section. As you don't have a wired connection, you may have to do some sleuthing on pop's website.

Worst case, you'll have to install the firmware manually. Grab https://git.kernel.org/pub/scm/linux...0200122.tar.gz, and put the files where they belong (/lib/firmware).

Extract the file somewhere, then copy (as root) to /lib/firmware
Code:
sudo cp -Rp --no-clobber linux-firmware-20200122/* /lib/firmware
(I'd use no-clobber just to avoid clobbering whatever Pop already installed)

Then run, again as root:
Code:
modprobe mt76
then
Code:
dmesg
and check near the end for any errors. If no errors, or messages looking like the driver was successful loading (something giving the device a name), like:
Code:
[    2.594854] wlan0: mediatek Wireless Controller ...
you may be in luck, now check the network applet see if it'll let you connect.

Last edited by goumba; 03-03-2020 at 06:28 PM.
 
Old 03-03-2020, 09:51 PM   #9
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,009

Rep: Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629
Before you get too far along maybe you don't need drivers for your distro/kernel.

What does lsusb say for the chipset then maybe lsmod for it. If the driver is working then maybe it's a wifi access deal.
 
Old 03-04-2020, 07:14 PM   #10
Hvlios
Member
 
Registered: Mar 2020
Posts: 32

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jefro View Post
Before you get too far along maybe you don't need drivers for your distro/kernel.

What does lsusb say for the chipset then maybe lsmod for it. If the driver is working then maybe it's a wifi access deal.
Ill try. but there is no wifi option at all so
 
Old 03-04-2020, 09:12 PM   #11
uteck
Senior Member
 
Registered: Oct 2003
Location: Elgin,IL,USA
Distribution: Ubuntu based stuff for the most part
Posts: 1,177

Rep: Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501
Got home to my Linux system to look at the download.
Had to do a bit of extra work to get it to try to compile the driver, and it craps out with an error from make. Looked at the Readme file and saw the problem.
Supporting Kernel:
===================
linux kernel 2.4 and 2.6 series.

So don't bother with the driver linked from Amazon. Looks like they only have Mac and MS drivers from the manufacturer. https://www.mediatek.com/products/broadbandWifi/rt2870

I would return it. Found some really nice instructions for Ubuntu (which PopOS is based on) and that page is from 2010 and the link to download the driver does not work.
 
Old 03-04-2020, 10:35 PM   #12
Hvlios
Member
 
Registered: Mar 2020
Posts: 32

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by uteck View Post
Got home to my Linux system to look at the download.
Had to do a bit of extra work to get it to try to compile the driver, and it craps out with an error from make. Looked at the Readme file and saw the problem.
Supporting Kernel:
===================
linux kernel 2.4 and 2.6 series.

So don't bother with the driver linked from Amazon. Looks like they only have Mac and MS drivers from the manufacturer. https://www.mediatek.com/products/broadbandWifi/rt2870

I would return it. Found some really nice instructions for Ubuntu (which PopOS is based on) and that page is from 2010 and the link to download the driver does not work.
Wow that sucks, I appreciate you doing that for me
Do you have a wifi adapter you would recommend? one that works with linux too
 
  


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
Wifi Drivers in Mint 19.1. No Drivers showing in Device Manager, yet have a slow connection. rgregl Linux - Laptop and Netbook 5 01-18-2019 05:09 AM
Wifi option is there but no wifi scanning or wifi not working Aakash447 Linux - Newbie 3 06-28-2018 11:48 PM
need help install wifi drivers on my compaq presario v6000 using openSUSE 10.3 kerberos223 Linux - Newbie 8 11-20-2016 12:55 PM
Want to share my wifi by creating a wifi hotspot ( While staying connected to wifi)? shadyXV Linux - Desktop 4 07-20-2015 05:37 PM
Need tips on using Ethernet to power WiFi network, and tips on setting up WiFi crabpot8 Linux - Networking 2 08-24-2009 06:42 PM

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

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