Re: MA101 security mode

jdebert <jdebert-xGgpAy7L2e/[email protected]> Wed, 3 Sep 2003 19:15:25 -0700
Newsgroups gmane.linux.drivers.atmel-wlan
Message-ID <[email protected]>
Making the settings in a particular order seem to work for me so far.
I am first setting channel, then mode, then essid and finally key.
The channel defaults to 10 and once essid is set it cannot be changed.
I also notice that mode managed does not work well with managed nets so 
I usually
use auto mode, which works more often than managed mode.

Try manually setting each thing and see what iwconfig reports after. 
There are likely
more setting than channel that must be set up before essid.

Always if I unplug MA101 while it is up system hangs forever. I must 
take it down with ifconfig
then it will still sometimes hang.


On 2003.09.02 16:13 Robert Sparmann wrote:
> Hi,
> 
> I've got a Netgear MA101 rev. B running (thanks to the guys from 
> atmel-wlan). Unfortunately I'm not able to configure this device with 
> iwconfig properly, so I have to run lvnet after every reboot.
> I found a little shell script which looks like this:
> 
> #!/bin/sh
[snip]