Can't "see" Airport Wireless

Markus Mitterhofer markus.mitterhofer at gmail.com
Mon Dec 19 23:41:17 UTC 2005


>
> Assuming eth1 is the Airport card I suppose now its a matter of
> configuring it properly. I am not sure if Ubuntu supports WPA. Thats
> what I have set up here at home.


WPA is supported for some wireless chips. The Airport (orinoco, hermes
or whatever it's called) is not among them. You'll have to use WEP.

Put this in your /etc/network/interfaces

auto eth1
iface eth1 inet dhcp
wireless_essid yournetworkname
wireless_key YOURKEY

Or try directly with the program   iwconfig

iwconfig eth1 essid yournetworkname key YOURKEY
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20051220/c9ad1668/attachment.html>


More information about the ubuntu-users mailing list