You are not logged in.

Announcement

Due to heavy spamming of forums registration is going in stages. If you wish to register as a new user with ArchBang Forums, first register and then send an e-mail to: archbangforums at gmail dot com. It should contain the problem you want to discuss or some other AB related content. You will be promoted from registering member with no posting rights to new member with posting rights after that. If your mail is ignored you haven't fulfilled the requirements.

#1 2012-01-27 07:40:49

ivanblago
Member
From: Novi Sad, Serbia
Registered: 2011-12-31
Posts: 14
Website

Wireless problem after update

03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
	Subsystem: Fujitsu Limited. Device 1537
	Kernel driver in use: ath9k
Linux btstation 3.2.2-1-ARCH #1 SMP PREEMPT Thu Jan 26 08:40:20 CET 2012 x86_64 Intel(R) Pentium(R) CPU P6200 @ 2.13GHz GenuineIntel GNU/Linux

Ok, after update and restart AB. And can't conect to the network over wireless. Cable conection is OK.

I Updated this and restart:
linux 3.2.2-1
alsa-firmware 1.0.25-1     
alsa-oss 1.0.25-1     
alsa-lib 1.0.25-1     
alsa-utils 1.0.25-1

Last edited by ivanblago (2012-01-27 07:41:42)

Offline

#2 2012-01-27 08:52:56

oliver
Administrator
Registered: 2010-11-04
Posts: 1,516

Re: Wireless problem after update

You could downgrade the kernel (or wait 5 minutes and another one will come along)

But if you want to troubleshoot, can you let us know if the device is plumbed (i.e. you do see wlan0 or something) and it can't get an IP or if it's not even detected


Welly, welly, welly, welly, welly, welly, well. To what do I owe the extreme pleasure of this surprising visit?

Offline

#3 2012-01-27 09:46:41

ivanblago
Member
From: Novi Sad, Serbia
Registered: 2011-12-31
Posts: 14
Website

Re: Wireless problem after update

I can see my network, but, when I try to conect system required authentication again and again... at the end get disconected. (I have the right password, I chech twice).

Offline

#4 2012-01-27 10:12:17

oliver
Administrator
Registered: 2010-11-04
Posts: 1,516

Re: Wireless problem after update

is there anything in /var/log/everything or dmesg when you fail to connect?

An easy way to check logs is:

tail -f /var/log/everything | tee -a /tmp/mylog

and then look at /tmp/mylog

In saying that, you will need read permissions on /var/log/everything (sudo the command or be root) and I'm not sure it will be written to that log anyway


Welly, welly, welly, welly, welly, welly, well. To what do I owe the extreme pleasure of this surprising visit?

Offline

#5 2012-01-27 10:57:54

ivanblago
Member
From: Novi Sad, Serbia
Registered: 2011-12-31
Posts: 14
Website

Re: Wireless problem after update

Here it is:

[ivan@btstation ~]$ sudo tail -f /var/log/everything | tee -a /tmp/mylog
Password: 
tail: cannot open `/var/log/everything' for reading: No such file or directory

/tmp/mylog   is empty text file

Latest part of /var/log/everything.log I put on pastebin

Offline

#6 2012-01-27 13:39:34

oliver
Administrator
Registered: 2010-11-04
Posts: 1,516

Re: Wireless problem after update

ivanblago wrote:

Here it is:

[ivan@btstation ~]$ sudo tail -f /var/log/everything | tee -a /tmp/mylog
Password: 
tail: cannot open `/var/log/everything' for reading: No such file or directory

/tmp/mylog   is empty text file

Latest part of /var/log/everything.log I put on pastebin

/tmp/mylog is empty because I forgot to add the .log part to the command.  All the 'tee' does is sends the output to a new file (called /tmp/mylog)... it's very useful when you have huge log files and lots of scrolling data.

For your problem, assuming all was working before I see two possible causes

1) something in the new kernel is causing issues
2) something in networkmanager doesn't like a kernel change

