I looked into this a bit just now. On my machine, after I plug in the Eximax USB dongle, I see this if I run 'lsmod.'
Module Size Used by
8192cu 589824 0
If I 'cat /etc/modprobe.d/blacklist-rtl8192cu.conf' it shows
blacklist rtl8192cu
which is a different driver than 8192cu. I think that '8192cu' is built into the kernel, and '8192cu.ko' is definitely a loadable kernel module object/driver.
I'm not sure why you need rtl8192cu instead of 8192cu.
Instead of the /boot/wifikeyfile.txt method, maybe try the /boot/wpa_supplicant.conf method. That's what I typically use.
See https://github.com/RetroPie/RetroPie-Set...supplicant
In fact, see: https://raspberrypi.stackexchange.com/qu...eadless-pi
Use this format as a skeleton (replacing everything between the « and »):
Module Size Used by
8192cu 589824 0
If I 'cat /etc/modprobe.d/blacklist-rtl8192cu.conf' it shows
blacklist rtl8192cu
which is a different driver than 8192cu. I think that '8192cu' is built into the kernel, and '8192cu.ko' is definitely a loadable kernel module object/driver.
I'm not sure why you need rtl8192cu instead of 8192cu.
Instead of the /boot/wifikeyfile.txt method, maybe try the /boot/wpa_supplicant.conf method. That's what I typically use.
See https://github.com/RetroPie/RetroPie-Set...supplicant
In fact, see: https://raspberrypi.stackexchange.com/qu...eadless-pi
Use this format as a skeleton (replacing everything between the « and »):
Code:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=«your_ISO-3166-1_two-letter_country_code»
network={
ssid="«your_SSID»"
psk="«your_PSK»"
key_mgmt=WPA-PSK
}
Card Fighters' Clash 2 English Translation ( http://cfc2english.blogspot.com/ )
Neo Geo Pocket Flash Cart and Linker Project ( http://www.flashmasta.com/ )
Avatar art thanks to Trev-Mun ( http://trevmun.deviantart.com/ )
Neo Geo Pocket Flash Cart and Linker Project ( http://www.flashmasta.com/ )
Avatar art thanks to Trev-Mun ( http://trevmun.deviantart.com/ )