public inbox for gentoo-embedded@lists.gentoo.org
 help / color / mirror / Atom feed
From: elmar bucher <elmbeech@gmail.com>
To: Andrej Gelenberg <andrej.gelenberg@udo.edu>
Cc: gentoo-embedded@lists.gentoo.org
Subject: Re: [gentoo-embedded] gentoo installation on openmoko freerunner
Date: Wed, 15 Jun 2011 00:40:47 +0300	[thread overview]
Message-ID: <BANLkTimRBSvK3DG33FOs=d-jGJeYuyitpw@mail.gmail.com> (raw)
In-Reply-To: <4DF729BE.5030204@udo.edu>

Hi Andrej,

Thank you for the fast reply.

*** on SHR ***
> # ip addr
quite some output
1: lo  (loopback at inet 127.0.0.1/8)
2: usb0 [...] inet 192.168.0.202/24 brd 192.168.0.255
3: eth0 [...] inet 192.168.0.42/24 brd 192.168.0.255

> What is in /etc/resolve.conf?
cat /ect/reslov.conf
nameserver 208.67.222.222
nameserver 208.67.220.220

> What say 'dig @8.8.8.8 gentoo.org'?
/bin/sh: dig: not found
(so the is no dig command)

> What say ping 8.8.8.8?
PING 8.8.8.8 (8.8.8.8): 56 data bites
74 packets transmitted, 0 packets received ,100% packet lost

*** on the chrooted GENTOO environment ***
> # ip addr
sh: ip command not found

> What is in /etc/resolv.conf?
there is no resolv.conf file

> What say 'dig @8.8.8.8 gentoo.org'?
/bin/sh: dig: not found

> What say ping 8.8.8.8?
PING 8.8.8.8 (8.8.8.8): 56(84) bytes of data
From 192.168.0.202 icmp_seq=1 Destination Host Unreachable
[...]
5 packets transmitted, 0 received , +3 errors, 100% packet lost, time
4027ms pipe 3


*** if i do the same from my gNewSense desktop whit ethernet cable
connection ***
> # ip addr
elm@firebolt:~$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 100
    link/ether 00:1d:72:92:d1:83 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.57/24 brd 192.168.0.255 scope global eth0
    inet6 fe80::21d:72ff:fe92:d183/64 scope link
       valid_lft forever preferred_lft forever

> What is in /etc/resolv.conf?
elm@firebolt:~$ cat /etc/resolv.conf
### BEGIN INFO
#
# Modified_by:  NetworkManager
# Process:      /usr/bin/NetworkManager
# Process_id:   4893
#
### END INFO

search Sauna


nameserver 192.168.0.1


> What say 'dig @8.8.8.8 gentoo.org'?
elm@firebolt:~$ dig @8.8.8.8 gentoo.org

; <<>> DiG 9.4.2-P2.1 <<>> @8.8.8.8 gentoo.org
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10108
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;gentoo.org.			IN	A

;; ANSWER SECTION:
gentoo.org.		3323	IN	A	89.16.167.134

;; Query time: 43 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Jun 15 00:06:55 2011
;; MSG SIZE  rcvd: 44

> What say ping 8.8.8.8?
elm@firebolt:~$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=53 time=43.7 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=53 time=44.1 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=53 time=43.4 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=53 time=44.0 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=53 time=44.0 ms

--- 8.8.8.8 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 3998ms
rtt min/avg/max/mdev = 43.466/43.871/44.118/0.306 ms


*** questions ****
should i copy the /etc/resolv.conf from the desktop to the phone? the
name server form the provider (saunalathi) should be the same.
8.8.8.8 is the google DNS server - is this the better choice?

I try to install qemu-user:
# USE=static emerege -b1 app-emualtion/qemu-user
[...]
!!! All ebuilds that could satisfy "app-emulation/qemu-user" have been masked.
[...]

I guess I have first to get the wi-fi proper working in SHR and then
try to install gentoo from scratch, then at the moment seems to be the
biggest problem, that I have no internet access to the phone at all.
What do you think?

