-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rock pro wifi module rtl8723au #43
Comments
Comment by caiwang test on kernel 3.18 rock ubuntu imageUsing iw to add a virtual wireless interface root@radxa:/# iw dev wlan0 interface add wlan2 type managed Add a new virtual interface with the given configuration. The flags are only used for monitor interfaces, valid flags are: The mesh_id is used only for mesh mode. Options: root@radxa:/# iw --debug phy phy0 interface add wlan2 type monitor |
Comment by caiwang driverroot@radxa:/# lshw -C network driver location:root@radxa:/lib/modules/3.18.0-rc5+/kernel/drivers/staging/rtl8723au# ls -l installed versionIf 'lsmod | grep 8188eu' returns "r8188eu", you have the kernel version. If it returns "8188eu", you have this one root@radxa:/# lsmod | grep 8723au |
Comment by caiwang compile lwfinger's versionThe script that I use to build this driver for a Raspberry Pi (also ARM) is export ARCH=arm The cross compile symbol should point to the location of the cross-compiler, and KSRC should point to the location of the kernel source. lwfinger/rtl8723au#43 |
Comment by caiwang git clone -b kernel_version https://github.com/lwfinger/rtl8723au.git export ARCH=arm make KSRC=/home/radxa/k318/linux-next/ |
Issue by caiwang
Tuesday Mar 03, 2015 at 04:53 GMT
Originally opened as https://github.com/caiwang/ihostsrc/issues/43
lwfinger/rtl8723au#43
Probably not. The version of the driver that supports nl80211 commands is from the current kernel, and that code is what constitutes the kernel-version branch of this repo. It requires kernel 3.15, but it may build with 3.14.
I have no plans to update the main branch, and the kernel-version will just get the latest code copied from the kernel source. As the driver is now in the kernel, and that version supports cfg80211, I see no purpose in maintaining an older version. If you cannot use a new kernel, but want the latest driver for the rtl8723au, you will need to do the backport yourself. The Backports project will show you some of the things that need to be done.
The text was updated successfully, but these errors were encountered: