Comment 17 for bug 295796

Revision history for this message
Roman Polach (rpolach) wrote : Re: [regression?][intrepid] Network Manager does not reconnect to hidden SSID after reboot

I found a workaround.. seems that old method still works without change:

filling these informations to /etc/network/interfaces

  iface eth1 inet static
  address ......
  netmask ......
  gateway ......
  wireless-key ......
  wireless-essid .....
  auto eth1

and adding one line to /etc/resolv.conf

  nameserver .....

with disabling networking in network-manager completely
makes me connected all the time :)