This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install git dkms | |
git clone https://github.com/lwfinger/rtl8723bu.git | |
sudo dkms add ./rtl8723bu | |
sudo dkms install rtl8723bu/4.3.6.11_12942.20141204_BTCOEX20140507-4E40 | |
cd rtl8723bu | |
sudo cp rtl8723b_fw.bin /lib/firmware/rtl8723b_fw.bin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo add-apt-repository ppa:canonical-hwe-team/backport-iwlwifi | |
sudo apt-get update | |
sudo apt install backport-iwlwifi-dkms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# RaLink MT7601U | |
TargetVendor=0x148f | |
TargetProduct=0x7601 | |
StandardEject=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Part of usb-modeswitch-data, version 20151101 | |
# | |
# Works with usb_modeswitch versions >= 2.2.2 (extension of PantechMode) | |
# | |
ACTION!="add|change", GOTO="modeswitch_rules_end" | |
# Adds a symlink "gsmmodem[n]" to the lowest ttyUSB port with interrupt | |
# transfer; checked against a list of known modems, or else no action | |
KERNEL=="ttyUSB*", ATTRS{bNumConfigurations}=="*", PROGRAM="usb_modeswitch --symlink-name %p %s{idVendor} %s{idProduct} %E{PRODUCT}", SYMLINK+="%c" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install git dkms | |
git clone https://github.com/Mange/rtl8192eu-linux-driver.git | |
sudo dkms add rtl8192eu-linux-driver | |
sudo dkms install rtl8192eu/1.0 | |
echo "blacklist rtl8xxxu" | sudo tee /etc/modprobe.d/rtl8xxxu.conf | |
reboot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo add-apt-repository ppa:blaze/rtbth-dkms | |
sudo apt-get update | |
sudo apt-get install rtbth-dkms | |
echo rtbth | sudo tee -a /etc/modules |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install dkms git | |
git clone https://github.com/jurobystricky/Netgear-A6210.git | |
sudo dkms add Netgear-A6210 | |
sudo dkms install netgear-a6210/2.5.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install dkms git build-essential | |
git clone -b extended https://github.com/lwfinger/rtlwifi_new.git | |
sudo dkms add ./rtlwifi_new | |
sudo dkms install rtlwifi-new/0.6 | |
sudo cp -r rtlwifi_new/firmware/rtlwifi/ /lib/firmware/rtlwifi/ | |
echo "blacklist r8822be" | sudo tee /etc/modprobe.d/r8822be |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install git dkms | |
git clone https://github.com/jeremyb31/rtl8821CU.git | |
sudo dkms add ./rtl8821CU | |
sudo dkms install rtl8821cu/5.2.4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install git dkms | |
git clone https://github.com/aircrack-ng/rtl8812au.git | |
cd rtl8812au | |
sudo ./dkms-install.sh |