Hi WMD,
thank you very much for your reply. You did remind me to read the readme again and I found that I missed two commands :
C) Run 'modprobe prism2_usb prism2_doreset=1' to load the driver into memory.
D) Run
'wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable' to initialize the
driver+MAC functions.
E) Run
'wlanctl-ng wlan0 lnxreq_autojoin ssid=<your ssid> authtype=opensystem'
to enable the MAC in Infrastructure Station mode.
F) Run 'ifconfig wlan0 <your IP address>'
I didn't do F) but did do C,D and E with success - the return code say so. I used the Kwifimanager and found that my linux did connected to the network I want to connected - the ESSID I defined and it also shows the MAC address of the AP. Unfortunately, when I do
dhcpcd wlan0
no IP address is returned.
It seems that the AP is not answering - I did check with "ifconfig wlan0" and see the USB widget do sent out something when I do dhcpcd !
Any idea why the dhcpcd didn't work or the AP didn't response ?
Many thanks !