You are not logged in.

#1 2021-10-18 23:25:27

localhost144
Member
Registered: 2021-10-18
Posts: 3

[Solved] Weird WiFi connection in Arch / Pacman

Just a few days an Arch user, loved the installation and the distribution as a whole. However, I have a weird problems when it comes to my connectivity. First, the driver had to be applied to the kernel using dkms. Then, my network manager (dhcpcd) started disabling when enabling LightDM, and i had to use startx to get into XFCE (My DE). Then, after fixing dhcpcd, i had this problem, that i still have today, using Arch: Whenever i attempt to update the repositories (Using sudo pacman -Syy), or even when using yay (My AUR helper), my connection starts normally (Better than other distros), and it slowly loses speed, from 500kb/s to 400, 300, all the way to some bytes per second. That will also happen quite often in package installations as well.Here are my specs:

CPU: AMD Ryzen 5 1500X
GPU: AMD RADEON RX 550
WiFi Adapter: TP-Link Archer T3U (Chipset: rtl8822bu)
Network Manager: NetworkManager

Last edited by localhost144 (2021-10-19 00:35:09)

Offline

#2 2021-10-18 23:44:31

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [Solved] Weird WiFi connection in Arch / Pacman

Why are you running dhcpcd and NetworkManager?

What's the output of...

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2021-10-19 00:04:01

localhost144
Member
Registered: 2021-10-18
Posts: 3

Re: [Solved] Weird WiFi connection in Arch / Pacman

Slithery wrote:

Why are you running dhcpcd and NetworkManager?

I only run NetworkManager now, because else i cannot use WiFi

What's the output of...

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

dbus-org.freedesktop.nm-dispatcher.service | system
dbus-org.freedesktop.resolve1.service    | system
dirmngr.socket                           | sockets.target.wants
display-manager.service                  | system
getty@tty1.service                       | getty.target.wants
gpg-agent-browser.socket                 | sockets.target.wants
gpg-agent-extra.socket                   | sockets.target.wants
gpg-agent-ssh.socket                     | sockets.target.wants
gpg-agent.socket                         | sockets.target.wants
iwd.service                              | multi-user.target.wants
NetworkManager-wait-online.service       | network-online.target.wants
NetworkManager.service                   | multi-user.target.wants
p11-kit-server.socket                    | sockets.target.wants
reflector.service                        | multi-user.target.wants
remote-fs.target                         | multi-user.target.wants
systemd-resolved.service                 | multi-user.target.wants

Offline

#4 2021-10-19 00:07:15

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] Weird WiFi connection in Arch / Pacman

localhost144 wrote:

I only run NetworkManager now, because else i cannot use WiFi

Nope.

localhost144 wrote:
iwd.service                              | multi-user.target.wants
NetworkManager-wait-online.service       | network-online.target.wants
NetworkManager.service                   | multi-user.target.wants

Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2021-10-19 00:34:26

localhost144
Member
Registered: 2021-10-18
Posts: 3

Re: [Solved] Weird WiFi connection in Arch / Pacman

jasonwryan wrote:
localhost144 wrote:

I only run NetworkManager now, because else i cannot use WiFi

Nope.

localhost144 wrote:
iwd.service                              | multi-user.target.wants
NetworkManager-wait-online.service       | network-online.target.wants
NetworkManager.service                   | multi-user.target.wants

I actually fixed the issue by just typing

[options]
DisableDownloadTimeout

Now it works fine, actually better than before.
So adding solved to the title i guess wink

Offline

#6 2021-10-19 01:31:10

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] Weird WiFi connection in Arch / Pacman

localhost144 wrote:

I actually fixed the issue by just typing

[options]
DisableDownloadTimeout

Not if you still have iwd enabled.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB