Log in

Bekijk de volledige versie : Cannot install IPKG system



brianyu
27-08-2007, 09:04
Dear ALL,
I met a problem when I try to install bittorrent on my new WL-HDD.
First I have upgrade the OLEG's firmware (WLHDD-1.9.2.7-7g.trx or WLHDD-1.9.2.7-6b.trx), then I partition my 40G HDD with one 512M sawp and one 1G /opt and the rest for another partition. And now the automount are also working...

the problem is when I try to install IPKG, it show the following errors.
[admin@(none) tmp]$ ping wl500g.dyndns.org
PING wl500g.dyndns.org (158.250.11.254): 56 data bytes
64 bytes from 158.250.11.254: icmp_seq=0 ttl=45 time=470.8 ms
64 bytes from 158.250.11.254: icmp_seq=1 ttl=45 time=429.5 ms
64 bytes from 158.250.11.254: icmp_seq=2 ttl=45 time=448.0 ms
64 bytes from 158.250.11.254: icmp_seq=3 ttl=45 time=427.1 ms

--- wl500g.dyndns.org ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 427.1/443.8/470.8 ms
[admin@(none) tmp]$ ipkg.sh install ipkg
The following package were previously requested but have not been installed:
ipkg ipkgipkg.sh
Install them now [Y/n] ? y

Downloading http://wl500g.dyndns.org/ipkg/ipkg_0.99.149-2_mipsel.ipk ...
Connecting to wl500g.dyndns.org[158.250.11.254]:80
ipkg_0.99.149-2_mips 0% | | 0 - stalled -


the command seems never finished..... and I'm sure my internet connection haven't problem

wengi
27-08-2007, 10:55
Hi,
do the following in a temp dir:

wget http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/ipkg-opt_0.99.163-9_mipsel.ipk
ipkg.sh install ipkg-opt_0.99.163-9_mipsel.ipk
wget http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/uclibc-opt_0.9.28-12_mipsel.ipk
ipkg.sh install uclibc-opt_0.9.28-12_mipsel.ipk
ipkg update

Or have a look at my signature.

wengi

brianyu
28-08-2007, 06:41
Thanks Wengi! Thank you for your quick response!

wget even can not work, so I'm sure it's the network problem ( I use the internet share on my WinXP), after I connect my WLHDD to firewall directly, it works!