-
I am having frequent issue with whatever networking system that this is using. It is constantly dropping connection, resulting in things like discord calls disconnecting and then reconnecting me. Whenever the system goes into sleep mode, there is a over 50% chance that it completely breaks my ability to connect to my network with the only way to fix it being to completely restart my system. All of this makes for a very frustrating experience when trying to use my own system as it feels like at every turn it is trying to fight me. The connection issues are likely due to roaming being enabled by default, resulting in frequent disconnects when on networks like mine where there are multiple access points that may occasionally change in frequency strength. This could be caused by a bug with NMs built-in DHCP, which still seems to be open. The network not starting again after sleep may be linked to a driver issue, or the system failing to wake up the network card when exiting sleep. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Is this issue can be reproduced in other OS like Ubuntu? |
Beta Was this translation helpful? Give feedback.
So after looking more into and experimenting with connman, it seems like it has some issues and can be pretty rough to configure. So I opted to stick to NM, but switched over to iwd. Had to fix dnsmasq/resolved as it was saying that something was already loading on
127.0.0.1
. When I managed to get that fixed, it seems the network is now stable. Haven't gotten any disconnects/loss of ipv4 and my network card hasn't been shut off.Luckily the setup for this is relatively easy. Literally just involves installing iwd and network-manager-iwd, then making sure wpa_supplicant is disabled. There are some minor configs that need to be setup to ensure things all play nicely with eachother. The dnsm…