(Solved) USB wifi - and how to search

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
notned
Level 1
Level 1
Posts: 22
Joined: Thu Jan 07, 2016 6:29 pm

(Solved) USB wifi - and how to search

Post by notned »

I should know this. I'm plugging in a USB wifi adapter into a desktop computer. The next step is adding a new connection, but it's not intuitive. Is there a guide that I'm not finding?
Last edited by LockBot on Fri Feb 10, 2023 11:00 pm, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
kc1di
Level 18
Level 18
Posts: 8180
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: USB wifi - and how to search

Post by kc1di »

First place to start is knowing if the driver is installed for the chip.
Go to menu then Administration and Driver Manager. Does it suggest any driver for you usb wifi card?
Does the machine recognize the card when it's plugged in?
does it show up in the list in network manager?
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
notned
Level 1
Level 1
Posts: 22
Joined: Thu Jan 07, 2016 6:29 pm

Re: USB wifi - and how to search

Post by notned »

The driver doesn't seem to be installed. I tried downloading the driver from their webpage and installing it with the command line but that didn't work. I ended up in sudo hell. It seems my next move will be to drag the whole setup back over to the ethernet.
User avatar
antikythera
Level 15
Level 15
Posts: 5721
Joined: Thu Jul 02, 2020 12:52 pm
Location: Cymru

Re: USB wifi - and how to search

Post by antikythera »

actually the next step is to post the output of lsusb, then we can point you towards the right guide
I’ll tell you a DNS joke but be advised, it could take up to 24 hours for everyone to get it.
notned
Level 1
Level 1
Posts: 22
Joined: Thu Jan 07, 2016 6:29 pm

Re: USB wifi - and how to search

Post by notned »

Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 0bda:b812 Realtek Semiconductor Corp.
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 03f0:0d4a HP, Inc SK-2025 Keyboard
Bus 003 Device 002: ID 03f0:134a HP, Inc Optical Mouse
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Realtek is the one that disappeared when I unplugged the modem. Thank you to you both for your patience with me.
User avatar
antikythera
Level 15
Level 15
Posts: 5721
Joined: Thu Jul 02, 2020 12:52 pm
Location: Cymru

Re: USB wifi - and how to search

Post by antikythera »

there's a driver here for that - https://github.com/fastoe/RTL8812BU
I’ll tell you a DNS joke but be advised, it could take up to 24 hours for everyone to get it.
notned
Level 1
Level 1
Posts: 22
Joined: Thu Jan 07, 2016 6:29 pm

Re: USB wifi - and how to search

Post by notned »

Sorry but I need a little more guidance.
sleeper12
Level 21
Level 21
Posts: 14607
Joined: Thu May 25, 2017 3:22 pm

Re: USB wifi - and how to search

Post by sleeper12 »

Try this, one line at a time:

Code: Select all

sudo apt install git dkms
git clone https://github.com/cilynx/rtl88x2bu.git
sudo dkms add ./rtl88x2bu
sudo dkms install rtl88x2bu/5.8.7.1
Reboot
notned
Level 1
Level 1
Posts: 22
Joined: Thu Jan 07, 2016 6:29 pm

Re: USB wifi - and how to search

Post by notned »

Thanks for the step-by-step. I thought we were working on putting the driver on a flash drive and walking it over. This seems different.
sleeper12
Level 21
Level 21
Posts: 14607
Joined: Thu May 25, 2017 3:22 pm

Re: USB wifi - and how to search

Post by sleeper12 »

Yes, you want to run each of those commands in the Terminal (best to copy & paste each) & hit Enter after each one. Then reboot.
User avatar
antikythera
Level 15
Level 15
Posts: 5721
Joined: Thu Jul 02, 2020 12:52 pm
Location: Cymru

Re: USB wifi - and how to search

Post by antikythera »

that's the same principal as the page I linked to which also installs a dkms driver after compilation. unfortunately it is not available as a precompiled driver even from realtek themselves who only have a windows driver listed.
I’ll tell you a DNS joke but be advised, it could take up to 24 hours for everyone to get it.
notned
Level 1
Level 1
Posts: 22
Joined: Thu Jan 07, 2016 6:29 pm

Re: USB wifi - and how to search

Post by notned »

Shouldn't usb be in the path? Is your plan to drag the setup back to the ethernet?
sleeper12
Level 21
Level 21
Posts: 14607
Joined: Thu May 25, 2017 3:22 pm

Re: USB wifi - and how to search

Post by sleeper12 »

If you run those commands while connected by ethernet, it should install the driver & get the wifi working.
notned
Level 1
Level 1
Posts: 22
Joined: Thu Jan 07, 2016 6:29 pm

Re: USB wifi - and how to search

Post by notned »

Got it.
User avatar
antikythera
Level 15
Level 15
Posts: 5721
Joined: Thu Jul 02, 2020 12:52 pm
Location: Cymru

Re: USB wifi - and how to search

Post by antikythera »

sleeper12 wrote: Fri Aug 12, 2022 12:33 am If you run those commands while connected by ethernet, it should install the driver & get the wifi working.
also, you won't need to run them ever again unless you reinstall. so when everything is working properly, you may want to take a backup with foxclone or clonezilla. foxclone is more recommended especially as the developer is a member here if you run into issues with it.
I’ll tell you a DNS joke but be advised, it could take up to 24 hours for everyone to get it.
Locked

Return to “Networking”