Ok, I think I'm getting somewhere ... Apparently I had to do following:
root@delta:~# ifconfig ath0 down
root@delta:~# wlanconfig ath0 destroy
root@delta:~# wlanconfig ath0 create wlandev wifi0 wlanmode ap
After testing hostapd for the first time, I could see the SSID of the Ubuntu AP on my Windows laptop.
Main Topics
Browse All Topics





by: julianmatzPosted on 2009-04-12 at 22:09:26ID: 24128057
Ok, I managed to install the MadWifi driver on m second try. I should have installed [linux-restricted-modules- 2.6.27-11- server] instead of [linux-restricted-modules] . Then I did:
root@delta:~# modprobe ath_pci
root@delta:~# modprobe ath_hal
Now my wireless card is working using the madwifi driver, however I still cannot change the card to master mode:-
root@delta:~# iwconfig ath0 mode master
Error for wireless request "Set Mode" (8B06) :
SET failed on device ath0 ; Invalid argument.
Any suggestions would be appreciated.