All times are UTC-06:00




Post new topic  Reply to topic  [ 67 posts ] 
Author Message
 Post subject:
PostPosted: Sun Mar 04, 2012 7:15 am 
Offline

Joined: Thu Aug 11, 2011 4:14 pm
Posts: 36
Location: USA
Unfortunately the installer script breaks and cannot locate debootstrap.


Top
   
 Post subject:
PostPosted: Sun Mar 04, 2012 8:15 am 
Offline

Joined: Wed Oct 13, 2004 7:26 am
Posts: 348
Quote:
Unfortunately the installer script breaks and cannot locate debootstrap.
please read the instructions:
Code:
apt-get -u install debootstrap parted pv


Top
   
 Post subject:
PostPosted: Sun Mar 04, 2012 7:20 pm 
Offline

Joined: Thu Aug 11, 2011 4:14 pm
Posts: 36
Location: USA
I already executed that before running the script

This is the error that your install script creates:

Quote:


Top
   
 Post subject:
PostPosted: Sun Mar 04, 2012 8:08 pm 
Offline
Genesi

Joined: Mon Jan 30, 2006 2:28 am
Posts: 409
Location: Finland
Hi.

Try replacing the 'xx' with e.g. 'us'. I believe this is set in /etc/apt/sources.list. Don't have the script here right now, so can't double check, but it seems like a missing country code or something.



Johan.

_________________
Johan Dams, Genesi USA Inc.
Director, Software Engineering

Yep, I have a blog... PurpleAlienPlanet


Top
   
 Post subject:
PostPosted: Mon Mar 05, 2012 8:12 am 
Offline

Joined: Thu Aug 11, 2011 4:14 pm
Posts: 36
Location: USA
Nope. changed the XX to us in the installer script, and double checked it against the sources.list file, the installer still doesn't work.,


Top
   
 Post subject:
PostPosted: Mon Mar 05, 2012 12:06 pm 
Offline

Joined: Wed Oct 13, 2004 7:26 am
Posts: 348
Quote:
Nope. changed the XX to us in the installer script, and double checked it against the sources.list file, the installer still doesn't work.,
without a full log it's impossible to help you, could you please paste the whole output somewhere?


Top
   
 Post subject:
PostPosted: Mon Mar 05, 2012 8:18 pm 
Offline

Joined: Thu Aug 11, 2011 4:14 pm
Posts: 36
Location: USA
i got it to work. the us mirror was not working at all, so i used the hu mirror, and updated both the apt sources list and the mirror location in the script.


Top
   
PostPosted: Thu Mar 08, 2012 8:07 am 
Offline

Joined: Wed Jan 11, 2012 9:19 pm
Posts: 7
Location: Texarkana, TX
Quote:
Enjoy and happy hacking!
Thank you sooooo much for this...I've been really struggling with getting a base install of Debian without Gnome, it was just a simple matter of it was above my skill level. By providing this, you've got me moving in the right direction! Thank you!

One thing that might be obvious to most but wasn't obvious to me is this: In addition to changing the country code in sources.lst, it must also be changed in the script. As I said I'm probably the only one that missed that, so I'm stating here clearly for other folks who are just as apt to miss things as I am. :)

Thank you again!

_________________
Josh Lawrence


Top
   
PostPosted: Fri Mar 09, 2012 6:48 pm 
Offline

Joined: Wed Jul 01, 2009 4:35 pm
Posts: 94
Location: Italy
I have installed on my smartbook ssd this debian armhf , after that I rebooted and log as root user.
I have made adduser <my user name>, after that I have add <my user name> to group name:
Code:
audio,voice,video,users,netdev,plugdev
netdev is needed from wicd
audio is needed from gstreamer for audio
plugdev i believe that is needed for mount usb
in my case I have added <my user name> ad the end of the line ( file /etc/group) of the group name indicated.

for make thunar be able to mount the usb keys and sd is needed to do this steps:
In
Code:
/etc/pam.d/common-session
insert the line
Code:
session optional pam_loginuid.co
just before
Code:
session optional pam_ck_connector.so nox11
Create /etc/polkit-1/localauthority/50-local.d/consolekit.pkla with the
contents:
Code:
[restart]
Identity=unix-user:*
Action=org.freedesktop.consolekit.system.restart
ResultAny=yes

[stop]
Identity=unix-user:brian
Action=org.freedesktop.consolekit.system.stop
ResultAny=yes
In the same directory have udisks.pkla containing:
Code:
[udisks]
Identity=unix-user:*
Action=org.freedesktop.udisks*
ResultAny=yes
Quote:
Image

Hi all,

After some delay, here is an updated armhf image,

http://www.powerdeveloper.org/asset/by-id/136

Enjoy and happy hacking!
Code:

_________________
http://deliriotecnologico.blogspot.com


Top
   
 Post subject:
PostPosted: Wed Mar 14, 2012 3:38 pm 
Offline

Joined: Wed Oct 19, 2011 4:02 pm
Posts: 24
Extra !

I just install it !

But if i use the script to install debian on the SSD, will i get the drivers ?


Top
   
 Post subject:
PostPosted: Thu Mar 15, 2012 6:57 am 
Offline

Joined: Thu Mar 15, 2012 6:10 am
Posts: 2
Thanks Konstantinos, my efika sb got usable again!


Top
   
 Post subject:
PostPosted: Thu Mar 15, 2012 8:04 am 
Offline

Joined: Wed Oct 13, 2004 7:26 am
Posts: 348
Quote:
Extra !

