You are not logged in.

#1 2012-04-29 17:38:48

darris
Member
Registered: 2012-04-29
Posts: 23

NetworkManager... still having problems

I have tried every single thing I have found.
I have even tried replacing it with wicd which was an equally horrible failure

At first it was just the problem of insufficient privileges and now I can click my wifi, but it doesn't connect.
I have downgraded networkmanager
I have changed the polkit

I sincerely have no idea now.
I'm completely lost.

Offline

#2 2012-04-29 18:14:58

Stebalien
Member
Registered: 2010-04-27
Posts: 1,238
Website

Re: NetworkManager... still having problems

1. Are you in the `network` group?
2. What is the output of dmesg (upload to a pastebin)?


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

#3 2012-04-29 23:35:12

darris
Member
Registered: 2012-04-29
Posts: 23

Re: NetworkManager... still having problems

I am in the network group.
I have uploaded it to http://codepad.org/cILoZWMM

is there a wiki page to explain all the outputs of dmesg? It seems to solve every problem ever lol

Offline

#4 2012-04-29 23:57:16

Stebalien
Member
Registered: 2010-04-27
Posts: 1,238
Website

Re: NetworkManager... still having problems

This is only a workaround (and a guess) but try disabling ipv6.


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

#5 2012-04-30 18:58:52

darris
Member
Registered: 2012-04-29
Posts: 23

Re: NetworkManager... still having problems

I disabled it in all three ways

However, while I was disabling it in the /etc/dhcpcd.conf file (for good measure) I found a line that says noipv4ll
I think I'm going to delete that and put it back to see if it's disabling my ipv4.

I'll make another post in a couple seconds to say if it worked.

Offline

#6 2012-04-30 19:01:24

darris
Member
Registered: 2012-04-29
Posts: 23

Re: NetworkManager... still having problems

Nope, didn't do anything.

Offline

#7 2012-04-30 19:24:38

Stebalien
Member
Registered: 2010-04-27
Posts: 1,238
Website

Re: NetworkManager... still having problems

Can you upload your /var/log/everything.log. For anyone else trying to solve this problem, the OP is using a Atheros card with a AR2425 chipset (driver: ath5k).


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

#8 2012-04-30 19:48:22

darris
Member
Registered: 2012-04-29
Posts: 23

Re: NetworkManager... still having problems

Offline

#9 2012-04-30 20:02:24

Stebalien
Member
Registered: 2010-04-27
Posts: 1,238
Website

Re: NetworkManager... still having problems

Is that everything? Your log seems a little sparse (missing NetworkManager stuff). From the log, it appears that you are connecting, receiving an IP address, and then disconnecting. This is another shot in the dark but try replacing dhcpcd with dhclient. Also, make sure that you have disabled the 'networking' service in /etc/rc.conf.


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

#10 2012-04-30 20:13:53

darris
Member
Registered: 2012-04-29
Posts: 23

Re: NetworkManager... still having problems

when I rc.d start dhclient it says ":: Daemon script dhclient does not exist or is not executable."

I will check it again, maybe it messed up while pasting.

Offline

#11 2012-04-30 20:37:30

Stebalien
Member
Registered: 2010-04-27
Posts: 1,238
Website

Re: NetworkManager... still having problems

Neither dhcpcd nor dhclient should be started by rc.d. By "try replacing dhcpcd with dhclient" I meant, "install the dhclient package and see if that fixes your problem". By default Network Manager will try dhclient first and only use dhcpcd if dhclient isn't installed. If you still can't connect (after a restart), repost your everything.log while using dhclient.

Last edited by Stebalien (2012-04-30 20:38:13)


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

#12 2012-05-01 18:17:14

darris
Member
Registered: 2012-04-29
Posts: 23

Re: NetworkManager... still having problems

Offline

#13 2012-05-01 18:35:04

Stebalien
Member
Registered: 2010-04-27
Posts: 1,238
Website

Re: NetworkManager... still having problems

Your everything.log hasn't changed. Are you using systemd or initscripts (the default)? Is syslog-ng in your daemons array?


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

#14 2012-05-01 20:11:18

darris
Member
Registered: 2012-04-29
Posts: 23

Re: NetworkManager... still having problems

syslog-ng is in my daemons array

I believe I'm using initscripts.

Offline

#15 2012-05-01 20:57:25

Stebalien
Member
Registered: 2010-04-27
Posts: 1,238
Website

Re: NetworkManager... still having problems

And are you sure that the log you uploaded hasn't been truncated?


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

#16 2012-05-02 05:13:15

Strike0
Member
From: Germany
Registered: 2011-09-05
Posts: 1,429

Re: NetworkManager... still having problems

There are ath5k problems for others recently; it might well be kernel related: https://bbs.archlinux.org/viewtopic.php?id=139270&p=2

But in your case it seems to connect before deassociating again. If you use WEP encryption, change away from that for a test.
If you are using the latest kernel (3.3.4) and the issue remains: Another thing you can try to install the linux LTS kernel (package in core)

Offline

#17 2012-05-02 16:09:03

darris
Member
Registered: 2012-04-29
Posts: 23

Re: NetworkManager... still having problems

I use wpa2.
I don't know whether something is truncating it, but I'm not.
Should I upload it to another pastebin?
I'll do it manually instead of using curlpaste this time.

I will get the LTS kernel and tell you guys what happens as soon as I get home.

Offline

#18 2012-05-03 02:20:51

darris
Member
Registered: 2012-04-29
Posts: 23

Re: NetworkManager... still having problems

I think the paste bins can't handle such a big file.

Offline

#19 2012-05-06 02:34:29

darris
Member
Registered: 2012-04-29
Posts: 23

Re: NetworkManager... still having problems

Is there any place else I can upload it that you know of?
It's like 20 MBs

Offline

#20 2012-05-06 02:43:50

Stebalien
Member
Registered: 2010-04-27
Posts: 1,238
Website

Re: NetworkManager... still having problems

Just post the end of it (last few 100 lines or so).


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

#21 2012-05-07 02:02:57

darris
Member
Registered: 2012-04-29
Posts: 23

Re: NetworkManager... still having problems

Offline

#22 2012-05-07 02:05:04

darris
Member
Registered: 2012-04-29
Posts: 23

Re: NetworkManager... still having problems

so just now, I decided to give wireless another shot.
It works.
I don't know what I did.
xD
I would still like to try and solve this for other new arch users though, if you want.

Offline

#23 2012-05-07 07:53:26

Stebalien
Member
Registered: 2010-04-27
Posts: 1,238
Website

Re: NetworkManager... still having problems

That part of the log didn't contain much relevant information. Lets just do this the correct way, upload the entire log: http://www.solidfiles.com/


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

#24 2012-05-07 17:35:58

Strike0
Member
From: Germany
Registered: 2011-09-05
Posts: 1,429

Re: NetworkManager... still having problems

darris wrote:

It works.
I don't know what I did.

If you have not changed config, maybe a -Syu?

Offline

#25 2012-05-08 04:59:16

darris
Member
Registered: 2012-04-29
Posts: 23

Re: NetworkManager... still having problems

well it broke again. then I rebooted.
then it worked again lol
this time it produced an error "ath5k gain calibration timeout" then a reference to some MHz numbers
this error repeated itself line by line over and over until I rebooted.


I did indeed run a -Syu. But I didn't see any packages update that seemed relevant to wireless. There wasn't a kernel update or anything.

http://www.solidfiles.com/d/2e178e1b3c/
there you are

Offline

Board footer

Powered by FluxBB