[FSO m5] Cannot register to network (KPN-NL SIM) but can make phonecalls.

arne anka openmoko at ginguppin.de
Sat Feb 7 19:05:51 CET 2009


enable debugging in zhone and set a file (all on the top). after the next  
failure the log maybe has some useful information.
my /usr/bin/zhone starts like below -- i don't know what the current zhone  
looks like, but it still should work the same, log file is set to your  
home directory and .zhone.log

import os
import logging
logger = logging.getLogger( MODULE_NAME )
logging.basicConfig( level    = logging.DEBUG,
                     format   = '%(asctime)s %(levelname)s %(message)s',
                     filename = os.environ.get('HOME')+'/.zhone.log',
                     filemode = 'w' )
logger.addHandler( logging.StreamHandler() )
logger.setLevel( logging.DEBUG )




More information about the community mailing list