From 9ae8672fbdc4083289b91fdb89382e8a1d328445 Mon Sep 17 00:00:00 2001 From: KanuX <58130094+KanuX-14@users.noreply.github.com> Date: Sat, 23 Jan 2021 12:25:13 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 841289d..af1b00e 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ # Howto build/install 1. You will need to blacklist another driver in order to use this one. -2. `echo "blacklist r8188eu" >> "/etc/modprobe.d/realtek.conf"` -3. `make && make install` +2. `echo 'blacklist r8188eu'|sudo tee -a '/etc/modprobe.d/realtek.conf'` +3. `make && sudo make install` 4. Reboot in order to blacklist and load the new driver/module. # MONITOR MODE howto From 43951cca802fb4d48cabcb17c1a31624116b9b1d Mon Sep 17 00:00:00 2001 From: Szilvia Racz Date: Fri, 29 Jan 2021 14:26:00 +0100 Subject: [PATCH 2/2] Adding support for DLink DWA-121 REV B1 --- os_dep/linux/usb_intf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/os_dep/linux/usb_intf.c b/os_dep/linux/usb_intf.c index e3c2632..31e527a 100644 --- a/os_dep/linux/usb_intf.c +++ b/os_dep/linux/usb_intf.c @@ -158,6 +158,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = { {USB_DEVICE(0x2001, 0x330F), .driver_info = RTL8188E}, /* DLink DWA-125 REV D1 */ {USB_DEVICE(0x2001, 0x3310), .driver_info = RTL8188E}, /* Dlink DWA-123 REV D1 */ {USB_DEVICE(0x2001, 0x3311), .driver_info = RTL8188E}, /* DLink GO-USB-N150 REV B1 */ + {USB_DEVICE(0x2001, 0x331B), .driver_info = RTL8188E}, /* DLink DWA-121 REV B1 */ {USB_DEVICE(0x056E, 0x4008), .driver_info = RTL8188E}, /* Elecom WDC-150SU2M */ #endif