You are not logged in.

#1 2015-04-18 23:16:03

MGu3l
Member
From: Medellín, Colombia
Registered: 2009-12-19
Posts: 109

[SOLVED] No Wifi after update

I updated my system today and it installed some xf86 packages, then I fall asleep for 20 minutes and when I woke up there was no WiFi, I rebooted and updated again, and there was some nm-applet packages to install, I did it and I was able to connect to the WiFi but I wasn't able to load any website or connect to any server, so I checked the dhcp service and this is what i found:

systemctl enable dhcpd
---------------------------------------
Failed to execute operation: No such file or directory 

I tried to install the dhcpd package but pacman says it doesn't exist, ad also pacman says it is installed

 local/dhcpcd 6.8.1-1 (base)
    RFC2131 compliant DHCP client daemon 

so I don't know how to enable it again.

Last edited by MGu3l (2015-04-19 02:45:23)


"Dream as if you'll live forever, live as if you'll die today" - James Dean

Offline

#2 2015-04-18 23:19:23

anatolik
Developer
Registered: 2012-09-27
Posts: 458

Re: [SOLVED] No Wifi after update

You have typo in your systemctl command. The name of the service is 'dhcpcd', not 'dhcpd'


Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster

Offline

#3 2015-04-18 23:19:37

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,999
Website

Re: [SOLVED] No Wifi after update

I think you mean dhcpcd


Jin, Jîyan, Azadî

Offline

#4 2015-04-18 23:29:57

MGu3l
Member
From: Medellín, Colombia
Registered: 2009-12-19
Posts: 109

Re: [SOLVED] No Wifi after update

yeah, both of you were right, it was a typo.

So I  used the dhcpcd and got this:

systemctl status dhcpcd
---------------------------------------------------------
● dhcpcd.service - dhcpcd on all interfaces
   Loaded: loaded (/usr/lib/systemd/system/dhcpcd.service; enabled; vendor preset: disabled)
   Active: active (running) since sáb 2015-04-18 18:25:18 COT; 54s ago
  Process: 397 ExecStart=/usr/bin/dhcpcd -q -b (code=exited, status=0/SUCCESS)
 Main PID: 403 (dhcpcd)
   CGroup: /system.slice/dhcpcd.service
           └─403 /usr/bin/dhcpcd -q -b

abr 18 18:25:27 Arch dhcpcd[403]: wlp1s0b1: IAID c8:d4:cc:0b
abr 18 18:25:28 Arch dhcpcd[403]: wlp1s0b1: soliciting an IPv6 router
abr 18 18:25:28 Arch dhcpcd[403]: wlp1s0b1: rebinding lease of 192.168.1.51
abr 18 18:25:37 Arch dhcpcd[403]: wlp1s0b1: leased 192.168.1.51 for 604800 seconds
abr 18 18:25:37 Arch dhcpcd[403]: wlp1s0b1: adding route to 192.168.1.0/24
abr 18 18:25:37 Arch dhcpcd[403]: wlp1s0b1: adding default route via 192.168.1.254
abr 18 18:25:38 Arch dhcpcd[403]: wlp1s0b1: removing route to 192.168.1.0/24
abr 18 18:26:13 Arch dhcpcd[403]: wlp1s0b1: removing IP address 192.168.1.51/24
abr 18 18:26:13 Arch dhcpcd[403]: wlp1s0b1: deleting default route via 192.168.1.254
abr 18 18:26:13 Arch dhcpcd[403]: wlp1s0b1: carrier lost 

WiFi still won't work although it appears as connected to it. How can I diagnose what's going wrong? or is this info relevant to detect the problem?


"Dream as if you'll live forever, live as if you'll die today" - James Dean

Offline

#5 2015-04-19 02:45:07

MGu3l
Member
From: Medellín, Colombia
Registered: 2009-12-19
Posts: 109

Re: [SOLVED] No Wifi after update

I will mark this thread as solved, I rebooted my modem and WiFi started working again. just for curiosity if anybody has a theory of why this happened it would be great.


"Dream as if you'll live forever, live as if you'll die today" - James Dean

Offline

Board footer

Powered by FluxBB