On 10/18/06, Tobias Ulmer <[EMAIL PROTECTED]> wrote: > >On Tue, Oct 17, 2006 at 08:53:27PM -0400, William Graeber wrote: > >> I'm just received my 4.0 cd package today and was going through > >> upgrading my system. I have a senao prism2 pcmcia card which is acting > >> up a bit when I try to set the "nwflag hidenwid" option. The card > >> allows me to set it manually by running "ifconfig wi0 nwflag > >> hidenwid", however if I try to add a line to hostname.wi0 to have it > >> set automatically on boot such as: > >> > >> inet 10.90.1.1 255.255.255.0 NONE nwflag hidenwid nwid /dev/null nwkey > >> XxXx chan 1 mediaopt hostap > > > >Try moving "nwflag hidenwid" at the end. > > I'm not sure if it is of much significance, but I have firmware 1.7.4 > on the card. The machine is a soekris net4511, and it is somewhat > unique because of the read-only requirements of the compact flash
You might prefer to mount RO to help with unclean shutdowns, and you might like to avoid writes for performance reasons (no swapping, mount noatime, syslogc buffers for any heavy log writes that don't need to stay around forever), but it's not really a requirement of modern CF cards, they last pretty well as it is. > card. I really don't see how this could cause a problem with this in > particular though since the command works if run once without the flag > beforehand. Move it to a separate line, each line is one invocation of ifconfig(8). If this doesn't help and if you're running some nonstandard /etc/netstart, try a normal one.