Bug 10809 - Selected WLAN doesn't stick
: Selected WLAN doesn't stick
Status: RESOLVED FIXED
Product: SB Touch
Classification: Unclassified
Component: Networking
: unspecified
: PC Windows XP
: -- normal (vote)
: ---
Assigned To: Felix Mueller
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-01-23 13:00 UTC by Michael Herger
Modified: 2009-09-08 09:27 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Herger 2009-01-23 13:00:08 UTC
Here's what I've done, not sure it needs to be so complicated.

- device was wired at the office
- moved home, configured two WLANs (slim, jo-sac.ch)
- selected jo-sac.ch, connected to player, all fine
- reboot (caused by firmware update or manual)
-> didn't connect to wlan any more

/etc/network/interfaces:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp
        script /etc/network/udhcpc_action
mapping wlan0
        script /etc/network/if_mapping

iface jo-sac.ch inet dhcp
        script /etc/network/udhcpc_action

Next try:
- go through the setup wizard
- select previously configure jo-sac.ch wlan
- reboot
-> not even ethernet is connected

/etc/network/interfaces:

auto lo
iface lo inet loopback

iface eth0 inet dhcp
        script /etc/network/udhcpc_action
mapping wlan0
        script /etc/network/if_mapping

iface jo-sac.ch inet dhcp
        script /etc/network/udhcpc_action


I was able to manually select my wlan from the wlan menu, and it connected every timel. It just didn't remember the choice after a reboot.
Comment 1 Felix Mueller 2009-01-26 14:37:29 UTC
The problem seems to be the '-' in the SSID. The auto line is not written in this case.
Comment 2 Michael Herger 2009-02-22 04:10:12 UTC
*** Bug 11136 has been marked as a duplicate of this bug. ***
Comment 3 Felix Mueller 2009-02-23 06:22:04 UTC
Fixed in r4403
Comment 4 Michael Herger 2009-02-24 12:53:12 UTC
thanks! working great with my jo-sac.ch ssid.