![]() |
Re: [WIP] Ubuntu 9.10 on the N900
Quote:
|
Re: [WIP] Ubuntu 9.10 on the N900
Quote:
http://mohammadag.xceleo.org/public/...Ubuntu.tar.bz2 and put the tsc2005.ko from http://mohammadag.xceleo.org/public/...les/tsc2005.ko to /opt/ |
Re: [WIP] Ubuntu 9.10 on the N900
Quote:
how about this,can work to N900 : http://cdimage.ubuntu.com/kubuntu-mo...el+omap.img.gz Code:
Preview preinstalled mobile image for Texas Instruments OMAP3 computers http://cdimage.ubuntu.com/kubuntu-mo...10.10/release/ what i do next ? |
Re: [WIP] Ubuntu 9.10 on the N900
Could someone explain a more step-by-step way how to use the 10.10 raw image? Should i download it to the partition of my n900 first and then do the "dd" command.. or should i do the "dd" command from my computer?
|
Re: [WIP] Ubuntu 9.10 on the N900
The image above contains a new kernel, using the old kernel will probably work, but you might miss some features added in by Ubuntu.
I have NOT been able to boot the new kernel yet. To install the image, download and extract the raw file, then plug in your N900 and select mass storage mode, find the name of the dev node (/dev/sdx) then dd if=imagefilename of=/dev/sdx. You have to dd to the whole mmc block, not the partition (i.e sdc not sdc1). If you type in the wrong block, you might erase your HDD, so make sure you know what you're doing, dd isn't something to try out. |
Re: [WIP] Ubuntu 9.10 on the N900
Quote:
|
Re: [WIP] Ubuntu 9.10 on the N900
dd to /dev/sdc then, it should have a partition table in the image (ala MeeGo).
You can mount the image though, mount -t ext3 -o loop image.raw /mnt, then just browse /mnt |
Re: [WIP] Ubuntu 9.10 on the N900
Quote:
|
Re: [WIP] Ubuntu 9.10 on the N900
Quote:
|
Re: [WIP] Ubuntu 9.10 on the N900
i was mount raw
Code:
mount -t ext3 -o loop image.raw /mnt Code:
cp -pr |
Re: [WIP] Ubuntu 9.10 on the N900
Feels disturbing that it are so close but still not.. cause of the mouse and touch not working. Would be so epic to get 10.10 working.
I was wondering if someone tried Meegos modules for this or if that would be impossible? I think Meego and Ubuntu 10.10 have the same kernel version. |
Re: [WIP] Ubuntu 9.10 on the N900
They don't, but I couldn't get the stock MeeGo kernel to boot it, I'll try to recompile the MeeGo kernel with some mods and see if this boots.
|
Re: [WIP] Ubuntu 9.10 on the N900
Quote:
|
Re: [WIP] Ubuntu 9.10 on the N900
Wow!
Good Luck! |
Re: [WIP] Ubuntu 9.10 on the N900
I found this when i where lurking around... they mention n900 and ofono ;)
https://blueprints.launchpad.net/ubu...elephony-stack |
Re: [WIP] Ubuntu 9.10 on the N900
Quote:
|
Re: [WIP] Ubuntu 9.10 on the N900
Quote:
|
Re: [WIP] Ubuntu 9.10 on the N900
Quote:
Quote:
|
Re: [WIP] Ubuntu 9.10 on the N900
Yeah, the image boots, as have I stated in my posts.
AlMehdi, you had suspending problems? |
Re: [WIP] Ubuntu 9.10 on the N900
Quote:
Or do you mean the keyboard light when you are in R&D mode? The flickering when the screen is off. Is there a way to get around it? |
Re: [WIP] Ubuntu 9.10 on the N900
Is the keyboard mouse issues entirely kernel related or is it a xorg.conf issue?
|
Re: [WIP] Ubuntu 9.10 on the N900
id really love to run ubuntu 10.10 on my n900!!
is everything working flawless with it? is there a detailed instruction on how to? man, man, man!! |
Re: [WIP] Ubuntu 9.10 on the N900
AlMehdi, on my N900, Ubuntu 10.10 keeps suspending and waking.
ear0wax, we donīt know yet. bulelet, read the posts. Ubuntu boots, but keyboard and mouse donīt work. |
Re: [WIP] Ubuntu 9.10 on the N900
Quote:
|
Re: [WIP] Ubuntu 9.10 on the N900
Not my case. Maybe I did something wrong on install process, donīt know.
|
Re: [WIP] Ubuntu 9.10 on the N900
I saw that Ubuntu 11 has native ARM support, does that means it will run without any bigger issues on the N900?
|
Re: [WIP] Ubuntu 9.10 on the N900
Quote:
|
Re: [WIP] Ubuntu 9.10 on the N900
If someone want to see how it looks with 10.10 you could edit the /etc/gdm/custom.conf and add this. Of cource you will need to mount the image first by "mount /dev/mmcblk1p2 /mnt/ubuntu/" to edit the file.
Code:
[daemon] |
Re: [WIP] Ubuntu 9.10 on the N900
yeaaa... i was reading on past pages and what i was kinda looking for is the "how to" with detalied instructions, compiled on a single page, more like mohamad's but for ubuntu 10.10.
would really like to put this on my phone :o |
Re: [WIP] Ubuntu 9.10 on the N900
Keyboard and mouse donīt work, so itīs quite useless.
Simply download the img.gz image for omap from Ubuntu website, extract the raw image, and put it in a microSD card with Win32DiskManager. So, create a multiboot item, and thatīs it. But, like I said, quite useless without INPUT. |
Re: [WIP] Ubuntu 9.10 on the N900
BUUUMP!!! any news?
|
Re: [WIP] Ubuntu 9.10 on the N900
No. No news.
|
Re: [WIP] Ubuntu 9.10 on the N900
What is needed for the mouse and keyboard? Is it a kernel issue or an X one?
|
Re: [WIP] Ubuntu 9.10 on the N900
Hmmm. I can't seem to get it to boot. It constantly shows the loading indicator on a black screen. Any ideas? (Ubuntu 9.10 rootfs on Mohammad's server)
|
Re: [WIP] Ubuntu 9.10 on the N900
Quote:
|
Re: [WIP] Ubuntu 9.10 on the N900
I got the touch screen working on ubuntu 10.10
this is how i did it : chroot into the ubuntu install from maemo removed xserver-xorg-core disable all repositories in /etc/apt/sources.list added debian unstable repository to that list update package list install the following : xserver-xorg-video-omap3 xserver-xorg-input-evdev xserver-xorg-input-tslib libts-bin disable debian unstable repository in the sources.list , enable previously disabled repositories . after doing this , I created xorg.conf in /etc/X11/ I used the configuration from https://elektranox.org/n900/installation/manual.html , replace "de" with "us" for us keyboard . exit chroot I was using power-kernel and copied modules and firmware to respective folders , I don't know if thats necessary since I did all above in 1 go . the touch screen worked , though needs calibration , keyboard didn't work for me then , will try again later. about the kernel that comes with the ubuntu image , I tried to boot that , the kernel does start , and a black screen is as far as you can get ... where is the source of that kernel ? I don't think it's the main line kernel , anyways if the source is found, I am sure someone here will probably get it to work . [EDIT] to calibrate the touch screen install openssh inside ubuntu from chroot edit /etc/modules to include g_nokia << u need to copy kernel module for this edit /etc/network/interfaces , that depends on your network setup . if you are using ubuntu on pc, add a new connection >> shared to other computers , and use example interfaces file below auto usb0 iface usb0 inet static address 10.42.43.10 network 10.42.43.0 netmask 255.255.255.0 broadcast 10.42.43.255 gateway 10.42.43.1 set the root password by doing the following passwd reboot to ubuntu on your n900 , plug in the usb cable your pc should identify your n900 in network now . ssh into your n900 , and call TSLIB_TSDEVICE=/dev/event3 TSLIB_CONFFILE=/etc/ts.conf ts_calibrate tap the crosses on the n900 screen , now it's calibrated . I couldn't log in through gdm though , every time I log in the screen blanks then I was returned to login screen , I disabled gdm , and used nodm to login automatically as root . the keyboard still doesn'twork . |
Re: [WIP] Ubuntu 9.10 on the N900
you said you copied the drivers. fine...
now i try to use a stock kernel org driver. works - also booting with u-boot into a deb mmc partition. but touchscreen is an issue also in this case. afaik the tsc2005 module does the trick. now the tsc2005 patch was afaik first filed 2 years ago but didn't make it into the mainline kernel, further meego had it but removed the patch from their 2.6.35 kernel. does anyone know if there is any particular reason for that? as with that touchscreen works. |
Re: [WIP] Ubuntu 9.10 on the N900
Quote:
Code:
chroot: cannot execute /bin/sh: Exec format error |
Re: [WIP] Ubuntu 9.10 on the N900
which image did you download ?you need OMAP 3 image
on your pc , use your n900 in mass storage mode and, do the following : sudo sh -c 'zcat ./ubuntu-netbook-10.10-preinstalled-netbook-armel+omap.img.gz >/dev/<device name>' that will write the downloaded image to your sd card , it will wipe anything on it . now you are done with pc , unplug the n900 from it , and reboot the n900 . now open xterminal sudo su mkdir /mnt/ubuntu mount /dev/mmcblk1p2 /mnt/ubuntu chroot /mnt/ubuntu --- done |
Re: [WIP] Ubuntu 9.10 on the N900
Quote:
you need one compiled for arm. |
All times are GMT. The time now is 22:04. |
vBulletin® Version 3.8.8