![]() |
2008-12-22
, 21:36
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#32
|
still, that does not explain how im getting a calculated standby time of 10 days, a figure i have no chance of reaching...
The Following User Says Thank You to Benson For This Useful Post: | ||
![]() |
2008-12-22
, 22:11
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#33
|
![]() |
2008-12-22
, 22:18
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#34
|
![]() |
2008-12-22
, 22:49
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#35
|
![]() |
2008-12-23
, 12:45
|
Posts: 85 |
Thanked: 29 times |
Joined on Jan 2008
|
#36
|
![]() |
2008-12-23
, 14:33
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#37
|
![]() |
2008-12-23
, 15:23
|
|
Posts: 69 |
Thanked: 12 times |
Joined on Apr 2007
@ Colorado, USA
|
#38
|
![]() |
2008-12-23
, 15:28
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#39
|
![]() |
2008-12-23
, 15:30
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#40
|
You mean this kind ? :
I have some of those too. But almost all my dmesg entries (especially since the last SSU) are thus :Code:menelaus 1-0072: Setting voltage 'VMMC' to 3000 mV (reg 0x0a, val 0xb8)
Which app does that ?Code:EAC mode: play enabled, rec enabled
(and again, my SD and swap were fine with Chinook...)
diff -Naur kernel-source.orig/drivers/i2c/chips/menelaus.c kernel-source/drivers/i2c/chips/menelaus.c
--- kernel-source.orig/drivers/i2c/chips/menelaus.c 2008-12-07 17:11:33.000000000 +0000
+++ kernel-source/drivers/i2c/chips/menelaus.c 2008-12-07 16:31:50.000000000 +0000
@@ -477,7 +477,7 @@
if (ret < 0)
return ret;
- dev_info(&menelaus.client.dev,
+ dev_dbg(&menelaus.client.dev,
"Setting voltage '%s' to %d mV (reg 0x%02x, val 0x%02x)\n",
vtg->name, mV, vtg->vtg_reg, val);
diff -Naur kernel-source.orig/sound/arm/omap/eac.c kernel-source/sound/arm/omap/eac.c
--- kernel-source.orig/sound/arm/omap/eac.c 2008-12-07 17:11:33.000000000 +0000
+++ kernel-source/sound/arm/omap/eac.c 2008-12-07 17:08:07.000000000 +0000
@@ -746,11 +746,13 @@
{
struct omap_eac *eac = dev_get_drvdata(dev);
+#if 0
#ifdef DEBUG
printk(KERN_DEBUG "EAC mode: play %s, rec %s\n",
play ? "enabled" : "disabled",
rec ? "enabled" : "disabled");
#endif
+#endif
BUG_ON(eac == NULL);
mutex_lock(&eac->mutex);
if (play || rec) {
removed mine and im looking at .5% pr hour so far, vs the 3% i was seeing before...