Reply
Thread Tools
Posts: 92 | Thanked: 8 times | Joined on Mar 2010
#501
Originally Posted by misiak View Post
Please provide output of (the commands begin with "LS -L" in lowercase, I guess you know that but one guy I tried to help had problems with it yesterday, so from now on I'm gonna point it everywhere while helping):
Code:
ls -l /boot
ls -l /boot/multiboot
ls -l /lib/modules
ls -l /etc/multiboot.d
And contents of your .item file for power kernel.
ls -l /boot
Code:
drwxr-xr-x    2 root     root         1200 Jan  1  1970 multiboot
ls -l /boot/multiboot
Code:
-rw-r--r--    1 root     root      1793436 Nov 18 16:09 vmlinuz-2.6.28-10power46
-rw-r--r--    1 root     root      1782732 May  3 19:45 vmlinuz-2.6.28-10power47
-rw-r--r--    1 root     root      1793436 Nov 18 16:09 vmlinuz-2.6.28-maemo46
-rw-r--r--    1 user     root      1747632 Nov 14 14:34 vmlinuz-2.6.28-omap1
-rw-r--r--    1 root     root      1741800 Apr 11 04:57 vmlinuz-2.6.28.NIT.06
ls -l /lib/modules
Code:
drwxr-xr-x    2 root     root         7600 May 10 15:15 2.6.28-omap1
drwxr-xr-x    2 root     root        19704 May 10 15:21 2.6.28.10power46
drwxr-xr-x    2 root     root         2088 May 10 15:15 2.6.28.NIT.06
lrwxrwxrwx    1 root     root           12 Jan  1  1970 current -> 2.6.28-omap1
ls -l /etc/multiboot.d
Code:
-rw-r--r--    1 user     root           74 Nov 14 14:36 00-Maemo-2.6.28-omap1.item
-rw-r--r--    1 root     root          102 May 10 15:44 01-Maemo-kernel-power-2.6.28.10-power46.item
-rw-r--r--    1 root     root          101 May 10 15:16 01-Maemo-kernel-power-2.6.28.10-power47.item
-rw-r--r--    1 root     root          175 May  3 11:20 11-NITDroid-mmcblk0p2-2.6.28.NIT.06.item
-rw-r--r--    1 user     root          179 May  3 11:20 11-NITDroid-mmcblk1p2-2.6.28.NIT.06.item
-rw-r--r--    1 user     root         2859 Nov 14 14:36 README
drwxr-xr-x    2 root     root          664 May  2 14:20 examples
.item file
Code:
ITEM_NAME="Maemo kernel-power 2.6.28.10-power46"
ITEM_KERNEL="2.6.28.10-power46"
ITEM_MODULES="ext3"
 
Posts: 804 | Thanked: 1,598 times | Joined on Feb 2010 @ Gdynia, Poland
#502
Originally Posted by EyeVisions View Post
I 'm using QCPUfreq en Overclock Control Panel QBW widget one http://talk.maemo.org/showthread.php?t=59798 both showing the wrong temp. indeed missing the point
For updated QCPUFreq see: http://talk.maemo.org/showpost.php?p...&postcount=125

For updated QBW widget see my post in that thread: http://talk.maemo.org/showpost.php?p...&postcount=150
 

The Following 2 Users Say Thank You to misiak For This Useful Post:
Posts: 804 | Thanked: 1,598 times | Joined on Feb 2010 @ Gdynia, Poland
#503
Originally Posted by Devrim View Post
ls -l /boot
Code:
...
ls -l /boot/multiboot
Code:
...
ls -l /lib/modules
Code:
...
ls -l /etc/multiboot.d
Code:
...
.item file
Code:
...
I can see your problem.
You have file /boot/multiboot/vmlinuz-2.6.28-10power46, while your .item file entry says
2.6.28.10-power46. Do you see the difference? run commands:
Code:
root
mv /boot/multiboot/vmlinuz-2.6.28-10power46 /boot/multiboot/vmlinuz-2.6.28.10-power46
Note that the kernel file name after vmlinuz- or zImage- must be the same as a directory name in /lib/modules (which already is /lib/modules/2.6.28.10-power46).

Also, you don't need now files:

/boot/multiboot/vmlinuz-2.6.28-10power47
/etc/multiboot.d/01-Maemo-kernel-power-2.6.28.10-power47.item

As they are for new power kernel 47, and you installed old 46. (or you can have them to have also power kernel 47, but you need also /lib/modules directory with modules from package kernel-power-modules in version 47)

Last edited by misiak; 2011-05-10 at 14:02.
 
Posts: 560 | Thanked: 422 times | Joined on Mar 2011
#504
I did a search through this thread and the following doesn't appear to have been asked yet...

Has anyone looking at the source of v0.46 and developing v0.47 found the cause and possibly a remedy for the reboot command not working?
 
Posts: 804 | Thanked: 1,598 times | Joined on Feb 2010 @ Gdynia, Poland
#505
Originally Posted by demolition View Post
I did a search through this thread and the following doesn't appear to have been asked yet...

Has anyone looking at the source of v0.46 and developing v0.47 found the cause and possibly a remedy for the reboot command not working?
What do you mean "the reboot command not working" ? When I type "sudo reboot" in terminal, N900 reboots...
 
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#506
Originally Posted by demolition View Post
I did a search through this thread and the following doesn't appear to have been asked yet...

Has anyone looking at the source of v0.46 and developing v0.47 found the cause and possibly a remedy for the reboot command not working?
http://talk.maemo.org/archive/index.php/t-71127.html
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 

The Following User Says Thank You to vi_ For This Useful Post:
Posts: 804 | Thanked: 1,598 times | Joined on Feb 2010 @ Gdynia, Poland
#507
Lol, strange issue as so many people experience it... my N900 reboots, I don't use this command too often (don't need it), but can't remember even one single time when it would not work... Strange...
 
