IT/Hardware/USB-WiFi: Difference between revisions
Jump to navigation
Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) m (→Drivers) |
Walttheboss (talk | contribs) (added how to determine the adapter model) |
||
Line 1: | Line 1: | ||
==Drivers== | ==Drivers== | ||
In order to determine what driver you need, | In order to determine what driver you need, you must first find out what USB-Wifi adapter you are using. To do so use <code>lsusb</code> to list all USB devices connected to your computer and look for the WiFi adapter. | ||
===RTLwifi PPA=== | ===RTLwifi PPA=== | ||
To install a driver from this repository, download the repository using the following command: | To install a driver from this repository, download the repository using the following command: | ||
<code>sudo add-apt-repository ppa:kelebek333/kablosuz</code> | <code>sudo add-apt-repository ppa:kelebek333/kablosuz</code> | ||
Then open Synaptic Package Manager, search for rtl and mark the driver you need for installation and apply changes. | Then open Synaptic Package Manager, search for rtl and mark the driver you need for installation and apply changes. | ||
Original Source: https://ubuntuhandbook.org/index.php/2021/01/install-rtl8188eu-rtl8723ds-drivers-ppa-ubuntu-20-04/ |
Revision as of 13:36, 2 September 2021
Drivers
In order to determine what driver you need, you must first find out what USB-Wifi adapter you are using. To do so use lsusb
to list all USB devices connected to your computer and look for the WiFi adapter.
RTLwifi PPA
To install a driver from this repository, download the repository using the following command:
sudo add-apt-repository ppa:kelebek333/kablosuz
Then open Synaptic Package Manager, search for rtl and mark the driver you need for installation and apply changes.
Original Source: https://ubuntuhandbook.org/index.php/2021/01/install-rtl8188eu-rtl8723ds-drivers-ppa-ubuntu-20-04/