Ben Greear wrote: > So, I enabled the cx89x0 driver (built-in, not a module). > > Now, on boot, I get the crash below. I'm not too sure how to debug > this (is there an equivalent ksymoops tool for ARM crashes that will > run on my x86 platform?)
The simple answer is that the stock cs89x0 driver does not work for ARM, even less the CerfCube. I had the same pain around two weeks ago and Frank Becker at Intrinsyc was able to help me to piece together the old cerf89x0 driver from NP's patches in to the cs89x0 driver. There's quite a lot of changes and the opinion from Russell King is that the driver is too ugly to be allowed in to the -rmk patch, so until someone does a clean rewrite of it, we're in a "situation". The driver is still not 100% correct... it often fails to correctly read its MAC address from the eeprom and ends up with ff:ff:ff:ff:ff:ff which is a bit of a pain. If you would like to get hold of the updated code, I've put it on my webserver: http://ij.mine.nu/cs89x0.c Regards, Ian. _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm http://www.arm.linux.org.uk/armlinux/mailinglists.php Please visit the above addresses for information on this list.
