![]() |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
For me it still autpmounts MyDocs, but with incorrect parameters, leaving root the owner. Attempting to write to MyDocs as user fails.
Had to manually unmount and remount with uid= parameter. |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
/usr/lib/genfstab.awk was replaced by and integrated directly to rcS-late
|
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
I'm using cssu-thumb too, but MyDocs (ext4) automount works.
The only issue i have is that very often it takes 3/4 minutes to mount it after boot is completed... Filesystem has no error and syslog don't reports nothing special. I'll dig further to provide some more info. |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Quote:
|
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
I had the same issue after latest CSSU-testing (non-thumb) update. The issue was certain config file (that controls mounting of MyDocs) was not properly replaced by the CSSU-update. You might want to check the CSSU-testing thread for more details.
EDIT: The delay to remount MyDocs after reboot is normal: There is now fsck.vfat process that checks the filesystem after boot before it mounts MyDocs. If you have lots of files in MyDocs this easily takes few minutes... |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Thank you Mara - the CSSU-testing thread pointed me in the right direction. The package manager gave me a /etc/default/mount-opts.dpkg-dist file, which apparently should overwrite mount-opts.
"mv -i mount-opts.dpkg-dist mount-opts" fixed everything and has returned behaviour to normal. I can also confirm that the delay is indeed due to fsck.vfat running - thanks for that tip also! Edit: Added bonus - this has fixed Backup too! The only remaining mystery is what "dpkg -s mp-fremantle-community-pr | grep Version" should report. But that's not terribly important at this point, because my tangible issues are fixed... :) |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Quote:
https://gitorious.org/community-ssu/...a2e2eb5f713d33 will do it... soon :) |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Quote:
|
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Hi. This is my first post about thumb, so be patient with my question.
I'm not an informatic but I've using N900 for 4 years, for the feeling of freedom it has and because it works very well. In all this time I only had to do one reflash. Until upgrading to 21.2011.38-1Tmaemo10.1+thumb0 I've not any problems. I had it overclocked with Maemodder scripts to 805 Mhz. and undervolted with ExtremlyLowVoltage for more than one year, and it worked flawlesly. In January, after upgrading to last version of Thumb I felt it was slow, and that battery didn't last as before, so I realized that it had sudden reboots and that didn't load custom kernel. So I resigned myself to use N900 with no undervolting and 600Mhz default frequency. But even with default kernel settings it reboots. I don't know why it happens. Maybe you can help me. I don't how to extract a log file for looking the origin of this problem. It's strange, because I'm the only one who has reported this problem. So it could be no related to new Thumb version. Thanks |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
if you never had thumb before... quite a while back there were some changes to overclocking profiles or smth if i am not mistaken.. you need to overclock it again
i use this but i to be sure use a profile like ULV Code:
kernel-config show |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
freshly flashed installed kp 53 then thumb no issues :)
installed qt mobile hotspot vkb wont pop up uninstall and reboot then everything fine so what can be wrong ? |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Problem solved.
Hi Shubell, you were right. It was a frequencies annoyance. After installing Thumb, system was booting trying to overclock at 850, as it couldn't phone was rebooted and loaded default frequencies limits 125 600. As 125 was avoided there was no way being stable. As I prefer using undervolting for battery saving I use this settings: and works OK: sudo gainroot kernel-config show kernel-config load xlv kernel-config limits 250 805 kernel-config save myprofile1 kernel-config default myprofile1 Thanks Shubell |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
I have run into an issue which I believe may be a result of the packaging of the thumb compiler.
The only mention I can find of the path /usr/src/toolchain_build/output/... within the build environment is within the generated .libs/liblove.la where it lists both the missing file mentioned in the middle of the listed libraries along with what appears to be the correct path as the last entry in the list. Digging into it a bit, the *.la files listed within the toolchain all have a libdir= entry pointing to this non-existant folder. Bug report for a similar issue in Ubuntu https://bugs.launchpad.net/linaro-to...es/+bug/916671 Related patch: http://bazaar.launchpad.net/~linaro-.../revision/2317 I'm not on the laptop with the build at the moment so I'm having to write from memory. |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
@Android_808: does it try to do a static link of libstdc++? could you share the sources so I can verify what happens in my SDK?
|
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
@freemangordon: I'll try to stick them on dropbox later tonight/tomorrow and PM you the link.
|
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Strange but my n900 won't boot after install thumb2,this happend to me for the first time,any suggestions?
regards note:before i install the thumb2,i had already installed u-boot+backupmenu and kernel-power53,nothing more |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Quote:
|
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
If I want to flash both rootfs and emmc on a Thumb2-patched device (to restore it to factory condition), should I flash vannila then combined or combined then vanilla then combined again?
|
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Quote:
*) if you have working rootfs (= you can boot device normally): 1) flash eMMC 2) flash combined *) if you do *not* have working rootfs: 1) flash combined 2) flash eMMC 3) flash combined (again) Never boot system between flashing steps! Otherwise you need to start flashing again. |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Thanks Pichlo for your advice and sorry for my late reply,but till now i can't boot my n900 after installing thumb2,i trying with:
flashing under linux first emmc,second combined then i chech for errors: umount /dev/mmcblk0p1 mkfs.vfat -F32 /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 fsck -r /dev/mmcblk0p1 mount /dev/mmcblk0p1 /home/user/MyDocs restart No any errors,then i try(i don't know how many times) to install thumb2, everything looks good but when restart my n900 i had only black screen,nothing more,it does not matter how i trying to flashing my n900(for example recommended from Pali from the last post on this thread)i can't boot after install thumb2 |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Quote:
|
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Hi Freemangordon,I already tried with both(kp52 and kp53)
First I install u-boot and backupmenu *install manually kernel-power(power,modules,headers,bootimg,flasher and settings) *install community-ssu-enabler *run community-ssu-enabler(just press on him) *thum2 installed correctly(before reboot the phone it's shows one title your oper.... system is updated.....) *till here(black screen) regards note:this is not my first install thumb2 I have other n900 and hi working without any problems with thumb2 |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Quote:
|
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
The u-boot does this automatically,when I installing kernel-power-bootimg.When start my phone with open keyboard,from u-boot menu I select kp53/52 and after this.....
You mean that I mamually remove and add in /etc/bootmenu.d/20-Maemo5-kernel-power-2.....item |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Quote:
Did you try to install cssu-thumb without having backupmenu installed? as bootmenu had some problems with cssu, it could be the same with backupmenu |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Yes I tried without backupmenu and u-boot yesterday,but again the same resul it is happened.
note:when installing kernel-power53 one is depends it was u-boot(maybe for the kernel-power-bootimg)strange,for kp52 there isn't this thing |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
disappear, try disabling SmartReflex after installing KP.
|
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Is there a specific reason you installed kernel-power? I flashed my N900 last week as well the same way you did (u-boot, bootmenu, CSSU-thumb...) with the only difference that I didn't install kernel-power.
From what I understand CSSU is providing it's own kernel that basically is like KP anyway. Yes it should work with KP but maybe in your combination/configuration there is something going wrong with it. |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Quote:
Quote:
note: Quote:
|
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Quote:
That's why I said there might be something wrong going on with your combination of cssu-thumb+u-boot+backupmenu+kernel-power. It shouldn't but it's a possibility. Maybe you could just try to reflash and ommit installing kernel-power this time so that CSSU installs kernel-cssu instead. |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Hi thumbers,
first, thanks for the amazing work you do keeping this wonderful machine alive. I've just seen a new cssu-testing release is available 21.2011.38-1Tmaemo11 (11.04.2015) . HAM is showing a message to upgrade my N900 from 21.2011.38-1Tmaemo10.1+thumb0 . What's your advice: should I upgrade now or better wait until a new thumb release is out? If I upgrade now, would it be any problem to update to the thumb release once it's available? Any estimate timeframe for a new thumb release? Again, thanks, Rafa. |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Thumb bump...
|
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Hi all, any news on this?
thanks a lot, Rafa. |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Need to find enough spare time to make it, will try to make a release soon.
|
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Quote:
Looking forward to applying that upate :) Regards, Rafa. |
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Fmg: Asking once again: do we still need the mcsp package while we have Qt 4.7.4? If not, can CSSU provide a dummy package replacing it?
|
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
i cnt update my device since 3 dayys, just bcz some 3 nokia repos eg ovi etc not working, so plz suggest me any other way to update
|
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
Did you try those mirrors ?
|
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
those mirrors r i think of extras nd all, but those 3 nokia repos wer i cnt find, i cnt find this "libwildmidi0libwildmidi0"
|
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
ok ill try
|
All times are GMT. The time now is 00:12. |
vBulletin® Version 3.8.8