![]() |
overclock kernels and version info loss
As the overclock thread is so big that certain issues tend to be lost I created a seperate thread for this specific problen:
After having some problems with the overclock kernel I reverted back to the stock kernel. But now the version info in the settings about screen shows "unknown". I tried to resolve this by reinstalling mp-fremantle-generic-pr but this fails because of an hildon-initscripts dependency failure: The following packages have unmet dependencies: mp-fremantle-generic-pr: Depends: hildon-initscripts (= 1.26-1+0m5) but 1.26-1+dp1 is to be installed E: Broken packages Is there another way to fix this? I tried to force just download of the mp-fremantle* package, but this gives the same problem. Adding the -f switch to apt-get does not help. I also tried to download the package manually using wget but this fails. I probably do not use/know the proper URL for the package. Is someone willing to show the output of: dpkg -L mp-fremantle-generic-pr Oreven better, download the package using "apt-get install -d mp-fremantle-generic-pr" and make the package available to us? I hope that can help to get the version info back Thanks |
Re: overclock kernels and version info loss
I think you should be able to just run (as root) /var/lib/dpkg/info/mp-fremantle-generic-pr.postinst and reboot.
|
Re: overclock kernels and version info loss
Disable all repos except the official ones (extras, -testing and -devel are fine)
Quote:
|
Re: overclock kernels and version info loss
Rob1n, that is just what I want to do. But the mp-fremantle-generic-pr package is not on my n900 anymore. I think it was removed because apt-get told me a 'long' time ago that it was not needed anymore... so it was removed. Therefor I want to reinstall it but thn get the mentioned error message concerning the hildon-initscripts version mismatch (probably caused by some other strange update I may have done in the past...)
So I want to know the contents of the mp-fremantle-generic-pr (e.g. dpkg -L mp-fremantle-generic-pr) or like download the package manually somewhere. |
Re: overclock kernels and version info loss
Quote:
Code:
apt-get install hildon-initscripts=1.26-1+0m5 |
Re: overclock kernels and version info loss
YES! this allowed me to reinstall mp-fremantle again/
It actually just runs an osso-product-info command to set version info. Before rebooting it seems nothing has happened, but after the reboot all is fine again! Many Thanks to Rob1n |
Re: overclock kernels and version info loss
These instructions seem to ignore regional versions..
dpkg -l |grep "^ii *mp-fremantle[^ ]*-pr" |awk '{print $2}' Should tell you which package you need to reinstall |
Re: overclock kernels and version info loss
this does not help much when mp-fremantle-* is not installed.
You might figure which one you need by grep "Package: mp-fremantle" /var/lib/apt/lists/* |
Re: overclock kernels and version info loss
Quote:
|
Re: overclock kernels and version info loss
Quote:
I've noticed the name of the package changes between Maemo variations.. On the UK 203 variation it is: mp-fremantle-203-pr whereas on the global version it seems to be: mp-fremantle-generic-pr but either way, there should be a mp-fremantle-something-pr package, I believe Gordonshowers: Glad to help out! |
Re: overclock kernels and version info loss
Quote:
|
Re: overclock kernels and version info loss
If they've scrubbed the main meta package, accurately replacing the version info would seem impossible?!
But for those who haven't.. and those using the non-generic variant, it would be good to use the right version.. apt-get install --reinstall mp-fremantle-generic-pr on a non-generic variant won't be healthy.. that being said: osso-product-info -s OSSO_VERSION="RX-51_2009SE_3.2010.02-8.203.1_PR_203" appears to be the command to sort it on my device |
Re: overclock kernels and version info loss
Quote:
Nokia-N900-42-11:~# uname -a Linux Nokia-N900-42-11 2.6.28.10maemo-omap1 #1 PREEMPT Tue Apr 13 10:48:47 EEST 2010 armv7l unknown **** What is supposed to be for the unknown value displayed above. I ran apt-get --reinstall install mp-fremantle-002-pr successfully, but I still don't know why I still have an unknow value. Here is the output from osso-product-info OSSO_PRODUCT_HARDWARE='RX-51' OSSO_PRODUCT_NAME='N900' OSSO_PRODUCT_FULL_NAME='Nokia N900' OSSO_PRODUCT_RELEASE_NAME='Maemo 5' OSSO_PRODUCT_RELEASE_FULL_NAME='Maemo 5' OSSO_PRODUCT_RELEASE_VERSION='3.2010.02-8.002' OSSO_PRODUCT_WLAN_CHANNEL='fcc/us' OSSO_PRODUCT_KEYBOARD='English, Dutch' OSSO_PRODUCT_REGION='English America' OSSO_PRODUCT_SHORT_NAME='Nokia N900' OSSO_VERSION='RX-51_2009SE_3.2010.02-8.002_PR_002' ****** Any help would be appreciated. Thanks |
Re: overclock kernels and version info loss
I believe, but could be wrong:
osso-product-info is included in the phone's environment variables.. running that command, and indeed reinstalling the package can't change them.. since they were set at boot time.. reboot and you should be fine.. ... I think.. |
Re: overclock kernels and version info loss
Quote:
Linux Nokia-N900-42-11 2.6.28.10maemo-omap1 #1 PREEMPT Tue Apr 13 10:48:47 EEST 2010 armv7l unknown **** Here is the output from osso-product-info OSSO_PRODUCT_HARDWARE='RX-51' OSSO_PRODUCT_NAME='N900' OSSO_PRODUCT_FULL_NAME='Nokia N900' OSSO_PRODUCT_RELEASE_NAME='Maemo 5' OSSO_PRODUCT_RELEASE_FULL_NAME='Maemo 5' OSSO_PRODUCT_RELEASE_VERSION='3.2010.02-8.002' OSSO_PRODUCT_WLAN_CHANNEL='fcc/us' OSSO_PRODUCT_KEYBOARD='English, Dutch' OSSO_PRODUCT_REGION='English America' OSSO_PRODUCT_SHORT_NAME='Nokia N900' OSSO_VERSION='RX-51_2009SE_3.2010.02-8.002_PR_002' Any help please. |
Re: overclock kernels and version info loss
Quote:
Thanks. |
Re: overclock kernels and version info loss
What does uname -a return on an unmodified N900?
|
Re: overclock kernels and version info loss
Quote:
My is shown as: Linux Nokia-N900-42-11 2.6.28.10maemo-omap1 #1 PREEMPT Tue Apr 13 10:48:47 EEST 2010 armv7l unknown Thanks |
Re: overclock kernels and version info loss
Quote:
Quote:
Code:
apt-get install mp-fremantle-generic-pr hildon-initscripts=1.26-1+0m5 Quote:
|
Re: overclock kernels and version info loss
Quote:
Code:
Linux Nokia-N900-51-1 2.6.28-omap1 #1 PREEMPT Thu Dec 17 09:40:52 EET 2009 armv7l unknown Yours is obviously newer. If you have the original kernel in /boot/zImage-2.6.28-20094803.3+0m5.fiasco you can just run /var/lib/dpkg/info/kernel-flasher.postinst to install it, and reboot. Otherwise install package kernel=2.6.28-20094803.3+0m5 first. |
Re: overclock kernels and version info loss
i used litho's kernel (low voltage)
my version info didnt lost. my n900 shows it |
Re: overclock kernels and version info loss
Quote:
|
Re: overclock kernels and version info loss
"apt-get install --reinstall mp-fremantle-generic-pr on a non-generic variant won't be healthy."
But.apt-get install --reinstall mp-fremantle-* would work for generic and non-generic, it seems. |
Re: overclock kernels and version info loss
2 Attachment(s)
Any help with my problem thanx
|
Re: overclock kernels and version info loss
try this...."apt-get install--reinstall mp-fremantle-002-pr" It worked for me
|
Re: overclock kernels and version info loss
Quote:
|
Re: overclock kernels and version info loss
You need a space between "install" and "--reinstall" in the command "apt-get install --reinstall mp-fremantle-002-pr". What you did was "apt-get install--reinstall mp-fremantle-002-pr".
Try again & good luck. |
Re: overclock kernels and version info loss
psrkn... You are soooooo right. Sorry Smolomiami my mistake.
|
Re: overclock kernels and version info loss
thanx man it work
|
Re: overclock kernels and version info loss
Guys Dont mind i am new into this i am not pro on comand linux. When o overcloked my n900 to 800mhz instead of saying maemo5 it is saying unknown and version unknown. i tried stock didnt work. somebody mention to do this
- launch X Terminal - type sudo gainroot (you need the rootsh package installed) - type apt-get install --reinstall mp-fremantle-generic-pr - if asked for confirmation press Y and Enter - when done reboot the N900 WHAT IS ROOTSH PACKAGE HOW CAN I DOWNLOAD? i am totally newbie please help me step by step. I will really appriciate it. Thanks ps:(Also when i typed in xterminal in mydevice sudo gainroot it is asking for password? am totally lost please help me.) |
Re: overclock kernels and version info loss
Have a look at this post
http://discussions.europe.nokia.com/...ght/true#M8504 It has details of how to install rootsh and how "To fix the "unknown" version info" |
Re: overclock kernels and version info loss
Quote:
Little tip: Once you have downloaded rootsh instead of writing "sudo gainroot" just writing "root" will do the same thing, its just a quicker way of doing it:D ps, thanks are in the bottom right of posts. |
Re: overclock kernels and version info loss
Darn i'm still stuck at these stupid "UNKNOWN" things from overclocking to 900MHz the first day I got my N900 on May1st :(
Tried everything but the nokia forum link which I will attempt after this msg. :mad: PISSED at this now! when I do apt-get install --reinstall mp-fremantle-generic-pr I will get some text saying"DONE" and seems like there's a problem at "Reinstallation of mp-fremantle-generic-pr is not possible, it cannot be downloaded. blah blah blah 0 , 0 , 0 , 0 upgraded crap which goes in circles....dreadful |
Re: overclock kernels and version info loss
Did you try my script from the Nokia forum?
|
Re: overclock kernels and version info loss
|
Re: overclock kernels and version info loss
If you try downloading the script from Nokia forums *again* (remember to delete the first one) I've added a bit that tries to fix the info without using apt-get install --reinstall
|
Re: overclock kernels and version info loss
Quote:
i have rootsh and all that installed. it has to do with those repositories i think. which ones should be there or disabled while doing this entire process.. thanks guys... |
Re: overclock kernels and version info loss
try downloading the script again.. it's improved..
delete the old copy first, download again, run again.. it *should* fix your problem.. |
Re: overclock kernels and version info loss
still stuck my friend after upgrading to the official PR1.2 global firmware update and OC' to 900MHz...stuck at the forever UNKNOWN thing again. IT WAS OK at 600MHz!!!! HAHA!
Here's where it's at and I absolutely hate it after doing many cut n paste... Reinstallation of mp-fremantle-generic-pr is not possible, it cannot be downloaded. I ABSOLUTELY HATE THAT above line as I've seen it millions of times due to failure :( Tried the script as well and no luck. I did it manually and no go. |
All times are GMT. The time now is 02:23. |
vBulletin® Version 3.8.8