ok, next step:
usb networking is lost once fso starts.
fsousaged logs the following and disappears:

2010-03-16T18:02:20.843230Z [INFO] fsousaged : Binary launched successful (FsoFrameworkFileLogger created as theLogger) 2010-03-16T18:02:20.999190Z [DEBUG] fsousaged : usage dbus_service fso_register_function() 2010-03-16T18:02:21.259775Z [INFO] LowLevelOpenmoko <>: Registering openmoko low level suspend/resume handling 2010-03-16T18:02:21.271414Z [INFO] UsageController <0 R>: Ready. Using lowlevel plugin openmoko to handle suspend/resume 2010-03-16T18:02:23.768187Z [DEBUG] UsageController <0 R>: Disabling all resources...
2010-03-16T18:02:23.770704Z [DEBUG] UsageController <0 R>: ... done
2010-03-16T18:02:24.800998Z [INFO] fsousaged : Binary launched successful (FsoFrameworkFileLogger created as theLogger) 2010-03-16T18:02:24.896781Z [DEBUG] fsousaged : usage dbus_service fso_register_function() 2010-03-16T18:02:25.075480Z [INFO] LowLevelOpenmoko <>: Registering openmoko low level suspend/resume handling 2010-03-16T18:02:25.127118Z [INFO] UsageController <0 R>: Ready. Using lowlevel plugin openmoko to handle suspend/resume 2010-03-16T18:02:25.151578Z [DEBUG] UsageController <0 R>: Disabling all resources...
2010-03-16T18:02:25.154941Z [DEBUG] UsageController <0 R>: ... done
2010-03-16T18:02:51.482393Z [INFO] fsousaged : Binary launched successful (FsoFrameworkFileLogger created as theLogger) 2010-03-16T18:02:51.517250Z [DEBUG] fsousaged : usage dbus_service fso_register_function() 2010-03-16T18:02:51.698768Z [INFO] LowLevelOpenmoko <>: Registering openmoko low level suspend/resume handling 2010-03-16T18:02:51.700061Z [INFO] UsageController <0 R>: Ready. Using lowlevel plugin openmoko to handle suspend/resume 2010-03-16T18:02:53.504482Z [DEBUG] UsageController <0 R>: Disabling all resources...
2010-03-16T18:02:53.508008Z [DEBUG] UsageController <0 R>: ... done

i guess that "disabling all resources" is the culprit, though i still don't understand why it does that.
the package fso-usaged contains two files
fsousaged.conf
which differ and none of which lives at the place it is supposed to be (afaik).

diff -Naur /etc/freesmartphone/conf/openmoko_gta/fsousaged.conf /etc/freesmartphone/conf/default/fsousaged.conf --- /etc/freesmartphone/conf/openmoko_gta/fsousaged.conf 2010-03-15 18:34:43.000000000 +0100 +++ /etc/freesmartphone/conf/default/fsousaged.conf 2010-03-15 18:34:43.000000000 +0100
@@ -14,7 +14,7 @@

 [fsousage]
# Which low level suspend/resume variant to use: none (default), kernel26, openmoko
-lowlevel_type = openmoko
+lowlevel_type = kernel26
# FOR DEBUGGING ONLY: Do not suspend, but instead sleep a couple of seconds
 debug_do_not_suspend = 0
 # FOR DEBUGGING ONLY: Enable every registered resource on startup
@@ -25,8 +25,5 @@
 [fsousage.lowlevel_kernel26]
 # No settings yet

-[fsousage.lowlevel_openmoko]
-# No settings yet
-
 [fsousage.dbus_service]
 # No settings yet



_______________________________________________
pkg-fso-maint mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-fso-maint

Reply via email to