Community discussions

MikroTik App
 
haha
just joined
Topic Author
Posts: 11
Joined: Tue Oct 06, 2020 8:08 am

Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Sun Dec 31, 2023 2:37 am

I have bought L009UiGS-2HaxD-IN, updated to the latest Router OS and just set it up. I have pretty simple configuration:
From ISP I have 300/30 Mbps internet and router from ISP that has both 2.4 and 5 GHz wifi. This router connects with lan to ethernet port 1 on the mikrotik router (WAN). All the other interfaces including wifi are bridged on the mikrotik router.
When I connect with cable to lets say ethernet 2 on mikrotik I get the full 300/30 Mbps. But when I connect to the wifi I only get 130 Mbps. I tried to play with wifi settings but only managed to squeeze 140 Mbps. When I connect to the ISP router 5 GHz wifi I get full 300/30 Mbps. I know that I cannot compare 5 GHz and 2.4 GHz, but the L009UiGS-2HaxD-IN has advertised wifi 6 with max speed of 574 Mbps which should be plenty https://mikrotik.com/product/l009uigs_2haxd_in. Is some configuration wrongly setup? I mostly used the default config.

I have to note that I am setting things up so both routers are literally on the same table next to my pc.

here is my config:
# 2023-12-31 01:25:21 by RouterOS 7.13
# software id = 25HM-TXHV
#
# model = L009UiGS-2HaxD
# serial number = HF309A7WS4R
/interface bridge
add admin-mac=78:9A:18:5F:89:F0 auto-mac=no comment=defconf name=bridge port-cost-mode=short
/interface ethernet
set [ find default-name=ether1 ] comment=WAN
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wifi channel
add frequency=2412,2432,2472 name=ch-2ghz width=20mhz
/interface wifi
set [ find default-name=wifi1 ] channel=ch-2ghz channel.band=2ghz-ax .skip-dfs-channels=disabled .width=20mhz \
    configuration.country=Slovakia .mode=ap .ssid=Mikla datapath.bridge=bridge disabled=no \
    security.authentication-types=wpa2-psk,wpa3-psk .connect-priority=0
/ip pool
add name=dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=dhcp interface=bridge lease-time=10m name=defconf
/port
set 0 name=serial0
/zerotier
set zt1 comment="ZeroTier Central controller - https://my.zerotier.com/" disabled=yes disabled=yes name=zt1 port=9993
/interface bridge port
add bridge=bridge comment=defconf interface=ether2 internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf interface=ether3 internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf interface=ether4 internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf interface=ether5 internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf interface=ether6 internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf interface=ether7 internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf interface=ether8 internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf interface=sfp1 internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf interface=wifi1 internal-path-cost=10 path-cost=10
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface detect-internet
set detect-interface-list=WAN
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=192.168.88.0
/ip dhcp-client
add comment=defconf interface=ether1
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf dns-server=192.168.88.1 gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
/ip firewall filter
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related \
    hw-offload=yes
add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment="defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" ipsec-policy=out,ipsec
add action=accept chain=forward comment="defconf: accept established,related, untracked" connection-state=\
    established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
    connection-state=new in-interface-list=WAN
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=out,none out-interface-list=WAN
/ip service
set telnet disabled=yes
set ftp disabled=yes
set ssh port=2222
/ipv6 firewall address-list
add address=::/128 comment="defconf: unspecified address" list=bad_ipv6
add address=::1/128 comment="defconf: lo" list=bad_ipv6
add address=fec0::/10 comment="defconf: site-local" list=bad_ipv6
add address=::ffff:0.0.0.0/96 comment="defconf: ipv4-mapped" list=bad_ipv6
add address=::/96 comment="defconf: ipv4 compat" list=bad_ipv6
add address=100::/64 comment="defconf: discard only " list=bad_ipv6
add address=2001:db8::/32 comment="defconf: documentation" list=bad_ipv6
add address=2001:10::/28 comment="defconf: ORCHID" list=bad_ipv6
add address=3ffe::/16 comment="defconf: 6bone" list=bad_ipv6
/ipv6 firewall filter
add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid
add action=accept chain=input comment="defconf: accept ICMPv6" protocol=icmpv6
add action=accept chain=input comment="defconf: accept UDP traceroute" port=33434-33534 protocol=udp
add action=accept chain=input comment="defconf: accept DHCPv6-Client prefix delegation." dst-port=546 protocol=udp \
    src-address=fe80::/10
