Re: ipw2200.ko insmod failed , please help !
Zhu Yi <[email protected]>
| Newsgroups | gmane.linux.drivers.ipw2100.devel |
|---|---|
| Organization | Intel Corp. |
| Message-ID | <[email protected]> |
On Tue, 2006-06-06 at 16:58 +0800, Shawn Q.Z. Tang wrote: > And now I can't use the ipw2200 driver to initialize my wireless > card, the debug messgae attached I know ipw2200 works on big endian ARM platform (IXP425). Not sure about the little endian ones. One thing to try is removing the usage of leXX_to_cpu and cpu_to_leXX macro in your ipw2200.c. I'm afaid the gcc __ARMEB__ messes things up. Thanks, -yi