Posts: 560 | Thanked: 422 times | Joined on Mar 2011
#508
Yes, vi_, that's the thread I was thinking of - it's not just in archive though (http://talk.maemo.org/showthread.php?t=71127).

It works sometimes as reboot but mostly it just turns the device off.

Edit:
I can confirm this behaviour. I did reboot, from root because user doesn't have permssion to use the shell scripts. First time worked (surprise), second time and device just turned off.

It's nothing massive on its own but might represent something more important/serious. Seeing as it works some of the time, it's probably a software conflict in the shutdown procedure but I don't know how that works.

Last edited by demolition; 2011-05-10 at 14:38.
 
Reflektorfalke's Avatar
Posts: 597 | Thanked: 490 times | Joined on Dec 2009 @ Germany
#509
Tired of reading about "wrong temperature" and "multi-boot update not working" over and over again?
Why not collect relevant information in a Sticky Post?
What do you think?
__________________
------------------------------------------------------------
Bluetooth PBAP-Profile/Carkit support - Check Wiki-Page
Sociality FB-Client, MAG strikes again - Check Wiki-Page

QNeptunea -
Best Twitter Client for N9/N950 - HowTo Create Themes
 

The Following 2 Users Say Thank You to Reflektorfalke For This Useful Post:
Posts: 804 | Thanked: 1,598 times | Joined on Feb 2010 @ Gdynia, Poland
#510
While on my searching for apps which report temperature in wrong way now, I compiled patched conky-n900, so if you're tired of it showing wrong temperature, you can use version attached to this: http://talk.maemo.org/showpost.php?p...&postcount=136 post unless package maintainer and developer releases new version. Time to sleep now, 4:18 in here. Goodnight
 

The Following 4 Users Say Thank You to misiak For This Useful Post:
Reply

Tags
battery-status, bq27x00_battery, kernel, kernel-power, misiak4king, noobs-cant-read, pali4president, patches, readdirections, revolverspinyou


 
Forum Jump


All times are GMT. The time now is 22:42.