You are not logged in.

#1 2013-11-13 22:12:30

nullwiz
Member
Registered: 2013-08-23
Posts: 53

No wireless connection after pacman update

I dont get any connection whatsoever after a pacman -Syu . Im using wicd and iwconfig shows the device.
Im only using wicd and the service should start and connect after booting but it dosnt. If I start the wicd-gtk, it dosnt show the connections. I tried to use wifi-menu but it throws a connection error (gives me the journal -xn)
Any reason for whats causing this? Ill try to copy every command, but its hard since im posting from another pc.
Thanks

Offline

#2 2013-11-13 23:06:51

silverhammermba
Wiki Maintainer
Registered: 2011-04-14
Posts: 156

Re: No wireless connection after pacman update

Is the wicd service actually running? I can't tell from how you worded your post. Try

# systemctl start wicd

Offline

#3 2013-11-14 00:58:13

nullwiz
Member
Registered: 2013-08-23
Posts: 53

Re: No wireless connection after pacman update

silverhammermba wrote:

Is the wicd service actually running? I can't tell from how you worded your post. Try

# systemctl start wicd

Yes, this is actually the first thing I did.

Offline

#4 2013-11-14 01:21:15

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: No wireless connection after pacman update

What error messages are in the journal? In wicd's log? What packages were in the upgrade?
You need to try an narrow down the fault...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2013-11-14 01:43:15

nullwiz
Member
Registered: 2013-08-23
Posts: 53

Re: No wireless connection after pacman update

jasonwryan wrote:

What error messages are in the journal? In wicd's log? What packages were in the upgrade?
You need to try an narrow down the fault...

For the packages, I did a full system upgrade. I cant remember how many or what packages were actually upgraded cause they were.. many.
Im sorry admin! Let me try to copy as much as I can : the journal after using wifi-menu:
Something interesting is that I see for a second that my wifi is on ( im usng xmonad and dzen ), then it goes off.

-- Logs begin at Fri 2013-08-23 23:37:07 ART, end at Wed 2013-11-13 22:26:33 ART. --
Nov 13 16:29:35 linx systemd[339]: Stopped target Default.
-- Subject: Unit UNIT has finished shutting down
-- Defined-By: systemd
-- Support: [url]http://lists.freedesktop.org/mailman/listinfo/systemd-devel[/url]
-- Documentation: [url]http://www.freedesktop.org/wiki/Software/systemd/catalog/9d1aaa27d60140bd96365438aad20286[/url]
-- 
-- Unit UNIT has finished shutting down.
Nov 13 16:29:35 linx systemd[339]: Starting Shutdown.
-- Subject: Unit UNIT has begun with start-up
-- Defined-By: systemd
-- Support: [url]http://lists.freedesktop.org/mailman/listinfo/systemd-devel[/url]
-- 
-- Unit UNIT has begun starting up.
Nov 13 16:29:35 linx systemd[339]: Reached target Shutdown.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: [url]http://lists.freedesktop.org/mailman/listinfo/systemd-devel[/url]
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is done.
Nov 13 16:29:35 linx systemd[339]: Starting Exit the Session...
-- Subject: Unit UNIT has begun with start-up
-- Defined-By: systemd
-- Support: [url]http://lists.freedesktop.org/mailman/listinfo/systemd-devel[/url]
-- 
-- Unit UNIT has begun starting up.
-- Reboot --
Nov 13 22:26:32 linx systemd[350]: Failed to open private bus connection: Failed to connect to socket /run/user/1000/dbus/user_bus_socket: No such file or directory
Nov 13 22:26:32 linx systemd[350]: Mounted /sys/kernel/config.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: [url]http://lists.freedesktop.org/mailman/listinfo/systemd-devel[/url]
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is done.
Nov 13 22:26:32 linx systemd[350]: Stopped target Sound Card.
-- Subject: Unit UNIT has finished shutting down
-- Defined-By: systemd
-- Support: [url]http://lists.freedesktop.org/mailman/listinfo/systemd-devel[/url]
-- Documentation: [url]http://www.freedesktop.org/wiki/Software/systemd/catalog/9d1aaa27d60140bd96365438aad20286[/url]
-- 
-- Unit UNIT has finished shutting down.
Nov 13 22:26:32 linx systemd[350]: Starting Default.
-- Subject: Unit UNIT has begun with start-up
-- Defined-By: systemd
-- Support: [url]http://lists.freedesktop.org/mailman/listinfo/systemd-devel[/url]
-- 
-- Unit UNIT has begun starting up.
Nov 13 22:26:32 linx systemd[350]: Reached target Default.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: [url]http://lists.freedesktop.org/mailman/listinfo/systemd-devel[/url]
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is done.
Nov 13 22:26:32 linx systemd[350]: Startup finished in 77ms.
-- Subject: System start-up is now complete
-- Defined-By: systemd
-- Support: [url]http://lists.freedesktop.org/mailman/listinfo/systemd-devel[/url]
-- 
-- All system services necessary queued for starting at boot have been
-- successfully started. Note that this does not mean that the machine is
-- now idle as services might still be busy with completing start-up.
-- 
-- Kernel start-up required KERNEL_USEC microseconds.
-- 
-- Initial RAM disk start-up required INITRD_USEC microseconds.
-- 
-- Userspace start-up required 77128 microseconds.

Last edited by jasonwryan (2013-11-14 01:55:31)

Offline

#6 2013-11-14 01:58:01

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: No wireless connection after pacman update

