Power Developer
https://powerdeveloper.org/forums/

[Bodhi Linux] Genesi release moves to Debian ARMHF
https://powerdeveloper.org/forums/viewtopic.php?f=7&t=2296
Page 1 of 1

Author:  JeffHoogland [ Tue Aug 07, 2012 2:33 pm ]
Post subject:  [Bodhi Linux] Genesi release moves to Debian ARMHF

I've created new Genesi images that utilize our transition to ARMHF as our mobile base.

Blog Post -> http://jeffhoogland.blogspot.com/2012/0 ... armhf.html

Download Links -> http://bodhilinux.com/downloads_mobile.php

Cheers,
~Jeff

Author:  steev [ Tue Aug 07, 2012 4:22 pm ]
Post subject:  Re: [Bodhi Linux] Genesi release moves to Debian ARMHF

That's great to hear!

Author:  mars [ Sat Aug 11, 2012 12:17 pm ]
Post subject:  Re: [Bodhi Linux] Genesi release moves to Debian ARMHF

Loaded on my test smartbook. Bodhi looks just as good as it does on x86. Two quick comments/questions:

1. How do I get the brightness keys to work? I couldn't get them to work on the prior version either. For my use case, I actually use the brightness keys quite a bit. The volume keys work.

2. Suspend doesn't seem to work, but not really a big deal for me.

Brightness keys worked on the sid armhf and William Schaub armel squeeze images. And suspend works on the armel squeeze image (I don't have the sid image loaded to check).

Author:  JeffHoogland [ Mon Aug 13, 2012 9:19 am ]
Post subject:  Re: [Bodhi Linux] Genesi release moves to Debian ARMHF

Still poking around to figure out how to get brightness working...

As for suspend - I forgot to edit the sysactions file to work on the smartbook on this image - thanks for reminding me.

For now if you need/want suspend simply run in terminal:
Code:
sudo nano /etc/enlightenment/sysactions.conf
And edit the line:
Code:
action: suspend /etc/acpi/sleep.sh force
And change the line to read:
Code:
action: suspend /usr/sbin/pm-suspend
Finally, in order to make sure the keyboard/mouse work on resume you need to install one package. While you have an active internet connection run:
Code:
Cheers,
~Jeff

Author:  ericb [ Mon Aug 20, 2012 5:47 am ]
Post subject:  Re: [Bodhi Linux] Genesi release moves to Debian ARMHF

Hi,

First, I'd like to say a BIG thank you to Jeff Hoogland and all the one who worked on the port.

I installed it, and it works very well on my smartbook !

What works :

- login / add new users
- wifi ( using WPA -> perfect !)
- update / upgrade
- 2D/3D acceleration (ok, not very powerfull, but OpenGL is present)
- gcc + g++ toolchain seems to be OK (building OOoLight)

The issues I found :

#1 Yet no way to invert the "fn" key behaviour ( see my post: http://www.powerdeveloper.org/forums/vi ... f=1&t=2033 )

#2 Missing /lib/ld-linux.so.3 /lib/ld-linux-armhf.so.3 , and no backward compatibility with old software ABI

How to catch the issue : install OOoLight form my personal repository.
=> it does not launch : /usr/lib/ooolight-1.1/program/soffice.bin does not exist.
To catch the reason : strace soffice.bin, and execve() will not find /lib/ld-linux.so.3 (old soft floatABI)

Workaround: sudo ln -s /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3

Note for Markos : subversion worked suddenly since ;-)

#3 uname is probably not correct, because "uname -a" returns :
Linux efikamx 2.6.31.14-27-efikamx #1 Tue Feb 21 15:43:17 UTC 2012 armv7l GNU/Linux
IMHO, should return :
Linux armhf 2.6.31.14-27-efikamx #1 Tue Feb 21 15:43:17 UTC 2012 armv7l GNU/Linux

#4 Gnome classic seems to now work. (GNOME issue IMHO)

#5 fr layout cannot kept after a logout. I have to select myself everytime.

#6 no way to localize correctly the Gnome interface in french
I added fr_FR.ISO-8859.1 and all other needed locales + localegen + used the gnome tools to select the right layout and co

# found other logs who could be usefull in /var/log, but I prefer wait for precise requests.


Thanks again !!

