maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Ubuntu (https://talk.maemo.org/forumdisplay.php?f=55)
-   -   [WIP] Ubuntu 9.10 on the N900 (https://talk.maemo.org/showthread.php?t=58083)

MaddogG 2010-08-30 07:52

Re: [WIP] Ubuntu 9.10 on the N900
 
I have two problems:

-led and keyboard backlight don't work
-battery charging doesn't work (neither using the wall charger, nor using the usb cable)

Suggestions? :)

johnel 2010-08-30 08:48

Re: [WIP] Ubuntu 9.10 on the N900
 
At the moment - for me the biggest blockers are:

Be able to make/receive phonecalls
Send/Receive SMS
Battery/power management

It will be amazing if was possible to install the linux distro of your choice and then download the apps/device drivers to enable all the hardware on the n900.

The nitdroid team have the first signs of phone call functionality so things are getting alot closer.

I imagine the next meego release will contain the "missing parts".

Then installing the OS of your choice with full hardware support will become a reality.

(It's just a matter of using stuff from other projects!)

Honza. 2010-08-30 11:51

Re: [WIP] Ubuntu 9.10 on the N900
 
-How to run wifi? I can normally connect to my home wlan(only MAC blocking), but never run internet - after minute got "time out".

-Super, I only turn on my BT mouse, pair and it works pretty well:)

PureEvil 2010-09-08 22:01

Re: [WIP] Ubuntu 9.10 on the N900
 
Hopefully this thread isn't dead :) I just followed the instructions, and finally got Ubuntu to boot up and the cursor to work. Now my issues seems to be getting wireless to work. Ubuntu seems to be auto-logging me in as 'user' and I am unable to do 'sudo' anything, I get a "unable to resolve host Nokia-N900" and then it asks for 'user's' password, which I don't know. Any help would be greatly appreciated!

Skyscraper 2010-09-10 07:06

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by PureEvil (Post 811071)
Ubuntu seems to be auto-logging me in as 'user' and I am unable to do 'sudo' anything, I get a "unable to resolve host Nokia-N900" and then it asks for 'user's' password, which I don't know. Any help would be greatly appreciated!

I've found out that user 'root' has password 'root'.
So just login to root and change the user password. ;)
WLAN works great btw.

Skyscraper

PureEvil 2010-09-13 02:56

Re: [WIP] Ubuntu 9.10 on the N900
 
Thank you Skyscraper, that worked perfectly! Next... maybe this is just an issue with me, but when I click on the network icon in the right hand corner, I get a 'device' not ready error, and can't use WiFi that way. So I went about it the long way, and here is how I did it, just in case anyone else needs to know.
Code:

ifconfig wlan34 up
This let me find my network
Code:

iwlist wlan34 scan
I was using WEP to test and yes it worked
Code:

iwconfig wlan34 mode managed key (network key)
I used parentheses and inserted by network name
Code:

iwconfig wlan34 essid "network name"
I used this to request an IP
Code:

dhclient wlan34
And ping'ed google to check everything was working!
Code:

ping google.com

senorsmile 2010-09-28 05:17

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by MaddogG (Post 800981)
Quote:

Originally Posted by MohammadAG View Post


If you're using a kernel based on kernel power, try backing up the module in /opt somewhere and then put the one here in /opt instead, http://mohammadag.xceleo.org/public/...les/tsc2005.ko
Ok, now it works! :D

What about "tar --preserve-permissions -xvjf file.bz" for the permissions error?

I am using the kernelPower and can't get the Ubuntu to boot. I don't quite understand what you are proposing to backup and replace here however. Any further clarification?

BTW: thanks a billion for all of the effort spent so far in getting ubuntu bootable from the n900.

MaddogG 2010-09-28 09:18

Re: [WIP] Ubuntu 9.10 on the N900
 
Download this:

http://mohammadag.xceleo.org/public/...les/tsc2005.ko

and put it in /opt in Ubuntu rootfs.

tobyax 2010-09-28 10:37

Re: [WIP] Ubuntu 9.10 on the N900
 
hi guys, its possible now to launch in multiboot without R&D mode?

kornolio 2010-09-28 20:39

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by tobyax (Post 828248)
hi guys, its possible now to launch in multiboot without R&D mode?

We all want to know this!! :D
Keep up the great work guys!

senorsmile 2010-09-28 23:54

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by MaddogG (Post 828196)
Download this:

http://mohammadag.xceleo.org/public/...les/tsc2005.ko

and put it in /opt in Ubuntu rootfs.

Ah ok. I understood that part. It just sounded like there was something else that should be backed up or renamed possibly before I did that. I will put it back into r&d mode and try it out. thanks!