Outside of downgrading the kernel, you could try doing stuff outside of Network Manager

To downgrade the kernel, go to /var/cache/pacman/pkg and look for older versions of 'linux-3*'

Then install with

# pacman -U <older version>

If you want to try at the command line, create a file called /tmp/wpa_supplicant.conf with the following data

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=network
network={
	ssid="<your essID>"
	psk="<your passphrase>"
}

Then, run

$ sudo wpa_supplicant -Dwext -iwlan0 -c/tmp/wpa_supplicant.conf -B
$ sudo dhcpcd

Welly, welly, welly, welly, welly, welly, well. To what do I owe the extreme pleasure of this surprising visit?

Offline

#7 2012-01-27 14:38:42

ivanblago
Member
From: Novi Sad, Serbia
Registered: 2011-12-31
Posts: 14
Website

Re: Wireless problem after update

Unfortunately, Yesterday I deleted cache sad and can't downgrade, stupid from me... I know

A temporary solution:
I turn off Request a password, and now I can connect to my wireless network, now it is hidden but it will work until I find a solution for this problem.

I also tried /tmp/wpa_supplicant.conf , but I had no luck... After that I delete wpa_supplicant.conf, I hope that this will not cause problems...

I will write if I find a better solution...

Offline

#8 2012-01-27 15:02:37

oliver
Administrator
Registered: 2010-11-04
Posts: 1,516

Re: Wireless problem after update

ivanblago wrote:

I also tried /tmp/wpa_supplicant.conf , but I had no luck... After that I delete wpa_supplicant.conf, I hope that this will not cause problems....

It shouldn't cause any issue... the normal location is /etc/ but you can point to any file via the command line.

You can get old packages at

http://arm.konnichi.com/


This might be the right one for you (if you have an 64 bit install)
http://arm.konnichi.com/2012/01/25/core … pkg.tar.xz


Welly, welly, welly, welly, welly, welly, well. To what do I owe the extreme pleasure of this surprising visit?

Offline

#9 2012-01-27 15:31:08

ivanblago
Member
From: Novi Sad, Serbia
Registered: 2011-12-31
Posts: 14
Website

Re: Wireless problem after update

Great Thanks ! I will check that, too.

Offline

#10 2012-01-28 13:02:31

wgianopoulos
New member
Registered: 2012-01-28
Posts: 2

Re: Wireless problem after update

I just ran into the same issue under fedora 16.  The issue seems to be restricted to just this driver and just to connections using WEP security.  If you can upgrade your wireless network to WPA2 (or failing that WPA) that would both enhance your network security and also avoid this issue.

I am going to file a bug on this.

Offline

#11 2012-01-28 13:36:12

wgianopoulos
New member
Registered: 2012-01-28
Posts: 2

Re: Wireless problem after update

You can follow progress on the fedora bug I filed at https://bugzilla.redhat.com/show_bug.cgi?id=785409

Offline

#12 2012-01-28 16:43:36

ivanblago
Member
From: Novi Sad, Serbia
Registered: 2011-12-31
Posts: 14
Website

Re: Wireless problem after update

wgianopoulos wrote:

You can follow progress on the fedora bug I filed at https://bugzilla.redhat.com/show_bug.cgi?id=785409

Ok, great job. I will...

Thanks. smile

Offline

#13 2012-02-26 05:34:19

simon.swe
New member
Registered: 2012-02-26
Posts: 4

Re: Wireless problem after update

Hi! I had the same problem, with exact same wifi card.
neither wicd or NetworkManger let me connect. but wpasupplicant.conf and nl80211 worked out fine.
(and im using wireless-compat 3.2.5-1)
peeze big_smile

Offline

#14 2012-02-26 05:37:02

simon.swe
New member
Registered: 2012-02-26
Posts: 4

Re: Wireless problem after update

..and i have too, iw dev wlan0 set bitrates legacy-2.4 54
else the speed is just 1 mbit.

Offline

Board footer

Powered by FluxBB