[Answering my own question so I know where to look when I blow it up next time]
- Ubuntu supports HOSTAP natively in the "Dapper" release. You might have to download the hostap support modules via Synaptic or apt-get. You *do not* need to recompile a custom kernel to use hostap drivers.
- You can use the Ubuntu "Edgy" repositiries to get the latest versions of Kismet, Aircrack-ng, etc... By default, you won't get the new ones with the default repositories for "Dapper".
- In order to get a Prism2 card to use the hostap drivers instead of the oricoco ones, you need to "blacklist" them in /etc/modprobe.d/blacklist (i.e. add the line blacklist orinoco_cs)
- You can tell which driver your card is using with the command
Quote:
ls -al /sys/class/net/eth1/device/driver
|
where 'eth1' is the interface of your card.
- Although I didn't get the wireless card to use "wlan0" (it still uses eth1), the hostap driver works fine and I can get it into monitor mode with
Quote:
iwconfig eth1 mode monitor
|
In my overall experience, Ubuntu worked better for hostap than CentOS. The live Backtrack CD works right out of the box and is aready patched for hostap.