Wireless used to work and know keeps asking for network key?

Asked by egledr

I am using Ubuntu 8.10 (Intrepid), Kernel Linux 2.6.27-9-generic on a Dell Inspiron 6400. My wireless used to work fine and then one day would not connect to any of the wireless networks that I have used in the past. It tries to connect and then asks for the network key. I know that the key is good because I can use the same key on an XP computer. I have not done anything major other than the normal updates that are suggested in the update manager. My wired connection still works. Any help would be greatly appreciated.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
egledr
Solved:
Last query:
Last reply:
Revision history for this message
Steffen Banhardt (steffenbanhardt) said :
#1

Do you know which kind of wlan-chip is in your computer?

Revision history for this message
Bhavani Shankar (bhavi) said :
#2

Please paste the output of below command in a terminal here

lspci

regards

Revision history for this message
egledr (egledr) said :
#3

Thanks for responding here is the output of lspci:

root@egledr-laptop:/home/egledr# lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and
945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS,
943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME,
943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition
Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port
1 (rev 01)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port
4 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI
Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge
(rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE
Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev
01)
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev
02)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host
Adapter (rev 19)
03:01.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 0a)
03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter
(rev 05)
03:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
0b:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev
01)
root@egledr-laptop:/home/egledr#

On Tue, Jan 27, 2009 at 9:32 AM, Bhavani Shankar <
<email address hidden>> wrote:

> Your question #58872 on Ubuntu changed:
> https://answers.edge.launchpad.net/ubuntu/+question/58872
>
> Bhavani Shankar requested for more information:
> Please paste the output of below command in a terminal here
>
> lspci
>
> regards
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.edge.launchpad.net/ubuntu/+question/58872
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
egledr (egledr) said :
#4

0b:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev
01)

On Tue, Jan 27, 2009 at 9:29 AM, Steffen Banhardt <
<email address hidden>> wrote:

> Your question #58872 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/58872
>
> Status: Open => Needs information
>
> Steffen Banhardt requested for more information:
> Do you know which kind of wlan-chip is in your computer?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+question/58872
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
peter b (b1pete) said :
#5

egledr, two things

first, if you have a key and claim that is good, that key MUST be entered in the configuration file FOR THE connection to THE access point that has that key on; failing that there is no way that you'll ever be able to connect to that ap; just go the wireless applet in the upper panel right click on it and open Edit connectios entry then open the tabs find out which one and just enter the key; caution here, the keys are of many types so just pick the right type first then enter it; if done properly you should connect in no time.

secondly, just run

iwconfig

find out in the output the interface name - it may be wlan0 or ethX or ... you got the ideea, then run

sudo iwlist <interface name> scan

replace above <interface name> with what you found out from iwconfig; pls post the output of both commands here.

we'll pick it up from there if you need more help.

peter b

Revision history for this message
egledr (egledr) said :
#6

root@egledr-laptop:/home/egledr# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wmaster0 no wireless extensions.

eth1 IEEE 802.11bg ESSID:""
          Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
          Tx-Power=27 dBm
          Retry min limit:7 RTS thr:off Fragment thr=2352 B
          Encryption key:off
          Power Management:off
          Link Quality:0 Signal level:0 Noise level:0
          Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
          Tx excessive retries:0 Invalid misc:0 Missed beacon:0

pan0 no wireless extensions.

root@egledr-laptop:/home/egledr# iwlist eth1 scan
eth1 No scan results

root@egledr-laptop:/home/egledr# iwlist eth0 scan
eth0 Interface doesn't support scanning.

root@egledr-laptop:/home/egledr# iwlist pan0 scan
pan0 Interface doesn't support scanning.

root@egledr-laptop:/home/egledr# iwlist wmaster0 scan
wmaster0 Interface doesn't support scanning.

root@egledr-laptop:/home/egledr# iwlist eth1 scan
eth1 No scan results

root@egledr-laptop:/home/egledr#

On Wed, Jan 28, 2009 at 1:36 AM, peter b <
<email address hidden>> wrote:

> Your question #58872 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/58872
>
> Status: Open => Answered
>
> peter b proposed the following answer:
> egledr, two things
>
> first, if you have a key and claim that is good, that key MUST be
> entered in the configuration file FOR THE connection to THE access point
> that has that key on; failing that there is no way that you'll ever be
> able to connect to that ap; just go the wireless applet in the upper
> panel right click on it and open Edit connectios entry then open the
> tabs find out which one and just enter the key; caution here, the keys
> are of many types so just pick the right type first then enter it; if
> done properly you should connect in no time.
>
> secondly, just run
>
> iwconfig
>
> find out in the output the interface name - it may be wlan0 or ethX or
> ... you got the ideea, then run
>
> sudo iwlist <interface name> scan
>
> replace above <interface name> with what you found out from iwconfig;
> pls post the output of both commands here.
>
> we'll pick it up from there if you need more help.
>
> peter b
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+question/58872/+confirm?answer_id=4
>
> 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/+question/58872
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
peter b (b1pete) said :
#7

just take look at

http://ubuntuforums.org/showthread.php?t=1008072

other users apparently made it work.

peter b

Revision history for this message
Tom (tom6) said :
#8

If you are still having trouble with this then please post it as a new question. Only the most recent questions tend to get looked at so posting/reposting a question just before america arrives online gives the best chance of getting a good few answers.

If the problem has been resolved then please follow the link to the forum thread and mark it as Solved.

Good luck and many regards from
Tom :)

Revision history for this message
egledr (egledr) said :
#9

Well, I have done nothing to my machine accept go on vacation out of the country for two weeks and wouldn't you know that the silly thing is working again. I guess even computers need a couple of weeks off:) Thanks for all of your input.

Revision history for this message
Tom (tom6) said :
#10

lol, it's amazing how often "the Herbie effect" works lol
I just told my machine that she's a lovely machine again and she's still purring away :)

Nicely fixed,
Good luck and regards from
Tom :)

Revision history for this message
egledr (egledr) said :
#11

maybe you could take a look at my other question for me.
https://answers.launchpad.net/ubuntu/+question/58872

On Wed, Feb 18, 2009 at 5:04 PM, Tom <email address hidden>wrote:

> Your question #58872 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/58872
>
> Tom posted a new comment:
> lol, it's amazing how often "the Herbie effect" works lol
> I just told my machine that she's a lovely machine again and she's still
> purring away :)
>
> Nicely fixed,
> Good luck and regards from
> Tom :)
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Tom (tom6) said :
#12

You mean

https://answers.launchpad.net/ubuntu/+question/61507

the link you gave was back to this question ;) heheheh. i did look but i'm baffled by it so hopefully someone else will appear and help with that

Good luck and regards from
Tom :)