Ok today I tried the latest Image and:

- I can now use network directly on the first run, great!
- The keyboard issue I had could indeed have todo with the USB keyboard i
used (it has backlight and stuff) Using a more simple USB keyboard no
issues.
- screen -ls is now clean!

There still remains a tiny issue, on each package install I get warns about
having 2 make.conf files.

I noticed I have /etc/make.conf AND /etc/portage/make.conf, here is the diff

localhost ~ # diff -Nurp /etc/make.conf /etc/portage/make.conf
--- /etc/make.conf      2013-06-20 12:29:47.000000000 +0000
+++ /etc/portage/make.conf      2013-05-28 16:46:57.000000000 +0000
@@ -12,23 +12,24 @@ MAKEOPTS="-j6 -s"
 CCACHE_SIZE="5G"
 CCACHE_DIR="/var/ccache"
 # Global USE flags
-USE="cpudetection cups goom joystick jpeg png theora truetype xvid"
+USE="cpudetection cups goom joystick theora truetype xvid"
 # Sound USE flags
 USE="${USE} pulseaudio alsa flac mp3 vorbis ogg"
 # System USE flags
-USE="${USE} dbus introspection logind perl policykit python systemd
threads udev xattr"
+USE="${USE} dbus introspection logind policykit systemd threads xattr"
 # Video OpenGL stuff
 # Note: GLES2 is disabled globally atm. mesa-9.1.2 has bugs if both gl,
and gles2 are enabled.
 # The bug is in the GL{ES2,} headers (name clash), and gnome-shell fails
to build because of that.
 USE="${USE} -gles2"

-LINGUAS="en en_US af ar az bg bn br bs ca cs cy da de el en_GB eo es et eu
fa fi fr"
-LINGUAS="${LINGUAS} fy ga gl he hi hr hu is it ja kk km ko lt lv mk mn ms
nb nds nl"
-LINGUAS="${LINGUAS} nn pa pl pt pt_BR ro ru rw se sk sl sr sr@Latn ss sv
ta tg tr uk"
-LINGUAS="${LINGUAS} uz vi zh_CN zh_TW es_AR es_ES fy_NL ga_IE gu gu_IN
nb_NO nn_NO pt_PT sv_SE zh"
-
 # distcc configuration
-DISTCC_HOSTS="localhost/1 172.16.255.1/5"
+# DISTCC_SSH="/etc/distcc/distcc-ssh"
+# <host>/<number of jobs>
+# Works with QEMU warnings (damn)
+# DISTCC_HOSTS="localhost/1 distcc@localhost/15,lzo,cpp"
+# Works
+# DISTCC_HOSTS="localhost/1 127.0.0.1/15,lzo,cpp"
+DISTCC_HOSTS="localhost/1 192.168.1.2/8"
 # DISTCC_VERBOSE=1

 # Package specific configuration


On Wed, Jun 19, 2013 at 3:16 PM, Alessandro Renzi <[email protected]>wrote:

> > When working on the Pi directly using my USB keyboard, the key stroke
> > registration seems a bit messy. Sometimes I lack some chars, sometimes
> some
> > keystroke seems to hang and spits a zillion chars on my shell. Not sure
> why
> > that happens yet. (Running a "reset" command didn't cure it either)
>
> I had the same behavior on my desktop pc when the signal of the wireless
> keyboard was too low.
> What is the max current of your power supply?
>
>
> 2013/6/19 Fabio Erculiani <[email protected]>
>
>> On Wed, Jun 19, 2013 at 12:05 AM, Joost Ruis <[email protected]>
>> wrote:
>> > Hi list.
>> >
>> > I grabbed the Pi image from a mirror, put it on a SD and here are my
>> > findings.
>> >
>> > Once I got the network going (using ifconfig..) I ran equo update and
>> > decided to install networkmanager. While installing on each package I
>> get
>> > this message:
>> >
>> > !!! Found 2 make.conf files, using both '/etc/make.conf' and
>> > '/etc/portage/make.conf'
>>
>> Fixed. NetworkManager is installed by default now.
>>
>> >
>> > -----------------
>> >
>> > I noticed there was a dead screen session left behind, just a minor
>> issue
>> > ofcourse.
>> >
>> > localhost ~ # screen -ls
>> > There is a screen on:
>> >         25362.pts-7.armbuild    (Dead ???)
>>
>> Fixed.
>>
>> >
>> > -----------------
>> >
>> > When working on the Pi directly using my USB keyboard, the key stroke
>> > registration seems a bit messy. Sometimes I lack some chars, sometimes
>> some
>> > keystroke seems to hang and spits a zillion chars on my shell. Not sure
>> why
>> > that happens yet. (Running a "reset" command didn't cure it either)
>>
>> Maybe you're missing a bit more power on the USB.
>>
>> >
>> > -------------------
>> >
>> > Overall not bad for an initial release, well done Fabio!
>> >
>> >
>> >
>> >
>>
>>
>>
>> --
>> Fabio Erculiani
>>
>>
>
>
>
>


Reply via email to