![]() |
2010-11-05
, 09:02
|
|
Posts: 234 |
Thanked: 175 times |
Joined on Jun 2010
@ Genova (Italy)
|
#271
|
![]() |
2010-11-05
, 17:33
|
Posts: 107 |
Thanked: 74 times |
Joined on Jan 2010
|
#272
|
The Following 8 Users Say Thank You to nicola.mfb For This Useful Post: | ||
![]() |
2010-11-05
, 18:49
|
Posts: 111 |
Thanked: 33 times |
Joined on Sep 2010
|
#273
|
![]() |
2010-11-05
, 18:55
|
|
Posts: 1,023 |
Thanked: 4,421 times |
Joined on Feb 2010
@ Argentina
|
#274
|
![]() |
2010-11-05
, 19:04
|
|
Posts: 334 |
Thanked: 171 times |
Joined on Dec 2009
|
#275
|
![]() |
2010-11-05
, 19:19
|
Posts: 107 |
Thanked: 74 times |
Joined on Jan 2010
|
#276
|
The Following User Says Thank You to nicola.mfb For This Useful Post: | ||
![]() |
2010-11-05
, 19:26
|
Posts: 255 |
Thanked: 61 times |
Joined on Feb 2010
|
#277
|
![]() |
2010-11-05
, 19:30
|
|
Posts: 203 |
Thanked: 201 times |
Joined on Jun 2010
@ Ecuador
|
#278
|
Hoping I'll remember all steps, anyway I unpacked the omap ubuntu 10.10 image to a partition of my external SD card, copied /lib/modules, /lib/firmware and /etc/X11/xorg.conf.d/* (to have TS calibrated) from meego 1.1 (installed on another partition of the same SD card).
As was not able to chroot to the new partition with the stock PR 1.3 kernel due to exec format error I booted meego and chrooted from it without problems.
Then I created an user and added it to sudoers, put g_nokia in /etc/modules, added a network configuration for usb0 and apt-get installed openssh-server.
Finally rebooted in ubuntu with the meego kernel, note: no need to disable watchdog!
p.s. I have a customized u-boot to have triple boot.
![]() |
2010-11-05
, 19:36
|
Posts: 107 |
Thanked: 74 times |
Joined on Jan 2010
|
#279
|
Nokia-N900:/debian/etc/X11/xorg.conf.d# ls -al drwxr-xr-x 2 root root 4096 Nov 5 17:36 . drwxr-xr-x 11 root root 4096 Jan 1 1970 .. -rw-r--r-- 1 root root 79 Nov 5 17:36 00-input-default.conf -rw-r--r-- 1 root root 113 Nov 5 17:36 10-input-synaptics.conf -rw-r--r-- 1 root root 667 Nov 5 17:36 90-input-n900.conf -rwxr-xr-x 1 root root 741 Nov 5 17:36 mrst-touchscreen.conf -rwxr-xr-x 1 root root 164 Nov 5 17:36 no-accel.conf Nokia-N900:/debian/etc/X11/xorg.conf.d# more * Section "InputClass" Identifier "default" Driver "evdev" EndSection Section "InputClass" Identifier "synaptics" MatchIsTouchpad "true" Driver "synaptics" EndSection Section "ServerFlags" Option "AllowEmptyInput" "False" EndSection Section "InputClass" Identifier "Touchscreen" MatchProduct "TSC2005 touchscreen" Option "Calibration" "200 3910 3761 180" Driver "evdev" EndSection Section "InputClass" Identifier "Keyboard" MatchProduct "omap_twl4030keypad|gpio-keys" Option "XkbModel" "nokiarx51" Option "XkbLayout" "us" Option "XkbOptions" "grp:ctrl_shift_toggle" Driver "evdev" EndSection Section "InputClass" Identifier "disable accelerometer" MatchProduct "Accelerometer" Option "Ignore" "on" EndSection Section "InputClass" Identifier "touchscreen" Driver "evdev" MatchProduct "mrst_touchscreen" Option "SendCoreEvents" "On" Option "SwapAxes" "on" Option "InvertX" "on" Option "InvertY" "on" EndSection
Also did g_nokia come from meego?
And do you think I can use p1.2 power kernel (with rd mode) and bootmenu (not multiboot, it hates ubuntu)
![]() |
2010-11-05
, 19:44
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#280
|
[code]
I suppose it *may* work as I was able to boot a native debian system with bootmenu and the stock kernel in the past.
The Following User Says Thank You to lunat For This Useful Post: | ||