That driver was replaced at least 2 years ago, because of problems with it and the Pi, by the driver in this directory drivers/net/wireless/rtl8192cu, the official Realtek 8188CUS driver, which works well with the EW-7811Un.strnbrg59 wrote:I notice in the kernel source I got from github.com/raspberrypi (Linux 3.18.3) that in drivers/net/wireless/Kconfig, the line that would source the Kconfig of the rtlwifi directory (which is immediately below us) is commented out. It is not commented out in any sources I've downloaded from kernel.org. Why is this? It's of especial concern to me because (1) the popular Edimax EW-7811Un Wifi dongle is an rtl8188 device, and the rti8188 device driver is in that rtlwifi directory which the RPi kernel source has been made to skip.
Thanks. I notice that on my Linux laptop, when rtl8192cu gets inserted, it pulls in three more modules -- rtl_usb, rtlwifi and rtl8192c_common. None of those exist on my Pi, but neither do they appear to be needed, and indeed nm shows very different results for the two rtl8192cu's -- the laptop one and the Pi one.MrEngman wrote: drivers/net/wireless/rtl8192cu, the official Realtek 8188CUS driver, which works well with the EW-7811Un.
MrEngman
What DougieLawson was suggesting was the power supply you are using to power your Pi A+ may not be sufficient, not the Pi A+ could not supply enough power to the wifi dongle. It's a fairly common problem. Depends on you power supply spec.strnbrg59 wrote:Thanks. I notice that on my Linux laptop, when rtl8192cu gets inserted, it pulls in three more modules -- rtl_usb, rtlwifi and rtl8192c_common. None of those exist on my Pi, but neither do they appear to be needed, and indeed nm shows very different results for the two rtl8192cu's -- the laptop one and the Pi one.MrEngman wrote: drivers/net/wireless/rtl8192cu, the official Realtek 8188CUS driver, which works well with the EW-7811Un.
MrEngman
So, per DougieLawson at viewtopic.php?p=759957#p759957, are you also inclined to suggest my problem is that my Pi A+ isn't supplying enough power to the Edimax?
I'm powering my Pi from the USB cable+adapter that came with my Android phone, plugged into my house's 120V AC. The adapter claims to be good for 1 Amp at 5 V.MrEngman wrote: What DougieLawson was suggesting was the power supply you are using to power your Pi A+ may not be sufficient, not the Pi A+ could not supply enough power to the wifi dongle.