Re: SSH into Freerunner

2008-07-16 Thread Olivier Berger
shawn sullivan <[EMAIL PROTECTED]> writes:

> Thanks Steven. I've actually tried both variations with the same 
> results. I thought maybe my system was getting confused w/ the 
> 192.168.0.200.
>

Looks like you may need to learn basic TCP/IP networking.

If your freerunner is configured to known itself as 192.168.0.202,
then your should talk to it on that address (and not
192.168.1.202). And you should do it from your other host which should
be 192.168.0.200 too)...

Then of course if your already had a network interface with routing
using 192.168.0.x it would be confusing for your host. Unless you're
doing bridging, but that shouldn't usually be the case.

Hope this helps anyway.

Best regards,
-- 
Olivier BERGER 
(OpenPGP: 1024D/B4C5F37F)
http://www.olivierberger.com/weblog/

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: /var/log?

2008-07-16 Thread doron


Hi Dylan,


take a look at /etc/syslog.conf. the default configuration destination 
is to write to buffer but you can change to file or to log server.



I am using my laptop as the log server to my Neo, and it's work fine foe 
me.



- doron



Dylan Semler wrote:

I'm trying to get gprs working on my FreeRunner.  Many people have 
suggested checking the logs to troubleshoot, but the only thing in 
/var/log is a file called "wtmp" and it appears to be a binary file.  
I have also seen people point to log files in /tmp, but all I have 
there is a pulse-root folder and an x.log file.  I'm running a 2007.2 
image from yesterday July 15th 2008.


--
Dylan

Type faster.  Use Dvorak:
http://dvzine.org


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support
  



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


/var/log?

2008-07-16 Thread Dylan Semler
I'm trying to get gprs working on my FreeRunner.  Many people have suggested
checking the logs to troubleshoot, but the only thing in /var/log is a file
called "wtmp" and it appears to be a binary file.  I have also seen people
point to log files in /tmp, but all I have there is a pulse-root folder and
an x.log file.  I'm running a 2007.2 image from yesterday July 15th 2008.

-- 
Dylan

Type faster.  Use Dvorak:
http://dvzine.org
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: SSH into Freerunner

2008-07-16 Thread Colan Lash
Based on reading the wiki, it seems as though it does not like it if
your LAN is in the same range (i.e. also uses 192.168.0.*)

This is for Windows, but I think the same might apply for Linux as well:
I read here
http://wiki.openmoko.org/wiki/Neo1973_and_Windows#Option_1.2C_using_Windows_ICS
that you should disconnect your host from your LAN, so that its DHCP
server does not interfere.  With that you should be able to ssh into
the FreeRunner.

Once you do this, you can change the /etc/network/interfaces file on
the FreeRunner (I think you have to use the vi editor).
In the file, set for usb0

  address 192.168.2.202
  netmask 255.255.255.0
  network 192.168.2.0
  gateway 192.168.2.1

Or you can set number to whatever you want.

Colan


On Wed, Jul 16, 2008 at 8:40 PM, shawn sullivan <[EMAIL PROTECTED]> wrote:
> Correct. And when I run ifconfig afterwards I get:
>
> usb0  Link encap:Ethernet  HWaddr ee:8e:94:93:61:96
>   inet addr:192.168.1.200  Bcast:192.168.1.255  Mask:255.255.255.0
>   inet6 addr: fe80::ec8e:94ff:fe93:6196/64 Scope:Link
>   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>   TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
>   collisions:0 txqueuelen:1000
>   RX bytes:0 (0.0 B)  TX bytes:2733 (2.6 KB)
>
> Steven ** wrote:
>> I assume the ifconfig command doesn't give any errors when you run it.
>>  I know I had to run it with sudo for it to work.
>>
>> -Steven
>>
>> On Wed, Jul 16, 2008 at 9:30 PM, shawn sullivan <[EMAIL PROTECTED]> wrote:
>>> Thanks Steven. I've actually tried both variations with the same
>>> results. I thought maybe my system was getting confused w/ the
>>> 192.168.0.200.
>>>
>>> Steven ** wrote:
 Not sure if it makes a difference, but everyone else uses
 192.168.0.200 and 192.168.0.202.  You've got a 1 instead of a 0.

 -Steven

 On Wed, Jul 16, 2008 at 9:20 PM, shawn sullivan <[EMAIL PROTECTED]> wrote:
> I've been unable to SSH into my phone. I did:
>
> ifconfig usb0 192.168.1.200 netmask 255.255.255.0
>
> but when I do:
> ssh [EMAIL PROTECTED]
>
> it can't find the host. i've tried disabling the firewall; no dice.
> Here's my routing table:
>
> Kernel IP routing table
> Destination Gateway Genmask Flags   MSS Window  irtt
> Iface
> 192.168.0.0 *   255.255.255.0   U 0 0  0
> eth0
> link-local  *   255.255.0.0 U 0 0  0
> eth0
> default dslmodem.domain 0.0.0.0 UG0 0  0
> eth0
>
> It appears that there is no route to the USB port, but I'm not sure how
> to enable that. Can someone help me out? I'm running Ubuntu. I did
> verify that the phone is on USB0, but I cannot get any results when I
> ping the IP address.
>
> thx
> . . .shawn
>
>
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
>

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


how to use Dfu-util?

2008-07-16 Thread ChandleWEi
I scan http://www.openmoko.org/wiki/Dfu-util

Reference Documentation 
To run dfu-util, you need to have /proc/bus/usb mounted and working. If
you don't (ls /proc/bus/usb is empty), you can add this line to your
fstab:

usbfs   /proc/bus/usb   usbfs   defaults
===