add action=accept chain=input comment="defconf: accept IKE" dst-port=500,4500 protocol=udp
add action=accept chain=input comment="defconf: accept ipsec AH" protocol=ipsec-ah
add action=accept chain=input comment="defconf: accept ipsec ESP" protocol=ipsec-esp
add action=accept chain=input comment="defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=input comment="defconf: drop everything else not coming from LAN" in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop packets with bad src ipv6" src-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: drop packets with bad dst ipv6" dst-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: rfc4890 drop hop-limit=1" hop-limit=equal:1 protocol=icmpv6
add action=accept chain=forward comment="defconf: accept ICMPv6" protocol=icmpv6
add action=accept chain=forward comment="defconf: accept HIP" protocol=139
add action=accept chain=forward comment="defconf: accept IKE" dst-port=500,4500 protocol=udp
add action=accept chain=forward comment="defconf: accept ipsec AH" protocol=ipsec-ah
add action=accept chain=forward comment="defconf: accept ipsec ESP" protocol=ipsec-esp
add action=accept chain=forward comment="defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=forward comment="defconf: drop everything else not coming from LAN" in-interface-list=!LAN
/system clock
set time-zone-name=Europe/Bratislava
/system note
set show-at-login=no
/system routerboard settings
set enter-setup-on=delete-key
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
 
User avatar
anav
Forum Guru
Forum Guru
Posts: 19395
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Sun Dec 31, 2023 2:54 am

In general marketing speeds are misleading, use the 1/3 rule. Basically they typically combine up and down so already one is at 50% and then there are losses due to propagation interference from other access points, walls electrical circuits etc..
So realistically would look at around 180 Mbps as a reasonable download speed, so would say that yes you are short for some reason.

I would look at the spectrum and see what was clearer in terms of usage channel1, 6 or 12 ( less other APs).
Try not utilizing wpa3 if that makes a difference not sure.
 
User avatar
JohnTRIVOLTA
Member
Member
Posts: 345
Joined: Sun Dec 25, 2016 2:05 pm
Location: BG/Sofia

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Sun Dec 31, 2023 8:32 am

If your client adapter is 2xMIMO/2T2R/ at 2.4GHz gen6/ax/ I achieve speeds above 300mb/ps up/down, with adapter gen.5 /AC/ achieve speeds above 200, and with gen 4 /N/ achieve around 150. If you use 1xMIMO /1T1R/, divide the speeds in half to get the maximum throughput . And if the adapter only supports 20MHz, divide the speeds you can achieve in half once more. I think you are using a gen4 adapter with 20mhz band for client device and that's why you achieve 2.4ghz with such low speeds - 150/2=75mb/ps /1xMIMO/, - 75/2=32,5mb/ps /20MHz/.
 
haha
just joined
Topic Author
Posts: 11
Joined: Tue Oct 06, 2020 8:08 am

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Sun Dec 31, 2023 11:34 am

