/etc/wpa_supplicant/wpa_supplicant.conf is identical on both computers and it contains the following lines:
Code:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
I have collected some more information from both computers. I hope it contains some useful clues.
On the HEALTHY computer
************************************************** ************************************************** **
iwconfig produces the following output:
(the encryption key is masked, but shows the actual length)
Code:
wlan0 IEEE 802.11g ESSID:"BLNL"
Mode:Managed Frequency:2.462 GHz Access Point: 00:22:57:1F:A6:F1
Bit Rate=48 Mb/s Tx-Power=27 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Encryption key:XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX [2]
Link Quality=71/100 Signal level=-50 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Network Manager shows the following connection info:

************************************************** ************************************************** **
On the FAULTY computer
************************************************** ************************************************** **
iwconfig produces the following output:
(the encryption key is masked, but shows the actual length)
Code:
eth1 IEEE 802.11g ESSID:"BLNL"
Mode:Managed Frequency:2.462 GHz Access Point: 00:22:57:1F:A6:F1
Bit Rate:54 Mb/s Tx-Power=20 dBm Sensitivity=8/0
Retry limit:7 RTS thr:off Fragment thr:off
Encryption key:XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX Security mode:open
Power Management:off
Link Quality=95/100 Signal level=-31 dBm Noise level=-86 dBm
Rx invalid nwid:0 Rx invalid crypt:111 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:2
Network Manager shows the following connection info:

************************************************** ************************************************** **
It seems to me that the faulty computer is applying the wrong key.
Is the key not to short for WPA encryption?