[EMAIL PROTECTED]:~/openmoko$ mount
/dev/sda3 on / type jfs (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
/dev/sda2 on /home/chandle/download type jfs (rw,errors=remount-ro)
/dev/sda1 on /mnt/windows type vfat (rw)
binfmt_misc on

 

# ./dfu-util --list
[EMAIL PROTECTED]:~/openmoko$ ./dfu-util --list
dfu-util - (C) 2007 by OpenMoko Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTY


I don't know whether I  mounted the /proc/bus/usb.

And how to use ./dfu-util to flash my fr uboot



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: SSH into Freerunner

2008-07-16 Thread shawn sullivan
Correct. And when I run ifconfig afterwards I get:

usb0  Link encap:Ethernet  HWaddr ee:8e:94:93:61:96
   inet addr:192.168.1.200  Bcast:192.168.1.255  Mask:255.255.255.0
   inet6 addr: fe80::ec8e:94ff:fe93:6196/64 Scope:Link
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:0 (0.0 B)  TX bytes:2733 (2.6 KB)

Steven ** wrote:
> I assume the ifconfig command doesn't give any errors when you run it.
>  I know I had to run it with sudo for it to work.
> 
> -Steven
> 
> On Wed, Jul 16, 2008 at 9:30 PM, shawn sullivan <[EMAIL PROTECTED]> wrote:
>> Thanks Steven. I've actually tried both variations with the same
>> results. I thought maybe my system was getting confused w/ the
>> 192.168.0.200.
>>
>> Steven ** wrote:
>>> Not sure if it makes a difference, but everyone else uses
>>> 192.168.0.200 and 192.168.0.202.  You've got a 1 instead of a 0.
>>>
>>> -Steven
>>>
>>> On Wed, Jul 16, 2008 at 9:20 PM, shawn sullivan <[EMAIL PROTECTED]> wrote:
 I've been unable to SSH into my phone. I did:

 ifconfig usb0 192.168.1.200 netmask 255.255.255.0

 but when I do:
 ssh [EMAIL PROTECTED]

 it can't find the host. i've tried disabling the firewall; no dice.
 Here's my routing table:

 Kernel IP routing table
 Destination Gateway Genmask Flags   MSS Window  irtt
 Iface
 192.168.0.0 *   255.255.255.0   U 0 0  0
 eth0
 link-local  *   255.255.0.0 U 0 0  0
 eth0
 default dslmodem.domain 0.0.0.0 UG0 0  0
 eth0

 It appears that there is no route to the USB port, but I'm not sure how
 to enable that. Can someone help me out? I'm running Ubuntu. I did
 verify that the phone is on USB0, but I cannot get any results when I
 ping the IP address.

 thx
 . . .shawn


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: SSH into Freerunner

2008-07-16 Thread Steven **
I assume the ifconfig command doesn't give any errors when you run it.
 I know I had to run it with sudo for it to work.

-Steven

On Wed, Jul 16, 2008 at 9:30 PM, shawn sullivan <[EMAIL PROTECTED]> wrote:
> Thanks Steven. I've actually tried both variations with the same
> results. I thought maybe my system was getting confused w/ the
> 192.168.0.200.
>
> Steven ** wrote:
>> Not sure if it makes a difference, but everyone else uses
>> 192.168.0.200 and 192.168.0.202.  You've got a 1 instead of a 0.
>>
>> -Steven
>>
>> On Wed, Jul 16, 2008 at 9:20 PM, shawn sullivan <[EMAIL PROTECTED]> wrote:
>>> I've been unable to SSH into my phone. I did:
>>>
>>> ifconfig usb0 192.168.1.200 netmask 255.255.255.0
>>>
>>> but when I do:
>>> ssh [EMAIL PROTECTED]
>>>
>>> it can't find the host. i've tried disabling the firewall; no dice.
>>> Here's my routing table:
>>>
>>> Kernel IP routing table
>>> Destination Gateway Genmask Flags   MSS Window  irtt
>>> Iface
>>> 192.168.0.0 *   255.255.255.0   U 0 0  0
>>> eth0
>>> link-local  *   255.255.0.0 U 0 0  0
>>> eth0
>>> default dslmodem.domain 0.0.0.0 UG0 0  0
>>> eth0
>>>
>>> It appears that there is no route to the USB port, but I'm not sure how
>>> to enable that. Can someone help me out? I'm running Ubuntu. I did
>>> verify that the phone is on USB0, but I cannot get any results when I
>>> ping the IP address.
>>>
>>> thx
>>> . . .shawn
>>>
>>> Colan Lash wrote:
 Thanks to everyone, who responded.
 It turned out, that disabling the firewall fixed the problem.

 If anyone is still interested, this is my routing table.

 desktop:~$ netstat -r
 Kernel IP routing table
 Destination Gateway Genmask Flags   MSS Window  irtt 
 Iface
 192.168.1.0 *255.255.255.0   U 0 0
  0 eth0
 192.168.0.0 *255.255.255.0   U 0 0
  0 usb0
 link-local *255.255.0.0  U  0
 0  0 eth0
 default192.168.1.1 0.0.0.0 UG   0 0
   0 eth0


 Colan

 On Wed, Jul 16, 2008 at 6:14 PM, Stroller
 <[EMAIL PROTECTED]> wrote:
> On 17 Jul 2008, at 00:57, Colan Lash wrote:
>> ...
>> I can ping 192.168.0.200 and get a response.
> This is pinging the desktop machine.
>
>> But if I ping 192.168.0.202, I get and "Operation not permitted" error:
>>
>> desktop:~$ ping -I usb0 192.168.1.202
>> PING 192.168.1.202 (192.168.1.202) from 192.168.1.103 usb0: 56(84) bytes
>> of data.
>> ping: sendmsg: Operation not permitted
>> ping: sendmsg: Operation not permitted
>> ping: sendmsg: Operation not permitted
>>
>> --- 192.168.1.202 ping statistics ---
>> 3 packets transmitted, 0 received, 100% packet loss, time 2008ms
> First two hits indicate firewall:
> http://www.google.com/search?q=ping:+sendmsg:+Operation+not+permitted
>
> Is Shorewall installed on this machine? Can you `/etc/init.d/iptables 
> stop`?
>
> I would be grateful if you could post in PLAIN-TEXT to the mailing list. 
> For
> parts of your message You have chosen a font which is unreadably small on 
> my
> system. If you post in plain text then _I_ can choose the font size in 
> which
> I wish to read your message.
>
> Stroller.
>
>
>
 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support

>>>
>>> ___
>>> support mailing list
>>> support@lists.openmoko.org
>>> https://lists.openmoko.org/mailman/listinfo/support
>>>
>>
>
>
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
>

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: SSH into Freerunner

2008-07-16 Thread shawn sullivan
Thanks Steven. I've actually tried both variations with the same 
results. I thought maybe my system was getting confused w/ the 
192.168.0.200.

Steven ** wrote:
> Not sure if it makes a difference, but everyone else uses
> 192.168.0.200 and 192.168.0.202.  You've got a 1 instead of a 0.
> 
> -Steven
> 
> On Wed, Jul 16, 2008 at 9:20 PM, shawn sullivan <[EMAIL PROTECTED]> wrote:
>> I've been unable to SSH into my phone. I did:
>>
>> ifconfig usb0 192.168.1.200 netmask 255.255.255.0
>>
>> but when I do:
>> ssh [EMAIL PROTECTED]
>>
>> it can't find the host. i've tried disabling the firewall; no dice.
>> Here's my routing table:
>>
>> Kernel IP routing table
>> Destination Gateway Genmask Flags   MSS Window  irtt
>> Iface
>> 192.168.0.0 *   255.255.255.0   U 0 0  0
>> eth0
>> link-local  *   255.255.0.0 U 0 0  0
>> eth0
>> default dslmodem.domain 0.0.0.0 UG0 0  0
>> eth0
>>
>> It appears that there is no route to the USB port, but I'm not sure how
>> to enable that. Can someone help me out? I'm running Ubuntu. I did
>> verify that the phone is on USB0, but I cannot get any results when I
>> ping the IP address.
>>
>> thx
>> . . .shawn
>>
>> Colan Lash wrote:
>>> Thanks to everyone, who responded.
>>> It turned out, that disabling the firewall fixed the problem.
>>>
>>> If anyone is still interested, this is my routing table.
>>>
>>> desktop:~$ netstat -r
>>> Kernel IP routing table
>>> Destination Gateway Genmask Flags   MSS Window  irtt 
>>> Iface
>>> 192.168.1.0 *255.255.255.0   U 0 0
>>>  0 eth0
>>> 192.168.0.0 *255.255.255.0   U 0 0
>>>  0 usb0
>>> link-local *255.255.0.0  U  0
>>> 0  0 eth0
>>> default192.168.1.1 0.0.0.0 UG   0 0
>>>   0 eth0
>>>
>>>
>>> Colan
>>>
>>> On Wed, Jul 16, 2008 at 6:14 PM, Stroller
>>> <[EMAIL PROTECTED]> wrote:
 On 17 Jul 2008, at 00:57, Colan Lash wrote:
> ...
> I can ping 192.168.0.200 and get a response.
 This is pinging the desktop machine.

> But if I ping 192.168.0.202, I get and "Operation not permitted" error:
>
> desktop:~$ ping -I usb0 192.168.1.202
> PING 192.168.1.202 (192.168.1.202) from 192.168.1.103 usb0: 56(84) bytes
> of data.
> ping: sendmsg: Operation not permitted
> ping: sendmsg: Operation not permitted
> ping: sendmsg: Operation not permitted
>
> --- 192.168.1.202 ping statistics ---
> 3 packets transmitted, 0 received, 100% packet loss, time 2008ms
 First two hits indicate firewall:
 http://www.google.com/search?q=ping:+sendmsg:+Operation+not+permitted

 Is Shorewall installed on this machine? Can you `/etc/init.d/iptables 
 stop`?

 I would be grateful if you could post in PLAIN-TEXT to the mailing list. 
 For
 parts of your message You have chosen a font which is unreadably small on 
 my
 system. If you post in plain text then _I_ can choose the font size in 
 which
 I wish to read your message.

 Stroller.



>>> ___
>>> support mailing list
>>> support@lists.openmoko.org
>>> https://lists.openmoko.org/mailman/listinfo/support
>>>
>>
>> ___
>> support mailing list
>> support@lists.openmoko.org
>> https://lists.openmoko.org/mailman/listinfo/support
>>
> 


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: SSH into Freerunner

2008-07-16 Thread Steven **
Not sure if it makes a difference, but everyone else uses
192.168.0.200 and 192.168.0.202.  You've got a 1 instead of a 0.

-Steven

On Wed, Jul 16, 2008 at 9:20 PM, shawn sullivan <[EMAIL PROTECTED]> wrote:
> I've been unable to SSH into my phone. I did:
>
> ifconfig usb0 192.168.1.200 netmask 255.255.255.0
>
> but when I do:
> ssh [EMAIL PROTECTED]
>
> it can't find the host. i've tried disabling the firewall; no dice.
> Here's my routing table:
>
> Kernel IP routing table
> Destination Gateway Genmask Flags   MSS Window  irtt
> Iface
> 192.168.0.0 *   255.255.255.0   U 0 0  0
> eth0
> link-local  *   255.255.0.0 U 0 0  0
> eth0
> default dslmodem.domain 0.0.0.0 UG0 0  0
> eth0
>
> It appears that there is no route to the USB port, but I'm not sure how
> to enable that. Can someone help me out? I'm running Ubuntu. I did
> verify that the phone is on USB0, but I cannot get any results when I
> ping the IP address.
>
> thx
> . . .shawn
>
> Colan Lash wrote:
>> Thanks to everyone, who responded.
>> It turned out, that disabling the firewall fixed the problem.
>>
>> If anyone is still interested, this is my routing table.
>>
>> desktop:~$ netstat -r
>> Kernel IP routing table
>> Destination Gateway Genmask Flags   MSS Window  irtt 
>> Iface
>> 192.168.1.0 *255.255.255.0   U 0 0
>>  0 eth0
>> 192.168.0.0 *255.255.255.0   U 0 0
>>  0 usb0
>> link-local *255.255.0.0  U  0
>> 0  0 eth0
>> default192.168.1.1 0.0.0.0 UG   0 0
>>   0 eth0
>>
>>
>> Colan
>>
>> On Wed, Jul 16, 2008 at 6:14 PM, Stroller
>> <[EMAIL PROTECTED]> wrote:
>>> On 17 Jul 2008, at 00:57, Colan Lash wrote:
 ...
 I can ping 192.168.0.200 and get a response.
>>> This is pinging the desktop machine.
>>>
 But if I ping 192.168.0.202, I get and "Operation not permitted" error:

 desktop:~$ ping -I usb0 192.168.1.202
 PING 192.168.1.202 (192.168.1.202) from 192.168.1.103 usb0: 56(84) bytes
 of data.
 ping: sendmsg: Operation not permitted
 ping: sendmsg: Operation not permitted
 ping: sendmsg: Operation not permitted

 --- 192.168.1.202 ping statistics ---
 3 packets transmitted, 0 received, 100% packet loss, time 2008ms
>>> First two hits indicate firewall:
>>> http://www.google.com/search?q=ping:+sendmsg:+Operation+not+permitted
>>>
>>> Is Shorewall installed on this machine? Can you `/etc/init.d/iptables stop`?
>>>
>>> I would be grateful if you could post in PLAIN-TEXT to the mailing list. For
>>> parts of your message You have chosen a font which is unreadably small on my
>>> system. If you post in plain text then _I_ can choose the font size in which
>>> I wish to read your message.
>>>
>>> Stroller.
>>>
>>>
>>>
>>
>> ___
>> support mailing list
>> support@lists.openmoko.org
>> https://lists.openmoko.org/mailman/listinfo/support
>>
>
>
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
>

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Linking Freerunner with OpenSuse 10.3 (64-bit)

2008-07-16 Thread Matt Luzum
Lisa wrote:
> ~ Has anyone out there figured out how to set the freerunner up to 
> connect to the internet thru Suse 10.3?  If so I could use a little help 
> with it.
> ~I'm unsure of how to start as nothing in the Getting to know your 
> freerunner page is Suse friendly.

Well, as I mentioned in my e-mail earlier today, here is what I've 
figured out so far.  Someone who knows better should feel free to add or 
correct.  I'll assume you're asking about connecting the Freerunner to a 
host computer running Suse via USB, and trying to get the Freerunner to 
connect to the internet, routed through the host computer.

To be able to ssh into the Freerunner, it works to follow the "Manual 
Method" under "Connect to the Neo FreeRunner By USB Networking", typing 
in a console in Suse:

ifconfig usb0 192.168.0.200 netmask 255.255.255.0
ssh [EMAIL PROTECTED]

A better solution so you don't have to do this every time is to go to 
YaST Control Center -> Network Devices -> Network Card (or something 
like this.  I'm using 11.0 right now and I think it had a slightly 
different name in 10.3.  It also works to type "yast2 lan &" in a 
terminal as root.)  There should be an entry for a USB Network Device or 
something similar that's probably not configured yet.  Select it and 
click "Edit", and under the "Address" tab click "Statically assigned IP 
Address, enter 192.168.0.200 under "IP Adress" and 255.255.255.0 under 
"Subnet Mask".  Click next and then finish.

After that you should be able to ssh to the FreeRunner:

ssh [EMAIL PROTECTED]

To get Suse to route traffic from the FreeRunner to the internet you can 
copy and paste the "iptables" part from the Ubuntu instructions:

iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24 &
echo 1 > /proc/sys/net/ipv4/ip_forward &
iptables -P FORWARD ACCEPT &

This should allow you to access IP addresses directly, and you can then 
follow the "Updating DNS" section to get that working, since that's all 
done on the FreeRunner and isn't OS specific.  I had to look at 
/etc/resolv.conf on my host computer and use those name servers instead 
of the OpenDNS ones suggested in the wiki.

That's all I've figured out so far, but hopefully it helps you at least 
get started.

Matt



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: SSH into Freerunner

2008-07-16 Thread shawn sullivan
I've been unable to SSH into my phone. I did:

ifconfig usb0 192.168.1.200 netmask 255.255.255.0

but when I do:
ssh [EMAIL PROTECTED]

it can't find the host. i've tried disabling the firewall; no dice. 
Here's my routing table:

Kernel IP routing table
Destination Gateway Genmask Flags   MSS Window  irtt 
Iface
192.168.0.0 *   255.255.255.0   U 0 0  0 
eth0
link-local  *   255.255.0.0 U 0 0  0 
eth0
default dslmodem.domain 0.0.0.0 UG0 0  0 
eth0

It appears that there is no route to the USB port, but I'm not sure how 
to enable that. Can someone help me out? I'm running Ubuntu. I did 
verify that the phone is on USB0, but I cannot get any results when I 
ping the IP address.

thx
. . .shawn

Colan Lash wrote:
> Thanks to everyone, who responded.
> It turned out, that disabling the firewall fixed the problem.
> 
> If anyone is still interested, this is my routing table.
> 
> desktop:~$ netstat -r
> Kernel IP routing table
> Destination Gateway Genmask Flags   MSS Window  irtt Iface
> 192.168.1.0 *255.255.255.0   U 0 0
>  0 eth0
> 192.168.0.0 *255.255.255.0   U 0 0
>  0 usb0
> link-local *255.255.0.0  U  0
> 0  0 eth0
> default192.168.1.1 0.0.0.0 UG   0 0
>   0 eth0
> 
> 
> Colan
> 
> On Wed, Jul 16, 2008 at 6:14 PM, Stroller
> <[EMAIL PROTECTED]> wrote:
>> On 17 Jul 2008, at 00:57, Colan Lash wrote:
>>> ...
>>> I can ping 192.168.0.200 and get a response.
>> This is pinging the desktop machine.
>>
>>> But if I ping 192.168.0.202, I get and "Operation not permitted" error:
>>>
>>> desktop:~$ ping -I usb0 192.168.1.202
>>> PING 192.168.1.202 (192.168.1.202) from 192.168.1.103 usb0: 56(84) bytes
>>> of data.
>>> ping: sendmsg: Operation not permitted
>>> ping: sendmsg: Operation not permitted
>>> ping: sendmsg: Operation not permitted
>>>
>>> --- 192.168.1.202 ping statistics ---
>>> 3 packets transmitted, 0 received, 100% packet loss, time 2008ms
>> First two hits indicate firewall:
>> http://www.google.com/search?q=ping:+sendmsg:+Operation+not+permitted
>>
>> Is Shorewall installed on this machine? Can you `/etc/init.d/iptables stop`?
>>
>> I would be grateful if you could post in PLAIN-TEXT to the mailing list. For
>> parts of your message You have chosen a font which is unreadably small on my
>> system. If you post in plain text then _I_ can choose the font size in which
>> I wish to read your message.
>>
>> Stroller.
>>
>>
>>
> 
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
> 


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: how to fix the partitions

2008-07-16 Thread xiangfu
now i can download file but
the NAND UBOOT is not work.

Yorick Moko wrote:
> I could be totally wrong, but I think:
> NOR can only be changed with debug board
> if you screw something up in the NAND flash (for example while flashin
> uboot), you use the reset option to copy the original data from the
> NOR tot the NAND flash
>
> please correct me if I'm wrong
>
> y
>
> On Wed, Jul 16, 2008 at 6:10 PM, xiangfu <[EMAIL PROTECTED]> wrote:
>   
>> i use the "reset" in the NOR UBOOT ,
>>
>> then is work again.now i am download a new rootfs to Freerunner. :-)
>> i want use it as daily phone
>>
>> but i don't know why ,what "reset " do ?
>>
>> xiangfu wrote:
>> 
>>> there are many people use FreeRunner as a phone .
>>> so i also want to this,
>>> but i my change the something when i try the blink_led on FreeRunner,
>>> i can not start NAND uboot ,the follow all in NOR uboot.
>>>
>>> now when i use dfu-util:
>>>
>>> [EMAIL PROTECTED]:~$ dfu-util -l
>>> dfu-util - (C) 2007 by OpenMoko Inc.
>>> This program is Free Software and has ABSOLUTELY NO WARRANTY
>>>
>>> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=0,
>>> name="UNDEFINED"
>>> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=1,
>>> name="UNDEFINED"
>>> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=2,
>>> name="UNDEFINED"
>>> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=3,
>>> name="UNDEFINED"
>>> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=4,
>>> name="UNDEFINED"
>>> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=5,
>>> name="UNDEFINED"
>>> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=6,
>>> name="UNDEFINED"
>>>
>>> [EMAIL PROTECTED]:~$ sudo dfu-util -a 3 -R -D
>>> uImage-2.6.24+git20+287b292cf95edbd82dc63085ae5f0167a6e8141f-r0-om-gta02.bin
>>>
>>> dfu-util - (C) 2007 by OpenMoko Inc.
>>> This program is Free Software and has ABSOLUTELY NO WARRANTY
>>>
>>> Opening USB Device 0x:0x...
>>> Found Runtime: [0x1d50:0x5119] devnum=6, cfg=0, intf=0, alt=3,
>>> name="UNDEFINED"
>>> Claiming USB DFU Interface...
>>> Setting Alternate Setting ...
>>> Cannot set alternate interface: could not set alt intf 0/3: Timer expired
>>>
>>> [EMAIL PROTECTED]:~$ sudo dfu-util -a kernel -R -D
>>> uImage-2.6.24+git20+287b292cf95edbd82dc63085ae5f0167a6e8141f-r0-om-gta02.bin
>>>
>>> dfu-util - (C) 2007 by OpenMoko Inc.
>>> This program is Free Software and has ABSOLUTELY NO WARRANTY
>>>
>>> Opening USB Device 0x:0x...
>>> No such Alternate Setting: "kernel"
>>>
>>> how to fix this?
>>>
>>>   
>> ___
>> support mailing list
>> support@lists.openmoko.org
>> https://lists.openmoko.org/mailman/listinfo/support
>>
>> 


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Linking Freerunner with OpenSuse 10.3 (64-bit)

