prism2 config file
Jason Boxman
jasonb
Thu Oct 9 11:14:23 PDT 2003
On Thursday 09 October 2003 13:31, Joan Tur wrote:
> Es Dijous 09 Octubre 2003 17:14, en Alexei Takaseev va escriure:
> > For initialization of a card I use such way
> >
> > /etc/modules.conf:
> > ...
> > alias wlan0 hostap_pci
> > post-install wlan0 iwconfig wlan0 essid supernet mode managed rate \
> > auto key XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XX open
>
> It doesn't work for me. Default mode is master, and default essid is test,
> so I'd like to change both after insert... 8-?
>
> Maybe Debian works different (using SID)??
Try `apt-get install wireless-tools`.
nano /etc/network/interfaces:
auto wlan0
iface wlan0 inet dhcp
wireless_essid vortex
wireless_mode managed
And see /usr/share/doc/wireless-tools/README.Debian for other options.
> Thanks! ;)
--
Jason Boxman
Administrator TrekWeb.COM
http://trekweb.com/~jasonb/articles/ - Linux Pages
More information about the Hostap
mailing list