1

In Ubuntu 11.10 dialog Box "Wireless authentification requiered" appears even when the wep key it's alraedy saved in system. That appears when I lost wireless connection and the system retry to connect It's annoying to click accept each time I'm connecting to a network. What I need to do so that dialog box does not appear more?

adlbeat
  • 11
  • This is a FAQ: http://askubuntu.com/questions/867/how-can-i-stop-being-prompted-to-unlock-the-default-keyring-on-boot – Panther Dec 07 '11 at 04:47
  • may be this link can help http://askubuntu.com/questions/64903/network-manager-asks-for-wireless-password-continually –  May 23 '12 at 13:00

1 Answers1

1

The wep key password is stored in network manager. The application that is throwing out the dialog box "Wireless authentification requiered" is gnome-keyring

see: http://live.gnome.org/GnomeKeyring

The link I gave you discusses how to disable this feature.

Panther
  • 102,067