Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    Update for Enhanced kernel for power users just released

    Reply
    Page 30 of 44 | Prev | 20   28     29   30   31     32   40 | Next | Last
    delaroca | # 291 | 2010-11-14, 10:13 | Report

    Trying Power-kernel v45 on a freshly flashed, PR-1.3, N900... board type 2204.

    The light for charging does not appear to work. The keyboard light appears also broken... even in darkness it fails to come up.

    With the included 'uboot' loader, how can I boot into the normal Maemo 5 kernel? I thought it could be done with 'run noloboot', but apparently not...

    Edit | Forward | Quote | Quick Reply | Thanks

     
    d-iivil | # 292 | 2010-11-14, 10:19 | Report

    Originally Posted by delaroca View Post
    Trying Power-kernel v45 on a freshly flashed, PR-1.3, N900... board type 2204.

    The light for charging does not appear to work. The keyboard light appears also broken... even in darkness it fails to come up.

    With the included 'uboot' loader, how can I boot into the normal Maemo 5 kernel? I thought it could be done with 'run noloboot', but apparently not...
    You'll get your lights back to life by doing this:
    install latest fcam drivers from devel
    shutdown
    take out battery
    insert battery
    start the device

    Edit | Forward | Quote | Quick Reply | Thanks

     
    debernardis | # 293 | 2010-11-14, 10:55 | Report

    Would you please check if with kernel-power ver 45 you get the normal usb mass storage? My phone doesn't react when connecting via usb to my desktop. HW version is 2101.
    Now trying to reinstall stock kernel and re-checking.

    UPDATE: stock kernel, pr1.3, works correctly with usb mass storage. Now trying with hostmode kernel.

    UPDATE2: hostmode kernel, based on Titan's power kernel ver 40, has usb mass storage, usb host, OC. No u-boot, no 1.3 patches. Guess I'll stay with that for now.

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by debernardis; 2010-11-14 at 12:41.

     
    batman | # 294 | 2010-11-14, 12:46 | Report

    This question isn't specific to the recent update to Enhanced Kernel..

    I have loaded up a customised kernel which idols at 125mhz and depending on the program and the hardware required (GPS, Wifi, etc) goes up to 850mhz as its max.

    PHP Code:
    if [ "$QBW_EXEC_REASON" == "QBW_STARTUP_UPDATE" ]; then
    # add here switch on instructions
    /usr/sbin/kernel-load /home/user/MyDocs/kernel.txt | sudo gainroot
    echo "ON";
    exit 1;
    fi;

    if [ "$QBW_CURRENT_RESULTS_TEXT" == "ON" ]; then
    # add here switch off instructions
    /usr/sbin/kernel-unload /home/user/MyDocs/kernel.txt | sudo gainroot
    echo "OFF";
    exit 0;
    else
    # add here switch on instructions
    /usr/sbin/kernel-load /home/user/MyDocs/kernel.txt | sudo gainroot
    echo "ON";
    exit 1;
    fi;

    I have used the queen beecon widget to create an on/off state for that kernel. Loading the kernel is fine:
    /usr/sbin/kernel-load /home/user/MyDocs/kernel.txt | sudo gainroot

    but unloading the kernel doesn't work. I tried the command:
    /usr/sbin/kernel-unload /home/user/MyDocs/kernel.txt | sudo gainroot

    the 2 thoughts that occur is that the command kernel-unload is incorrect? or that there needs to be a customised kernel and a stock kernel in MyDocs.. ie: I load the customised kernel to switch it on and I load the stock kernel to switch it off?

    Can any one help me with correcting the command line to switch the customised kernel off

    Edit | Forward | Quote | Quick Reply | Thanks

     
    ing005 | # 295 | 2010-11-14, 13:27 | Report

    My N900 was died for 3 days

    It's stick at starting kernel...

    i've tried to reinstall kernel with maemo flasher but it didn't work

    it's said that my device is not connect

    What can I do ? please help

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Crashdamage | # 296 | 2010-11-14, 13:44 | Report

    Originally Posted by rubadub1 View Post
    Well I guess i'll try one last time tomorrow otherwise Nokia will be my last resort.
    You voided the warranty when you installed a non-stock kernel from extras-devel. They will probably not help you unless at least you first reinstall the factory-stock kernel. But if you do that you won't need Nokia's help anyway.

    Originally Posted by
    If anyone has any tips for us to try please share.
    http://wiki.maemo.org/Kernel_Power#Deinstallation (look down a bit for instructions for non-booting phones)

    From Titan himself: http://talk.maemo.org/showthread.php...777#post869777

    Bottom line: If you don't know exactly what you're doing and why you're doing it - don't be doing it!

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following User Says Thank You to Crashdamage For This Useful Post:
    DrWilken

     
    akbardotinfo | # 297 | 2010-11-14, 13:58 | Report

    Originally Posted by ing005 View Post
    My N900 was died for 3 days

    It's stick at starting kernel...

    i've tried to reinstall kernel with maemo flasher but it didn't work

    it's said that my device is not connect

    What can I do ? please help
    if you have upgrade to kernel titan power45, after starting kernel (uboot) try to open the keyboard then the bootmenu should appears.

    if you accidently install uboot while you're on PR1.2 just reflash with option kernel only command:
    (first shutdown n900)
    flasher3.5 -F <firmware image> --flash-only=kernel -f -R

    (on pc will display "waiting for device")

    (then power on) your n900 while the flasher command still runs



    hope it help

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by akbardotinfo; 2010-11-14 at 14:03.

     
    ing005 | # 298 | 2010-11-14, 14:24 | Report

    yes i tried start with open keyboard but how can i pass the starting kernel

    when it's start noloboot it wiil stick at starting kernel

    Edit | Forward | Quote | Quick Reply | Thanks

     
    delaroca | # 299 | 2010-11-15, 00:02 | Report

    Originally Posted by debernardis View Post
    Would you please check if with kernel-power ver 45 you get the normal usb mass storage? My phone doesn't react when connecting via usb to my desktop. HW version is 2101.
    I can confirm that USB Mass Storage mode works fine with Power Kernel v45... device must be powered on; if off, it goes into "charging" mode. My device's HW version is 2204.

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following 2 Users Say Thank You to delaroca For This Useful Post:
    debernardis, Scottlfa

     
    delaroca | # 300 | 2010-11-15, 00:06 | Report

    Originally Posted by d-iivil View Post
    You'll get your lights back to life by doing this:
    Thanks! Taking out, and then re-installing the battery did recover my lights... already had the latest fcam drivers (from extras-dev) installed.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Page 30 of 44 | Prev | 20   28     29   30   31     32   40 | Next | Last
vBulletin® Version 3.8.8
Normal Logout