tebsu 2010-09-29 08:15

Re: [WIP] Ubuntu 9.10 on the N900
 
hi guys, i have 2 questions about this.

1. lets say i installed another os like ubuntu and i dont want to keep my maemo but a week later, i want my maemo back, how do i get it back?

2. is this (or any other) OS independent from this stupid rootfs thing? or do they all have that restriction?

stalker 2010-10-06 06:15

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by MaddogG (Post 800981)
Ok, now it works! :D

What about "tar --preserve-permissions -xvjf file.bz" for the permissions error?

my mouse/touchscreen still does'nt work.... what kernels are you using??? mine boots only on nitdroid kernel... it does'nt boot on omap-1 or in power40 kernels. btw im using multiboot loader :confused:

MaddogG 2010-10-06 08:57

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by stalker (Post 834441)
my mouse/touchscreen still does'nt work.... what kernels are you using??? mine boots only on nitdroid kernel... it does'nt boot on omap-1 or in power40 kernels. btw im using multiboot loader :confused:

I used power kernel v40...have you copied tsc2005.ko in /opt on Ubuntu rootfs?

Ps: what does it mean

Quote:

mine boots only on nitdroid kernel... it does'nt boot on omap-1 or in power40 kernels
?
Are you booting Ubuntu using NITDroid kernel? :confused:

kingoddball 2010-10-06 09:28

Re: [WIP] Ubuntu 9.10 on the N900
 
Has anyone got this working with MultiBoot, yet?
I tried to get this running when it first came out, with a failure....
Can anyone make an auto installer (nitdroid style) for this? I would love this running on my N900!

Edit:
can someone help?

visudo: no editor found (editor path = /bin/vi)

I have VIM/VI installed. Any clues how to fix this?
I'm not sure on how to do the deep down linux commands....

stalker 2010-10-06 13:21

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by MaddogG (Post 834567)
I used power kernel v40...have you copied tsc2005.ko in /opt on Ubuntu rootfs?

Ps: what does it mean

?
Are you booting Ubuntu using NITDroid kernel? :confused:

yes i copied that on opt rootfs of ubuntu. i noticed that my ubuntu did'nt boot normally, my ubuntu boots only after i power off or restart the nitdroid... can you put your boot .item here...

skykooler 2010-10-11 21:09

Re: [WIP] Ubuntu 9.10 on the N900
 
I got Ubuntu 10.10 Maverick (ARM release) to boot, accidentally, by using the NITDroid menu option in multiboot and the wrong microSD card. However, neither the mouse nor the keyboard work. Anyone have any pointers?

ear0wax 2010-10-11 21:34

Re: [WIP] Ubuntu 9.10 on the N900
 
maybe use the drivers and inits from the 9.10 release?

mankir 2010-10-11 21:51

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by skykooler (Post 838742)
I got Ubuntu 10.10 Maverick (ARM release) to boot, accidentally, by using the NITDroid menu option in multiboot and the wrong microSD card. However, neither the mouse nor the keyboard work. Anyone have any pointers?

Which image have you used? This could be very interesting for Easy Debian/Chroot...

skykooler 2010-10-12 13:58

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by mankir (Post 838769)
Which image have you used? This could be very interesting for Easy Debian/Chroot...

I used the Texas Instruments OMAP3 preinstalled netbook image from http://cdimage.ubuntu.com/ubuntu-net...10.10/release/. I did not use any custom kernels.

skykooler 2010-10-12 14:00

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by ear0wax (Post 838761)
maybe use the drivers and inits from the 9.10 release?

Is there a list of where these are? Are they in /lib/?

artron 2010-10-12 16:38

Re: [WIP] Ubuntu 9.10 on the N900
 
i was install android and Ubuntu 9.10

it was triple boot maemo,android and ubuntu
all works fine,but 1 have on problem,

on ubuntu mouse or touch screen doesn't work...

on my multiboot menu item, on ubuntu item i was use kernel :

Code:

ITEM_KERNEL=2.6.28.NIT.06
that is problem?

what kernel i should use?

artron 2010-10-13 01:50

Re: [WIP] Ubuntu 9.10 on the N900
 
I success install Ubuntu 9.10 on N900 with run flawessly,
mouse work good,

im using multiboot,

this was im doing before :

1.download tsc2005.ko from this link http://mohammadag.xceleo.org/public/...les/tsc2005.ko
2.copy file tsc2005.ko to rootfs/opt/ (im mount mmc to folder on N900)
3.edit vi /etc/multiboot.d/ubuntu.item
4.remove line "ITEM_KERNEL="
5.do flasher
Code:

flasher-3.5 --enable-rd-mode --set-rd-flags=no-omap-wd,no-lifeguard-reset,no-ext-wd
huff this amazing, ubuntu on my N900, thanks for ubuntu N900 porting team

Gundogan 2010-10-13 07:57

Re: [WIP] Ubuntu 9.10 on the N900
 
Does 10.10 require R&D mode as wel? Might be a reason why it doesnt work for me atm :<

seanik07 2010-10-13 14:10

Re: [WIP] Ubuntu 9.10 on the N900
 
Man... I've just successfully booted kubuntu 10.10 on my n900.
ty for this topic, it helped me a lot.

LucianoBraga 2010-10-13 14:19

Re: [WIP] Ubuntu 9.10 on the N900
 
Performs better than Easy Debian?

MaddogG 2010-10-13 14:25

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by seanik07 (Post 840096)
Man... I've just successfully booted kubuntu 10.10 on my n900.
ty for this topic, it helped me a lot.

Could you please make a vid? :)

Just to know if it's worth trying...

LucianoBraga 2010-10-13 14:28

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by MaddogG (Post 840102)
Could you please make a vid? :)

Just to know if it's worth trying...

Yeah, I second that.

mankir 2010-10-13 16:56

Re: [WIP] Ubuntu 9.10 on the N900
 
When i try to chroot into maverick-preinstalled-netbook-armel+omap, i get following error: chroot: cannot execute su: exec format error. Any suggestions?

LucianoBraga 2010-10-14 01:02

Re: [WIP] Ubuntu 9.10 on the N900
 
Ok, I will try to install 10.10 on N900 later.

artron 2010-10-14 04:11

Re: [WIP] Ubuntu 9.10 on the N900
 
how to create rootfs from linux for N900,
i want to create from Linux Mint,

please some information or tutorial?

MaddogG 2010-10-14 07:43

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by LucianoBraga (Post 840475)
Ok, I will try to install 10.10 on N900 later.

I think I will try too this weekend :)

ear0wax 2010-10-14 18:43

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by artron (Post 840572)
how to create rootfs from linux for N900,
i want to create from Linux Mint,

please some information or tutorial?

Linux Mint us just ubuntu with a few extra/different packages, also Linux mint does not have an ARM release.

decibyte 2010-10-14 21:19

Re: [WIP] Ubuntu 9.10 on the N900
 
After several tries I still havent managed to make it :(

Mohammad, is there any new progress since the last edit of your post #51? And what about newer ubuntus 10.04 and 10.10?

Not to be rude. I just want ubuntu on my N900 so badly :)

LucianoBraga 2010-10-14 23:09

Re: [WIP] Ubuntu 9.10 on the N900
 
Installed Ubuntu 10.10 with the Win32DiskManager. It goes to login screen, but keyboard and mouse donīt work.

Has some "suspend" issues too, it just keeps suspending all the time.

artron 2010-10-15 01:00

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by seanik07 (Post 840096)
Man... I've just successfully booted kubuntu 10.10 on my n900.
ty for this topic, it helped me a lot.

i was download
Code:

ubuntu-netbook-10.10-preinstalled-netbook-armel+omap4.img.gz
what do next?
i do some
Code:

dd bs=4096 if=ubuntu-netbook-10.10-preinstalled-netbook-armel+omap4.raw of=/dev/sdb
the result is can't boot

before i was flash for ubuntu 9.10 n work good,is i need to make flasher again?

skykooler 2010-10-15 13:56

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by artron (Post 841494)
i was download
Code:

ubuntu-netbook-10.10-preinstalled-netbook-armel+omap4.img.gz
what do next?
i do some
Code:

dd bs=4096 if=ubuntu-netbook-10.10-preinstalled-netbook-armel+omap4.raw of=/dev/sdb
the result is can't boot

before i was flash for ubuntu 9.10 n work good,is i need to make flasher again?

The N900 uses omap3. You need to download the other ubuntu netbook image. Good luck!

LucianoBraga 2010-10-15 14:24

Re: [WIP] Ubuntu 9.10 on the N900
 
Yeah, basic.

Anyway, keyboard and mouse will not work.

MaddogG 2010-10-15 14:33

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by LucianoBraga (Post 841959)
Yeah, basic.

Anyway, keyboard and mouse will not work.

Too bad :(

LucianoBraga 2010-10-15 15:05

Re: [WIP] Ubuntu 9.10 on the N900
 
Agree. Seems to be a very good port, and blazing fast.


All times are GMT. The time now is 16:51.

vBulletin® Version 3.8.8