and then there are losses due to propagation interference from other access points, walls electrical circuits etc..
I would understand this if I would be in next room or separated by a wall but I am literally next to the router.
I would look at the spectrum and see what was clearer in terms of usage channel1, 6 or 12 ( less other APs).
I am in a house in a village so there is little interference, but again I am literally sitting next to the router.
I have tried channels 1, 6 and 12 and still the same.
freqscan.png
Try not utilizing wpa3 if that makes a difference not sure.
Disabled wpa3 but no help.
If your client adapter is 2xMIMO/2T2R/ at 2.4GHz gen6/ax/ I achieve speeds above 300mb/ps up/down, with adapter gen.5 /AC/ achieve speeds above 200, and with gen 4 /N/ achieve around 150. If you use 1xMIMO /1T1R/, divide the speeds in half to get the maximum throughput . And if the adapter only supports 20MHz, divide the speeds you can achieve in half once more. I think you are using a gen4 adapter with 20mhz band for client device and that's why you achieve 2.4ghz with such low speeds - 150/2=75mb/ps /1xMIMO/, - 75/2=32,5mb/ps /20MHz/.
Yes I have 2xMIMO 2.4GHz gen6/ax/ (testing it with mainly iPhone 15 pro and then with MacBook M1 pro).

Also the 140Mbps was max I got. This morning I am getting only max 80Mbps even though I didn't change anything.
You do not have the required permissions to view the files attached to this post.
 
User avatar
JohnTRIVOLTA
Member
Member
Posts: 345
Joined: Sun Dec 25, 2016 2:05 pm
Location: BG/Sofia

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Sun Dec 31, 2023 12:52 pm

This is your mistake in the settings:
/interface wifi channel
add frequency=2412,2432,2472 name=ch-2ghz width=20mhz
Change the setting like this:
/interface wifi channel
add frequency=2412 name=ch-2ghz
 
holvoetn
Forum Guru
Forum Guru
Posts: 5499
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Sun Dec 31, 2023 1:23 pm

About 2.4GHz AX speed... I can get 400Mbps between ax lite ( same wifi as L009) and AX3 over wifi.

WPA3 is faster then Wpa2.
Make sure to use a frequency as free from interference as possible( use frequency scan function).
 
User avatar
mkx
Forum Guru
Forum Guru
Posts: 11640
Joined: Thu Mar 03, 2016 10:23 pm

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Sun Dec 31, 2023 1:29 pm

This is your mistake in the settings:
/interface wifi channel
add frequency=2412,2432,2472 name=ch-2ghz width=20mhz
Change the setting like this:
/interface wifi channel
add frequency=2412 name=ch-2ghz

Not exactly an error, it alliws L009 to select different frequency. However, setting width=20/40mhz-Ce will (theoretically) double the throughput.
 
Nubara
just joined
Posts: 1
Joined: Sun Dec 31, 2023 12:27 pm

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Sun Dec 31, 2023 2:07 pm

Hello, i had same problem(my router config is similar to yours) together with constant disconnect/connect on newer laptop and two phones(one is old) and after couple days of constantly playing with settings and no results i have updated to 7.14beta4 and for the last 30 hours everything is working as it should with 300ish D/U over the wifi and not a single disconnect.
 
haha
just joined
Topic Author
Posts: 11
Joined: Tue Oct 06, 2020 8:08 am

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Sun Dec 31, 2023 4:42 pm

Updated to the 7.14beta4 and change the channel config to:
/interface wifi channel
add disabled=no frequency=2412 name=ch-2ghz
and checked that freq. on freq scan:
freqscan_1.png

so the actuall wifi config looks like:
actual-configuration/print detail
 0 name="wifi1" l2mtu=1560 mac-address=[i]somemac[/i] arp-timeout=auto radio-mac=[i]somemac[/i]
   configuration.mode=ap .ssid="Mikla" .country=Slovakia
   security.authentication-types=wpa2-psk,wpa3-psk .passphrase="pleasedonotlook" .connect-priority=0
   datapath.bridge=bridge
   channel.frequency=2412 .band=2ghz-ax .skip-dfs-channels=disabled