2008-07-16 Thread Lisa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

~ Has anyone out there figured out how to set the freerunner up to 
connect to the internet thru Suse 10.3?  If so I could use a little help 
with it.
~I'm unsure of how to start as nothing in the Getting to know your 
freerunner page is Suse friendly.
~Thanks for any help.
~   Lisa
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4-svn0 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFIfqQe1sOMhsR36UsRAq2DAJ9SxI3ObxIxan/CnmRS5Xtg2CfwMACbBX/t
5QOGWp0+S1BBKkpcYumm4zs=
=q2WJ
-END PGP SIGNATURE-


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: SSH into Freerunner

2008-07-16 Thread Colan Lash
Thanks to everyone, who responded.
It turned out, that disabling the firewall fixed the problem.

If anyone is still interested, this is my routing table.

desktop:~$ netstat -r
Kernel IP routing table
Destination Gateway Genmask Flags   MSS Window  irtt Iface
192.168.1.0 *255.255.255.0   U 0 0
 0 eth0
192.168.0.0 *255.255.255.0   U 0 0
 0 usb0
link-local *255.255.0.0  U  0
0  0 eth0
default192.168.1.1 0.0.0.0 UG   0 0
  0 eth0


Colan

On Wed, Jul 16, 2008 at 6:14 PM, Stroller
<[EMAIL PROTECTED]> wrote:
>
> On 17 Jul 2008, at 00:57, Colan Lash wrote:
>>
>> ...
>> I can ping 192.168.0.200 and get a response.
>
> This is pinging the desktop machine.
>
>>
>> But if I ping 192.168.0.202, I get and "Operation not permitted" error:
>>
>> desktop:~$ ping -I usb0 192.168.1.202
>> PING 192.168.1.202 (192.168.1.202) from 192.168.1.103 usb0: 56(84) bytes
>> of data.
>> ping: sendmsg: Operation not permitted
>> ping: sendmsg: Operation not permitted
>> ping: sendmsg: Operation not permitted
>>
>> --- 192.168.1.202 ping statistics ---
>> 3 packets transmitted, 0 received, 100% packet loss, time 2008ms
>
> First two hits indicate firewall:
> http://www.google.com/search?q=ping:+sendmsg:+Operation+not+permitted
>
> Is Shorewall installed on this machine? Can you `/etc/init.d/iptables stop`?
>
> I would be grateful if you could post in PLAIN-TEXT to the mailing list. For
> parts of your message You have chosen a font which is unreadably small on my
> system. If you post in plain text then _I_ can choose the font size in which
> I wish to read your message.
>
> Stroller.
>
>
>

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: SSH into Freerunner