Author:  steev [ Wed Aug 22, 2012 12:05 pm ]
Post subject:  Re: [Bodhi Linux] Genesi release moves to Debian ARMHF

Quote:
Hi,
<snip>
#3 uname is probably not correct, because "uname -a" returns :
Linux efikamx 2.6.31.14-27-efikamx #1 Tue Feb 21 15:43:17 UTC 2012 armv7l GNU/Linux
IMHO, should return :
Linux armhf 2.6.31.14-27-efikamx #1 Tue Feb 21 15:43:17 UTC 2012 armv7l GNU/Linux
The second portion of uname is the hostname of the local machine, so it is whatever your hostname is. I.E. on a few of mine it's "hardenedefika", "rose", "amy", "perri", "hardenedmx6" and so on. If you want it to return Linux armhf 2.6.31.... just change your hostname to armhf :)

Author:  ericb [ Thu Aug 23, 2012 6:05 am ]
Post subject:  Re: [Bodhi Linux] Genesi release moves to Debian ARMHF

@steev

OOops, you are right, was a stupid check :-)

Since, I searched a bit, and found something who seems to be better : gcc -dumpmachine

It does contain arm + hf and I'll check on other machines, to verify ot's reliable.

To complete the view, and based on the nice http://jeetworks.org/node/116 blog entry, it cannot be bad to try : gcc -v -x -c++ /dev/null -fsyntax-only

Returns a lot of information there.

Author:  JeffHoogland [ Tue Oct 16, 2012 5:30 pm ]
Post subject:  Re: [Bodhi Linux] Genesi release moves to Debian ARMHF

I've published what should be our last set of images for some time for the Genesi Smartbook - because they are awesome! They are finally in a spot I am happy with. Grab the latest images here:

http://sourceforge.net/projects/bodhili ... HF/Genesi/

If one of the folks here can update the Bodhi links on the community page to these latest images that would be great.

Cheers,
~Jeff

Author:  APerson [ Wed Oct 17, 2012 5:55 am ]
Post subject:  Re: [Bodhi Linux] Genesi release moves to Debian ARMHF

That is great, Jeff! The community resources page was updated accordingly.

Author:  gilgam [ Sun Oct 21, 2012 1:04 am ]
Post subject:  Re: [Bodhi Linux] Genesi release moves to Debian ARMHF

Quote:
I've published what should be our last set of images for some time for the Genesi Smartbook - because they are awesome! They are finally in a spot I am happy with. Grab the latest images here:

http://sourceforge.net/projects/bodhili ... HF/Genesi/

If one of the folks here can update the Bodhi links on the community page to these latest images that would be great.

Cheers,
~Jeff
Nice.

Does it work with the nettop ?
i'm downloading it right now to test it .

thanks
G

Edit :
Ok so i tested the live image and it works fine, the default setup is good.

i'm downloading the installer right now :-)

Author:  JeffHoogland [ Sun Oct 21, 2012 5:35 am ]
Post subject:  Re: [Bodhi Linux] Genesi release moves to Debian ARMHF

As you discovered it does work fine with the nettop.

~Jeff

Author:  gilgam [ Sun Oct 21, 2012 10:32 am ]
Post subject:  Re: [Bodhi Linux] Genesi release moves to Debian ARMHF

On the netop, it works fine indeed, but i have some minor issues:

No ethernet, i know it's useless for the netbook, but quite important for my nettop. Is there a simple way to add it ?

No french localization. i can't get any french language package with synaptic, and the bodhi fr package is present but i can't install it as it's not certified (i don't remember the correct error).

One repository (the bodhi one) is not reachable via synaptic or apt-get...

The overall look is nice, the responsiveness too.
I just need it as a writing platform for one coworker, not really linux aware (at least :-)).

Thanks if you can help me.

Author:  JeffHoogland [ Sun Oct 21, 2012 9:27 pm ]
Post subject:  Re: [Bodhi Linux] Genesi release moves to Debian ARMHF

Have you poked around in WICD (the default network manager in the tray) it should handle wired network connections by default.

~Jeff

Author:  gilgam [ Mon Oct 22, 2012 2:04 am ]
Post subject:  Re: [Bodhi Linux] Genesi release moves to Debian ARMHF

no i didin't yet. i just connect to the wireless network @home. But there isn't at work.

this is not the bggest problem.

Page 1 of 1 All times are UTC-06:00
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/