All - I am attempting to connect the Intel 6250 using a Raspberry Pi ARM box and am having some issues. I natively compiled the wimax-tools, open source supplicant and wimax stack on the Pi without fault but when I connect (right after the TLS handshake) the box hard locks on a kernel panic. The entire message reads as follows: skb_over_panic: text:bf0237f8 len:272 put: 272 head:cc8afa00 data:ca8affa20 tail:0xcc8afb30 end:0xcc8afb20 dev: wmx0 I tried to strace wimaxcu while trying to connect in the hopes that it would give me some insight into the issue but it really didn't: write(1, "Connecting to CLEAR Network...\n", 31Connecting to CLEAR Network...) = 31gettimeofday({1339780469, 460686}, NULL) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3661, ...}) = 0 write(3, "18:14:29: 1073893904 @Notice "..., 232) = 232 gettimeofday({1339780469, 464324}, NULL) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3661, ...}) = 0 write(3, "18:14:29: 1073893904 @Notice "..., 232) = 232 gettimeofday({1339780469, 469787}, NULL) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3661, ...}) = 0 write(3, "18:14:29: 1073893904 @Notice "..., 231) = 231 send(6, "u\1\0\0\1\0\0\0\5\0\0\0\0\0\0\0z\0\0\0\353\3\0\0\4\0\0\0X\1\0\0"..., 377, 0) = 377 gettimeofday({1339780469, 486375}, NULL) = 0 gettimeofday({1339780469, 487298}, NULL) = 0 clock_gettime(CLOCK_REALTIME, {1339780469, 487589000}) = 0 futex(0xbefcdf04, FUTEX_WAIT_PRIVATE, 1, {29, 999709000}) = 0 futex(0xbefcdf30, FUTEX_WAKE_PRIVATE, 1) = 0 nanosleep({0, 10}, NULL) = 0 futex(0x43607b34, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x43607b30, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1 futex(0x43607b60, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0x1efb18c, FUTEX_WAKE_PRIVATE, 1) = 1 gettimeofday({1339780469, 551022}, NULL) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3661, ...}) = 0 write(3, "18:14:29: 1073893904 @Notice "..., 232) = 232 gettimeofday({1339780469, 555014}, NULL) = 0 gettimeofday({1339780469, 556382}, NULL) = 0 futex(0x1eb6c, FUTEX_WAIT_PRIVATE, 0, {29, 998632000} lsmod shows the proper drivers: tsalmon at Cloudberry:~$ lsmod Module Size Used by i2400m_usb 24804 0 i2400m 88760 1 i2400m_usb wimax 18192 1 i2400m I've considered recompiling the kernel natively on the Pi but I doubt that would have any effect. Does anyone have any suggestions as to what can be done to resolve this? It should be noted that I'm using a Mini-PCI-e to USB adapter on a 2A USB hub but I have tested this setup on an x86 system and it ran flawlessly. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.linuxwimax.org/pipermail/wimax/attachments/20120615/2dd7fdcc/attachment.html>