2008-07-16 Thread Stroller

On 17 Jul 2008, at 00:57, Colan Lash wrote:
> ...
> I can ping 192.168.0.200 and get a response.

This is pinging the desktop machine.

>
> But if I ping 192.168.0.202, I get and "Operation not permitted"  
> error:
>
> desktop:~$ ping -I usb0 192.168.1.202
> PING 192.168.1.202 (192.168.1.202) from 192.168.1.103 usb0: 56(84)  
> bytes of data.
> ping: sendmsg: Operation not permitted
> ping: sendmsg: Operation not permitted
> ping: sendmsg: Operation not permitted
>
> --- 192.168.1.202 ping statistics ---
> 3 packets transmitted, 0 received, 100% packet loss, time 2008ms

First two hits indicate firewall:
http://www.google.com/search?q=ping:+sendmsg:+Operation+not+permitted

Is Shorewall installed on this machine? Can you `/etc/init.d/iptables  
stop`?

I would be grateful if you could post in PLAIN-TEXT to the mailing  
list. For parts of your message You have chosen a font which is  
unreadably small on my system. If you post in plain text then _I_ can  
choose the font size in which I wish to read your message.

Stroller.



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: SSH into Freerunner

2008-07-16 Thread Christoph Anton Mitterer
Do you perhaps have other interfaces that use 192.168.0.0/255.255.255.0?

Can you show us your routing table?

CHris.


smime.p7s
Description: S/MIME cryptographic signature
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


SSH into Freerunner

2008-07-16 Thread Colan Lash
Hello,

I don't seem to be able to ssh into the FreeRunner.  I did not get the
Neo1973 so this is my first experience with this phone.  Also, I am using
Ubuntu as the GNU/Linux host.

[Note: I was able to ssh in with my Windows Vista machine (following the
instructions on the wiki).  However, I would like to get Ubuntu working,
since I use it as my main computer.]

I run this line:
 ifconfig usb0 192.168.0.200 netmask 255.255.255.0

After, I run ifconfig and see:

desktop:~$ ifconfig
eth0  Link encap:Ethernet  HWaddr 00:11:2f:08:16:c0
  inet addr:192.168.1.103  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::211:2fff:fe08:16c0/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:684 errors:0 dropped:0 overruns:0 frame:0
  TX packets:119 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:105645 (103.1 KB)  TX bytes:39554 (38.6 KB)
  Interrupt:16

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:16 errors:0 dropped:0 overruns:0 frame:0
  TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:1008 (1008.0 B)  TX bytes:1008 (1008.0 B)

usb0  Link encap:Ethernet  HWaddr de:d7:63:45:48:6b
  inet addr:192.168.0.200  Bcast:192.168.0.255  Mask:255.255.255.0
  inet6 addr: fe80::dcd7:63ff:fe45:486b/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:0 (0.0 B)  TX bytes:468 (468.0 B)



Which seems to me, like it should be correct.
However, when I run ssh [EMAIL PROTECTED] it times out.

I can ping 192.168.0.200 and get a response.
But if I ping 192.168.0.202, I get and "Operation not permitted" error:

desktop:~$ ping -I usb0 192.168.1.202
PING 192.168.1.202 (192.168.1.202) from 192.168.1.103 usb0: 56(84) bytes of
data.
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted

--- 192.168.1.202 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2008ms
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: USB networking and openSUSE

2008-07-16 Thread Matt Luzum
Thanks for the replies.  Coincidentally, right after I sent the e-mail I 
figured out the appropriate pieces to take out of the Getting Started 
tutorial that got things working for me:

iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24 &
echo 1 > /proc/sys/net/ipv4/ip_forward &
iptables -P FORWARD ACCEPT &

I'll still have to figure out how to make it more permanent/automatic, 
but now that I know what to google for it shouldn't be a big deal.

As for the collision between address spaces, I'll eventually have to 
figure out a way around that since my home network does use 192.168.0.x. 
  For now I'm just trying to get it to work from my computer in my 
University office.

I did also have to play with /etc/resolv.conf to get DNS working, but 
that wasn't a big deal either.

Anyway, if anyone has additional useful information, feel free to chime 
in, but now I have much more confidence that I can get it all figured out.

