I'm sooo sorry for bugging you so long! )
I got it now!!! Did it without the encoded psk, worked!
psk="REALPWD"
Kind of weird it's not understanding the encoded psk but works for me! YES!
Thank you sooo much for your help!
Same here with 8192cu since the latest updates "disagrees about version of symbol module_layout" and the kernel module would not load.normal wrote:I tried to do the same thing following the guide linked two posts up, compiled from source and updated firmware today and everything, but when I modprobe r8712u I get "FATAL: Error inserting r8712u (/lib/modules/3.1.9+/kernel/net/wireless/r8712u.ko): Invalid module format"
And naturally when i look at dmesg i can see "r8712u disagrees about version of symbol module_layout" and "r8712u: no symbol version for module_layout". Really really annoying because i looked at http://www.element14.com/community/docs ... er-testing and bought the first dongle on the list just to be sure i wouldn't have to compile anything, even tryed unplugging my keyboard and mouse and doing it over ssh and still nothing......,
Have you run rpi-update in the last 24hrs or so. My wifi using rtl8188cus is also giving this error but only after running rpi-update.Patrik wrote:Same here with 8192cu since the latest updates "disagrees about version of symbol module_layout" and the kernel module would not load.normal wrote:I tried to do the same thing following the guide linked two posts up, compiled from source and updated firmware today and everything, but when I modprobe r8712u I get "FATAL: Error inserting r8712u (/lib/modules/3.1.9+/kernel/net/wireless/r8712u.ko): Invalid module format"
And naturally when i look at dmesg i can see "r8712u disagrees about version of symbol module_layout" and "r8712u: no symbol version for module_layout". Really really annoying because i looked at http://www.element14.com/community/docs ... er-testing and bought the first dongle on the list just to be sure i wouldn't have to compile anything, even tryed unplugging my keyboard and mouse and doing it over ssh and still nothing......,
I presume this is before you have installed the drivers, right? The driver often includes firmware for the dongle and if the firmware is not loaded this may be why it it behaves the way it does. Mine does the same before the driver is installed. Micronet SP907NS, 11N Wireless LAN USB Adapter. Works just fine once the driver is installed.kihon wrote:I hope someone can help me - When I put my wifi dongle in (an edimax one) and try running lsusb the command appears to freeze. Any idea why this could be?
Thanks
Kihon.
Yes, the problem appears after doing an update.MrEngman wrote:Have you run rpi-update in the last 24hrs or so. My wifi using rtl8188cus is also giving this error but only after running rpi-update.Patrik wrote:Same here with 8192cu since the latest updates "disagrees about version of symbol module_layout" and the kernel module would not load.normal wrote:I tried to do the same thing following the guide linked two posts up, compiled from source and updated firmware today and everything, but when I modprobe r8712u I get "FATAL: Error inserting r8712u (/lib/modules/3.1.9+/kernel/net/wireless/r8712u.ko): Invalid module format"
And naturally when i look at dmesg i can see "r8712u disagrees about version of symbol module_layout" and "r8712u: no symbol version for module_layout". Really really annoying because i looked at http://www.element14.com/community/docs ... er-testing and bought the first dongle on the list just to be sure i wouldn't have to compile anything, even tryed unplugging my keyboard and mouse and doing it over ssh and still nothing......,
Hi Patrik,Patrik wrote:I solved the problem and it's working now after manually recompiling the module against the latest kernel source.
Sure,MrEngman wrote:Hi Patrik,Patrik wrote:I solved the problem and it's working now after manually recompiling the module against the latest kernel source.
I'm looking to recompile the driver but don't have much of a clue how to.
Can you provide some pointers how to do it. I've been able to compile a kernel and run it on the Pi using these instructions, but I'm not sure what to do with the driver.
MrEngman
Code: Select all
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- KSRC=/path/to/kernel/source KVER=kernel.ver
Code: Select all
uname -r
rpi-update loads new software as well as the Pi's new firmware. The new software stops the wifi module loading. You can load the firmware without loading the software if you use the commandsnormal wrote:Two things about this
1. I switched to Raspbian Pisces r1 and was able to get the r8712u driver working the same way I did it in squeeze. Then I updated firmware with rpi-update and it broke the exact same way. Could there be a bug with rpi-update that causes this or is the firmware still broken?
2. Your FTP links are broken and i want to compile new driver in wheezy to test if that wroks.
Code: Select all
export SKIP_KERNEL=1
rpi-update