Solved intel wireless ax201 speed was so slowly in LAN from freebsd14.2

Dear all:
my notepad have intel wireless ax201 with my freebsd14.2 system . wireless use wpa dhcp ...below is configure .
xdsswf@note:~ $ ifconfig wlan0
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=0
ether a0:80:69:cb:da:72
inet 192.168.20.9 netmask 0xffffff00 broadcast 10.0.0.255
inet6 fe80::a280:69ff:fecb:da72%wlan0 prefixlen 64 scopeid 0x3
inet6 340e:3218:3388:ee00:a280:69ff:fecb:da72 prefixlen 64 autoconf pltime 2779 vltime 2779
groups: wlan
ssid gtttt channel 44 (5220 MHz 11a) bssid 34:98:b5:b3:36:21
regdomain FCC country US authmode WPA2/802.11i privacy ON
deftxkey UNDEF AES-CCM 2:128-bit txpower 17 bmiss 7 mcastrate 6
mgmtrate 6 scanvalid 60 wme roaming MANUAL
parent interface: iwlwifi0
media: IEEE 802.11 Wireless Ethernet OFDM/54Mbps mode 11a
status: associated
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>

wireless work normal. but the wireless speed was so slowly. please see below
xdsswf@note:~ $ scp game@192.168.20.9:/home/ffff/music/* music/
(game@192.168.20.100) Password for game@wtttt.edu.xxx:
100050.wav 100% 30MB 2.1MB/s 00:14
100062.wav 100% 44MB 2.1MB/s 00:20
100101.mp3 100% 10MB 2.2MB/s 00:04
1007079.mp3 100% 7992KB 2.1MB/s 00:03
100942.mp3 100% 9855KB 2.1MB/s 00:04
102338.wav 100% 54MB 2.1MB/s 00:25
102378.wav 100% 45MB 2.1MB/s 00:21
1026357.mp3 100% 4307KB 2.0MB/s 00:02
1028113.wav 100% 50MB 2.1MB/s 00:23
102820.mp3 100% 4145KB 2.0MB/s 00:02
103141.wav 100% 41MB 2.1MB/s 00:19


full speed of intel ax201 wireless was 2MB/s . what happened to me? please help me to rise my wireless speed. thanks.
 
2MB/s = 20Mbps/s if im correct . So this is normal in FreeBSD and it does not matter if its internet or you try to use localy to transfer files from one pc to another inside you lan. ( plug ethernet cable for better speeds )
When i mean normal - its not normal , but its normal as AX201 with FreeBSD is an issue, dont know specific reasons for it ( there are plenty of topics and explanation i just forgot about the reason why ) but you wont get more out of it in FreeBSD.
Every time i use my laptop ( i have AX201) on my desk ( not on the lap ) i use wired.
Got used to it.
You not the first nor the last.
 
FreeBSD supports only:
Code:
[08:12]fmc000@tu45b-freebsd ~> ifconfig | grep media
    media: IEEE 802.11 Wireless Ethernet OFDM/54Mbps mode 11g
[08:12]fmc000@tu45b-freebsd ~>
Until more advanced mode get supported we'll be stuck in the 2MB/sec range I'm afraid.
 
2MB/s = 20Mbps/s if im correct . So this is normal in FreeBSD and it does not matter if its internet or you try to use localy to transfer files from one pc to another inside you lan. ( plug ethernet cable for better speeds )
When i mean normal - its not normal , but its normal as AX201 with FreeBSD is an issue, dont know specific reasons for it ( there are plenty of topics and explanation i just forgot about the reason why ) but you wont get more out of it in FreeBSD.
Every time i use my laptop ( i have AX201) on my desk ( not on the lap ) i use wired.
Got used to it.
You not the first nor the last.
Dear glitchydot :
thanks for your help. have a good day :)
 
FreeBSD supports only:
Code:
[08:12]fmc000@tu45b-freebsd ~> ifconfig | grep media
    media: IEEE 802.11 Wireless Ethernet OFDM/54Mbps mode 11g
[08:12]fmc000@tu45b-freebsd ~>
Until more advanced mode get supported we'll be stuck in the 2MB/sec range I'm afraid.
Dear fmc000:
thanks for your help. i got it .thanks.
 
Back
Top