<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Assuming eth1 is the Airport card I suppose now its a matter of<br>configuring it properly. I am not sure if Ubuntu supports WPA. Thats
<br>what I have set up here at home.</blockquote><div><br>
</div></div>WPA is supported for some wireless chips. The Airport (orinoco, hermes <br>
or whatever it's called) is not among them. You'll have to use WEP.<br>
<br>
Put this in your /etc/network/interfaces<br>
<span style="font-family: monospace;"><br>
</span>auto eth1<span style="font-family: monospace;"><br>
i</span>face eth1 inet dhcp<br>
wireless_essid yournetworkname<br>
wireless_key YOURKEY<br>
<br>
Or try directly with the program iwconfig <br>
<pre>iwconfig eth1 essid yournetworkname key YOURKEY<br></pre>
<br>
<br>