DWL-520 trouble
unlisted
unlisted
Sun Jul 18 19:47:15 PDT 2004
> Thanks! It works.
you are welcome. glad to have helped.
> Do you happen to know how to make the interface go up
> on boot using debian?
redoing my previous example:
$ cat << EOF >> /etc/network/interfaces
> auto wlan0
> iface wlan0 inet dhcp
> pre-up modprobe --autoclean hostap_pci
> pre-up iwconfig wlan0 mode Managed rate auto
> post-down rmmod hostap_pci hostap_crypt_wep hostap
> EOF
see "man interfaces" for official documentation.
--
unlisted at pobox.com
More information about the Hostap
mailing list