-
Notifications
You must be signed in to change notification settings - Fork 146
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
Unable to start AP mode on OpenWrt #120
Comments
I'm not sure what is/was missed. In looking at v5.2.2.4 of the driver for a different device, this routine is considerably changed. I do not have the time now to analyze the differences, but I will look at it in the next couple of days. More later. |
Thanks. |
Hello lwfinger,i am on the same condition as terrycmchan,i am trying use AP mode for RT8723BU but it can't be started, ,,, how to ? ... thanks in advance ,cheers |
Are you using hostapd? What driver? Which branch? |
Hi lwfinger, |
The master branch is an older driver. You should use the v4.0.10 branch. I know of at least one vendor that uses that branch with openWRT to create a VPN appliance. |
4.3 branch would work too? |
In earlier testing, 4.3 had some problems that I have not had time to fix. Please use v4.0.10 as I recommended. |
Excuse me dumb question ,where to download It ? |
Please read the git manual, but here is the command: git clone https://github.com/lwfinger/rtl8723bu.git -b v4.0.10 If you already have used git to clone the driver, then git checkout origin/v4.0.10 -b v4.0.10 |
Hi lwfinger, I got the below error: |
I got confused. What you should use for rtl8723bu is v4.3.16. |
i will try to check with this version if AP mode works, did you include Bluetooth function on this driver? |
I did not include anything. All the drivers come from Realtek. My only contribution is to make them available and to be sure that they are modified to account for changing kernel APIs, and to try to fix any oops reports that are posted. With respect to functional problems like AP mode failing, I lack the knowledge of the device and the driver to fix those. |
Hi terrycmchan. I also work on the rtl8723bu with the OpenWRT (mine is the 18.06.1). What did you do to port it? I currently see errors like
when I load the driver. As I understand that is because of disagreements with the mac80211 backports. |
githaff, you must be compiling with wrong kernel sources or kernel config. |
Hi, is anyone able to use this card with Ubuntu 18.4 in AP/Hotspot mode with WPA2? When cipher turned off using Ubuntu nm-connection-editor command, card plug-in and Ubuntu Hotpot enable produces this. It is LM811 module, please disregard lines about Bluetooth: [11397.524047] usb 1-2: new high-speed USB device number 6 using xhci_hcd How to fix "netlink: 'wpa_supplicant': attribute type 213 has an invalid length."? As I said with cipher off Windows client seems working well. Android 9 phone keeps dropping connection without any sign in dmesg. Now enabling Hotspot with WPA enabled. [12257.890296] netlink: 'wpa_supplicant': attribute type 213 has an invalid length. Why first two group key lines are TKIP? Is it because of netlink attribute type 213 error? Any ideas? |
I'll start new issue, since "set pairwise key camid" and "send eapol packet" seem not being the problem. Android 4 phone as a client to RTL8723BU equipped Ubuntu hotspot works +- well. Windows 10 PC client after few connection attempts also seems working well. Andoid 8 phone drops connection and switches to different AP or cellular instead.
Is something missing here for WPA2 support on running card in AP mode? |
Hi lwfinger,
I ported this driver on OpenWrt (Kernel version: 4.1.0).
However, the AP mode could not be started. I got the below error:
I found that the AP mode seems not to be supported in the function "cfg80211_rtw_add_virtual_intf()" in the file "ioctl_cfg80211.c"
What have I missed since the AP mode seems to be supported mentioned on other threads?
Thanks!
The text was updated successfully, but these errors were encountered: