i all,
i'm trying to install http://archlinuxarm.org/os/ArchLinuxARM ... est.tar.gz on the asus TF201 ( tegra 3 ).
i have successfully installed gentoo ( http://wiki.gentoo.org/wiki/Asus_Transformer_Prime ) and now i want to try archlinux too.
the problem is that: http://pastebin.com/hPvB7f50
commands are submitted from the archlinux chroot as root ( no android network restrictions on root user ).
ping is the archlinux ping executable, /tmp/ping is the gentoo one ( cp $(which ping) /mnt/arch_linux/tmp/ #from gentoo)
steps to reproduce the bug:
# mkdir /mnt/arch_linux
# cd /mnt/arch_linux
# wget "http://archlinuxarm.org/os/ArchLinuxARM-trimslice-latest.tar.gz" -O - | tar xpz
# chroot . /bin/su
# ping 127.0.0.1
info provided:
ldd
strace
program version
kernel version
kernel configuration
hardware arch
i've also tried to mount /dev /dev/shm /dev/pts /proc /sys before chrooting.
IMHO should be a kernel mismatching. i'm using the 3.1.10 with this config: http://pastebin.com/teLwq5Qh
regards!