Thanks again for the quick replies.
Matt


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: USB networking and openSUSE

2008-07-16 Thread Stroller

On 17 Jul 2008, at 00:04, Matt Luzum wrote:
> ... I followed the USB
> Networking section of the "Getting Started" wiki page and can ssh into
> the Neo just fine.  However, I can't seem to figure out how to get the
> routing properly set up so the Neo can access the internet (I can't  
> ping
> URL's or IP addresses except the one that belongs to the hose  
> computer).

This indicates that the machine your Freerunner is connected to isn't  
doing NATting / forwarding / Internet Connection Sharing.

This looks useful:
http://www.freesoftwaremagazine.com/articles/home_internet_gateway? 
page=0%2C3

Googling "openSUSE internet connection sharing" also brings up some  
forums & mailing lists hits.

Basically you want to share your computer's internet connection (the  
main ethernet interface, presumably, eth0) with usb0, the network  
interface to which the Freerunner is connected.

If you can ping 68.180.206.184 but not yahoo.com then that indicates  
that name resolution is broken - I don't think that's your problem,  
but just be aware that that's done in /etc/resolve.conf on the  
Freerunner.

Stroller.

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: USB networking and openSUSE

2008-07-16 Thread Roel Jonkman
Matt,

You need to set up your host machine as a nat router, using iptables. 
A couple of google searches should get you plenty of howto's on this.


There is also a chance that there is a collision between the address spaces
uses on the host <-> freerunner usb link. (both use 192.168.x.x where x.x is
the same on both the outbound link of the host as well as the
host <-> freerunner usb link.

Just a couple of guesses.

   roel


- Original Message 
From: Matt Luzum <[EMAIL PROTECTED]>
To: support@lists.openmoko.org
Sent: Wednesday, July 16, 2008 4:04:31 PM
Subject: USB networking and openSUSE

Hi all

I seem to be unable to figure out how to get my Freerunner to connect to 
the internet (through a host PC connected by USB).  I followed the USB 
Networking section of the "Getting Started" wiki page and can ssh into 
the Neo just fine.  However, I can't seem to figure out how to get the 
routing properly set up so the Neo can access the internet (I can't ping 
URL's or IP addresses except the one that belongs to the hose computer). 
The "Allow FreeRunner to Connect to Internet via USB" section of the 
Getting Started page has instructions for Ubuntu and Fedora but I'm 
having trouble translating them into something that works with my setup 
(I'm using openSUSE 11.0).

Any help would be appreciated.  I searched the mailing lists and wiki, 
but I couldn't really find anything that helped (I'm not the brightest 
bulb in the lamp with these sorts of things).

Matt

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support



  

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


USB networking and openSUSE

2008-07-16 Thread Matt Luzum
Hi all

I seem to be unable to figure out how to get my Freerunner to connect to 
the internet (through a host PC connected by USB).  I followed the USB 
Networking section of the "Getting Started" wiki page and can ssh into 
the Neo just fine.  However, I can't seem to figure out how to get the 
routing properly set up so the Neo can access the internet (I can't ping 
URL's or IP addresses except the one that belongs to the hose computer). 
The "Allow FreeRunner to Connect to Internet via USB" section of the 
Getting Started page has instructions for Ubuntu and Fedora but I'm 
having trouble translating them into something that works with my setup 
(I'm using openSUSE 11.0).

Any help would be appreciated.  I searched the mailing lists and wiki, 
but I couldn't really find anything that helped (I'm not the brightest 
bulb in the lamp with these sorts of things).

Matt

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


ASU suspend through power btn not working

2008-07-16 Thread Michael Münch
When I execute apm -s directly in the terminal the neo freerunner suspends as
expected. When I just hit the power button the display gets black but any
touch on the display brings the device back to normal operation.

This is no big problem because I can just create a desktop icon for suspend.
Any ideas where the problem could be located. I already tried to change the
settings in the power menu without success.

I am using the latest rootfs and kernel images flashed 5 hours ago.

Michael


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: GTA01BV4 died, please help me.

2008-07-16 Thread Michael Shiloh


Panta wrote:
> Alle martedì 15 luglio 2008, Jay Vaughan ha scritto:
>>> i remember that there is someone in the maillist tell us don't
>>> remove battery while plugged into USB.
>> yeah, i remember this thread, but unfortunately it didn't happen on
>> the mailinglist until long after i'd already bricked the neo ..

That discussion was for the GTA01.

GTA01: DO NOT remove battery while plugged in to USB power
GTA02: OK to  remove battery while plugged in to USB power

Note that with no battery GSM transmission might draw more than 1A and 
cause the phone to power down (this obviously re GTA02 because you must 
never run GTA01 without battery :-)


>>
>> ;
>> --
>> Jay Vaughan
> 
> - This is  Michael Shiloh from the thread "not charging..." :
> 
> --- start

EVERYTHING BELOW HERE RELATES TO GTA02 ONLY


> (1) DON'T LET YOUR BATTERY GET TOO DISCHARGED! or you won't be able to 
> power up the phone
> 
> A quick test to see if the USB power circuitry is working: power up your 
> phone, connect the charger, remove the battery. A good phone will remain 
> powered up, powered only by the USB circuit.
> 
> Test this with both the provided USB power supply and with the USB cable 
> plugged into a POWERED USB port on a computer. Perhaps the charger is 
> DOA or perhaps the cable is damaged.
> ---end
> 
> I don't know what is right or what is wrong, but I've plugged and unplugged 
> my 
> Nokia from the charger thousand of times without a problem. 
> 
> People aspect to do so, becouse this is possible with all the phones. So must 
> be corrected (if true...) 
> 
> But returning to my problem: how can I test ed eventually repair my phone?
> 
> Someone can help me?
> 
> Thank you
> 
> Ciao
> 
> ---
> Panta
> 
> mailto:[EMAIL PROTECTED]
> 
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: phone as usb keyboard

2008-07-16 Thread Al Johnson
On Wednesday 16 July 2008, Nick Guenther wrote:
> On Wed, Jul 16, 2008 at 10:19 AM, Carl Karsten <[EMAIL PROTECTED]> 
wrote:
> > I don't want to plug a keyboard into the phone, I want to plug the phone
> > into a laptop and use the phone as a 2nd keyboard.
> >
> > assuming it is, the goal is to use a web cam as a bar code scanner, app
> > on phone uses scan data to generate "keyboard" clicks that get send to
> > the laptop.
> >
> > (no, we can't just run the software on the laptop.  all we can do is hook
> > up an external HID like device.)
> >
> > Is this doable?
>
> Yes, in theory. You'd first need to set the moko into USB-endpoint
> (instead of USB-host) mode, and you'd need to write some mad kernel
> hax that make it show up as a keyboard, and you'd need to expose the
> mad kernel hax to userland on the moko so your barcode scanner can
> send data.
> ..it's really a whole lot simpler just to use TCP.
>
> Why can't you run software on the laptop? Some sort of locked down
> corporate situation?

As you say, being a USB HID should be possible if you write a new USB Gadget 
driver. However in the proposed scenario we need to attach to a webcam, 
presumably also by USB. In this case we need to be both host and client which 
AFAIK is impossible under USB.

I thought USB barcode scanners could behave as an HID anyway? If you really 
need to do something custom with the barcode data you could use a serial 
barcode scanner with a USB-capable microcontroller for a fraction of the 
price anyway - these often provide the HID stack as example code.


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: how to fix the partitions

2008-07-16 Thread jluis
> i use the "reset" in the NOR UBOOT ,
>
> then is work again.now i am download a new rootfs to Freerunner. :-)
> i want use it as daily phone
>
> but i don't know why ,what "reset " do ?

I think that sould reset the nand partitions, write the NOR u-boot and
u-boot envirmoment to NAND.

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: how to fix the partitions

2008-07-16 Thread Yorick Moko
I could be totally wrong, but I think:
NOR can only be changed with debug board
if you screw something up in the NAND flash (for example while flashin
uboot), you use the reset option to copy the original data from the
NOR tot the NAND flash

please correct me if I'm wrong

y

On Wed, Jul 16, 2008 at 6:10 PM, xiangfu <[EMAIL PROTECTED]> wrote:
> i use the "reset" in the NOR UBOOT ,
>
> then is work again.now i am download a new rootfs to Freerunner. :-)
> i want use it as daily phone
>
> but i don't know why ,what "reset " do ?
>
> xiangfu wrote:
>> there are many people use FreeRunner as a phone .
>> so i also want to this,
>> but i my change the something when i try the blink_led on FreeRunner,
>> i can not start NAND uboot ,the follow all in NOR uboot.
>>
>> now when i use dfu-util:
>>
>> [EMAIL PROTECTED]:~$ dfu-util -l
>> dfu-util - (C) 2007 by OpenMoko Inc.
>> This program is Free Software and has ABSOLUTELY NO WARRANTY
>>
>> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=0,
>> name="UNDEFINED"
>> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=1,
>> name="UNDEFINED"
>> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=2,
>> name="UNDEFINED"
>> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=3,
>> name="UNDEFINED"
>> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=4,
>> name="UNDEFINED"
>> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=5,
>> name="UNDEFINED"
>> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=6,
>> name="UNDEFINED"
>>
>> [EMAIL PROTECTED]:~$ sudo dfu-util -a 3 -R -D
>> uImage-2.6.24+git20+287b292cf95edbd82dc63085ae5f0167a6e8141f-r0-om-gta02.bin
>>
>> dfu-util - (C) 2007 by OpenMoko Inc.
>> This program is Free Software and has ABSOLUTELY NO WARRANTY
>>
>> Opening USB Device 0x:0x...
>> Found Runtime: [0x1d50:0x5119] devnum=6, cfg=0, intf=0, alt=3,
>> name="UNDEFINED"
>> Claiming USB DFU Interface...
>> Setting Alternate Setting ...
>> Cannot set alternate interface: could not set alt intf 0/3: Timer expired
>>
>> [EMAIL PROTECTED]:~$ sudo dfu-util -a kernel -R -D
>> uImage-2.6.24+git20+287b292cf95edbd82dc63085ae5f0167a6e8141f-r0-om-gta02.bin
>>
>> dfu-util - (C) 2007 by OpenMoko Inc.
>> This program is Free Software and has ABSOLUTELY NO WARRANTY
>>
>> Opening USB Device 0x:0x...
>> No such Alternate Setting: "kernel"
>>
>> how to fix this?
>>
>
>
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
>

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Battery use and maintenance

2008-07-16 Thread C R McClenaghan
I would like some information about recommendations on how to use and  
maintain the Freerunner's battery.


I did not find anything explicit on the wiki. The following link is a  
good general resource that you may find useful:


http://www.batteryuniversity.com/

in particular, this section:

http://www.batteryuniversity.com/partone-21.htm.

My particular concern is the dual purpose of the usb cable as power  
and network. The recommendation seems to be to _not_ trickle charge  
once the battery is fully charged to provide better battery life.  
Doing development with the usb cable attached seems to put the device  
usage against this recommendation. What is OpenMoko's recommendation?  
Is there a way to automatically or manually stop/start/restart  
charging to avoid this situation and thus extend battery life? Is  
there a better way to manage the battery maintenance? Are there other  
usage areas for which advice exists (for example, the well documented  
"don't fully discharge")?


Thanks,

Chris___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: how to fix the partitions

2008-07-16 Thread xiangfu
i use the "reset" in the NOR UBOOT ,

then is work again.now i am download a new rootfs to Freerunner. :-)
i want use it as daily phone

but i don't know why ,what "reset " do ?

xiangfu wrote:
> there are many people use FreeRunner as a phone .
> so i also want to this,
> but i my change the something when i try the blink_led on FreeRunner,
> i can not start NAND uboot ,the follow all in NOR uboot.
>
> now when i use dfu-util:
>
> [EMAIL PROTECTED]:~$ dfu-util -l
> dfu-util - (C) 2007 by OpenMoko Inc.
> This program is Free Software and has ABSOLUTELY NO WARRANTY
>
> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=0, 
> name="UNDEFINED"
> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=1, 
> name="UNDEFINED"
> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=2, 
> name="UNDEFINED"
> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=3, 
> name="UNDEFINED"
> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=4, 
> name="UNDEFINED"
> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=5, 
> name="UNDEFINED"
> Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=6, 
> name="UNDEFINED"
>
> [EMAIL PROTECTED]:~$ sudo dfu-util -a 3 -R -D 
> uImage-2.6.24+git20+287b292cf95edbd82dc63085ae5f0167a6e8141f-r0-om-gta02.bin 
>
> dfu-util - (C) 2007 by OpenMoko Inc.
> This program is Free Software and has ABSOLUTELY NO WARRANTY
>
> Opening USB Device 0x:0x...
> Found Runtime: [0x1d50:0x5119] devnum=6, cfg=0, intf=0, alt=3, 
> name="UNDEFINED"
> Claiming USB DFU Interface...
> Setting Alternate Setting ...
> Cannot set alternate interface: could not set alt intf 0/3: Timer expired
>
> [EMAIL PROTECTED]:~$ sudo dfu-util -a kernel -R -D 
> uImage-2.6.24+git20+287b292cf95edbd82dc63085ae5f0167a6e8141f-r0-om-gta02.bin 
>
> dfu-util - (C) 2007 by OpenMoko Inc.
> This program is Free Software and has ABSOLUTELY NO WARRANTY
>
> Opening USB Device 0x:0x...
> No such Alternate Setting: "kernel"
>
> how to fix this?
>


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: not charging...

2008-07-16 Thread lapubell

it looks like it is an intermittent problem.  depending on how the phone is
feeling, it will charge or not.  I ran halt via the terminal, popped the
battery out and put it back in and viola, charging again with both the power
cable and the usb cable.

weird.


Dirk Bergstrom-2 wrote:
> 
> lapubell wrote:
>> i don't know what the problem is, but my freerunner is not charging via
>> usb. 
>> I got it today, and i'm wondering if it is DOA?  the phone first showed a
>> charging icon in the top right when plugged in, but now it will not
>> change
>> off of the battery icon, which is slowly depleating...
> 
> I noticed that my Freerunner wasn't charging today, even though it was 
> plugged into the charger.  It worked yesterday, so I figured it might be 
> an intermittent thing.
> 
> I tried unplugging the cable and plugging it back in.  Then I unplugged 
> the charger from the wall and plugged it back in, which did the trick. 
> Just now I tried unplugging and replugging the charger usb connector a 
> few times, and got varying results.  Sometimes the usb icon in the 
> toolbar would show up, sometimes not. Similarly, the "charging" icon 
> sometimes showed up (the battery is fully charged).  At one point, I 
> pulled the cable out, and the charging icon came on.  Also, the speaker 
> makes its 'click' noise when you plug in the cable, and when you remove 
> it.  Once I plugged in the cable, and got two clicks very close 
> together, and the usb icon blinked briefly.
> 
> I suspect that the software is easily confused.  Try messing about with 
> the cable.
> 
> 
> --
> Dirk
> 
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/not-charging...-tp530261p531558.html
Sent from the Openmoko Support mailing list archive at Nabble.com.


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


what's wrong with my wireless about dhclient.c(2050): null pointer

2008-07-16 Thread ChandleWEi
my linux host use same setting is ok to use  below wireless

[EMAIL PROTECTED]:~# iwconfig eth0 essid Test
[EMAIL PROTECTED]:~# iwconfig eth0 key s:testtest
[EMAIL PROTECTED]:~# dhclient eth0
Internet Systems Consortium DHCP Client V3.0.2
Copyright 2004 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP

can't create /var/lib/dhcp/dhclient.leases: No such file or directory
Listening on LPF/eth0/00:12:cf:8e:e4:7e
Sending on   LPF/eth0/00:12:cf:8e:e4:7e
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPOFFER from 192.168.2.1
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.2.1
dhclient.c(2050): null pointer
DHCPDECLINE on eth0 to 255.255.255.255 port 67
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
DHCPOFFER from 192.168.2.1
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.2.1
dhclient.c(2050): null pointer



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: phone as usb keyboard

2008-07-16 Thread Nick Guenther
On Wed, Jul 16, 2008 at 10:19 AM, Carl Karsten <[EMAIL PROTECTED]> wrote:
> I don't want to plug a keyboard into the phone, I want to plug the phone into 
> a
> laptop and use the phone as a 2nd keyboard.
>
> assuming it is, the goal is to use a web cam as a bar code scanner, app on 
> phone
> uses scan data to generate "keyboard" clicks that get send to the laptop.
>
> (no, we can't just run the software on the laptop.  all we can do is hook up 
> an
> external HID like device.)
>
> Is this doable?
>

Yes, in theory. You'd first need to set the moko into USB-endpoint
(instead of USB-host) mode, and you'd need to write some mad kernel
hax that make it show up as a keyboard, and you'd need to expose the
mad kernel hax to userland on the moko so your barcode scanner can
send data.
..it's really a whole lot simpler just to use TCP.

Why can't you run software on the laptop? Some sort of locked down
corporate situation?

-Nick

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


how to fix the partitions

2008-07-16 Thread xiangfu
there are many people use FreeRunner as a phone .
so i also want to this,
but i my change the something when i try the blink_led on FreeRunner,
i can not start NAND uboot ,the follow all in NOR uboot.