So long, Elmar



/*****
On 14 June 2011 12:28, Andrej Gelenberg <andrej.gelenberg@udo.edu> wrote:

> Hi,
> to chroot on desktop, you need quemu-user
> (http://www.gentoo.org/proj/en/base/embedded/handbook/?part=1&chap=5).
>
> Get your phone an ip address?
> # ip addr
>
> What is in /etc/resolve.conf? What say 'dig @8.8.8.8 gentoo.org'? What
> say ping 8.8.8.8?
>
> Regards,
> Andrej Gelenberg
>
>
> On 06/14/2011 10:05 AM, elmar bucher wrote:
>> Dear gentoo-embedded list members,
>>
>> I  try to get gentoo installed on the openmoko freerunner phone,
>> following the instruction at
>> http://gentoo.mindzoo.de/index.cgi/wiki/native-compiling .
>> (Last post on this prj page is about a year ago, but I still hoped to
>> get it running.)
>>
>> I manged to:
>> + fdisk the microSD card
>> + format the root partition
>> + format the swap partition
>> + download the latest stage3 tarball and extract it on the root partition
>> + download the latest portage tree and extract i to the root partition
>> + set zoneinfo
>> + set host name
>> + uncomment  unnecessary terminal in /ect/fstab
>> + set locale-gen in inittab
>> + chroot to the system
>> + update environment (source /etc/profile && env-update)
>> + set root passwd
>> + enable sshd on startup (rc-update add sshd default)
>> + set up usb networking (http://gentoo.mindzoo.de/index.cgi/wiki/USB_Networking)
>> + remove consolefont from boot runlevel
>>
>> But now, by trying to installing layman (to choose a profile) I run
>> into troubles:
>> If I try to emerge layman on the chrooted environment the phone can
>> not get an working internet connection.
>> Am I supposed to have a working internet connection?
>> I tried ping from the chrooted environment:
>>  ping gentoo.org
>>  ping: unknown host gentoo.org
>>
>> At the moment the phone have the latest version of shr installed.
>> I can start wi-fi over "Iliwi" in shr. according to the message on the
>> screen get wifi CONNECTED.
>> how ever, if i try to ping from the non chrooted environment I get this:
>>   ping gentoo.org
>>   ping: bad address 'gentoo.org'
>>
>> The latest I tried: I plugged the microSD card into my desktop, where
>> I tied to chroot to the environment. Without success. (Which somehow
>> makes sense to me, since the kernel on the microSD card is not packed
>> for the desktop hardware. But I am not sure if I am right.)
>>
>> So this two question remains:
>> Do I need internet access on the phone (over wifi or the simcard) to
>> be able to finish the gentoo installation?
>> How can I install layman, that i can choose a profiles for openmoko?
>>
>> I'm grateful for any hints.
>> So long, Elmar
>>
>>
>
>



-- 
Using Gmail? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?8754.



  reply	other threads:[~2011-06-14 22:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-14  8:05 [gentoo-embedded] gentoo installation on openmoko freerunner elmar bucher
2011-06-14  9:09 ` Peter Volkov
2011-06-14 21:41   ` elmar bucher
2011-06-14 22:15     ` elmar bucher
2011-06-14  9:28 ` Andrej Gelenberg
2011-06-14 21:40   ` elmar bucher [this message]
2011-06-15  6:27     ` Andrej Gelenberg
2011-06-15  8:27     ` YoYo Siska
2011-06-15 21:48       ` elmar bucher
2011-06-15 22:08         ` David Ford
2011-06-22  9:19         ` YoYo Siska
2011-06-25 18:27           ` elmar bucher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='BANLkTimRBSvK3DG33FOs=d-jGJeYuyitpw@mail.gmail.com' \
    --to=elmbeech@gmail.com \
    --cc=andrej.gelenberg@udo.edu \
    --cc=gentoo-embedded@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox