Giter VIP home page Giter VIP logo

cilynx / rtl88x2bu_wifi_linux_v5.2.4.4_26334.20180126_coex20171012-5044 Goto Github PK

View Code? Open in Web Editor NEW
59.0 9.0 19.0 3.45 MB

rtl88x2bu driver updated for modern kernels.

Home Page: http://www.wolfteck.com/2018/02/22/wsky_1200mbps_wireless_usb_wifi_adapter/

License: GNU General Public License v2.0

Makefile 0.33% Shell 0.01% C 95.19% C++ 4.19% Objective-C 0.29%
linux driver drivers wifi wifi-modules wireless wireless-adapter rtl88x2bu rtl8822bu rtl8812bu

rtl88x2bu_wifi_linux_v5.2.4.4_26334.20180126_coex20171012-5044's Introduction

Newer version available!

If you're looking for the latest and greatest, check out rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959

rtl88x2bu

Updated driver for rtl88x2bu wifi adaptors based on rtl88x2BU_WiFi_linux_v5.2.4.4_26334.20180126_COEX20171012-5044.

Build confirmed on Linux version 4.16.0-2-amd64 ([email protected]) (gcc version 7.3.0 (Debian 7.3.0-19)) #1 SMP Debian 4.16.12-1 (2018-05-27)

See http://www.wolfteck.com/2018/02/22/wsky_1200mbps_wireless_usb_wifi_adapter/ for all the hows and whys around the updates.

Fair warning...

Thanks to MaxG87, no more scary provenance warning! W00t.

You can find the original source for this driver on D-Link's download page for the DWA-182 Rev D.

DKMS installation

cd rtl88x2BU_WiFi_linux_v5.2.4.4_25643.20171212_COEX20171012-5044
VER=$(cat ./version)
sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}
sudo dkms add -m rtl88x2bu -v ${VER}
sudo dkms build -m rtl88x2bu -v ${VER}
sudo dkms install -m rtl88x2bu -v ${VER}
sudo modprobe 88x2bu

rtl88x2bu_wifi_linux_v5.2.4.4_26334.20180126_coex20171012-5044's People

Contributors

cilynx avatar mabrand avatar maxg87 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rtl88x2bu_wifi_linux_v5.2.4.4_26334.20180126_coex20171012-5044's Issues

AP mode

Hi Cilynix,
than you for you contribution!
I'd like to use this dongle on my rpi as an Access Point, but after many trials, I failed.
I can get the Access Point to work with another dongle, but not with this using this driver.
Can you tell me if AP mode is supported please?
Thanks
xserty

Unable to build driver

When trying to build the driver it aborts with the following error in the log:

/var/lib/dkms/rtl88x2bu/5.2.4.4/build/hal/hal:hci/hal_usb.c:28:8: error: cast between incompatible function types from 'void (*)(void *)' to 'void (*) (long unsigned int)' [-Werror=cast function type]
(void(*)(unsigned long))usb_revc_tasklet,

I'm running Fedora 28 with Linux 4.17.12

Confirmation that DWA-182 works

Hi,

I just compiled my fork of this repository (i.e. including minor changes I already send as pull request). It works on my machine here, i.e. I am sending this message using the stick.

Due to lack of suitable ports, I cannot test USB3. I try to get hands on some machine but that might take some time.

I will be able to test compilation for and using on an ARM machine (Olimex) in the next week or so.

That was a fast merge :-).

Cannot build on 4.18.5-arch1-1-ARCH

I cannot build on 4.18.5-arch1-1-ARCH gcc version 8.2.1+20180831-1

CC [M] /media/linux/Downloads/Temp/rtl88x2bu/rtl88x2BU_WiFi_linux_v5.2.4.4_26334.20180126_COEX20171012-5044/hal/hal_mcc.o CC [M] /media/linux/Downloads/Temp/rtl88x2bu/rtl88x2BU_WiFi_linux_v5.2.4.4_26334.20180126_COEX20171012-5044/hal/hal_hci/hal_usb.o /media/linux/Downloads/Temp/rtl88x2bu/rtl88x2BU_WiFi_linux_v5.2.4.4_26334.20180126_COEX20171012-5044/hal/hal_hci/hal_usb.c: In function ‘usb_init_recv_priv’: /media/linux/Downloads/Temp/rtl88x2bu/rtl88x2BU_WiFi_linux_v5.2.4.4_26334.20180126_COEX20171012-5044/hal/hal_hci/hal_usb.c:28:8: error: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(long unsigned int)’ [-Werror=cast-function-type] (void(*)(unsigned long))usb_recv_tasklet, ^ cc1: all warnings being treated as errors make[2]: *** [scripts/Makefile.build:318: /media/linux/Downloads/Temp/rtl88x2bu/rtl88x2BU_WiFi_linux_v5.2.4.4_26334.20180126_COEX20171012-5044/hal/hal_hci/hal_usb.o] Error 1 make[1]: *** [Makefile:1500: _module_/media/linux/Downloads/Temp/rtl88x2bu/rtl88x2BU_WiFi_linux_v5.2.4.4_26334.20180126_COEX20171012-5044] Error 2 make[1]: Leaving directory '/usr/lib/modules/4.18.5-arch1-1-ARCH/build' make: *** [Makefile:1794: modules] Error 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.