You are not logged in.

#1 2020-11-12 14:36:40

SPYAM
Member
From: IRAN
Registered: 2020-11-12
Posts: 156

[Solved] bug ! disconnecting the Internet when using the terminal

When I use the terminal, my internet is completely disconnected and I have to type clear command inside the terminal and close the terminal to connect my internet!  (in WiFi connection)
This is not a problem when using a Lan cable

Last edited by SPYAM (2020-11-13 11:41:24)


Only progress!

Offline

#2 2020-11-12 14:50:40

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,692

Re: [Solved] bug ! disconnecting the Internet when using the terminal

No you don't. This is called coincidence.

Please post a complete sysmtem journal *after* struggling w/ your WLAN

sudo journalctl -b | curl -F 'f:1=<-' ix.io

Also the output of

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

Offline

#3 2020-11-12 16:01:59

SPYAM
Member
From: IRAN
Registered: 2020-11-12
Posts: 156

Re: [Solved] bug ! disconnecting the Internet when using the terminal

seth wrote:

No you don't. This is called coincidence.

Please post a complete sysmtem journal *after* struggling w/ your WLAN

sudo journalctl -b | curl -F 'f:1=<-' ix.io

Also the output of

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

http://ix.io/2DUN

dbus-org.freedesktop.nm-dispatcher.service | system
dbus-org.freedesktop.resolve1.service    | system
dhcpcd.service                           | multi-user.target.wants
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.socket                         | sockets.target.wants
gpg-agent-ssh.socket                     | sockets.target.wants
iwd.service                              | multi-user.target.wants
NetworkManager.service                   | multi-user.target.wants
NetworkManager-wait-online.service       | network-online.target.wants
p11-kit-server.socket                    | sockets.target.wants
pipewire.socket                          | sockets.target.wants
pulseaudio.socket                        | sockets.target.wants
remote-fs.target                         | multi-user.target.wants
snapd.socket                             | sockets.target.wants
systemd-resolved.service                 | multi-user.target.wants
var-lib-snapd-snap-android\x2dstudio-97.mount | multi-user.target.wants
var-lib-snapd-snap-code-50.mount         | multi-user.target.wants
var-lib-snapd-snap-core-10185.mount      | multi-user.target.wants
var-lib-snapd-snap-core18-1932.mount     | multi-user.target.wants
var-lib-snapd-snap-core20-634.mount      | multi-user.target.wants
var-lib-snapd-snap-gtk\x2dcommon\x2dthemes-1506.mount | multi-user.target.wants
var-lib-snapd-snap-skype-159.mount       | multi-user.target.wants
var-lib-snapd-snap-snapd-9721.mount      | multi-user.target.wants
var-lib-snapd-snap-telegram\x2ddesktop-2198.mount | multi-user.target.wants

Only progress!

Offline

#4 2020-11-12 16:04:59

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,692

Re: [Solved] bug ! disconnecting the Internet when using the terminal

dhcpcd.service                           | multi-user.target.wants
…
iwd.service                              | multi-user.target.wants
…
NetworkManager.service                   | multi-user.target.wants
NetworkManager-wait-online.service       | network-online.target.wants

You're running 3 competing network managing services. Pick one and disable the others.
If you opt for nm-applet, keep networkmanager and disable dhcpcd and iwd.

Offline

#5 2020-11-12 16:23:27

SPYAM
Member
From: IRAN
Registered: 2020-11-12
Posts: 156

Re: [Solved] bug ! disconnecting the Internet when using the terminal

seth wrote:
dhcpcd.service                           | multi-user.target.wants
…
iwd.service                              | multi-user.target.wants
…
NetworkManager.service                   | multi-user.target.wants
NetworkManager-wait-online.service       | network-online.target.wants

You're running 3 competing network managing services. Pick one and disable the others.
If you opt for nm-applet, keep networkmanager and disable dhcpcd and iwd.

[babak@spy ~]$ sudo systemctl disable dhcpcd
Removed /etc/systemd/system/multi-user.target.wants/dhcpcd.service.
[babak@spy ~]$ sudo systemctl disable iwd
Removed /etc/systemd/system/multi-user.target.wants/iwd.service.
[babak@spy ~]$ 

Do you think the problem will be solved now?


Only progress!

Offline

#6 2020-11-12 16:36:44

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,692

Re: [Solved] bug ! disconnecting the Internet when using the terminal

The services are still running til the next reboot (as you didn't "… disable --now …")

Offline

#7 2020-11-12 17:03:20

SPYAM
Member
From: IRAN
Registered: 2020-11-12
Posts: 156

Re: [Solved] bug ! disconnecting the Internet when using the terminal

seth wrote:

The services are still running til the next reboot (as you didn't "… disable --now …")

Thank . Now that my problem is solved


Only progress!

Offline

#8 2020-11-12 17:38:53

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,644
Website

Re: [Solved] bug ! disconnecting the Internet when using the terminal

Please remember to mark your threads as solved by editing the first post and amending the topic title.

https://wiki.archlinux.org/index.php/Co … ow_to_post


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB