Re: need sugestions

2009-11-20 Thread Nelson Castillo
> Using that IP was one of the dummest design decisions ...

Isn't it easy to solve this problem with iptables?
Or with a specific route entry?

Perhaps it should go to a FAQ.

Once you get to  log in for the first time you can change that IP en
/etc/network/interfaces .

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


Re: Problem in Compiling Kernel Module for Openmoko

2009-02-20 Thread Nelson Castillo
On Fri, Feb 20, 2009 at 7:24 PM, arne anka  wrote:
>>   CHK include/linux/version.h
>> /bin/sh: -c: line 0: syntax error near unexpected token `('
>> /bin/sh: -c: line 0: `echo 2.6.29-GTA02_(no-mokodev >
>
> at a first glance. i'd say, the ( in the echo has to be escaped:
>
> `echo 2.6.29-GTA02_\(no-mokodev >
>
> but i don't know how the line continues ...

Isn't it better if you are in a valid branch on the first place?
I might have made a wrong assumption.

I just sent a patch that takes care of this so that this bug doesn't
bit us in the future. Please give us feedback if I got it wrong
somehow (it would be better if you do it on the kernel ML but it is OK
to do it here).

http://lists.openmoko.org/pipermail/openmoko-kernel/2009-February/008789.html
http://lists.openmoko.org/pipermail/openmoko-kernel/attachments/20090220/02d1e5f8/attachment.patch

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


Re: Problem in Compiling Kernel Module for Openmoko

2009-02-19 Thread Nelson Castillo
On Thu, Feb 19, 2009 at 1:50 AM, Sincere Trout  wrote:
> Dear Sir,
>
> I am trying to compile a kernel module to run on openmoko, and in this
> regard I downloaded the provided toolchain and the kernel from
> http://git.openmoko.org/?p=kernel.git;a=summary
>
> The problem is that the downloaded kernel from
> http://git.openmoko.org/?p=kernel.git;a=summary does not has the file
> gta02_defconfig where as this instruction is given on the site:
> "You also need to cp ./arch/arm/configs/gta02_defconfig .config before
> building"

Hi there!

I think this happens when you're not in a valid branch!

Type git-branch and you'll notice it.

Please switch to the andy tracking branch and build again.

Would a kernel FAQ be useful? I'll check the wiki tomorrow to see what
we have there ...  I just don't remember now.

Perhaps we should also modify the build script to warn about this
fact. It's a FAQ now...

Nelson.-

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


Re: Sad Story

2008-12-01 Thread Nelson Castillo
On Mon, Dec 1, 2008 at 4:05 PM, Juan Cañete <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Because of my job I spend a lot of time abroad. Now I'm at Bogotá (Colombia).
> Although I could find or track the FR, I think it would be impossible to see 
> it again,
> cause I don't know when I will come to Colombia again... Yesterday I went to 
> the
> suburbs to the "steal tecnology market" (I don't recommend it) trying to find 
> it,
> with no luck. I think I lost any hopes to see it again.

I'm sorry to hear about your loss. And also sorry to hear it happened in Bogotá.

A lot of mobile phones are stolen here. They won't know what to do with it :-/

You're better not try to get it back... the chances of finding it are quite low.

Regards,
Nelson.-

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


Re: connecting to debug board v3

2008-11-07 Thread Nelson Castillo
> It's /dev/ttyUSB0.  There are no others:
>
>$ ls /dev/ttyU*
>/dev/ttyUSB0

I see. I get 0 and 1 after I run:

  modprobe ftdi_sio vendor=0x1457 product=0x5118

ftdi_sio 3-1.1:1.0: FTDI USB Serial Device converter detected
drivers/usb/serial/ftdi_sio.c: Detected FT2232C
usb 3-1.1: FTDI USB Serial Device converter now attached to ttyUSB0
ftdi_sio 3-1.1:1.1: FTDI USB Serial Device converter detected
drivers/usb/serial/ftdi_sio.c: Detected FT2232C
usb 3-1.1: FTDI USB Serial Device converter now attached to ttyUSB1

> The board should accept 8N1 at 115200 bps, but appears not to even on systems 
> besides Kubuntu or Debian:

I'm using Debian.

Regards,
Nelson.-

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


Re: connecting to debug board v3

2008-11-06 Thread Nelson Castillo
On Thu, Nov 6, 2008 at 4:28 PM, Lars Noodén <[EMAIL PROTECTED]> wrote:
> I seem to be unable to connect using cu from either Debian Lenny or
> Kubuntu Intrepid. It appears that the connection settings are not correct:
>
>$ cu -eo -s 115200 -l /dev/ttyUSB0
>Connected.
>[EMAIL PROTECTED]
>
> The board is Openmoko Neo1973 v3

Hi Lars.

The serial console is in /dev/ttyUSB1 and not in /dev/ttyUSB0.

Regards,
Nelson.-
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support