You are not logged in.

#1 2015-04-08 19:27:52

calef13
Member
Registered: 2007-06-10
Posts: 142

[SOLVED]Wifi almost instantly dropping out after successful connection

Hi,

I'm having an issue where my wifi connection drops about 1-2 seconds after connecting. I'm able to load 1 website in that time usually, then it drops. I was using wicd, but switched to netctl and I'm getting exactly the same issue. Wired is unaffected and works perfectly. I only have this issue with Arch, Windows seems fine.

Can anyone advise me on how best to debug this issue? Here is my 'lspci -nn' output:

00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0100] (rev 09)
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port [8086:0101] (rev 09)
00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)
00:1a.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 05)
00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 05)
00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 [8086:1c10] (rev b5)
00:1c.2 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 [8086:1c14] (rev b5)
00:1c.3 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 [8086:1c16] (rev b5)
00:1c.4 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 [8086:1c18] (rev b5)
00:1c.5 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 [8086:1c1a] (rev b5)
00:1c.6 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 7 [8086:1c1c] (rev b5)
00:1c.7 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev b5)
00:1d.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 [8086:1c26] (rev 05)
00:1f.0 ISA bridge [0601]: Intel Corporation Z68 Express Chipset Family LPC Controller [8086:1c44] (rev 05)
00:1f.2 SATA controller [0106]: Intel Corporation 6 Series/C200 Series Chipset Family SATA AHCI Controller [8086:1c02] (rev 05)
00:1f.3 SMBus [0c05]: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller [8086:1c22] (rev 05)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF110 [GeForce GTX 570 Rev. 2] [10de:1086] (rev a1)
01:00.1 Audio device [0403]: NVIDIA Corporation GF110 High Definition Audio Controller [10de:0e09] (rev a1)
06:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller [1b21:1042]
07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06)
08:00.0 PCI bridge [0604]: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge [1b21:1080] (rev 01)

Here is my output from running 'systemctl --type=service --no-pager'.:

  UNIT                             LOAD   ACTIVE SUB     DESCRIPTION
  avahi-daemon.service             loaded active running Avahi mDNS/DNS-SD Stack
  cronie.service                   loaded active running Periodic Command Scheduler
  dbus.service                     loaded active running D-Bus System Message Bus
● dhcpcd@eth0.service              loaded failed failed  dhcpcd on eth0
  getty@tty1.service               loaded active running Getty on tty1
  i2prouter.service                loaded active running Invisible Internet Project
  kmod-static-nodes.service        loaded active exited  Create list of required static de
  lm_sensors.service               loaded active exited  Initialize hardware monitoring se
  mpd.service                      loaded active running Music Player Daemon
  netctl@eth.service               loaded active exited  Networking for netctl profile eth
  ntpd.service                     loaded active running Network Time Service
  polkit.service                   loaded active running Authorization Manager
  rtkit-daemon.service             loaded active running RealtimeKit Scheduling Policy Ser
  slim.service                     loaded active running SLiM Simple Login Manager
  sshd.service                     loaded active running OpenSSH Daemon
  systemd-binfmt.service           loaded active exited  Set Up Additional Binary Formats
  systemd-journal-flush.service    loaded active exited  Flush Journal to Persistent Stora
  systemd-journald.service         loaded active running Journal Service
  systemd-logind.service           loaded active running Login Service
  systemd-random-seed.service      loaded active exited  Load/Save Random Seed
  systemd-remount-fs.service       loaded active exited  Remount Root and Kernel File Syst
  systemd-rfkill@rfkill0.service   loaded active exited  Load/Save RF Kill Switch Status o
  systemd-sysctl.service           loaded active exited  Apply Kernel Variables
  systemd-tmpfiles-setup-dev.service loaded active exited  Create Static Device Nodes in /de
  systemd-tmpfiles-setup.service   loaded active exited  Create Volatile Files and Directo
  systemd-udev-trigger.service     loaded active exited  udev Coldplug all Devices
  systemd-udevd.service            loaded active running udev Kernel Device Manager
  systemd-update-utmp.service      loaded active exited  Update UTMP about System Boot/Shu
  systemd-user-sessions.service    loaded active exited  Permit User Sessions
  systemd-vconsole-setup.service   loaded active exited  Setup Virtual Console
  user@1000.service                loaded active running User Manager for UID 1000

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.

31 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.

The dhcpcd fails even though I'm successfully connected via wired connection, can I disable that if I'm using netctl?

Last edited by calef13 (2015-04-08 22:47:29)

Offline

#2 2015-04-08 20:03:02

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,353

Re: [SOLVED]Wifi almost instantly dropping out after successful connection

Don't run both netctl and dhcpd service for the same interface.  Netctl will invoke dhcpcd when it needs it.  The dhcpcd service will fight with netctl.


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

Online

#3 2015-04-08 22:46:50

calef13
Member
Registered: 2007-06-10
Posts: 142

Re: [SOLVED]Wifi almost instantly dropping out after successful connection

Thanks ewaller, that seems to have fixed it!

Offline

Board footer

Powered by FluxBB