Open sateuwdie opened 1 year ago
I forgot: the ethernet client has powerline.
A "live" example
rsync video/films/1.mkv ethernetclient:
sending incremental file list
1.mkv
36,08M 9% 2,87MB/s 0:01:53
rsync video/films/1.mkv hostapdserverwifi:
sending incremental file list
1.mkv
87,75M 23% 27,82MB/s 0:00:09
....
370,93M 100% 33,38MB/s 0:00:10 (xfr#1, to-chk=0/1)
Hi @sateuwdie
I need clarification on this situation:
You appear to have two systems that are running this driver. A client and one you call a server but I'm thinking the server is an AP.
What I need are the details of the client and AP computers. What hardware is in use and what distro?
Thanks for answer, I have edited the message and insert some informations about clients and hostapd AP
Okay. That helps some. I'd also like to know the cpu type of each platform.
sae_require_mfp=1
It appears that you are trying to support only WPA3 and not transition mode. If that is the case then the above line is not necessary.
I can't be of specific help with Slackware but you can handle that.
I have a guide that may be of some use with your project, It is menu item 9 on the Main Menu:
https://github.com/morrownr/USB-WiFi
Take a look and let me know how you are progressing.
I have a rtl88x2bu card. This one On Download speed I have no problem, I can reach without disconnections 28MB/s on upload is a serious problem. Those are the speed
from client (wifi) to hostapd server using wifi 27MB/s = OK from client (wifi) to another client using wifi 5-8MB/s BAD from client (wifi) to another client using ethernet 1MB/s VERY BAD
Those are the configuration files on client
/etc/modprobe.d/88x2bu.conf
options 88x2bu rtw_drv_log_level=0 rtw_led_ctrl=0
on server
/etc/modprobe.d/88x2bu.conf
options 88x2bu rtw_drv_log_level=0 rtw_led_ctrl=0 rtw_vht_enable=2 rtw_power_mgnt=1 rtw_beamform_cap=0 rtw_switch_usb_mode=1
/etc/hostapd/hostapd.conf
Some specs:
client wifi: Slackware 15.0 kernel 6.62, driver 88x2bu server wifi hostapd: Slackware 15.0 kernel 6.62, driver 88x2bu client ethernet: Slackware 15.0 kernel 6.62, driver 88x2bu, also tested with a Debian 12 with standard kernel
cpu type: ryzen 3 3100 for all