[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2013-11-07 Thread Tommi Tikkanen
After changing governor to performance, crashes were still appearing. However, I traced this to be most likely caused by CPU overheating. /var/log/syslog.* recorded messages like omap_monitor_zone:hot spot temp 86874, and even temperatures over 100 C. This is just a reminder to all who switch

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2013-09-28 Thread Ben Gamari
Is it true that the fix implemented here was to disable frequency scaling? I agree that this can be considered a workaround, but to claim that the problem is solved is a bit far. Users expect CPU power management to function on a modern system. Disabling it as a long-term solution is not an option

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2013-09-28 Thread Robert Nelson
Well last I checked, even mainline v3.9.x one needs to explicitly cpufreq on the omap4460 to even boot to console prompt. Haven't personally tried v3.10/v3.11/v3.12 as i've been busy with other projects and that panda es just keeps running on v3.9.x. Long term, remember that division was canned

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2013-08-23 Thread Fathi Boudra
** Changed in: linaro-ubuntu Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971091 Title: Pandaboard ES freezes with the default CPU scaling governor

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-09-28 Thread Paul W Panish
No crash in performance mode after 24+ hours. This has definitely not been fixed in the release version with the 3.2.0-1419-omap4 kernel . I don't know about the repository builds. THIS SHOULD NOT BE MARKED AS FIXED!! Please reactivate the bug. I hope no one is saying that disabling frequency

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-09-27 Thread Paul W Panish
I don't believe this has been fixed in the Ubuntu release. My system crashed twice within 12 hours after I updated the kernel and switched back to ondemand. I'm verifying now that it doesn't crash in performance mode. ppanish@ppanda:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=12.04

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-09-24 Thread Paolo Pisati
we switched to CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y since Ubuntu-3.2.0-1405.7 ** Changed in: linux-ti-omap4 (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-08-26 Thread Ricardo Salveti
Not able to reproduce with latest kernel from TI (3.4.0-2-linaro-lt-omap #2~ci+120825182553-Ubuntu). Marking it as fix committed for now, but please re-open it in case of issues. ** Changed in: linaro-ubuntu Status: Confirmed = Fix Committed -- You received this bug notification because

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-08-25 Thread Gao Xianchao
STILL NOT FIXED??? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971091 Title: Pandaboard ES freezes with the default CPU scaling governor ondemand To manage notifications about this bug go to:

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-06-28 Thread Usman Ahmad
** Changed in: linaro-landing-team-ti Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971091 Title: Pandaboard ES freezes with the default CPU scaling governor

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-06-27 Thread warmcat
** Changed in: linaro-landing-team-ti Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971091 Title: Pandaboard ES freezes with the default CPU scaling

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-06-26 Thread Ricardo Salveti
** Also affects: linaro-ubuntu Importance: Undecided Status: New ** Changed in: linaro-ubuntu Status: New = Confirmed ** Changed in: linaro-ubuntu Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-06-26 Thread warmcat
AFAIK this should be solved in tilt-3.4, the problem was coming from frequency update code which should now be in good shape. ** Changed in: linaro-landing-team-ti Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-06-15 Thread Ricardo Salveti
Andy, do you have any update for this bug? I know Ubuntu is still using 3.2, but I remember we had to disable CPU_FREQ with 3.3 to get it to run without freeze on 4460, so I'm not sure if the fix is already around somewhere. ** Also affects: linaro-landing-team-ti Importance: Undecided

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-05-22 Thread Paul W Panish
I ran update-rc.d ondemand disable which renamed all links to ondemand to K01ondemand so that they should not be run during system initialization. However, the system is still coming up with the CPU governor set to ondemand. I can add cpufreq-set to my rc.local, but it would be nice to know why

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-05-08 Thread Trevor Robinson
For anyone that winds up here just looking for a workaround: update-rc.d ondemand disable apt-get -y install cpufrequtils echo 'ENABLE=true GOVERNOR=performance MAX_SPEED=0 MIN_SPEED=0' /etc/default/cpufrequtils cpufreq-set -r -g performance After doing this, 2 Pandaboards that would freeze

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-04-16 Thread Paolo Pisati
here is a kernel with that patch applied: http://people.canonical.com/~ppisati/lp971091/linux- image-3.2.0-1412-omap4_3.2.0-1412.15~lp971091_armhf.deb and here is the modified patch: http://people.canonical.com/~ppisati/lp971091/omap4460-fix-lack-of-mpu- dpll-bypass.patch -- You received this

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-04-16 Thread Paolo Pisati
don't use the above kernel: i got all kinds of weird hangs and panics minutes after booting. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971091 Title: Pandaboard ES freezes with the default CPU

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-04-16 Thread Paolo Pisati
ok, seems to really be that patch (stock 1412.15 is stable here): Andy care to comment on that patch? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971091 Title: Pandaboard ES freezes with the

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-04-16 Thread P. S.
Warning came too late ;-) I tried the kernel, it seems to work with the performance setting. But it crashes as soon as I switch to ondemand: [ 166.025482] Unable to handle kernel paging request at virtual address 00011ecb [ 166.031646] pgd = ec0e8000 [ 166.031646] [00011ecb] *pgd= [

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-04-16 Thread David Long
I have reproduced assorted kernel panics. I am investigating. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971091 Title: Pandaboard ES freezes with the default CPU scaling governor ondemand To

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-04-16 Thread Joseph Salisbury
** Changed in: linux-ti-omap4 (Ubuntu) Importance: Undecided = Medium ** Tags added: kernel-da-key -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971091 Title: Pandaboard ES freezes with the

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-04-15 Thread P. S.
Andy, thanks for your effort. I think I'm not experienced enough to apply this patch and get the kernel running on my PandaES. Is there any cookbook-style hint available anywhere? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-04-13 Thread warmcat
I already found out the cause for this on the new tree and fixed it. I'll prepare a patch on tilt-3.1 with the same fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971091 Title: Pandaboard ES

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-04-13 Thread warmcat
Please try the attached... something is wrong with my boot setup atm, tilt-3.1 with or without this patch blows up in per_cpu code early in boot so I can't test it. It's either boot pieces or toolchain, I moved to Linaro 4.6.3 toolchain, which works OK on 3.3 stuff. ** Patch added:

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-04-13 Thread Ubuntu Foundation's Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971091 Title: Pandaboard ES freezes with the default CPU scaling governor ondemand To manage notifications about this bug go to:

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-04-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux-ti-omap4 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971091

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-04-02 Thread Paolo Pisati
do you have the pvr-sgx driver installed? can you cutpaste the output of `lsmod`? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971091 Title: Pandaboard ES freezes with the default CPU scaling

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-04-02 Thread P. S.
No, I did not add any graphics driver to the default Beta2 load. Here's the lsmod: Module Size Used by joydev 9848 0 usbhid 37879 0 cpufreq_powersave 1020 0 cpufreq_conservative 6707 0 cpufreq_ondemand7344 0

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-04-01 Thread P. S.
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971091 Title: Pandaboard ES freezes with the default CPU scaling governor ondemand To manage notifications about this bug go to: