Stefan Sperling @ 2016-05-16T11:36:58 +0200: > On Sun, May 15, 2016 at 09:36:19PM +0200, LÉVAI Dániel wrote: > > hostname.athn0: > > ==========8<========== > > media autoselect > > mode 11g > > chan 10 > > nwid daniell > > wpakey _ > > wpaprotos wpa2 > > mediaopt hostap > > #nwflag hidenwid > > inet6 eui64 > > up > > > ##!/sbin/ifconfig athn0 media autoselect mode auto mediaopt hostap > > #!/sbin/ifconfig athn0 chan 10 > > #!/sbin/ifconfig athn0 media autoselect mode 11g chan 10 mediaopt hostap > [...] > So try putting all your media settings on a single line in your > hostname.athn0 file, instead of splitting media commands across > several lines with other commands in-between. Like this: > > media autoselect mode 11g chan 10 mediaopt hostap > > Does that help? It has the same effect as this line you wrote:
Thank you, perfect! I don't know why I was stuck with the one-option-per-line configuration.. :-/ Daniel