You are not logged in.

#1 2018-07-22 21:12:22

lovingarcher
Member
Registered: 2018-05-20
Posts: 17

[SOLVED]Issues related to wifi! My connection drops everytime !

So today , I finally decided to reinstall arch since I gained good knowledge of linux and made it work perfectly.
There's a weird problem I'm facing concerning wifi.
Basically, after setting up arch , I used netctl so when I boot my computer , my laptop would automatically start the connection without me using wifi-menu each time , but the connection keeps dropping every few minutes and I don't know why I'm getting this.
Did anyone else face this issue?
I tried looking up arch wiki , but I seem not to have found anything concerning my problem. Could someone point me out to the right direction in order to solve this?

Last edited by lovingarcher (2018-07-28 13:20:44)

Offline

#2 2018-07-22 21:35:00

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,774

Re: [SOLVED]Issues related to wifi! My connection drops everytime !

post the output of find /etc/systemd
lspci
and of
ip link


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2018-07-22 21:43:02

lovingarcher
Member
Registered: 2018-05-20
Posts: 17

Re: [SOLVED]Issues related to wifi! My connection drops everytime !

Output of find /etc/systemd

[matt@babe ~]$ find /etc/systemd
/etc/systemd
/etc/systemd/coredump.conf
/etc/systemd/system.conf
/etc/systemd/logind.conf
/etc/systemd/timesyncd.conf
/etc/systemd/resolved.conf
/etc/systemd/user.conf
/etc/systemd/journal-upload.conf
/etc/systemd/journal-remote.conf
/etc/systemd/user
/etc/systemd/user/sockets.target.wants
/etc/systemd/user/sockets.target.wants/gpg-agent.socket
/etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket
/etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket
/etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket
/etc/systemd/user/sockets.target.wants/dirmngr.socket
/etc/systemd/user/sockets.target.wants/pulseaudio.socket
/etc/systemd/user/default.target.wants
/etc/systemd/user/default.target.wants/xdg-user-dirs-update.service
/etc/systemd/network
/etc/systemd/system
/etc/systemd/system/getty.target.wants
/etc/systemd/system/getty.target.wants/getty@tty1.service
/etc/systemd/system/display-manager.service
/etc/systemd/system/multi-user.target.wants
/etc/systemd/system/multi-user.target.wants/remote-fs.target
/etc/systemd/system/multi-user.target.wants/netctl@wlp2s0\helloworld.service
/etc/systemd/system/netctl@wlp2s0\helloworld.service
/etc/systemd/journald.conf

Output of lspci:

[matt@babe ~]$ lspci
00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0e)
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e)
00:13.0 SATA controller: Intel Corporation Atom Processor E3800 Series SATA AHCI Controller (rev 0e)
00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI (rev 0e)
00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0e)
00:1b.0 Audio device: Intel Corporation Atom Processor Z36xxx/Z37xxx Series High Definition Audio Controller (rev 0e)
00:1c.0 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 1 (rev 0e)
00:1c.1 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 2 (rev 0e)
00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0e)
00:1f.3 SMBus: Intel Corporation Atom Processor E3800 Series SMBus Controller (rev 0e)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)
02:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01)

Output of ip link:

[matt@babe ~]$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp1s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether f8:a9:63:97:52:c4 brd ff:ff:ff:ff:ff:ff
3: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DORMANT group default qlen 1000
    link/ether b8:ee:65:bd:8c:23 brd ff:ff:ff:ff:ff:ff

Last edited by lovingarcher (2018-07-22 22:24:55)

Offline

#4 2018-07-28 13:21:21

lovingarcher
Member
Registered: 2018-05-20
Posts: 17

Re: [SOLVED]Issues related to wifi! My connection drops everytime !

Ended up solving this in a quite simple way.
I restarted my router and everything seemed to work fine.

Offline

Board footer

Powered by FluxBB