|
2013-12-08
, 20:41
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#922
|
ifconfig bla bla ...
#ifconfig bla bla ...
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
|
2013-12-08
, 23:37
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#923
|
Oops myself. Should have known
By commenting I meant
change the line(s) from
toCode:ifconfig bla bla ...
in preinit of the non-ubiboot device.Code:#ifconfig bla bla ...
Hereby the code will not be executed.
Possible could be also to copy the original preinit file (10661 bytes) from ubiboot device to the other. But idk if that may break sillyboot or something else.
|
2013-12-08
, 23:45
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#924
|
The Following 2 Users Say Thank You to juiceme For This Useful Post: | ||
|
2013-12-08
, 23:56
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#925
|
@Garp, there is something I did not think about but it might be quite simple if you indeed have 2 devices;
So, you have one with ubiboot, and one without, right?
And when you say that MfE does not work with ubiboot, you actually mean it does not work in the device with ubiboot, but it works in the other device, right?
Consider then, the problem might not be in ubiboot at all, it might be in the Harmattan installation of the device you have ubiboot on...?
There is an easy way to make sure if this is so;
Just flash the L2-fixed kernel to the device with ubiboot, to bypass your ubiboot setup. When the device boots, check if you still have problems with MfE. If so, then the problem clearly is in Harmattan and not ubiboot. After that you can just flash back the ubiboot kernel and ubiboot will be re-enabled.
|
2013-12-09
, 00:04
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#926
|
You are right nearly all the way but not at last:
The kernel in N9 without ubiboot is 'your' kernel l2fix dmesg | head showing juiceme and the same kernel are in n9 with ubiboot together with the plus kernel BUT same problem in this N9 no matter which kernel i use?
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2013-12-09
, 00:38
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#927
|
Did you try what I suggested?
I believe the problem is not kernel, and not ubiboot, I believe you have problem in your Harmattan OS of the second device.
Just flash it with L2-fixed kernel, and try how it works without ubiboot.
Your ubiboot setup will not disappear, everything will be just as it was when you flash it again with ubiboot kernel.
|
2013-12-09
, 00:44
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#928
|
Thanks, I see you are right no connection without Ubiboot and same kernel l2fix as in the other N9? What then?
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2013-12-09
, 00:59
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#929
|
Obviously, you have done some tweak/mod/thing or installed something that conflicts with MfE. It's very difficult to tell from this far, but you have another device where it works, so you can compare them
What I'd do first, is I'd look at the syslog if there's some obvious errors or funny writings when you start up MfE. I'd also try to uninstall/reinstall the SW to see if it makes any difference.
Last resort of course is to reflash the device, that will sure fix it, but it is a tedious work as you always need to install everything there after the flashing.
|
2013-12-09
, 05:50
|
Posts: 69 |
Thanked: 50 times |
Joined on Mar 2012
|
#930
|
Ups! 'developer' in trouble
What you mean 'comment these 3 lines'? from file preinit copy to preinit_ubiboot but where?
Edit: Same place in preinit_ubiboot as in preinit!
OK
Last edited by Garp; 2013-12-08 at 16:56.