Re: Installing debian - kernel

2011-05-22 Thread Eric Smith
I also cannot find a kernel image either through the install or by googling. E: Unable to locate package linux-image-2.6.29-openmoko-gta02 Any ideas short of compiling? -- - Eric Smith Eric Smith said: > Has anyone recently successfully installed debian on the gta02? > > I am getting errors tha

Re: Installing debian - kernel - internet access on phone

2011-05-24 Thread Eric Smith
(Alioth up again, thanks Timo) Weird issue. I had no problem a few days ago with internet access on the the phone. Now I connect fine with the pc but cannot get access to the internet on the phone. Cannot think of anything that has changed, any ideaS? Connect with; sudo ip address add 192.168.

Re: Installing debian - kernel - internet access on phone

2011-05-24 Thread Timo Juhani Lindfors
Hi, 1) How about iptables -nvL iptables -nvL -t nat on the PC? 2) And /etc/resolv.conf on the phone? 3) Try "ping -n 192.168.4.200" on the phone? ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/lis

Re: Installing debian - kernel - internet access on phone

2011-05-24 Thread Eric Smith
Thanks Timo. Timo Juhani Lindfors said: > 1) How about > > iptables -nvL > iptables -nvL -t nat > > on the PC? eric@debian:~$ sudo iptables -nvL WARNING: All config files need .conf: /etc/modprobe.d/libpisock9, it will be ignored in a future release. Chain INPUT (policy ACCEPT 0 packets, 0 byt

Re: Installing debian - kernel - internet access on phone

2011-05-24 Thread Timo Juhani Lindfors
Eric Smith writes: > eric@debian:~$ sudo iptables -nvL -t nat > Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes) > pkts bytes target prot opt in out source > destination > > Chain POSTROUTING (policy ACCEPT 0 packets, 0 bytes) > pkts bytes target prot o

Re: Installing debian - kernel - internet access on phone

2011-05-24 Thread Eric Smith
Thanks Timo eric@htpc7:~$ sudo iptables -A POSTROUTING -o net -t nat -j MASQUERADE -s 192.168.4.0/24 eric@htpc7:~$ sudo -i htpc7:~# echo 1 > /proc/sys/net/ipv4/ip_forward htpc7:~# htpc7:~# sudo iptables -nvL -t nat Chain PREROUTING (policy ACCEPT 3 packets, 748 bytes) pkts bytes target pro

Re: Installing debian - kernel - internet access on phone

2011-05-24 Thread shamsul hassan
Hi Eric, Use the below method and script to ssh into the Neo and share the internet connection with your laptop.I always use it from any Linux machine and it works like charm -- On your Laptop -- 1) Type "ifconfig -a" before connecting the Neo through usb 2) Now connect Neo through usb and agai