Active Topics

 


Reply
Thread Tools
b-man's Avatar
Posts: 549 | Thanked: 502 times | Joined on Feb 2008 @ Bowling Green Ohio (united states)
#131
updated the first post to provide the temporary link for the ubuntu-n8x0 image

EDIT:

Just make shure you replace

Code:
deb http://www.bman.maemobox.org/repository alpha contrib main non-free
deb-src http://www.bman.maemobox.org/repository alpha contrib main non-free
with

Code:
deb http://b-man.xceleo.org/repo/ubuntu-n8x0 alpha contrib main non-free
deb-src http://www.bman.maemobox.org/repository alpha contrib main non-free
in /etc/apt/sources.list
__________________
I'm an advanced user and a bit of a modder.
----------------------------------------------
I am involved with Mer, Deblet, and NITdroid.
My ports/creations/hacks: GNOME (for Deblet), Cdeb2», Ubuntu, playable flash games in the "Get Started" app, DBS, ect...


enhanced fedora port has been canceled in favor of NITDebian (TBA)

Last edited by b-man; 2009-11-03 at 04:19.
 
Posts: 4 | Thanked: 0 times | Joined on Sep 2009
#132
Hello, I installed and configured all the steps as the tutorial, including dualboot, but when I restart the device, and then choose the menu "Internal MMC card, partition 2, ext2" the error occurs: "Boot from immc2 failed, booting from flash" . What is happening?

note: I realized that every time I restart the device, I need to remount the mmcblk0p3: "mount /dev/mmcblk0p3 /mnt/jaunty -o noatime"

Last edited by mlferreira; 2009-12-17 at 09:52. Reason: complementing
 
Posts: 4 | Thanked: 0 times | Joined on Sep 2009
#133
I made a change in the bootmenu.conf and gave no message that boot failed, but hangs on startup.

Code:
MENU_2_NAME="UBUNTU ON N810"
MENU_2_ID="mmc2"
MENU_2_DEVICE="${INT_CART}p3"
MENU_2_MODULES="mbcache ext2"
MENU_2_FSTYPE="ext2"
MENU_2_FSOPTIONS="noatime"
...
and boot message is...

Booting from mmc2 (mmcblk0p3 ext2)...

and freeze

any help please??

Last edited by mlferreira; 2009-12-17 at 14:18.
 
Posts: 7 | Thanked: 0 times | Joined on May 2009
#134
Originally Posted by mlferreira View Post
I made a change in the bootmenu.conf and gave no message that boot failed, but hangs on startup.

Code:
MENU_2_NAME="UBUNTU ON N810"
MENU_2_ID="mmc2"
MENU_2_DEVICE="${INT_CART}p3"
MENU_2_MODULES="mbcache ext2"
MENU_2_FSTYPE="ext2"
MENU_2_FSOPTIONS="noatime"
...
and boot message is...

Booting from mmc2 (mmcblk0p3 ext2)...

and freeze

any help please??
You have to change the format of your ext partition because it has to be ext3 if is ext3 try to change it to this:

Code:
MENU_2_NAME="UBUNTU ON N810"
MENU_2_ID="ubuntu"
MENU_2_DEVICE="${INT_CART}p3"
MENU_2_MODULES="mbcache jbd ext3"
MENU_2_FSTYPE="ext3"
MENU_2_FSOPTIONS="noatime, ro"
 
Posts: 95 | Thanked: 16 times | Joined on Feb 2008
#135
I am having a problem while installing sys-env-x

output:
Code:
Failed to fetch http://repository.mer.tspre.org/pool/main/c/cx3110x-module-770/cx3110x-module-770_1.2-mer2_armel.deb  Could not connect to repository.mer.tspre.org:80 (84.238.11.16), connection timed out
Failed to fetch http://repository.mer.tspre.org/pool/main/k/kernel-modules-770/kernel-modules-770_1.1_armel.deb  Unable to connect to repository.mer.tspre.org http:
Failed to fetch http://repository.mer.tspre.org/pool/main/n/n810-slideout-kbd-xmodmap/n810-slideout-kbd-xmodmap_2.1_all.deb  Unable to connect to repository.mer.tspre.org http:
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
anyone else unable to connect to repository.mer.tspre.org?
__________________
My it: n810 with latest os 2008
 
Stskeeps's Avatar
Posts: 1,671 | Thanked: 11,478 times | Joined on Jun 2008 @ Warsaw, Poland
#136
Originally Posted by MerkurAlex View Post
I am having a problem while installing sys-env-x

output:
Code:
Failed to fetch http://repository.mer.tspre.org/pool/main/c/cx3110x-module-770/cx3110x-module-770_1.2-mer2_armel.deb  Could not connect to repository.mer.tspre.org:80 (84.238.11.16), connection timed out
Failed to fetch http://repository.mer.tspre.org/pool/main/k/kernel-modules-770/kernel-modules-770_1.1_armel.deb  Unable to connect to repository.mer.tspre.org http:
Failed to fetch http://repository.mer.tspre.org/pool/main/n/n810-slideout-kbd-xmodmap/n810-slideout-kbd-xmodmap_2.1_all.deb  Unable to connect to repository.mer.tspre.org http:
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
anyone else unable to connect to repository.mer.tspre.org?
repository.mer.tspre.org is long gone, hell, I even moved out of the country that IP is in
__________________
As you go on to other communities, remember to build them around politeness, respect, trust and humility. Be wary of poisonous people and deal with them before they end up killing your community.. Seen it happen to too many IRC channels, forums, open source projects.
 
b-man's Avatar
Posts: 549 | Thanked: 502 times | Joined on Feb 2008 @ Bowling Green Ohio (united states)
#137
Originally Posted by Stskeeps View Post
repository.mer.tspre.org is long gone, hell, I even moved out of the country that IP is in
And that's why I'm in for a _lot_ of work when i start developing ubuntu-n9x0

btw, my N900 should be arriving within the next 2-3 days
__________________
I'm an advanced user and a bit of a modder.
----------------------------------------------
I am involved with Mer, Deblet, and NITdroid.
My ports/creations/hacks: GNOME (for Deblet), Cdeb2», Ubuntu, playable flash games in the "Get Started" app, DBS, ect...


enhanced fedora port has been canceled in favor of NITDebian (TBA)
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#138
Originally Posted by b-man View Post
btw, my N900 should be arriving within the next 2-3 days
Yeah... I'm jealous
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 
Posts: 71 | Thanked: 19 times | Joined on Dec 2009
#139
this is great, thanks a lot.

but try to install to n810

the repository have many packages missing.

something like
Err http://ports.ubuntu.com jaunty/main python-support 0.8.7ubuntu2
404 Not Found

and http://ports.ubuntu.com is very slow.

debian arm and x86 repository share same web site and every site have all packages for different architecture.
but ubuntu seems different, only http://ports.ubuntu.com for ARM platform.
 
jself's Avatar
Posts: 203 | Thanked: 61 times | Joined on May 2008
#140
Unless I missed something is there an installer for this?
__________________
Webdesign: http://www.oquilluksound.com/jrd
Urban Photography: http://stalktheland.blogspot.com
Music: http://www.myspace.com/mfred

» N800, cloned Diablo on 2 GB SD (Device: 600 MB, Internal: 256 MB, Swap: 256 MB), 8 GB external SD
 
Reply

Tags
gnome, kde, ubuntu


 
Forum Jump


All times are GMT. The time now is 05:02.