On Tue, Oct 17, 2006 at 09:38:48PM -0400, William Graeber wrote: > I have managed to gain a bit more information regarding my problem - I > added an echo statement in /etc/netstart to get a copy of the command > which was being run.
netstart, if has no args, runs thru the whole hostname/bridgename shebang. you can also pass it a list of interfaces (might not have checked, but netstart(8) has a manpage). for debug stuffs, you could do, say: $ sudo sh -v /etc/netstart wi0 little easier to manage and no worries about having to edit /etc/netstart. (sometimes -x is nice instead or addition to/of -v) > >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 > > > >it gives me the error: "ifconfig: SIOCS80211FLAGS: Invalid argument" > > > >I'm sure that there is something moronic that I have done incorrectly. probably not it, but does it matter if you do an 'up' on the first line of hostname.wi0 and then the inet line next? i don't have a candidate wireless system at hand to try the ifconfig commandline out on :( -- jared