![]() |
Re: [Announce] kernel-power v47
Quote:
So maybe it isn't A-GPS but cell tower location (since indoors I get no location updates).... |
Re: [Announce] kernel-power v47
Quote:
I also hope that feemangordon work will allow us to watch/record 720p video - i hope that he won't get on ambition and will not stop working on it, he seems very upset that pali don't wanted to include his packages in way that break video watching. Anyway, I'm with pali on this - i also can't imagine including package that will ''break'' userland media playing - should be included in parallel with userland updates available in extras devel at least. When i just think about massive outcry and 300+ pages of bug reporting about broken videos here, i feel cold ;P If just temperature/10 thing spammed this topic so much, how we will look with "upgraded" thing that make videos unplayable, and we can only reply by "it lacks userland application by now, sta tuned..."? Brrrr.... so, i hope that no one will get to high in ambition (sorry if i interpreted that posts totally wrong, what also may be the case here), and continue hard work, cause i can't imagine someone other to deliver such patches as freemangordon's - sorry if someone else is able to do it, but i haven't heard about such a person ;) Yea, we REALLY appreciate your work freeman, and hope for more! |
Re: [Announce] kernel-power v47
Quote:
|
Re: [Announce] kernel-power v47
Quote:
Everyone knows that 'good' software just works without any testing whatsoever and that the development repos is just where we hide stuff because we feel nubes are not good enough to use it. So im totally with you, lets keep all of these stupid development packages OUT of the development repos just to keep the dumbasses happy. |
Re: [Announce] kernel-power v47
Quote:
|
Re: [Announce] kernel-power v47
@ estel ... looks like you have missed my post with patch that do not break anything. No problem, could happen to everyone :) this thread is so bloated these days. http://talk.maemo.org/showpost.php?p...&postcount=452
|
Re: [Announce] kernel-power v47
Quote:
Both power47 and CSSU have been blamed for gstreamer0.10-av's sins. |
Re: [Announce] kernel-power v47
Quote:
|
Re: [Announce] kernel-power v47
Quote:
The new driver bq27x00_battery does not report properly parameters : Here is output from the new driver : Code:
-bash-2.05b# lshal -u /org/freedesktop/Hal/devices/computer_power_supply_battery_bq27200_0 Code:
-bash-2.05b# lshal -u /org/freedesktop/Hal/devices/bme Oviously, the corrects values are the ones from bme. Hope it help ... A++ PS : I have also posted same message here : http://talk.maemo.org/showpost.php?p...&postcount=799 |
Re: [Announce] kernel-power v47
Quote:
Do not create duplicate messages!!! (Remove duplicate from other threads!) |
Re: [Announce] kernel-power v47
Quote:
The values reported are BAD when fetched with the command (you can trust me on that) : Code:
Code:
lshal -u /org/freedesktop/Hal/devices/bme Easy to verify step by step, if I modprobe -r bq27x00_battery then on the desktop, after some seconds for the applet refresh, the value revert back to the bme value and report properly 25% of battery available, if I modprobe the backported driver then, the applet refresh and show 0% of battery available ... I have installed the v47 since you released it, and no problem until today. So the question is : What I have made today ? Answer, here is how I triggered this BUG : I have a desktop battery charger, and yesterday night I have omitted to charge my N900, so this morning I have powered off the N900 because I have no more battery power and the device reported 2%. Then I have replaced the battery by the one fully charged by my desktop charger some days ago, and during today the problem occur ... Since the problem occur, the value reported for parameter 'battery.charge_level.percentage' is '0' and this is the value used by the applet 'battery' you patched ... How can you explain, today, my applet reported 0% battery available during all the afternoon ? It look like bme values reported take care of this scenario (changing physically the used battery by one fully charged) where the new driver does not ... So there is really a bug when we fetch information from the backported driver ... A++ |
Re: [Announce] kernel-power v47
As I wrote, I cannot change informations exported to HAL. HAL is userspace application which does not have anythink with my patches.
If you have problem with incorrect battery values, check first what kernel driver are reporting. It is in folder /sys/class/power_supply/bq27200-0 and in file uevent. |
Re: [Announce] kernel-power v47
Quote:
Code:
-bash-2.05b# cat /sys/class/power_supply/bq27200-0/uevent Correct me if I'm wrong ... If I understand properly your patch at http://atrey.karlin.mff.cuni.cz/~pali/battery.patch Code:
--- battery.c.orig 2011-01-17 13:39:36.000000000 +0100 Code:
+ if ( libhal_device_property_exists(ctx, "/org/freedesktop/Hal/devices/computer_power_supply_battery_bq27200_0", "battery.charge_level.percentage", NULL) ) If Kernel module driver 'bq27x00_battery' IS loaded, then we can access '/org/freedesktop/Hal/devices/computer_power_supply_battery_bq27200_0' values and we use the value from the field 'battery.charge_level.percentage'. After that : Code:
+ else if ( system("pgrep -f ^/usr/sbin/bme_RX-51") == 0 ) Else, Kernel module driver 'bq27x00_battery' IS NOT loaded, and we cannot access '/org/freedesktop/Hal/devices/computer_power_supply_battery_bq27200_0', so we check if bme IS loaded, and if so, then we can access '/org/freedesktop/Hal/devices/bme' values and we use the value from the field 'battery.charge_level.percentage'. And finally : Code:
+ else Else, we cannot access any parameters, so just report battery percent as '0%' Do you agree with my analyze of your patch ? If so, how can you explain that : Code:
-bash-2.05b# lshal -u /org/freedesktop/Hal/devices/computer_power_supply_battery_bq27200_0 | grep battery.charge_level.percentage && lshal -u /org/freedesktop/Hal/devices/bme | grep battery.charge_level.percentage You can trust me, the right is the one reported by bme !!! A++ |
Re: [Announce] kernel-power v47
bq27x00.ko kernel module is deprecated as it breaks bme by exclusively occupying the I2C bus to that chip. BME otoh wants to access the chip directly, and so segfaults whenever bq27x00.ko is loaded.
Please keep this in mind thanks /jOERG |
Re: [Announce] kernel-power v47
Quote:
Code:
clear && ID=$(id -un) ; if [ ${ID} != "root" ] ; then echo "You are not 'root', please use this command line as 'root' ..." ; else echo "Ok, you are 'root' ..." ; if grep -q "blacklist bq27x00_battery" /etc/modprobe.d/blacklist 2>/dev/null ; then echo "Patch already applyed, nothing to be done ..." ; echo "" ; else echo "Applying patch now ..." ; echo "blacklist bq27x00_battery" >>/etc/modprobe.d/blacklist ; echo "" ; echo "DONE, PLEASE REBOOT YOUR DEVICE ..." ; echo "" ; fi ; fi A++ |
Re: [Announce] kernel-power v47
5 Attachment(s)
I have "Linux kernel for power users v.1:2.6.28-10power47" installed (additionally CSSU and multiboot-kernel-power v.0.3.1).
Since some days the system denies updating to "linux kernel for power users (boot image) 2.6.28.10" with showing the following screens: Attachment 20036 Linux kernel for power users (boot image) 2.6.28.10 in order to be updated in the program manager Attachment 20037 Error message that this is breaks the 3rd party package policiy Attachment 20038 Program details summary Attachment 20039 Program details description Attachment 20040 Program details problem info Does someone has an idea to solve the problem? Regards, Kyros |
Re: [Announce] kernel-power v47
Regarding my GPS/network location issue, possibly related to v47, I have split it to another thread:
http://talk.maemo.org/showthread.php...53#post1004853 Any hint/confirmation/... welcome! EDIT: as one report of v46 + CSSU claims there is no problem, this probably rules out CSSU, meaning v47 has our attention :/ |
Re: [Announce] kernel-power v47
How can we use uboot with kernel power 47v
|
Re: [Announce] kernel-power v47
Quote:
Convert zImage to uImage using mkimage. Take the available for download uboot image that works on your hardware revision. Use dd to write the kernel image to the end of the uboot image. Flash this combined image. Each of these directions can be found with actual detailed directions on this very forum. |
Re: [Announce] kernel-power v47
i have to say that i'm now back to power v47, the battery seems to drain slower than v42 ! and as always v47's performance is just awesome, loving it so far .....
|
Re: [Announce] kernel-power v47
Apologies if any of this is covered earlier in the thread - I can't read through 54 pages though.
I used to have the power kernel installed, but ran into conflicts with Fcamera and eventually had to reflash my device. I'd like to get the power kernel back because my phone is pretty laggy without it, but I don't want to mess things up by installing an unstable version. Can anyone tell me, is there a relatively stable version, that is compatible with Fcam, and if so where is it and how do I install it? The one in application manager comes up as "not installable" for me. Thanks if anyone can help. |
Re: [Announce] kernel-power v47
Don't quote me on this bro but I think the stable software is kept in the stable repository called 'extras'. You will also find the appropriate fcam driver there too.
|
Re: [Announce] kernel-power v47
i have this audo issuse. it stuttering issue when playing music. its happens when cpu is at load and it didnt happen with power 46. i have cssu installed but so did i have it with 46 with no issue.
|
Re: [Announce] kernel-power v47
fcam, blessN900, and power kernel do not conflict if you follow very basic instructions: After you change your kernel, reinstall all fcam-driver-using-programs (fcam, blessN900, etc).
|
Re: [Announce] kernel-power v47
Quote:
Code:
dpkg -s ogg-support Quote:
Code:
root |
Re: [Announce] kernel-power v47
Quote:
In the maemo.org catalogue there is "Enhanced Linux kernel for power users" 2.6.28-maemo42 and "Enhanced Linux kernel for power users (settings)" 0.11 All of these are "not installable" (conflicting application packages) Am I missing something? |
Re: [Announce] kernel-power v47
Quote:
Rationale: extras-devel repository, keeping in mind all warnings about eating dogs taking wifes etc, is still supposed to be used and cross-tested for all kind of problems, then, reporting them. I know that guys about battery temperature are most irritating, but Fcam drivers were reported SECOND time, and guy just excused in advance, that he was not able to read whole topic. Also, he asked for working combination of code versions, EXCLUDING extras-only (because kernel-power is in devel, so from start this question exclude "stick to extras" variant). I feel little disgusted by explaining such basic things to intelligent person, especially that You know all of this already... In such a light, your post was totally useless, ignoring what user asked about. Also, it creates another useless post (mine), cause I'm sick of seeing Your ego-creative useless bloat again and again - and it is NOT less irritating that battery temp posts. Thanks in advance and i hope that no offense taken. // edit Quote:
Kerlen-power v23 is still in testing just because former developer dropped it without any notice, and other package maintainers doesn't want to give maintainer rights to pali or anyone else. So, It's outdated as hell. Current version of kernel-power that can be considered "Stable" is v46, you can find it in devel. Also, outside repositories, there is v46wl1 version, that incorporates bleeding-edge wifi drivers - allow to use packet injections, like aircrack-ng thing. The only difference is because injection drivers modules were added, so it's also stable. Kernel-power from pali is v47 and it got wl1 things also, and its in extras-devel. You're encouraged to try it and report problems, but keep in mind all extras-devel warnings. Also, please search this thread before posting bug report - maybe this bug was already posted. [Off-topic] Thank You for Your question, cause because of this my post is not as useless as it was before, thanks to vi_... [/Off-topic] // edit 2 Quote:
|
Re: [Announce] kernel-power v47
Quote:
|
Re: [Announce] kernel-power v47
Quote:
|
Re: [Announce] kernel-power v47
Quote:
And it was fixed days ago, so no need to revert. And all this was already covered in this thread that everybody likes to post in, but nobody can be bothered to read.:mad: |
Re: [Announce] kernel-power v47
Quote:
Also, You can force apt-get to install older version, which i discourage you to do, because v47 is HUGE step forward (new kernel version weren't released for a long time - because old maintainer disappeared - so pali implemented many upgrades in just +1 version number) Good luck on searching |
Re: [Announce] kernel-power v47
Quote:
Quote:
Quote:
|
Re: [Announce] kernel-power v47
He not stated that he want "extras only", but You "helped" him by suggesting to use "extras only".
Quote:
Anyway, you EXACTLY know what i mean. If you only regret not making more people harm their devices by your "advises", I'm not going to continue this discussion - let mods judge on this. It's just sad that respected member like You can fall so low, literally under the bottom. /Estel |
Re: [Announce] kernel-power v47
Is it possible to multiboot with U-Boot?
As far I understand currently multiboot works that it always flashes selected kernel. |
Re: [Announce] kernel-power v47
A couple of users already reported problems with bluetooth after upgrading to powerv47, but never got a response.
I am using updated openobex/obexd from this thread (also see wiki) for accessing N900 from my carkit. Connecting to my carkit and dialling is still working, but the other day I noticed that sound is not transmitted anymore. I am pretty sure this was introduced by powerv47. Can someone please confirm that v47 includes some bluetooth related changes and what? Maybe the relevant information will help the devs of obexd creating a new version that works with v47!? |
Re: [Announce] kernel-power v47
Quote:
Anyway, I am the author of the patch which is suspected to break compatibility with some BT audio devices. I will appreciate any information that will help me (or other kernel developers here) to produce a patch that will allow both mice and audio devices to coexist in peace. But please, there is a place to report bugs, throwing information in a thread with several hundred posts won't speed things up. I have already been PMed by retsaw and have his promise for a bug report when he has some information to share. And I realy hope it is not the same situation where both KP and CSSU were blamed to break functionality because of gstreamer-av. |
Re: [Announce] kernel-power v47
Quote:
Sorry, but I am no developer and canīt give you detailed information besides what can be found in the thread/wiki I mentioned...maybe those developers (e.g. mirakels) who created the updated obexd can give you more details. I have also no idea where and how to create a bug report, sorry again. I blamed neither KP nor CSSU to be the cause, just asking if it "might" be possible as I am pretty sure it broke with v47 update ;) |
Re: [Announce] kernel-power v47
Quote:
|
Re: [Announce] kernel-power v47
Quote:
Basically, you do the process you normally do to the kernel image to add u-boot to it, but repeat it on the kernel images that multiboot uses to reflash the kernel partition. (I don't vouch for the safety of u-boot being prepended to the NITDroid kernel, but everything I do know suggests it should be fine). Anyway, what will happen is uboot will load first, and then when you tell it to keep loading the kernel, if you're booting with the keyboard out, it'll take you to the multiboot menu like normal. If you neglect to include a u-boot+kernel kernel image as one of your kernels that multiboot has, however, once you switch kernels with multiboot you'll loose u-boot. As for how to actually replace multiboot's kernels... I'd say just take the zImage and do the u-boot attaching process as always (convert to uImage, append to u-boot image with dd); then rename to whatever multiboot wants you to name the kernels, and overwrite. I would think that's all you need to do... |
Re: [Announce] kernel-power v47
I've been using v46 before this without issues, but on v47 with my phone plugged in for overnight charging the battery sometimes drains/stops charging at some point (perhaps after receiving a message). It's quite a serious problem to find your battery almost empty in the morning.
|
All times are GMT. The time now is 00:11. |
vBulletin® Version 3.8.8