I just install it !

But if i use the script to install debian on the SSD, will i get the drivers ?
I just finished converting the 3D drivers to armhf multiarch, and today I should have a public repository with the debs provided -and the imx Xorg driver as well. Please stay tuned :)


Top
   
 Post subject:
PostPosted: Fri Mar 16, 2012 12:01 am 
Offline

Joined: Fri Oct 28, 2011 6:47 am
Posts: 55
Location: Terre
Quote:
...

I just finished converting the 3D drivers to armhf multiarch, and today I should have a public repository with the debs provided -and the imx Xorg driver as well. Please stay tuned :)
What a great news !
Congratulations for this great new hack !!!

_________________
[:-]


Top
   
PostPosted: Mon Mar 19, 2012 11:47 am 
Offline

Joined: Sun Dec 04, 2011 11:34 am
Posts: 4
It's quite some time that I'm using the image, installed on ssd, and I'm happy with it.

Some random question/suggestion:
- Its possible to have the genesi logo at the begin of the boot like in the factory ubuntu image? It's quite annoying having 10 second of blank screen when I turn on the EfikaMX.
For the moment I added console=tty0 to boot.scr as kernel parameter. At least I know is doing something... :wink:

- in boot.scr, I see that root is mounted rw. It is not supposed to be ro, to let the boot scripts able to do a fsck?

- wicd disconnect the wired connection, even if I configured as static ip. Stopping wicd service stopped the problem.

- is there a way to select the screen resolution? It seems that kernel recognize all the screen resolution offered by the monitor, but for some reason stick with 1280x720.
Code:
[ 2.162780] SIIHDMI: Unsupported modelines:
[ 2.164932] SIIHDMI: "1280x1024@75" 135.07 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (pixel clock exceeded)
[ 2.169177] SIIHDMI: discarded 1 incompatible modes
[ 2.171238] SIIHDMI: supported modelines:
[ 2.173276] SIIHDMI: "720x480@59" 27.00 720 736 798 858 480 489 495 525 -hsync -vsync
[ 2.177389] SIIHDMI: "720x576@50" 27.00 720 732 796 864 576 581 586 625 -hsync -vsync
[ 2.181711] SIIHDMI: "1280x720@50" 74.250 1280 1720 1760 1980 720 725 730 750 +hsync +vsync
[ 2.186244] SIIHDMI: "1280x720@60" 74.250 1280 1390 1430 1650 720 725 730 750 +hsync +vsync
[ 2.190916] SIIHDMI: "1280x800@60" 83.647 1280 1347 1481 1683 800 801 804 828 -hsync -vsync
[ 2.195791] SIIHDMI: "1280x960@60" 108.03 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
[ 2.200906] SIIHDMI: "1280x800@75" 107.296 1280 1359 1495 1711 800 801 804 835 -hsync -vsync
[ 2.206220] SIIHDMI: "1152x864@75" 108.03 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
[ 2.211660] SIIHDMI: "1024x768@75" 78.802 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
[ 2.217201] SIIHDMI: "1024x768@70" 75.01 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
[ 2.222826] SIIHDMI: "1024x768@60" 65.02 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
[ 2.228674] SIIHDMI: "832x624@75" 53.433 832 875 962 1092 624 625 628 652 -hsync -vsync
[ 2.234642] SIIHDMI: "800x600@75" 49.500 800 816 896 1056 600 601 604 625 +hsync +vsync
[ 2.240728] SIIHDMI: "800x600@72" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync
[ 2.246867] SIIHDMI: "800x600@60" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
[ 2.253127] SIIHDMI: "800x600@56" 36.01 800 824 896 1024 600 601 603 625 +hsync +vsync
[ 2.259435] SIIHDMI: "640x480@75" 31.500 640 656 720 840 480 481 484 500 -hsync -vsync
[ 2.265725] SIIHDMI: "640x480@72" 31.500 640 664 704 832 480 489 491 520 -hsync -vsync
[ 2.271994] SIIHDMI: "640x480@67" 27.106 640 661 725 810 480 481 484 499 -hsync -vsync
[ 2.278280] SIIHDMI: "640x480@60" 25.200 640 656 752 800 480 490 492 525 -hsync -vsync
[ 2.284546] SIIHDMI: "720x400@70" 26.171 720 737 808 896 400 401 404 417 -hsync -vsync
[ 2.290810] SIIHDMI: * "1280x1024@60" 108.03 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
[ 2.298573] SIIHDMI: selected configuration:
[ 2.301688] SIIHDMI: "1280x720@60" 74.250 1280 1390 1430 1650 720 725 730 750 +hsync +vsync
Thanks in advance.


Top
   
 Post subject:
PostPosted: Tue Mar 20, 2012 4:14 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1066
Quote:
I just finished converting the 3D drivers to armhf multiarch, and today I should have a public repository with the debs provided -and the imx Xorg driver as well. Please stay tuned :)
What should I add to sources.list to access it?

BTW: this morning brought 150+ updates to my smartbook and it feels faster. For example the XFCE menu now appears immediately instead of a short dealy.

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 67 posts ] 

All times are UTC-06:00


Who is online

Users browsing this forum: No registered users and 26 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
PowerDeveloper.org: Copyright © 2004-2012, Genesi USA, Inc. The Power Architecture and Power.org wordmarks and the Power and Power.org logos and related marks are trademarks and service marks licensed by Power.org.
All other names and trademarks used are property of their respective owners. Privacy Policy
Powered by phpBB® Forum Software © phpBB Group