You are not logged in.
So after running said command i got NetworkConfigurationEnabled: false in iwctl
I added a main.conf to etc/iwd from the wiki to enable it
However when i try to connect to any network i get limited connectivity in network manager and i can't open anything in the browser
Iwd says wlan0 connected but i still can't load anything
I guess i did something stupid but i would like to learn what so i could know how to fix it any help appreciated thanks
Last edited by moderndaytragedy (2025-08-28 11:17:30)
Offline
NetworkConfigurationEnabled … main.conf to etc/iwd from the wiki to enable it … limited connectivity in network manager
Don't enable NM and iwd, if you wanted to use iwd as NM backend see https://wiki.archlinux.org/title/Networ … Fi_backend and if you want to use only iwd, disable NM
Reboot and post the output of
rfkill; ip a; ip rOffline
Disabled NM
So it seems like i have some sort of internet connection it's just extremely slow since i could open a text paste site and I also get timeouts instead of no internet
I don't think it a isp or router issues since I'm using the same wifi on my phone posting this
https://ctxt.io/2/AAD4ABNWFg
Last edited by moderndaytragedy (2025-08-27 21:43:09)
Offline
Please post the output of
iw dev wlan0 station dumpand your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stOffline
Wlan0: https://ctxt.io/2/AAD4FL2PEg
Journal: https://limewire.com/d/IRbIM#PnHac0RU0T
The journal was way too big to copy paste on ny phone so im uploading it as a file instead
Offline
The journal is mostly spam from kioworker…
Your "extremely slow" wifi runs at 324.0 MBit/s TX and 216.0 MBit/s RX - you could have piped the journal into 0x0.st even if that would have taken like 0.1s or so…
On a more serious note and assuming you're not *that* spoiled ![]()
What's your metric for "extremely slow" here? Ie how do you measure this?
Also, is the mt7925e usb dongle really the only network device in the system?
Have you tried another USB port (the signal at -60dBm isn't really great, the case might act as EM shield)
Offline
Well i can't open anything in firefox it gives me a timeout
Steam gives no internet connection
Telegram sends stuff just fine tho which is strange
Also what usb device you're talking about? Im not on lan im connected to wifi
Also when i try to put something on 0x0 from terminal it just gets stuck thinking and never gives me a link
Last edited by moderndaytragedy (2025-08-28 09:21:24)
Offline
So i don't know if I'm posting this a second time because it doesn't seem like my previous post was uploaded sorry if u see both messages
It seems like most of the problem was a faulty dpi bypass since after disabling it i can get internet searches and steam downloads to work still can't open some stuff tho but i assume its because i don't have a dpi bypass enabled since the internet here is pretty restricted
Ill set it up again and then report if i have any other internet issues
Last edited by moderndaytragedy (2025-08-28 09:34:30)
Offline
Edit:
most of the problem was a faulty dpi bypass since after disabling it i can get internet searches and steam downloads to work
So you can scratch the below.
Edit #2: feel free to open a new thread about the DPI situation and then please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
-----------------------------------------------------
ping -c8 8.8.8.8
ping -c8 google.com
ping -c8 192.168.1.1
ping -c8 _gatewayAlso what usb device you're talking about?
Aug 28 11:25:47 archlinux kernel: usb 3-5: new high-speed USB device number 3 using xhci_hcd
Aug 28 11:25:47 archlinux kernel: usb 3-5: New USB device found, idVendor=0489, idProduct=e11e, bcdDevice= 1.00
Aug 28 11:25:47 archlinux kernel: usb 3-5: New USB device strings: Mfr=5, Product=6, SerialNumber=7
Aug 28 11:25:47 archlinux kernel: usb 3-5: Product: Wireless_Device
Aug 28 11:25:47 archlinux kernel: usb 3-5: Manufacturer: MediaTek Inc.
Aug 28 11:25:47 archlinux kernel: usb 3-5: SerialNumber: 000000000but actually
Aug 28 11:25:47 archlinux kernel: pci 0000:c3:00.0: [14c3:7925] type 00 class 0x028000 PCIe Endpoint
Aug 28 11:25:47 archlinux kernel: pci 0000:c3:00.0: BAR 0 [mem 0xdd800000-0xdd9fffff 64bit]
Aug 28 11:25:47 archlinux kernel: pci 0000:c3:00.0: BAR 2 [mem 0xdda00000-0xdda07fff 64bit]
Aug 28 11:25:47 archlinux kernel: pci 0000:c3:00.0: PME# supported from D0 D3hot D3cold
Aug 28 11:25:47 archlinux kernel: pci 0000:c3:00.0: Adding to iommu group 19
Aug 28 11:25:48 archlinux kernel: mt7925e 0000:c3:00.0: enabling device (0000 -> 0002)
Aug 28 11:25:48 archlinux kernel: mt7925e 0000:c3:00.0: ASIC revision: 79250000
Aug 28 11:25:48 archlinux kernel: mt7925e 0000:c3:00.0: HW/SW Version: 0x8a108a10, Build Time: 20250721232852a
Aug 28 11:25:48 archlinux kernel: mt7925e 0000:c3:00.0: WM Firmware Version: ____000000, Build Time: 20250721232943The USB device is the BT controller, sorry for the noise.
Last edited by seth (2025-08-28 09:36:51)
Offline
Also i don't have any usb controllers connected rn that's weird
Why is it showing up if i never connected anything today?
Offline
The USB device is the BT controller, sorry for the noise.
It's an internal device, wired via USB instead of PCI (kinda common, could have thought about that)
Offline
Ah okay
Is there anything in logs about powertop disabling network related stuff since i can't get a dpi bypass to work but i don't know if it's a me issue or a country issue
Offline
The dpi works i think (?) it seems like Firefox is having trouble with youtube specifically
Offline
Your physical connection looked fine (weak signal aside)
Powertop doesn't show up at all (the changes are transient, you'll have to enable an autotune boot-time service) but TLP and KDE powerdevil do.
TLP will likely activate https://wiki.archlinux.org/title/Power_ … interfaces and mt7925e has an "disable_aspm" option
systool -vm mt7925eOffline