Re: opkg install is not working

2009-09-25 Thread abatrour



kikiran wrote:
 
 
 
 François-Léonard Gilbert wrote:
 
 Did you do the USB networking procedure in the Wiki?   If so, did you
 setup
 network forwarding on your PC?
 
 The problem may also be that all the HTTP addresses contain double
 slashes
 (ex.:   .../ipk//all/...) you could check the opkg setup files for
 errors.
 
 François
 
 On Wed, Sep 23, 2009 at 11:49 AM, abatrour abatr...@gmail.com wrote:
 


 kikiran wrote:
 
  i had installed full gta02 shr distribution
  but i am trying to updateopkg update
 
  then coming like this
  Downloading
 http://build.shr-project.org/shr-unstable/ipk//all/Packages.gz
  Downloading
  http://build.shr-project.org/shr-unstable/ipk//armv4/Packages.gz
  Downloading
  http://build.shr-project.org/shr-unstable/ipk//armv4t/Packages.gz
  Downloading
  http://build.shr-project.org/shr-unstable/ipk//om-gta02/Packages.gz
  Collected errors:
   * Failed to download
  http://build.shr-project.org/shr-unstable/ipk//all/Packages.gz.
  error detail: Couldn't resolve host name
   * Failed to download
  http://build.shr-project.org/shr-unstable/ipk//armv4/Packages.gz.
  error detail: Couldn't resolve host name
   * Failed to download
  http://build.shr-project.org/shr-unstable/ipk//armv4t/Packages.gz.
  error detail: Couldn't resolve host name
   * Failed to download
  http://build.shr-project.org/shr-unstable/ipk//om-gta02/Packages.gz.
  error detail: Couldn't resolve host name
 
 
  please help me
 
  thanks
 

 How do you have it connected to the internet? Can you run ifconfig for
 me?

 
 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support
 
 
 
 
 
 
 
 
 hi,
 thank u for your early reply
 we are using proxy server for internet connection and we have done like
 this
 linux-qgp3:~/Desktop # ifconfig -a
 eth0  Link encap:Ethernet  HWaddr 00:0F:FE:ED:FB:30  
   inet addr:172.16.99.255  Bcast:172.16.103.255 
 Mask:255.255.248.0
   inet6 addr: fe80::20f:feff:feed:fb30/64 Scope:Link
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:83381 errors:0 dropped:0 overruns:0 frame:0
   TX packets:40133 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000 
   RX bytes:79823487 (76.1 Mb)  TX bytes:3657268 (3.4 Mb)
   Memory:f018-f01a 
 
 freerunne Link encap:Ethernet  HWaddr 00:1F:11:01:76:F8  
   BROADCAST MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000 
   RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
 
 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:2 errors:0 dropped:0 overruns:0 frame:0
   TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0 
   RX bytes:100 (100.0 b)  TX bytes:100 (100.0 b)
 
 linux-qgp3:~/Desktop # 
 linux-qgp3:~/Desktop # ifconfig freerunner 192.168.0.200 netmask
 255.255.255.0 up
 linux-qgp3:~/Desktop # route add -host 192.168.0.202 dev freerunner
 linux-qgp3:~/Desktop # iptables -
 Bad argument `-'
 Try `iptables -h' or 'iptables --help' for more information.
 linux-qgp3:~/Desktop # iptables -A POSTROUTING -t nat -j MASQUERADE -s
 192.168.0.0/24
 linux-qgp3:~/Desktop # sysctl -w net.ipv4.ip_forward=1
 net.ipv4.ip_forward = 1
 linux-qgp3:~/Desktop # ip addr add 192.168.0.200/24 dev freerunner
 RTNETLINK answers: File exists
 linux-qgp3:~/Desktop # sysctl net.ipv4.conf.eth2.proxy_arp=1
 /proc/sys/net/ipv4/conf/eth2/proxy_arp: No such file or directory
 linux-qgp3:~/Desktop # sysctl net.ipv4.conf.freerunner.proxy_arp=1
 net.ipv4.conf.freerunner.proxy_arp = 1
 linux-qgp3:~/Desktop # ip link set freerunner up
 linux-qgp3:~/Desktop # ifconfig freerunner up
 linux-qgp3:~/Desktop # ssh r...@192.168.0.202
 r...@192.168.0.202's password: 
 r...@om-gta02 ~ $ op
 openssl  ophonekitd   opkg opkg-key
 openvt   opimd-notes  opkg-cl
 r...@om-gta02 ~ $ opkg update
 Downloading http://build.shr-project.org/shr-unstable/ipk//all/Packages.gz
 Downloading
 http://build.shr-project.org/shr-unstable/ipk//armv4/Packages.gz
 Downloading
 http://build.shr-project.org/shr-unstable/ipk//armv4t/Packages.gz
 Downloading
 http://build.shr-project.org/shr-unstable/ipk//om-gta02/Packages.gz
 Collected errors:
  * Failed to download
 http://build.shr-project.org/shr-unstable/ipk//all/Packages.gz. 
 error detail: Couldn't resolve host name
  * Failed to download
 http://build.shr-project.org/shr-unstable/ipk//armv4/Packages.gz. 
 error detail: Couldn't resolve host name
  * Failed to download
 http://build.shr-project.org/shr-unstable/ipk//armv4t/Packages.gz. 
 error detail: Couldn't resolve host name

Re: opkg install is not working

2009-09-23 Thread abatrour


kikiran wrote:
 
 i had installed full gta02 shr distribution   
 but i am trying to updateopkg update 
 
 then coming like this
 Downloading http://build.shr-project.org/shr-unstable/ipk//all/Packages.gz
 Downloading
 http://build.shr-project.org/shr-unstable/ipk//armv4/Packages.gz
 Downloading
 http://build.shr-project.org/shr-unstable/ipk//armv4t/Packages.gz
 Downloading
 http://build.shr-project.org/shr-unstable/ipk//om-gta02/Packages.gz
 Collected errors:
  * Failed to download
 http://build.shr-project.org/shr-unstable/ipk//all/Packages.gz. 
 error detail: Couldn't resolve host name
  * Failed to download
 http://build.shr-project.org/shr-unstable/ipk//armv4/Packages.gz. 
 error detail: Couldn't resolve host name
  * Failed to download
 http://build.shr-project.org/shr-unstable/ipk//armv4t/Packages.gz. 
 error detail: Couldn't resolve host name
  * Failed to download
 http://build.shr-project.org/shr-unstable/ipk//om-gta02/Packages.gz. 
 error detail: Couldn't resolve host name
 
 
 please help me 
 
 thanks
 

How do you have it connected to the internet? Can you run ifconfig for me?
-- 
View this message in context: 
http://n2.nabble.com/opkg-install-is-not-working-tp3694305p3700518.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


Re: gsm problem

2009-06-24 Thread abatrour

Do you have navit installed by any chance? That can break the audio.


Albert Dengg wrote:
 
 hi,
 after i recently upgraded my openmoko gsm firmware to moko11 i got
 a really strange problem: even though i can make and recieve calls
 (and send/recieve sms) just fine, i can't get any sound (i don't
 hear the other side and they don't hear me). before the flashing,
 it worked (well aside from a differing sound quality expirience).
 in fear of damaging my gta02 i used the uSD method just to be
 shure and i got a message that everything went fine.
 any ideas whats wrong or what i can do change the situation
 (i had to move back to my mostly broken old mobile because of this,
 so testing is a bit time consuming...).
 
 i currently use shr, though it does not work with om2008 or 2009
 either (and it worked with shr before the gsm firmware change).
 
 any ideas on what to do are welcome..
 
 yours,
 albert
 
 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support
 
 

-- 
View this message in context: 
http://n2.nabble.com/gsm-problem-tp3145740p3153177.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


Phone wont boot Android

2008-12-20 Thread abatrour

Hey everyone. I'm having trouble booting Android. I flashed with the latest
rootfs and uimage as well as the the u-boot from yesterday.
I have a 2gb memory card formatted 1gb fat16 and 1gb ext3.

I cant figure out what I did wrong
-- 
View this message in context: 
http://n2.nabble.com/Phone-wont-boot-Android-tp1681265p1681265.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


Re: Phone wont boot Android

2008-12-20 Thread abatrour

I also tried installing Qi last night, for qi the red aux light blinks once,
and I get a black screen on the phone but the back light is on.

with u-boot i just get the same black screen.
This phone worked with the very first port of android but none of the
updates.
-- 
View this message in context: 
http://n2.nabble.com/Phone-wont-boot-Android-tp1681265p1682432.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


Re: Phone wont boot Android

2008-12-20 Thread abatrour

How do I use ADB under vista? 
-- 
View this message in context: 
http://n2.nabble.com/Phone-wont-boot-Android-tp1681265p1684705.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


Re: NeoRndis.inf not working.

2008-11-30 Thread abatrour

I am using the shr u-boot from a few days ago
-- 
View this message in context: 
http://n2.nabble.com/NeoRndis.inf-not-working.-tp1577564p1596706.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


Re: NeoRndis.inf not working.

2008-11-27 Thread abatrour

Windows just says it cant find the proper driver when i select the inf file.

And after I change the pid/vid in the inf it installs, but then later gives
me the generic driver not working error.

I noticed that the driver stopped working awhile ago, I think after updating
the uImage.
I've updated the u-boot/uImage/rootfs to the latest versions and it doesn't
help.
-- 
View this message in context: 
http://n2.nabble.com/NeoRndis.inf-not-working.-tp1577564p1587743.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


NeoRndis.inf not working.

2008-11-25 Thread abatrour

Hey everyone. I'm having trouble connecting my phone to the computer. I plug
it into my xp machine and it comes up telling there is new hardware, I
select the driver and it tells me the driver isn't correct.

-- 
View this message in context: 
http://n2.nabble.com/NeoRndis.inf-not-working.-tp1577564p1577564.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


Re: NeoRndis.inf not working.

2008-11-25 Thread abatrour

I'm sorry for not making it clearer.
I can flash the phone fine.
But I cant get the driver working to ssh into it, and for internet.
-- 
View this message in context: 
http://n2.nabble.com/NeoRndis.inf-not-working.-tp1577564p1579969.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


Re: resolvconf problems

2008-08-21 Thread abatrour

I've always edited the usb portion of my /etc/network/interfaces to this
and its always worked.
As you can see it writes the IP to the resolv.conf automatically every time
at bootup.


# Ethernet/RNDIS gadget (g_ether)
# ... or on host side, usbnet and random hwaddr
auto usb0
iface usb0 inet static
address 192.168.0.202
netmask 255.255.255.0
network 192.168.0.0
gateway 192.168.0.1
up echo nameserver 208.67.222.222 /etc/resolv.conf 
up echo nameserver 208.67.220.220 /etc/resolv.conf 
#up echo nameserver 192.168.0.200 /etc/resolv.conf

-- 
View this message in context: 
http://n2.nabble.com/resolvconf-problems-tp722515p741913.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


Re: Error flashing to 2008.8

2008-08-19 Thread abatrour

Have you tried updating DFU or downloading the Om 2008 image again? The Image
could be corrupt.
-- 
View this message in context: 
http://n2.nabble.com/Error-flashing-to-2008.8-tp734507p734839.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


Re: Pay as you go SIM card

2008-07-23 Thread abatrour

I am with Fido as Pay as you go and I connect. It disconnects and reconnects
alot.
I'm in BC Canada.
-- 
View this message in context: 
http://n2.nabble.com/Pay-as-you-go-SIM-card-tp579284p579299.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