Quote:
Originally Posted by adambot
I tried using your patch on the source for the supersonic (evo) and it went in and compiled perfectly, i was able to do an insmod and loaded the driver fine, but when i go to do a mount the phone crashes.
any ideas?
(i have tried both the arm-eabi-4.4.0 and the arm-2010q1 toolchains)
|
the patch does not cleanly apply to supersonic-2.6.32.15-g746f4f0, as it is for vanilla 2.6.32.15
please overwrite fs/cifs with the vanilla sources before you apply it
just tried and was able to build the very same .ko published in the first post (except for the buildstamp of course):
- pulled the supersonic kernel source from developer.htc.com
- overwrote fs/cifs/* with vanilla
- pulled & applied the patch from pastebin
- pulled .config from my phone
- in menuconfig
- set the localversion (general setup)
- selected cifs + nls_utf8 to be built as module
- did _not_ touch the debug options already set
- did 'make modules'
- stripped the modules with arm-eabi-strip --strip-debug
insmod worked, mount worked, browsing the share worked
if you get crashes, check /proc/last_kmsg after reboot
|