Hi, I've been trying to use the Edimax EW-7811Un nano wireless adapter in Arch. To my understanding this chipset should be supported in the current linux kernel. According to wireless compatibility lists it is of chipset 8192cu and I've seen some threads (they date back some time so I don't know the current situation) say they install another driver. I've tried to get it working out of the box so to speak:
iwconfig shows the interface.
$this->bbcode_second_pass_code('', 'ip link set wlan0 up')
I get no errors and the blue indication light flashes on once and then stops (on raspbian it's always flashing on and off, indicating it's active).
$this->bbcode_second_pass_code('', 'iwlist wlan0 scanning')
Results in detection of my home wireless, strangely the below returns and error:
$this->bbcode_second_pass_code('', 'iw dev wlan0 scan') the error says n180211 not found.
If I make a profile for my wifi network with a template file from netcfg and make netcfg connect the following happens:
$this->bbcode_second_pass_quote('', ':'): Network Up [BUSY]
n180211: 'n180211' generic netlink not found
Failed to initialize driver 'n180211'
rfkill: Cannot open RFKILL control device
ioctl[SIOCSIWAP]: Operation not permitted.
[DONE]