Active Topics

 


Reply
Thread Tools
MaddogG's Avatar
Posts: 234 | Thanked: 175 times | Joined on Jun 2010 @ Genova (Italy)
#271
Originally Posted by artron View Post
@lunat

the keyboard and touch screen on ubuntu netbook maverick 10.10 tsc2005 on your N900 working?

please share / upload your tsc2005 or some file who make keyboard and touch screen work...

thanks....
Try with this.
 
Posts: 107 | Thanked: 74 times | Joined on Jan 2010
#272
Nice!, quite slow, hoping it depends of my class 2 sd card.
Attached Images
   
 

The Following 8 Users Say Thank You to nicola.mfb For This Useful Post:
Posts: 111 | Thanked: 33 times | Joined on Sep 2010
#273
Originally Posted by nicola.mfb View Post
Nice!, quite slow, hoping it depends of my class 2 sd card.
WOW...Nice.
I couldnīt make it work.
 
CepiPerez's Avatar
Posts: 1,023 | Thanked: 4,421 times | Joined on Feb 2010 @ Argentina
#274
Originally Posted by nicola.mfb View Post
Nice!, quite slow, hoping it depends of my class 2 sd card.
Please tell me what do you did
I can't make it
 
giannoug's Avatar
Posts: 334 | Thanked: 171 times | Joined on Dec 2009
#275
We surely need a guide here.
 
Posts: 107 | Thanked: 74 times | Joined on Jan 2010
#276
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.
 

The Following User Says Thank You to nicola.mfb For This Useful Post:
Posts: 255 | Thanked: 61 times | Joined on Feb 2010
#277
Can you post the xorg.conf.d folder?

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)

How slow compared to 9.10, im running that on a class 4 and its pretty snappy.
__________________
Desktop: 2.8ghz Athlon x2 Kuma 4gb DDR2 OCZ Platinum XFX Geforce 260GTX BE
 
juandp77's Avatar
Posts: 203 | Thanked: 201 times | Joined on Jun 2010 @ Ecuador
#278
Originally Posted by nicola.mfb View Post
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.
Let me tell you nice work!!

could you please share your u-boot items for ubuntu...

p.s. maybe you should create a new thread with more advanced instructions
 
Posts: 107 | Thanked: 74 times | Joined on Jan 2010
#279
Originally Posted by ear0wax View Post
Can you post the xorg.conf.d folder?
Code:
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?
Yes as all modules and firmware.

And do you think I can use p1.2 power kernel (with rd mode) and bootmenu (not multiboot, it hates ubuntu)
I suppose it *may* work as I was able to boot a native debian system with bootmenu and the stock kernel in the past.
 
Posts: 256 | Thanked: 92 times | Joined on Oct 2010
#280
Originally Posted by nicola.mfb View Post
[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.
debian is differrent arch then ubuntu. debian is the same arch as maemo -> does work with any maemo kernel.

ubuntu is a different arch -> you need a kernel for that arch. the kernel must support the abi. some support both.

[you couldn't chroot because of that]
 

The Following User Says Thank You to lunat For This Useful Post:
Reply

Tags
bada rox


 
Forum Jump


All times are GMT. The time now is 15:13.