Hello all, I am trying to get WiMAX working with a USB kilmer peak device on a sheeva plug. I compiled a mainline 2.6.35 kernel and all of the WiMAX tools using the OpenEmbedded toolchain. The sheeva plug uses an ARM processor and OpenEmbedded is passing the following compiler options: arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=arm926ej-s -mthumb-interwork -mno-thumb The good news is that the i2400m_usb kernel functionality appears to be working. However, both wimaxd and wimaxcu cause dmesg to be spammed with a litany of the following messages: Alignment trap: wimaxd (695) PC=0x000a6774 Instr=0xe5900000 Address=0x00125e36 FSR 0x001 Alignment trap: wimaxd (695) PC=0x000a69f0 Instr=0xe5900000 Address=0x001260b6 FSR 0x001 Alignment trap: wimaxd (695) PC=0x000a6774 Instr=0xe5900000 Address=0x001260b6 FSR 0x001 Alignment trap: wimaxcu (740) PC=0x40094850 Instr=0xe584201c Address=0x41b1eb2b FSR 0x801 Alignment trap: wimaxd (700) PC=0x0002f614 Instr=0xe585b01c Address=0x443a8c63 FSR 0x801 Alignment trap: wimaxd (699) PC=0x00028f98 Instr=0x15873000 Address=0x43baadc3 FSR 0x801 Alignment trap: wimaxd (699) PC=0x000291d8 Instr=0x15873000 Address=0x43baadc3 FSR 0x801 I am able to get wimaxcu to scan for available networks but when I attempt to connect I get a time out error on the console and eventually "i2400m_usb 1-1:1.0: RX: timeout: -110" in dmesg. The module works fine on an X86 machine running maverick alpha. Any help would be appreciated!