Git Product home page Git Product logo

Comments (14)

decosse avatar decosse commented on July 28, 2024

Post Script:
The 4.2.5 driver definitely works MUCH better - has considerably improved speed when operated at a remote distance (the issue I was seeing with the 4.2.2)
However will not load into 3.11 kernel.
I can confirm I tested in Linux Mint 15 just using internet speed test as a quick reference:
Close line of sight proximity to router - 48 Mbps (55 peak)
In another room (through walls etc) - 39 Mbps (44 peak)

With 4.2.2 build, in same remote location as above, was only 1-2 Mbps (but same as 4.2.5 when close proximity)

So - if you can work the same magic for 4.2.5 to enable it run on the 3.11 kernel, that would be fantastic!

from rtl8812au.

gnab avatar gnab commented on July 28, 2024

I don't have my USB dongle around at the moment (I'm in the process of moving, so it's packed down somewhere), so I can't really test the driver right now. Anyways, the 4.2.2 driver version wouldn't even build on kernel versions >= 3.10. The 4.2.5 version, on the other hand, builds without any issues. This makes me think that there may be something else than the proc entry API changes that causes the driver not to load in kernel version 3.11.

Whenever I get hold of my USB dongle again, I might test loading the 4.2.5 driver. But as long as there are no compiler errors, I really don't know where to start. It's apparently not using the deprecated proc entry API the same way version 4.2.2 did.

Mean while, you could create a 4.2.5 issue at this very similar project: https://github.com/abperiasamy/rtl8812AU_8821AU_linux

from rtl8812au.

decosse avatar decosse commented on July 28, 2024

The 4.2.5 version, on the other hand, builds without any issues.

Agree - it appears to build and even install - but the device does not connect and further, it causes other issues after the device is plugged in and the driver starts
i.e. the Terminal will not accept commands and the file system will not open - neither will software manager or driver updater. And system will not shut down, just hangs - has to have power killed for shutdown. Upon re-start system works normally until the device is restarted.

from rtl8812au.

melroy89 avatar melroy89 commented on July 28, 2024

@gnab
I don't see any process about upgrading to the latest version (v.4.2.5)? Would you like to try merge (almost...) all changes you have done in your repo into the new version?

from rtl8812au.

melroy89 avatar melroy89 commented on July 28, 2024

Too bad it only supports until Linux kernel 3.10...Which can be found here:
http://support.asus.com/Download.aspx?SLanguage=en&m=USB-AC56

But the last raspbian is running on kernel v3.12 :(.. What now?

from rtl8812au.

kulve avatar kulve commented on July 28, 2024

I think the following project is using the latest driver and works with very recent kernels:

https://github.com/codeworkx/rtl8812au_asus

from rtl8812au.

melroy89 avatar melroy89 commented on July 28, 2024

@kulve this is exactly the version from asus.com (rtl8812AU_linux_v4.2.5), where the website says: "Support Linux kernel 2.6.18 ~ 3.10", of-source they could mean: 2.6.18-3.10 and beyond..

EDIT:
Or the ~ means: approximately :P

from rtl8812au.

kulve avatar kulve commented on July 28, 2024

The ASUS version is broken for the newer kernels but the project I referred to should have it fixed.

from rtl8812au.

melroy89 avatar melroy89 commented on July 28, 2024

First thanks for your quick responses, but could you pin-point me to a commit or fixed issue where it says it's actually fixed for running on newer kernels? I can't find that.

from rtl8812au.

kulve avatar kulve commented on July 28, 2024

Well, it has only five commits, so it's probably one of them. I at least was able to run that driver on multiple post 3.10 kernels.

Just try it out. Doesn't take more than a few minutes.

from rtl8812au.

melroy89 avatar melroy89 commented on July 28, 2024

I will definitely try it out @home, you could be mistaken and maybe you meant this patch:
https://www.dropbox.com/s/70glx441jwijtdn/rtl8812AU_linux_v4.2.5_10143.20140103_ASUS-unlocksmith.tar.gz

And your reaction was:
abperiasamy/rtl8812AU_8821AU_linux#1 (comment)

from rtl8812au.

brotkastn avatar brotkastn commented on July 28, 2024

Hey there,

first of all - thanks for your work. I wondered if you had some time to try the newer driver since the last time you commented on that issue.

Also, there seems to be an even never driver here: http://www.netis-systems.com/en/Downloads/Details/?id=904

Thanks again, brot

from rtl8812au.

decosse avatar decosse commented on July 28, 2024

That is the 4.3.8 version - you can find some feedback on it here
abperiasamy/rtl8812AU_8821AU_linux#1

I also am currently running 4.3.8 on Linux Mint 17.1 and it appears to work well.

from rtl8812au.

spydergto avatar spydergto commented on July 28, 2024

Hi know this is an old post but im working on a asus usb-56ac , all leads point to this driver , i can not move past make in this unlocksmith driver or the install.sh script in the oem driver both times end with the same error code "

makemake ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.9.0-kali4-amd64/build M=/root/Desktop/rtl8812AU_linux_v4.2.5_10143.20140103_ASUS-unlocksmith modules
make[1]: Entering directory '/lib/modules/4.9.0-kali4-amd64/build'
make[1]: *** No rule to make target 'modules'. Stop.
make[1]: Leaving directory '/lib/modules/4.9.0-kali4-amd64/build'
Makefile:1295: recipe for target 'modules' failed
make: *** [modules] Error 2
"

im hoping someone can tell me what im not seeing ?

** i have update kernel header files already*

from rtl8812au.

Related Issues (20)

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.