now when i use dfu-util:

[EMAIL PROTECTED]:~$ dfu-util -l
dfu-util - (C) 2007 by OpenMoko Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTY

Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=0, name="UNDEFINED"
Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=1, name="UNDEFINED"
Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=2, name="UNDEFINED"
Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=3, name="UNDEFINED"
Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=4, name="UNDEFINED"
Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=5, name="UNDEFINED"
Found DFU: [0x1d50:0x5119] devnum=0, cfg=0, intf=0, alt=6, name="UNDEFINED"

[EMAIL PROTECTED]:~$ sudo dfu-util -a 3 -R -D 
uImage-2.6.24+git20+287b292cf95edbd82dc63085ae5f0167a6e8141f-r0-om-gta02.bin 

dfu-util - (C) 2007 by OpenMoko Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTY

Opening USB Device 0x:0x...
Found Runtime: [0x1d50:0x5119] devnum=6, cfg=0, intf=0, alt=3, 
name="UNDEFINED"
Claiming USB DFU Interface...
Setting Alternate Setting ...
Cannot set alternate interface: could not set alt intf 0/3: Timer expired

[EMAIL PROTECTED]:~$ sudo dfu-util -a kernel -R -D 
uImage-2.6.24+git20+287b292cf95edbd82dc63085ae5f0167a6e8141f-r0-om-gta02.bin 

dfu-util - (C) 2007 by OpenMoko Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTY

Opening USB Device 0x:0x...
No such Alternate Setting: "kernel"

how to fix this?

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


phone as usb keyboard

2008-07-16 Thread Carl Karsten
I don't want to plug a keyboard into the phone, I want to plug the phone into a
laptop and use the phone as a 2nd keyboard.

assuming it is, the goal is to use a web cam as a bar code scanner, app on phone
uses scan data to generate "keyboard" clicks that get send to the laptop.

(no, we can't just run the software on the laptop.  all we can do is hook up an
external HID like device.)

Is this doable?

Carl K


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: opkg upgrade = endless IRQ messages

2008-07-16 Thread Emilis Dambauskas
Mine way of surviving dropbear & Xserver upgrades:

1. Run terminal in the GUI
2. # opkg upgrade > upgrade.log &
3. connect through ssh from your PC
4. # tail -f upgrade.log
5. If you are disconnected, just connect again and run 4.

In case of failure you have a log.

On Wed, Jul 16, 2008 at 12:15 PM, Olivier Berger <[EMAIL PROTECTED]>
wrote:

> Brian C <[EMAIL PROTECTED]> writes:
>
> >
> > That doesn't seem like a great way for the opkg upgrade process to
> > terminate, and it leaves me wondering which packages upgraded and which
> > didn't.  Is anyone else experiencing this?
> >
>
> Have you tried and upgrade from inside X ?
>
> You should to the upgrade from a ssh session IMHO...
>
> But this would lead to another problem.
>
> My suggestion :
> 1. connect into the terminal app in the GUI
> 2. there type/tap "opkg update"
> 3. also there type/tap "opkg upgrade dropbear"
> 4. connect via SSH
> 5. inside the SSH shell, do "opkg upgrade"
>
> This was the only way I found to upgrade (almost) everything.
>
> Hope this helps.
>
> Best regards,
>
> --
> Olivier BERGER
> (OpenPGP: 1024D/B4C5F37F)
> http://www.olivierberger.com/weblog/
>
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
>



-- 
Emilis

[EMAIL PROTECTED]
gsm: +370-686-07732
http://emilis.info

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GAT/CC/MC/O dpu(-) s:- a- C++ UBLHS++ P(+) L+++ E--- W+++$ N+ o-- K? !w O?
M-@ V? PS+(--) PE Y+>++ PGP t- 5? X+@ R- !tv b+ DI D G e++ h r+++
y
--END GEEK CODE BLOCK--
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: apm problem

2008-07-16 Thread arne anka
>> looks like a job for ... my usual question:
>> what does uBoot do software upgradable by opkg does not accomplish?
>> especially in respect to the power saving/uptime issue?
>
> It's a bootloader, so as far a power saving/uptime goes, nothing. What is

that's what i understood.
which in  turn poses the question why flashing uboot was proposed as
solution for apmd related problems ...
the only relation i can imagine are some kernel boot params contained in
uboot.

edit: when does this list get a reply-to header like community?

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: apm problem

2008-07-16 Thread Al Johnson
On Wednesday 16 July 2008, arne anka wrote:
> > opkg won't flash your uBoot. You shuld use dfu-util for that, check here:
> > http://wiki.openmoko.org/wiki/Dfu-util
>
> looks like a job for ... my usual question:
> what does uBoot do software upgradable by opkg does not accomplish?
> especially in respect to the power saving/uptime issue?

It's a bootloader, so as far a power saving/uptime goes, nothing. What is 
should do is allow you to boot from USB powerwithout the battery inserted, or 
with a heavily discharged battery. This stops you having to resort to 
external chargers, or the dubious procedure of jump-starting with an external 
4.5V PSU, if somehow you manage to overly discharge your battery.

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: list

2008-07-16 Thread Yorick Moko
in the bottom of your mail there is a link, on the bottom of that page
you can edit the options


On Wed, Jul 16, 2008 at 9:57 AM, Stephen Chung
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I use to get the list in digest form and not individual form.
>
> Can you help me to change it back?
>
> Stephen
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
>
>

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: apm problem

2008-07-16 Thread arne anka
> opkg won't flash your uBoot. You shuld use dfu-util for that, check here:
> http://wiki.openmoko.org/wiki/Dfu-util

looks like a job for ... my usual question:
what does uBoot do software upgradable by opkg does not accomplish?  
especially in respect to the power saving/uptime issue?


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: opkg upgrade = endless IRQ messages

2008-07-16 Thread arne anka
> (There was one weird error re ncurses wanting to install a file already
> provided by another package, but if I'm now down to just a single
> package that isn't upgrading cleanly, that's a huge improvement over the
> 50+ that seemed to be affected before.)

do

opkg install -force-overwrite ncurses
and to be sure maybe
opkg install -force-reinstall -force-overwrite libncurses

ncurses seemed to be of version smth5smth while libncurses was of  
smth4smth -- not really sure inhowfar that's problematic.

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: apm problem

2008-07-16 Thread xiangfu
Search The WIKI. :-)
Alex Stanev wrote:
> opkg won't flash your uBoot. You shuld use dfu-util for that, check here:
> http://wiki.openmoko.org/wiki/Dfu-util
>


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: opkg upgrade = endless IRQ messages

2008-07-16 Thread Olivier Berger
Brian C <[EMAIL PROTECTED]> writes:

>
> That doesn't seem like a great way for the opkg upgrade process to
> terminate, and it leaves me wondering which packages upgraded and which
> didn't.  Is anyone else experiencing this?
>

Have you tried and upgrade from inside X ?

You should to the upgrade from a ssh session IMHO...

But this would lead to another problem.

My suggestion : 
1. connect into the terminal app in the GUI
2. there type/tap "opkg update"
3. also there type/tap "opkg upgrade dropbear"
4. connect via SSH
5. inside the SSH shell, do "opkg upgrade"

This was the only way I found to upgrade (almost) everything.

Hope this helps.

Best regards,

-- 
Olivier BERGER 
(OpenPGP: 1024D/B4C5F37F)
http://www.olivierberger.com/weblog/

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: opkg upgrade = endless IRQ messages

