You are not logged in.

#1 2011-11-23 05:01:37

0x000000
Member
Registered: 2011-11-23
Posts: 57

[SOLVED] Acer Aspire One + Intel Wireless-N 1000 connection drops

Fresh Arch install, everything up-to-date (kernel 3.1.1-1 i686).

I'd originally been having crazy problems with my entire system hanging, but have since solved those with the iwlagn 11n_disable fix.

Now, the connection drops with no obvious pattern (it dropped about 24min after my last reboot and then another 27min after that as I am writing this). The only symptom I see is that Chromium gets stuck on "Sending request...". nm-applet provides me with no feedback and there's nothing out of the ordinary in dmesg. If I reconnect to the wireless network, everything's fine until it drops again. The last distro I used on this machine was Ubuntu 11.04 where this problem didn't occur, so that's the only frame of reference I really have.

Am I just looking in the wrong place for any errors? Much appreciated!

Last edited by 0x000000 (2012-03-02 18:07:40)

Offline

#2 2011-11-23 05:23:48

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

Re: [SOLVED] Acer Aspire One + Intel Wireless-N 1000 connection drops

Do you have dhclient installed ?  In the absence of specific configuration settings, Network manager will first try to use dhclient followed by dhcpcd.  Arch defaults to installing dhcpcd

On the networks I use, I find dhclient to be more cooperative than dhcpcd

Last edited by ewaller (2011-11-23 05:24:06)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#3 2011-11-23 05:24:30

empthollow
Member
Registered: 2009-09-26
Posts: 168

Re: [SOLVED] Acer Aspire One + Intel Wireless-N 1000 connection drops

For me drops have always been related to router issues or driver issues.  I would guess driver from what you are describing.  Is there any chance that this problem began when you updated your kernel?  If so, try backdating the kernel and wait for the next update.


--empthollow
Check out my Arch based live distro http://fluxcapacity.99k.org

Offline

#4 2011-11-23 05:37:59

0x000000
Member
Registered: 2011-11-23
Posts: 57

Re: [SOLVED] Acer Aspire One + Intel Wireless-N 1000 connection drops

ewaller wrote:

Do you have dhclient installed ?  In the absence of specific configuration settings, Network manager will first try to use dhclient followed by dhcpcd.  Arch defaults to installing dhcpcd

On the networks I use, I find dhclient to be more cooperative than dhcpcd

Yup, dhclient is installed.

Offline

#5 2011-11-23 05:41:30

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

Re: [SOLVED] Acer Aspire One + Intel Wireless-N 1000 connection drops

Anything interesting in the output of dmesg  related to the network ??

Edit:  Nevermind, I re-read your post sad

Last edited by ewaller (2011-11-23 05:42:12)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#6 2011-11-23 05:41:49

0x000000
Member
Registered: 2011-11-23
Posts: 57

Re: [SOLVED] Acer Aspire One + Intel Wireless-N 1000 connection drops

empthollow wrote:

For me drops have always been related to router issues or driver issues.  I would guess driver from what you are describing.  Is there any chance that this problem began when you updated your kernel?  If so, try backdating the kernel and wait for the next update.

I haven't updated my kernel since I installed Arch a few days ago (and of course did a pacman -Syu after installing), so it's hard to know. How would I go about backdating the kernel?

Offline

#7 2011-11-23 06:32:30

0x000000
Member
Registered: 2011-11-23
Posts: 57

Re: [SOLVED] Acer Aspire One + Intel Wireless-N 1000 connection drops

Downgraded the kernel to 3.0 (first 3.0 release) and ignored updates. I'll be sure to keep this updated once I can go a few hours without a dropped connection. Thanks!

Offline

#8 2011-11-23 07:25:51

empthollow
Member
Registered: 2009-09-26
Posts: 168

Re: [SOLVED] Acer Aspire One + Intel Wireless-N 1000 connection drops

if it works just put linux in the ignore pkg line of the /etc/pacman.conf file.  Then you can run updates without worrying about the kernel changing.


--empthollow
Check out my Arch based live distro http://fluxcapacity.99k.org

Offline

#9 2011-11-23 14:52:28

0x000000
Member
Registered: 2011-11-23
Posts: 57

Re: [SOLVED] Acer Aspire One + Intel Wireless-N 1000 connection drops

Well, that seems to have worked (up almost 10h without incident). Like I said, I just went down to the first 3.0 kernel release (at least what was in ARM), so I can't pinpoint the exact release. Now, how do I mark this thread as solved?

Thanks dudes!

Offline

#10 2011-11-24 00:54:48

empthollow
Member
Registered: 2009-09-26
Posts: 168

Re: [SOLVED] Acer Aspire One + Intel Wireless-N 1000 connection drops

Just edit the title of the post.


--empthollow
Check out my Arch based live distro http://fluxcapacity.99k.org

Offline

#11 2011-11-24 07:50:18

wulax
Member
Registered: 2006-02-20
Posts: 30

Re: [SOLVED] Acer Aspire One + Intel Wireless-N 1000 connection drops

I also had this problem with connection drops with the same wireless card, but on my Lenovo x121e. The issue seems to have magically resolved itself without me ever learning what went wrong. I think it may have went away when I upgraded Openwrt on my router but I'm not sure.

If you find out the source of the problem please share it.

Offline

#12 2011-12-24 02:50:03

0x000000
Member
Registered: 2011-11-23
Posts: 57

Re: [SOLVED] Acer Aspire One + Intel Wireless-N 1000 connection drops

Just kidding. Back at it again. On kernel 3.1.5-1 now. Definitely seems to be linked to the router: it's a lot worse on a Belkin F5D7230-4 using WPA than on my other WRT54GL with Tomato.

Not sure if this belongs here or not, but I'm also experiencing a full system freeze which I believe is related to iwlagn. I'll post the dmesg snippet once it happens again (something about queue stuck).

Offline

#13 2011-12-26 04:29:06

0x000000
Member
Registered: 2011-11-23
Posts: 57

Re: [SOLVED] Acer Aspire One + Intel Wireless-N 1000 connection drops

My problems seem to be solved by setting the iwlagn module option swcrypto=1. Disabling hardware encryption definitely sucks, but if it makes my laptop usable, I'm into it. I haven't noticed much of a difference, but it does seem like the fan is going a little harder now.

Offline

#14 2012-03-02 18:07:04

0x000000
Member
Registered: 2011-11-23
Posts: 57

Re: [SOLVED] Acer Aspire One + Intel Wireless-N 1000 connection drops

on my D255, i've recently found that blacklisting the atl1c module fixes the nasty freezes. of course, also coupled with the 11n_disable fix. found here: http://freeknowledge.wordpress.com/2011 … e-one-522/

solved? hope so.

Offline

Board footer

Powered by FluxBB