Re: lost the ability to ssh

2010-09-06 Thread jeremy jozwik
On Mon, Sep 6, 2010 at 12:54 PM, jeremy jozwik  wrote:

running as eth2 is going somewhere

ip address add 192.168.0.200/24 dev eth2
ip link set dev eth2 up
ifconfig eth2 192.168.0.200 netmask 255.255.255.0 up
route add -host 192.168.0.202 dev eth2
iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24
sysctl -w net.ipv4.ip_forward=1
ip addr add 192.168.0.200/24 dev eth2

$ ping 192.168.0.202
PING 192.168.0.202 (192.168.0.202) 56(84) bytes of data.
64 bytes from 192.168.0.202: icmp_seq=1 ttl=64 time=1.47 ms
64 bytes from 192.168.0.202: icmp_seq=2 ttl=64 time=1.21 ms
64 bytes from 192.168.0.202: icmp_seq=3 ttl=64 time=1.24 ms
^C
--- 192.168.0.202 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2013ms
rtt min/avg/max/mdev = 1.215/1.313/1.479/0.118 ms

actually...  i think i may have had a massive brain fart on this whole thing.


ssh root[!...@192.168.0.202 works find, eth2 it is. thanks for the
brain wave osmosis.

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


Re: running Xorg as non-root (with xserver-xorg-video-fbdev)

2010-09-06 Thread Timo Juhani Lindfors
Rui Miguel Silva Seabra  writes:
> I expect that would be more because it tries to read /dev/input/event3
> (or 4 or both) and perhaps doesn't have enough privileges?

No it's because it uses the accelerometer which is a LED device and
thus chown/chmod can not be used to grant permissions.


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


Re: Free Freerunner, must pick up in Philadelphia

2010-09-06 Thread Esteban Monge
>
>
> Hello, I can buy the item, but can you send me to Florida? I pay all the
costs...


-- 
http://www.nuevaeralatam.com
Linux user number 478378
Linux machine number 386687
Tec. Esteban Monge Marín
Tel: (506) 8379-3562

“No habrá manera de desarrollarnos y salir de
la pobreza mientras los pocos negocios
grandes de nuestro medio se entreguen a las
economías foráneas y nosotros nos
quedemos con solo negocios de pobre,
mientras en vez de ser propietarios de nuestro
propio país nos convirtamos en un ejército de
empleados del exterior”
José Figueres Ferrer, 1952.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Free Freerunner, must pick up in Philadelphia

2010-09-06 Thread A.A.
Il giorno lun, 06/09/2010 alle 12.08 -0400, digger vermont ha scritto:
> Hello,
> 
> 
> I have a Freerunner I'm willing to give away, but I don't have time to
> mess around so to get it you must come by and pick it up.  It was
> bought at the end of July 2008 and has never had any hardware
> modifications done to it. It's had an invisible shield on since day
> one and is in excellent condtion.
> 
> 
> Model GTA02
> S/N 8B840006
> Date Code: 20080508
> P/N: 56-21146-00
> GSM 850/1800/1900
> 
> 
> Please don't ask me to relearn how to go in  look-up all the firmware
> revisions, after all, this is free.
> 
> 
> I don't always see this list so email me personally if you want to
> come by and get it.
> 
> 
> digger
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community

Hi,

Im interested, please contact me at my email address. Thanks


 
 
 --
 Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP 
autenticato? GRATIS solo con Email.it http://www.email.it/f
 
 Sponsor:
 Trattamenti a partire da Euro 75 all'Hotel Maestri di Riccione: ISTANTI DI 
RELAX, 1 percorso Benessere, 1 Massaggio aromatico personalizzato (60 
min.),tisana ai profumi di primavera e una dolce sorpresa!
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=10883&d=6-9

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


Free Freerunner, must pick up in Philadelphia

2010-09-06 Thread digger vermont
Hello,

I have a Freerunner I'm willing to give away, but I don't have time to mess
around so to get it you must come by and pick it up.  It was bought at the
end of July 2008 and has never had any hardware modifications done to
it. It's had an invisible shield on since day one and is in excellent
condtion.

Model GTA02
S/N 8B840006
Date Code: 20080508
P/N: 56-21146-00
GSM 850/1800/1900

Please don't ask me to relearn how to go in  look-up all the firmware
revisions, after all, this is free.

I don't always see this list so email me personally if you want to come by
and get it.

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


Re: running Xorg as non-root (with xserver-xorg-video-fbdev)

2010-09-06 Thread Rui Miguel Silva Seabra
Em 06-09-2010 16:04, Timo Juhani Lindfors escreveu:
> Rui Miguel Silva Seabra  writes:
>> This is awesome, and a good step to remove a lot of risk. Only problem
>> in shr is the whole lotta stuff that still needs to be fixed (eg, the
>> opim stuff *should* move to $HOME/.config/freesmartphone/opim rather
>> than /etc/freesmartphone/opim ), samething for alsa statefiles, etc...
> 
> I've been happily running all my X clients as non-root for more than a
> year. I have seen problems only with applications that are
> specifically written for openmoko (e.g. mokomaze)...

I expect that would be more because it tries to read /dev/input/event3
(or 4 or both) and perhaps doesn't have enough privileges?

Rui

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


Re: running Xorg as non-root (with xserver-xorg-video-fbdev)

2010-09-06 Thread Timo Juhani Lindfors
Rui Miguel Silva Seabra  writes:
> This is awesome, and a good step to remove a lot of risk. Only problem
> in shr is the whole lotta stuff that still needs to be fixed (eg, the
> opim stuff *should* move to $HOME/.config/freesmartphone/opim rather
> than /etc/freesmartphone/opim ), samething for alsa statefiles, etc...

I've been happily running all my X clients as non-root for more than a
year. I have seen problems only with applications that are
specifically written for openmoko (e.g. mokomaze)...


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


Re: running Xorg as non-root (with xserver-xorg-video-fbdev)

2010-09-06 Thread Rui Miguel Silva Seabra
Em 06-09-2010 10:01, Timo Juhani Lindfors escreveu:
> Hi,
> 
> just out of curiosity I tried running Xorg as non-root. I was
> surprised that it worked since this does not seem to be advertised
> anywhere. So, consider yourself informed!
> 
> Details are at
> 
> http://lists.debian.org/debian-x/2010/09/msg00091.html

This is awesome, and a good step to remove a lot of risk. Only problem
in shr is the whole lotta stuff that still needs to be fixed (eg, the
opim stuff *should* move to $HOME/.config/freesmartphone/opim rather
than /etc/freesmartphone/opim ), samething for alsa statefiles, etc...

Rui

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


Re: Using freerunner as webcam display

2010-09-06 Thread Gennady Kupava
В Пнд, 06/09/2010 в 12:54 +0200, Patryk Benderz пишет:

> I have seen a note on wiki that says:
> "The kernel is now (July 2010) configured to use kernel-mode switching
> (kms) for glamo. The glamo video driver has no direct control over glamo
> anymore and cannot use accelerated video playing until a new driver is
> written."
> 

Only shr distribution at this moment using kms-kernel.

Gennady



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


Re: Using freerunner as webcam display

2010-09-06 Thread Patryk Benderz
[cut]
> I think it's the CPU which is around 90% already at 2fps.
> Another problem is, that the mpeg stream sometimes seems to be corrupt 
> which crashess mplayer after some time.
> So I did a 'while true; do mplayer...; done' around and set codecs and 
> other parameters by hand to avoid the autodetection.
Keep in mind that there are several versions of mplayer compiled. Each
of them are better suited for different video formats or other factors:

There is some special version of mplayer with glamo support:
http://downloads.tuxfamily.org/3v1deb/openmoko/mplayer-glamo.tar.bz2

Also PaulTT has compiled a version of mplayer with tremor available:
http://www.paultt.org/downloads/openmoko/mplayer_dev-SVN-r29155-4.1.2_armv4t.ipk

Or you can use one from FSO:
http://downloads.freesmartphone.org/fso-unstable/feeds/armv4t/mplayer_0.0+1.0rc2-r12_armv4t.ipk

I have seen a note on wiki that says:
"The kernel is now (July 2010) configured to use kernel-mode switching
(kms) for glamo. The glamo video driver has no direct control over glamo
anymore and cannot use accelerated video playing until a new driver is
written."

http://wiki.openmoko.org/wiki/Video_Player

Hope this will help you.
Cheers.

-- 
Patryk "LeadMan" Benderz
Linux Registered User #377521
()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments


Email secured by Check Point

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


running Xorg as non-root (with xserver-xorg-video-fbdev)

2010-09-06 Thread Timo Juhani Lindfors
Hi,

just out of curiosity I tried running Xorg as non-root. I was
surprised that it worked since this does not seem to be advertised
anywhere. So, consider yourself informed!

Details are at

http://lists.debian.org/debian-x/2010/09/msg00091.html

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


Re: Using freerunner as webcam display

2010-09-06 Thread Timo Juhani Lindfors
Rui Miguel Silva Seabra  writes:
> I usually ssh into the phone, stop X so it wastes less memory, and only
> then do an upgrade (specially if it's a lot of stuff).

I usually upgrade about once a week after taking backups. I use

apt-get update && apt-get --download-only dist-upgrade

and read the changelogs of important packages while they download from

http://changelogs.debian.net/index.php

Then I spend an hour or so testing and reporting bugs. If there's a
really bad bug I dget(1) an older version of the affected package and
try downgrading that.

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


Re: Using freerunner as webcam display

2010-09-06 Thread Rui Miguel Silva Seabra
Em 06-09-2010 00:24, Alexander Lehner escreveu:
> Just one strange thind to mention: opkg update/upgrade from my prior 
> version crashed my phone and the power button started to shine in magenta! 
> Never seen this before, but it was really nice.
> (We could use this if the SIM card was detected as TCom provider...)

I usually ssh into the phone, stop X so it wastes less memory, and only
then do an upgrade (specially if it's a lot of stuff).

Rui

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