<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">I have to type:<br>
    ifconfig ath0 up (to bring ath0 up)<br>
    iwconfig ath0 essid "linksys" (to connect to my router)<br>
    iwconfig ath0 ap 00:00:00:00:00:00 (it would be my MAC instead of
all zeros)<br>
    dhclient ath0 (to get an IP)<br>
The fifth command was "wlanconfig ath0 list scan" before connecting to
the router to scan for networks, but I shouldn't need to do this.  Even
though I do this when I start up the computer, I have to redo when it
starts up again.<br>
<br>
Also, when the computer is booting up, it says:<br>
    Bringing up interface wifi0. . . . . . . . . . . . . . . . . . . .
. . . . . . . . .[     OK     ]<br>
    Determining IP information for wifi0. . . . . . . . . . . . . . . .
. . . . .[ FAILED ]<br>
and it takes a long time to say failed, almost a minute.  I don't want
this to slow down the boot up, even if I do get those other commands
after it.<br>
<br>
Thanks in advance,<br>
Adam<br>
</font><br>
</body>
</html>