I have edited your post to use code tags: please read the Forum Etiquette for pasting pictures and code:
https://wiki.archlinux.org/index.php/Fo … s_and_Code


You will need to paste the actual logs: what you have there is not really actionable.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#7 2013-11-14 03:58:53

nullwiz
Member
Registered: 2013-08-23
Posts: 53

Re: No wireless connection after pacman update

jasonwryan wrote:

I have edited your post to use code tags: please read the Forum Etiquette for pasting pictures and code:
https://wiki.archlinux.org/index.php/Fo … s_and_Code


You will need to paste the actual logs: what you have there is not really actionable.

What logs? wicd logs?


I think this may help,

systemctl status wicd.service shows :

wicd.service - Wicd a wireless and wired network manager for Linux
   Loaded: loaded (/usr/lib/systemd/system/wicd.service; enabled)
   Active: active (running) since Wed 2013-11-13 22:25:38 ART; 2h 36min ago
 Main PID: 310 (wicd)
   CGroup: /system.slice/wicd.service
           |-310 /usr/bin/python2 -O /usr/share/wicd/daemon/wicd-daemon.py --no-daemon
           `-333 /usr/bin/python2 -O /usr/share/wicd/daemon/monitor.py

Nov 13 22:39:03 linx wicd[310]: Throttling autoreconnect
Nov 13 22:39:03 linx wicd[310]: Throttling autoreconnect
Nov 13 22:39:03 linx wicd[310]: Throttling autoreconnect
Nov 13 22:39:03 linx wicd[310]: Throttling autoreconnect
Nov 13 22:39:03 linx wicd[310]: Throttling autoreconnect
Nov 13 22:39:03 linx wicd[310]: Throttling autoreconnect
Nov 13 22:43:35 linx wicd[310]: Throttling adhcpcd[2323]: dhcpcd not running
Nov 13 22:43:36 linx wicd[310]: Failed to connect to non-global ctrl_ifname: enp6s0  error: No such file or directory
Nov 13 22:43:36 linx wicd[310]: dhcpcd[2329]: dhcpcd not running
Nov 13 22:43:36 linx wicd[310]: Failed to connect to non-global ctrl_ifname: enp6s0  error: No such file or directory

Last edited by nullwiz (2013-11-14 04:03:46)

Offline

#8 2013-11-14 05:07:43

alezost
Member
Registered: 2013-10-17
Posts: 61

Re: No wireless connection after pacman update

There is a similar topic, did you read it?

Offline

#9 2013-11-14 06:43:56

nullwiz
Member
Registered: 2013-08-23
Posts: 53

Re: No wireless connection after pacman update

Thanks but when I try to remove initscripts or sysvinit (pacman -R) I get package not found for both, why is that?

Offline

#10 2013-11-14 06:47:12

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,727

Re: No wireless connection after pacman update

Because that topic is from 9 months ago and very unlikely to be relevant. If you still had initscripts and sysvinit at this point, you'd have a lot more problems than just this.

Offline

#11 2013-11-14 07:10:00

nullwiz
Member
Registered: 2013-08-23
Posts: 53

Re: No wireless connection after pacman update

Scimmia wrote:

Because that topic is from 9 months ago and very unlikely to be relevant. If you still had initscripts and sysvinit at this point, you'd have a lot more problems than just this.

Allright... Im just following the post that that guy made.

Offline

#12 2013-11-14 15:55:44

nullwiz
Member
Registered: 2013-08-23
Posts: 53

Re: No wireless connection after pacman update

I thought the problem was with my connection but it looks like its not based around it. I tried to connect to another network and the problem persists.

Offline

#13 2013-11-14 21:27:12

h00d
Member
Registered: 2013-11-14
Posts: 3

Re: No wireless connection after pacman update

I have a similar issue. Downgrading intel-dri, mesa, and related packages resolved it. (9.2.3.1 => 9.2.2.1)

Last edited by h00d (2013-11-15 00:58:48)

Offline

#14 2013-11-14 23:51:47

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,727

Re: No wireless connection after pacman update

What in the world does mesa have to do with wireless?

Offline

#15 2013-11-15 00:44:14

h00d
Member
Registered: 2013-11-14
Posts: 3

Re: No wireless connection after pacman update

@Scimmia: you're completely right, turns out in my case it was the connection at fault, not any of the updates

Last edited by h00d (2013-11-15 00:59:18)

Offline

#16 2013-11-15 19:20:54

nullwiz
Member
Registered: 2013-08-23
Posts: 53

Re: No wireless connection after pacman update

Someone knows how to fix this? WIFI just dosnt work. I would appreciate any help, I cant even connect with wifi-menu.
If it dosnt work I guess ill just move to a different OS, Arch has caused enough pain for me.

Offline

#17 2013-11-15 22:07:36

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,091

Re: No wireless connection after pacman update

nullwiz, it would help if you gave us some info about your wifi hardware, please post lspci output.
if you're using a usb dongle for wifi, lsusb woudl be needed.

Does wifi work if you boot from latest arch install iso ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#18 2013-11-16 20:25:39

raavas
Member
Registered: 2011-10-21
Posts: 88

Re: No wireless connection after pacman update

I have similar issue as the original poster, but in my case I am using NetworkManager and I have wired connection available. After unplugging the wired connection, wireless works ok. This happened after the recent update. I have Qualcomm Atheros AR928X Wireless Network Adapter from lspci and the NetworkManager.service is running.

EDIT: this morning the problem seems to be gone. I'll monitor the situation, though.

Last edited by raavas (2013-11-17 09:51:47)

Offline

Board footer

Powered by FluxBB