libmokoui2

2008-03-03 Thread ian chu
HELLO~~

when I install th e toolchain  , http://wiki.openmoko.org/wiki/Toolchain
I met the problem that

"No package 'libmokoui2' found "

But I could find it in the PC.


Even when I wanted to execute the application in qemu directly ,  like :
[EMAIL 
PROTECTED]:~/moko/openmoko/trunk/src/target/OM-2007.2/applications/openmoko-sample2$
./autogen.sh

I still met  "No package 'libmokoui2' found "

Does  anyone meet the same problem?   What should I do to solve this?


THx  in advance...


Ian
___
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: About ipkg on Openmoko

2008-03-01 Thread ian chu
After I did these steps , I can ping outside IP successfully!
But when " $ ipkg update " , it still failed like previous

what should I do to make my Openmoko download ipkg update ?
or I can only copy the file and update locally



2008/2/29, Marcin Juszkiewicz <[EMAIL PROTECTED]>:
>
> Dnia Friday 29 of February 2008, Xiangfu Liu napisaƂ:
>
> > #!/bin/sh
> > echo "...ip address 192.168.0.200"
> > ifconfig usb0 192.168.0.200
> >
> > echo "...ip forward"
> > echo "1" >/proc/sys/net/ipv4/ip_forward
> > modprobe iptable_nat
> > iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
> >
> > maybe work
>
>
> http://blog.haerwu.biz/2007/03/22/hotpluging-usbnet/ describe simple
> automation for it.
>
>
> --
> JID: hrw-jabber.org
> OpenEmbedded developer/consultant
>
>  I do not fear computers. I fear the lack of them.
> -- Isaac Asimov
>
>
>
>
> ___
> OpenMoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
___
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


About ipkg on Openmoko

2008-02-28 Thread ian chu
hello~

I want to install the python project download from
http://projects.openmoko.org/ .

so I did   $ ipkg install python-gsmd_0.01-r1_armv4t.ipk
but it was failed
what should I do for this?

the messages :

[EMAIL PROTECTED]:/tmp$ ipkg install python-gsmd_0.01-r1_armv4t.ipk
Installing python-gsmd (0.01-r1) to root...
Nothing to be done
An error ocurred, return value: 1.
Collected errors:
ERROR: Cannot satisfy the following dependencies for python-gsmd:
 python-core python-core libgsmd-devel (>= 0.1+svnr3293)
libpython2.5-1.0 (>= 2.5.1)


Otherwise,
How do I update my ipkg on my moko?

I did$ ssh  [EMAIL PROTECTED]
and then  $ ipkg update

the messages :

[EMAIL PROTECTED]:/tmp$ ipkg update
Downloading
http://downloads.openmoko.org/snapshots/2007.11/ipk/all/Packages.gz
wget: downloads.openmoko.org: Host name lookup failure
Downloading
http://downloads.openmoko.org/snapshots/2007.11/ipk/armv4t/Packages.gz
wget: downloads.openmoko.org: Host name lookup failure
Downloading
http://downloads.openmoko.org/snapshots/2007.11/ipk/fic-gta01/Packages.gz
wget: downloads.openmoko.org: Host name lookup failure
Downloading
http://downloads.openmoko.org/snapshots/2007.11/ipk/neo1973/Packages.gz
wget: downloads.openmoko.org: Host name lookup failure
Downloading
http://downloads.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/all/Packages.gz
wget: downloads.openmoko.org: Host name lookup failure
Downloading
http://downloads.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/armv4t/Packages.gz
wget: downloads.openmoko.org: Host name lookup failure
Downloading
http://downloads.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/fic-gta01/Packages.gz
wget: downloads.openmoko.org: Host name lookup failure
Downloading
http://downloads.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/neo1973/Packages.gz
wget: downloads.openmoko.org: Host name lookup failure
An error ocurred, return value: 8.
Collected errors:
ipkg_download: ERROR: Command failed with return value 1: `wget
--passive-ftp-q -P /tmp/ipkg-0TW0c0
http://downloads.openmoko.org/snapshots/2007.11/ipk/all/Packages.gz'
ipkg_download: ERROR: Command failed with return value 1: `wget
--passive-ftp-q -P /tmp/ipkg-0TW0c0
http://downloads.openmoko.org/snapshots/2007.11/ipk/armv4t/Packages.gz'
ipkg_download: ERROR: Command failed with return value 1: `wget
--passive-ftp-q -P /tmp/ipkg-0TW0c0
http://downloads.openmoko.org/snapshots/2007.11/ipk/fic-gta01/Packages.gz'
ipkg_download: ERROR: Command failed with return value 1: `wget
--passive-ftp-q -P /tmp/ipkg-0TW0c0
http://downloads.openmoko.org/snapshots/2007.11/ipk/neo1973/Packages.gz'
ipkg_download: ERROR: Command failed with return value 1: `wget
--passive-ftp-q -P /tmp/ipkg-0TW0c0
http://downloads.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/all/Packages.gz'
ipkg_download: ERROR: Command failed with return value 1: `wget
--passive-ftp-q -P /tmp/ipkg-0TW0c0
http://downloads.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/armv4t/Packages.gz
'
ipkg_download: ERROR: Command failed with return value 1: `wget
--passive-ftp-q -P /tmp/ipkg-0TW0c0
http://downloads.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/fic-gta01/Packages.gz
'
ipkg_download: ERROR: Command failed with return value 1: `wget
--passive-ftp-q -P /tmp/ipkg-0TW0c0
http://downloads.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/neo1973/Packages.gz
'



THX  a  lot

Ian
___
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Can't power on my neo1973

2008-02-15 Thread ian chu
hello~

I have the problem that sometimes I can not power on my neo1973.
I use the usb to charge it, but it seems  no response that I could not
make sure the charging works.
Even after usb-charging  about 20 mins, sometimes I still can not power on it.

Is it broken? what problem does my openmoko have?


thx

Ian

___
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Basic questions about openmoko

2008-02-01 Thread ian chu
Hello~

I have two simple questions about Openmoko develop.

Is it correct to transfer our projects ( like GPS ) from PC to
Openmoko by dfu ? and how? scp?

and should I flash kernel and fs of the device each time when I build
up a new project on it?

thx a lot

Ian

___
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community