but still getting only max 80Mbps :(
Also I have tried all the channel widths with this config but no improvement :(
You do not have the required permissions to view the files attached to this post.
Last edited by haha on Sun Dec 31, 2023 4:49 pm, edited 1 time in total.
 
holvoetn
Forum Guru
Forum Guru
Posts: 5499
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Sun Dec 31, 2023 4:48 pm

What client device are you using for wifi test ?
 
haha
just joined
Topic Author
Posts: 11
Joined: Tue Oct 06, 2020 8:08 am

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Sun Dec 31, 2023 4:51 pm

What client device are you using for wifi test ?
mainly iPhone 15 Pro (that has 2x2MIMO => https://www.apple.com/iphone-15-pro/specs/#footnote-12)
 
User avatar
anav
Forum Guru
Forum Guru
Posts: 19395
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Sun Dec 31, 2023 4:54 pm

holvoe, you missed the memo, he is using the same device with two separate access points, one gets him very good speeds and the L0009 crap.
Suspect the testing device is not the issue but who knows.........

@haha Did the OP try the 20/40 setting??

@haha DISABLE THIS RULE AND SEE if there is a difference................. not many use it....

/interface detect-internet
set detect-interface-list=WAN
 
haha
just joined
Topic Author
Posts: 11
Joined: Tue Oct 06, 2020 8:08 am

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Sun Dec 31, 2023 5:08 pm

holvoe, you missed the memo, he is using the same device with two separate access points, one gets him very good speeds and the L0009 crap.
Suspect the testing device is not the issue but who knows.........
Yes exactly. Same client device (iPhone 15 Pro 2x2 MIMO) with 2 access points. At this point the L009 wifi speed is not even usable.
DISABLE THIS RULE AND SEE if there is a difference................. not many use it....
Disabled and still the same.
Did the OP try the 20/40 setting??
Yeah I have tried all the available widths (20MHz, 20/40MHz, 20/40MHz-Ce and 20/40MHz-eC) but still the same 80 Mbps at max :(
 
holvoetn
Forum Guru
Forum Guru
Posts: 5499
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Sun Dec 31, 2023 5:21 pm

Can you try another client ?
For reference ?
 
haha
just joined
Topic Author
Posts: 11
Joined: Tue Oct 06, 2020 8:08 am

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Tue Jan 02, 2024 10:21 am

Can you try another client ?
For reference ?
I have let it be for some time and I have tried with windows 11 wifi 6 device and got max 220 Mbps and with Apple device only max 120 Mbps so looks like mikrotik wireless doesn't like apple :D
 
holvoetn
Forum Guru
Forum Guru
Posts: 5499
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Tue Jan 02, 2024 10:27 am

That Apple has a Wifi problem, is nothing new :lol:
(sorry, couldn't let that one pass ... I'm an Android guy).

On the other hand, seeing most of MT staff (when they make YT videos) use Mac material, one would think there is some way to make it work reliably ?

Your results are still too low to my liking.
Using Win11 with external USB TP-Link TX20U Wifi6 adapter I can reach about 800Mbps (ideal test environment with zero interference, obviously).
Makes me think you were connected to 2.4GHz radio ?
You can check in registration table of your Mikrotik AP which radio is being used for the MAC address of your client device.
 
andriys
Forum Guru
Forum Guru
Posts: 1529
Joined: Thu Nov 24, 2011 1:59 pm
Location: Kharkiv, Ukraine

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Tue Jan 02, 2024 10:30 am

Makes me think you were connected to 2.4GHz radio ?
L009 does not have 5G radio.
 
holvoetn
Forum Guru
Forum Guru
Posts: 5499
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Tue Jan 02, 2024 10:32 am

<DANG ...>
Obviously not ... my mistake.

Still... 220Mbps sounds too low. Not ?
 
haha
just joined
Topic Author
Posts: 11
Joined: Tue Oct 06, 2020 8:08 am

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Tue Jan 02, 2024 11:05 am

yeah I agree it is still pretty low. Thinking if the model has some wireless defect or something.
I also have RBSXTG-5HPacD so I tried to plug it into one of the L009 ports and got full 300/30 Mbps when connected to the RBSXTG. But that also is not fair comparison as the RBSXTG has only 5GHz radio and no wifi 6.
 
User avatar
mkx
Forum Guru
Forum Guru
Posts: 11640
Joined: Thu Mar 03, 2016 10:23 pm

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Tue Jan 02, 2024 11:09 am

Still... 220Mbps sounds too low. Not ?
Probably it could be better, but not much. L009 specs mention 574Mbps max data rate ... if one applies reality factor, then around 300Mbps should be possible.
 
holvoetn
Forum Guru
Forum Guru
Posts: 5499
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Tue Jan 02, 2024 11:33 am

Again, between AX Lite and AX3 I can get to 400Mbps using 2.4GHz.
So the radio is capable to handle it.
 
haha
just joined
Topic Author
Posts: 11
Joined: Tue Oct 06, 2020 8:08 am

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Fri Jan 05, 2024 10:20 am

small update.
I have checked the wifi->registration table and see that RX rate tops up at 229Mbps and it is stable there but TX rate tops up at 154.9Mbps and fluctuates from 1Mbps till 154.9Mbps and can feel the fluctuation when eg. watching a video or browsing web
 
haha
just joined
Topic Author
Posts: 11
Joined: Tue Oct 06, 2020 8:08 am

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)  [SOLVED]

Wed Jan 10, 2024 4:47 pm

I have an update.

I gave up on the max speed for Apple devices as looks like windows devices (tried with mother board ASUS ROG Strix z790-H WIFI and in mikrotik it shows as RX/TX 500+/500+ Mbps) can utilise it fully. So apple problem. Based on this closing this.
One thing, if someone has similar problem with TX drops, I was getting terrible TX drops (to 1 Mbps)/disconnects. Figured out what it was:
🥁🥁🥁🥁🥁🥁
freaking usb dongle for keyboard and mouse that was on 2.4GHz. Didn't see it on frequency scan cause when I used the frequency the dongle was always disconnected.
 
holvoetn
Forum Guru
Forum Guru
Posts: 5499
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Wed Jan 10, 2024 4:57 pm

Ah yes, keyboard dongles, bluetooth devices, ... even microwaves.
They all operate in that same 2.4GHz spectrum.
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26387
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Wed Jan 10, 2024 4:57 pm

Glad to see you found the issues :)
 
optio
Long time Member
Long time Member
Posts: 675
Joined: Mon Dec 26, 2022 2:57 pm

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Wed Jan 10, 2024 5:09 pm

Yes generally usb3 device can interfere 2.4-2.5GHz spectrum if not properly shielded (like some low cost usb-c to usb-a adapters), doesn't need to be radio transmitting device in purpose.
 
vimalzubaa
just joined
Posts: 1
Joined: Thu Jan 11, 2024 5:11 pm

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Thu Jan 11, 2024 5:22 pm

I would look at the spectrum and see what was clearer in terms of usage channel1, 6 or 12 ( less other APs).
 
Mystique
newbie
Posts: 39
Joined: Tue Jun 01, 2004 6:13 pm
Location: NY, USA

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Mon Jan 15, 2024 12:58 pm

Sorry to bring this up..

You used this dongle with the original device from the provider and did not have problems?

How did they ignore your dongle, but mktk device could not..

Just looked again at the L009UiGS-2HaxD-IN..

How can it say WiFi 6, when it’s only 2.4G

(After reading..) looks like ofmda is 5Ghz only

But there are 802.11AX improvements in 2.4

https://en.m.wikipedia.org/wiki/Wi-Fi_6

#til
 
oscar120584
just joined
Posts: 8
Joined: Mon May 30, 2016 11:52 am

Re: Terrible wifi speed - L009UiGS-2HaxD-IN - Wifi 6 (Router OS 7.13)

Thu Mar 28, 2024 12:57 am

Perhaps someone will come in handy. I have exactly the same problem with Samsung A32. Experisively found that the problem occurs with a bluetooth. When you turn off the bluetooth, everything will work fine. It seems to me that this is a problem in L009xxx, because This phone is working without problems with HAP AC2 in all ranges. To be honest, I'm sorry about the purchase of L009 :( .

Who is online

Users browsing this forum: No registered users and 19 guests