View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#10
Originally Posted by Benson View Post
BTW, does plugging it into USB and using it as a card reader still work? I think that'll be gone too.
For me it does but I did a little more than just editing the .config.

What I have done so far:
1. Enabled preempt using make menuconfig.
2. Flashed it.
3. Replaced as much modules as I can in the initfs with the new ones compiled with PREEMPT.
4. Switched on tablet. Tablet rebooted. Enabled no-lifeguard-reset with flasher. Now tablet stays on. Now I'm Pimpin.

Problem:
I'm trying to recompile the cx3110x **** with the Makefile tweaked to point to my PREEMPT kernel sources instead. Instead, a lot of symbols can't be found.

Here's my syslog for that:
Aug 15 12:49:06 Nokia-N800-23-14 kernel: Linux version 2.6.21-omap1 (faheem@faheem-desktop) (gcc version 3.4.4 (release) (CodeSourcery ARM 2005q3-2)) #1 PREEMPT Fri Aug 15 11:05:30 BST 2008
Aug 15 12:49:07 Nokia-N800-23-14 kernel: [ 4.671875] cx3110x: Unknown symbol prism_softmac_service
Aug 15 12:49:07 Nokia-N800-23-14 kernel: [ 4.671875] cx3110x: Unknown symbol prism_softmac_frame_rx
Aug 15 12:49:07 Nokia-N800-23-14 kernel: [ 4.679687] cx3110x: Unknown symbol prism_softmac_frame_tx
Aug 15 12:49:07 Nokia-N800-23-14 kernel: [ 4.679687] cx3110x: Unknown symbol prism_softmac_describe
Aug 15 12:49:07 Nokia-N800-23-14 kernel: [ 4.679687] cx3110x: Unknown symbol frame_to_skb
Aug 15 12:49:07 Nokia-N800-23-14 kernel: [ 4.679687] cx3110x: Unknown symbol frame_skb_alloc
Aug 15 12:49:07 Nokia-N800-23-14 kernel: [ 4.679687] cx3110x: Unknown symbol prism_softmac_destroy
Aug 15 12:49:07 Nokia-N800-23-14 kernel: [ 4.679687] cx3110x: Unknown symbol prism_softmac_parse_bra
Aug 15 12:49:07 Nokia-N800-23-14 kernel: [ 4.687500] cx3110x: Unknown symbol prism_softmac_conf
Aug 15 12:49:07 Nokia-N800-23-14 kernel: [ 4.687500] cx3110x: Unknown symbol prism_interconnect_message_query
Aug 15 12:49:07 Nokia-N800-23-14 kernel: [ 4.695312] cx3110x: Unknown symbol skb_to_frame
Aug 15 12:49:07 Nokia-N800-23-14 kernel: [ 4.695312] cx3110x: Unknown symbol sm_net_device
Aug 15 12:49:07 Nokia-N800-23-14 kernel: [ 4.695312] cx3110x: Unknown symbol prism_softmac_create
Aug 15 12:49:07 Nokia-N800-23-14 kernel: [ 4.695312] cx3110x: Unknown symbol prism_softmac_trap
Aug 15 12:49:07 Nokia-N800-23-14 kernel: [ 4.695312] cx3110x: Unknown symbol prism_driver_frame_free
Aug 15 12:49:07 Nokia-N800-23-14 kernel: [ 4.703125] cx3110x: Unknown symbol prism_driver_free
Aug 15 12:49:07 Nokia-N800-23-14 kernel: [ 4.703125] cx3110x: Unknown symbol prism_interconnect_message_handle
Aug 15 12:49:07 Nokia-N800-23-14 kernel: [ 4.703125] cx3110x: Unknown symbol prism_softmac_frame_tx_done
Aug 15 12:49:07 Nokia-N800-23-14 kernel: [ 4.703125] cx3110x: Unknown symbol frame_skb_free

If by somechance, I manage to fix those errors, think this will make a difference?:
"Aug 15 12:52:50 Nokia-N800-23-14 kernel: [ 4.625000] umac: version magic '2.6.21-omap1 mod_unload ARMv6 ' should be '2.6.21-omap1 preempt mod_unload ARMv6 '"