2008-07-16 Thread Brian C
Brian C wrote:
> 1. opkg upgrade is busily upgrading packages, then
> 2. the x server appears to shut down
> 3. the following never-ending text message appears:
> pcf50633_irq: entering)irq=53, pcf=c7d34c00): scheduling work
> pcf50633_work: INT1:0x80 INT2=0x00 INT3=0x00 INT4=0x00 INT5=0x00
> SECOND
> 
> (although sometimes "SECOND" is replaced by "ADCADY"

Some off-list advice may have resolved this.  I think the solution is:

1. Don't upgrade dropbear via ssh.
2. Don't upgrade xserver-* packages via FreeRunner's terminal.

So I logged in via ssh and did this:

[EMAIL PROTECTED]:~# opkg list_installed|grep xserver
xserver-kdrive - 1:1.3.0.0-r25 -
xserver-kdrive-common - 0.1-r27.01 -
xserver-kdrive-fbdev - 1:1.3.0.0-r25 -
xserver-kdrive-glamo - 1:1.3.0.0+git-r5 -
xserver-nodm-init - 1.0-r8 -

[EMAIL PROTECTED]:~# opkg install xserver-kdrive
Package xserver-kdrive (1:1.3.0.0-r25) installed in root is up to date.

[EMAIL PROTECTED]:~# opkg install xserver-kdrive-common
Upgrading xserver-kdrive-common on root from 0.1-r27.01 to 0.1-r28...
Downloading
http://buildhost.openmoko.org/daily-feed/all/xserver-kdrive-common_0.1-r28_all.ipk
Configuring xserver-kdrive-common

[EMAIL PROTECTED]:~# opkg install xserver-kdrive-fbdev
Package xserver-kdrive-fbdev (1:1.3.0.0-r25) installed in root is up to
date.

[EMAIL PROTECTED]:~# opkg install xserver-kdrive-glamo
Upgrading xserver-kdrive-glamo on root from 1:1.3.0.0+git-r5 to
1:1.3.0.0+git0+d1ab8c0ec48821ef866e927c52b47587a0affc56-r6...
Downloading
http://buildhost.openmoko.org/daily-feed/armv4t/xserver-kdrive-glamo_1.3.0.0+git0+d1ab8c0ec48821ef866e927c52b47587a0affc56-r6_armv4t.ipk
Configuring xserver-kdrive-glamo

[EMAIL PROTECTED]:~# opkg install xserver-nodm-init
Upgrading xserver-nodm-init on root from 1.0-r8 to 1.0-r9...
Downloading
http://buildhost.openmoko.org/daily-feed/all/xserver-nodm-init_1.0-r9_all.ipk
Configuring xserver-nodm-init
 System startup links for /etc/init.d/xserver-nodm already exist.
Stopping XServer
Starting Xserver

After this last one, the Xserver restarted fine.  Then I went back to
the FreeRunner's terminal and did another round of opkg upgrade and it
seemed to be able to do all the rest and come to a normal completion.

(There was one weird error re ncurses wanting to install a file already
provided by another package, but if I'm now down to just a single
package that isn't upgrading cleanly, that's a huge improvement over the
50+ that seemed to be affected before.)

Brian

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: GTA01BV4 died, please help me.

2008-07-16 Thread Panta
Alle martedì 15 luglio 2008, Jay Vaughan ha scritto:
> > i remember that there is someone in the maillist tell us don't
> > remove battery while plugged into USB.
>
> yeah, i remember this thread, but unfortunately it didn't happen on
> the mailinglist until long after i'd already bricked the neo ..
>
> ;
> --
> Jay Vaughan

- This is  Michael Shiloh from the thread "not charging..." :

--- start
(1) DON'T LET YOUR BATTERY GET TOO DISCHARGED! or you won't be able to 
power up the phone

A quick test to see if the USB power circuitry is working: power up your 
phone, connect the charger, remove the battery. A good phone will remain 
powered up, powered only by the USB circuit.

Test this with both the provided USB power supply and with the USB cable 
plugged into a POWERED USB port on a computer. Perhaps the charger is 
DOA or perhaps the cable is damaged.
---end

I don't know what is right or what is wrong, but I've plugged and unplugged my 
Nokia from the charger thousand of times without a problem. 

People aspect to do so, becouse this is possible with all the phones. So must 
be corrected (if true...) 

But returning to my problem: how can I test ed eventually repair my phone?

Someone can help me?

Thank you

Ciao

---
Panta

mailto:[EMAIL PROTECTED]

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: FreeRunner Booking 25062008-01

2008-07-16 Thread rakshat hooja
Dear Kartik,

I just got back to India. We will issue you a full refund on 18th if we have
not sent the Freerunner till then.

Yes it is in customs and we take full responsibility for not fulfilling our
promise to deliver the freerunner on time.

The delay in customs has been very unnatural and I apologise for it as i
realise that anyone ordering a freerunner at this stage is someone who wants
it very much.

Regards,

Rakshat

IDA Systems

On Wed, Jul 16, 2008 at 1:39 PM, Karthik Kumar <[EMAIL PROTECTED]>
wrote:

> Hi,
>
> This is with reference to the preorder I gave on 25th of June, and the
> shipment which was supposed to reach IDA on 3rd of July, which they
> haven't till today.
>
> This is to just tell everybody else who ordered from IDA that it isn't
> going to help waiting passively for the mobile to arrive. Because the
> customs official in Delhi will not be releasing it anytime soon.
>
> The folks in Openmoko are saying they aren't to blame either, because
> they did their best.
>
> I'm cancelling my order if I don't recieve my freerunner on
> 18-07-2008. Apparently I've asked everybody and they say it's not
> their mistake. But it is definitely not my mistake, because
> I have sent them a DD as early as July 1 and they have encashed it pretty
> early.
>
> Karthik
>
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
>



-- 
--
Please use Firefox as your web browser. Its protects you from spyware and is
also a very feature rich browser.
www.firefox.com
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: apm problem

2008-07-16 Thread Alex Stanev

opkg won't flash your uBoot. You shuld use dfu-util for that, check here:
http://wiki.openmoko.org/wiki/Dfu-util

ChandleWEi wrote:

uboot? what's mean? I already opkg update and  opkg upgrade today
在 2008-07-16三的 10:48 +0800,xiangfu写道:
  

you should try the new UBoot.
at
http://buildhost.openmoko.org/daily/freerunner/200807/20080715/

ChandleWEi wrote:


my apm always  have showed me below messages
[EMAIL PROTECTED]:/etc/opkg# apm
Off-line, battery status critical

and my apm --monitor always show 
Line   : off 
Battery: -1% (?) 



whateve my usb connect or not connect 


how to resolve it ,and in gui my battery always red


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support
  



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support
  
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


opkg upgrade = endless IRQ messages

2008-07-16 Thread Brian C
On the factory image I found that opkg upgrade seemed to break the phone
(in the same way about to be described below) and so I then did a flash
to the most recent recommended 2007.2 kernel and rootfs.  I resisted
doing an opkg upgrade while I got everything set up as nice as is
possible given current constraints, but after reading so many reports of
people seeming to do opkg upgrade without any trouble, decided to try it
again, but I (again) get the following in the process:

1. opkg upgrade is busily upgrading packages, then
2. the x server appears to shut down
3. the following never-ending text message appears:
pcf50633_irq: entering)irq=53, pcf=c7d34c00): scheduling work
pcf50633_work: INT1:0x80 INT2=0x00 INT3=0x00 INT4=0x00 INT5=0x00
SECOND

(although sometimes "SECOND" is replaced by "ADCADY"

The only way to put a stop to this appears to be to hold down the power
button.

That doesn't seem like a great way for the opkg upgrade process to
terminate, and it leaves me wondering which packages upgraded and which
didn't.  Is anyone else experiencing this?

Brian

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: FreeRunner Booking 25062008-01

2008-07-16 Thread Karthik Kumar
Hi,

This is with reference to the preorder I gave on 25th of June, and the
shipment which was supposed to reach IDA on 3rd of July, which they
haven't till today.

This is to just tell everybody else who ordered from IDA that it isn't
going to help waiting passively for the mobile to arrive. Because the
customs official in Delhi will not be releasing it anytime soon.

The folks in Openmoko are saying they aren't to blame either, because
they did their best.

I'm cancelling my order if I don't recieve my freerunner on
18-07-2008. Apparently I've asked everybody and they say it's not
their mistake. But it is definitely not my mistake, because
I have sent them a DD as early as July 1 and they have encashed it pretty early.

Karthik

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


list

2008-07-16 Thread Stephen Chung
Hi,
 
I use to get the list in digest form and not individual form.
 
Can you help me to change it back?
 
Stephen
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: not charging...

2008-07-16 Thread Dirk Bergstrom
lapubell wrote:
> i don't know what the problem is, but my freerunner is not charging via usb. 
> I got it today, and i'm wondering if it is DOA?  the phone first showed a
> charging icon in the top right when plugged in, but now it will not change
> off of the battery icon, which is slowly depleating...

I noticed that my Freerunner wasn't charging today, even though it was 
plugged into the charger.  It worked yesterday, so I figured it might be 
an intermittent thing.

I tried unplugging the cable and plugging it back in.  Then I unplugged 
the charger from the wall and plugged it back in, which did the trick. 
Just now I tried unplugging and replugging the charger usb connector a 
few times, and got varying results.  Sometimes the usb icon in the 
toolbar would show up, sometimes not. Similarly, the "charging" icon 
sometimes showed up (the battery is fully charged).  At one point, I 
pulled the cable out, and the charging icon came on.  Also, the speaker 
makes its 'click' noise when you plug in the cable, and when you remove 
it.  Once I plugged in the cable, and got two clicks very close 
together, and the usb icon blinked briefly.

I suspect that the software is easily confused.  Try messing about with 
the cable.


--
Dirk

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support