Acer 1410 wifi connection failure

Asked by Anthony Davis

I upgraded my acer netbook to 10.10 via the update manager and now I cannot fully connect to my Linksys wireless router. The network manager shows the wireless router is available but when I try to connect it tries to get an IP address but fails and comes up with a "bad password" error. I have temporarily changed the network to unsecured to see if that would sort the issue but no joy. My windows box will connect with wi fi. My Linux box will connect through an ethernet connection. The linux box connected to the Wifi before the upgrade and also worked fine recently at charlotte airport and Sarasota country inns so I don't think it is an hardware issue.

Regards

Tony

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
Anthony Davis
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

sudo lshw -C network

Thanks

Revision history for this message
Anthony Davis (studiot) said :
#2

Yes, here goes:

  *-network
       description: Ethernet interface
       product: AR8131 Gigabit Ethernet
       vendor: Atheros Communications
       physical id: 0
       bus info: pci@0000:01:00.0
       logical name: eth0
       version: c0
       serial: 00:26:9e:24:9f:dc
       size: 100MB/s
       capacity: 1GB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.0.2-NAPI duplex=full firmware=N/A ip=192.168.1.67 latency=0 link=yes multicast=yes port=twisted pair speed=100MB/s
       resources: irq:43 memory:d3500000-d353ffff ioport:2000(size=128)
  *-network
       description: Wireless interface
       product: Centrino Wireless-N 1000
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: wlan0
       version: 00
       serial: 00:1e:64:08:e2:14
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlagn driverversion=2.6.35-22-generic firmware=128.50.3.1 build 13488 latency=0 link=no multicast=yes wireless=IEEE 802.11bg
       resources: irq:44 memory:d2500000-d2501fff

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

sudo modprobe -r iwlagn; sleep 5; modprobe iwlagn 11n_disable=0

if you now run:

sudo iwlist scan | head -n 25

Do you see APs?

Revision history for this message
Anthony Davis (studiot) said :
#4

When I run sudo modprobe -r iwlagn; sleep 5; modprobe iwlagn 11n_disable=0, I get the following;

WARNING: Error inserting mac80211 (/lib/modules/2.6.35-22-generic/kernel/net/mac80211/mac80211.ko): Operation not permitted
WARNING: Error inserting iwlcore (/lib/modules/2.6.35-22-generic/kernel/drivers/net/wireless/iwlwifi/iwlcore.ko): Operation not permitted
FATAL: Error inserting iwlagn (/lib/modules/2.6.35-22-generic/kernel/drivers/net/wireless/iwlwifi/iwlagn.ko): Operation not permitted
cindyandyogi@cindyandyogi-laptop:~$ sudo modprobe -r iwlagn; sleep 5; modprobe iwlagn 11n_disable=0

Revision history for this message
Anthony Davis (studiot) said :
#5

I ran sudo iwlist scan | head -n 25 and it said "iwlist: unknown command -n

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

The command works perfect here, even the one you typed in your last post. I suggest you retry.

Revision history for this message
Anthony Davis (studiot) said :
#7

Hi

Just retried, got exactly the same response in the terminal.

On 27 October 2010 19:31, actionparsnip <
<email address hidden>> wrote:

> Your question #131259 on gnome-nettool in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/131259
>
> Status: Open => Answered
>
> actionparsnip proposed the following answer:
> The command works perfect here, even the one you typed in your last
> post. I suggest you retry.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/131259/+confirm?answer_id=5
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/131259
>
> You received this question notification because you are a direct
> subscriber of the question.
>

--
Save paper - do you really need to print this email?
Save electricity - do you really need to send this email?
Save your own energy - do you really need to read this email?

Revision history for this message
Anthony Davis (studiot) said :
#8

Sorted the problem by a fresh install, all working now, must have been the upgrade that broke it.

Not sure I care for 10.10 though

Thanks for all your assistance

Tony