![]() |
2007-06-14
, 22:27
|
|
Posts: 531 |
Thanked: 79 times |
Joined on Oct 2006
@ This side of insane, that side of genius
|
#2
|
![]() |
2007-06-14
, 22:44
|
Posts: 3,401 |
Thanked: 1,255 times |
Joined on Nov 2005
@ London, UK
|
#3
|
As a fallback, I tried to issue ping and ifconfig in xterm but I get a "command not found". Aren't these commands included with the operating system? How do I make the n800 tell me what it's ipaddress is?
-- rhackenb
ln -s /bin/busybox2 ping ln -s /bin/busybox2 ping6 ln -s /bin/busybox2 telnet ln -s /bin/busybox2 traceroute
![]() |
2007-06-15
, 02:38
|
Posts: 84 |
Thanked: 6 times |
Joined on Feb 2007
@ Noblesville, IN USA
|
#4
|
![]() |
2007-06-15
, 03:20
|
Posts: 3,401 |
Thanked: 1,255 times |
Joined on Nov 2005
@ London, UK
|
#5
|
It's strange that ifconfig has be run as root. I think I know why. /sbin must be on the path of root but not of user. It can be invoked by user via /sbin/ifconfig.
I'm not sure what your data.tar.tz file does. It looks like it is establishing in /usr/busybox a bunch of symbolic links to various utilities found in /bin /usr/bin /sbin, etc. After I gunzip the data.tar.gz, what location do I do the untarring?
Also, what is busybox2? There is none on my n800.
![]() |
2007-06-15
, 05:43
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#6
|
/home/user # chroot /mnt/initfs ping 10.6.101.1
/home/user # cp /etc/resolv.conf /mnt/initfs/etc/
![]() |
2007-06-15
, 08:52
|
|
Posts: 696 |
Thanked: 1,012 times |
Joined on Mar 2006
@ Asturies, Spain
|
#7
|
![]() |
2007-06-15
, 10:43
|
Posts: 84 |
Thanked: 6 times |
Joined on Feb 2007
@ Noblesville, IN USA
|
#8
|
![]() |
2007-06-16
, 15:58
|
|
Posts: 231 |
Thanked: 21 times |
Joined on May 2007
@ Singapore
|
#9
|
![]() |
2007-06-16
, 16:49
|
Posts: 3,401 |
Thanked: 1,255 times |
Joined on Nov 2005
@ London, UK
|
#10
|
erm, what's the difference between doing this busybox thing and simply doing a "apt-get install ping"? It worked on my N800..
As a fallback, I tried to issue ping and ifconfig in xterm but I get a "command not found". Aren't these commands included with the operating system? How do I make the n800 tell me what it's ipaddress is?
-- rhackenb