maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900 (https://talk.maemo.org/showthread.php?t=84829)

Estel 2014-02-11 17:11

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by kraker_abhy (Post 1412252)
After latest updated my N900 is unable to read memory card after putting back cover on, it requires reboot every time to read it, i tried to mount \dev\mmcblk1p1 but it showed can't find error, Kindly suggest how to solve this problem. Thanks

Try with:
Code:

mount -t vfat /dev/mmcblk1p1 /home/user/MyDocs -o rw,noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir
It's not DOS, keep track of your backslashes ;) But, it's not related to Thumb (at all) - if you have further problems, move it somewhere else, please (cssu-testing thread, if you think cssu is to be blamed for your auto-mounting problems, which I seriously doubt).

/Estel

ivgalvez 2014-02-12 11:43

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
On a recently flashed device with only the following installed:

- Bootmenu
- Uboot
- KPv52
- Backupmenu
- Recovery console
- CSSU Testing 9.1

I have installed CSSU Thumb. All using HAM.

Checking installed packages I can see that the following have not been pulled from the Thumb repository:

- libxml2 2.8.0+dfsg1-7maemo0+0cssu1+thumb0
- rtcom-eventlogger-async 0.1-maemo1+0cssu0+thumb0

and appear as upgradable packages using plain apt. Maybe dependencies are not correct in the MP?

Besides, before installing CSSU Thumb, my rootfs had 85Mb free, and after installation it 'only' has 88Mb free, and it's an almost pristine system without anything else installed. What am I missing here?

michaaa62 2014-02-12 11:59

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Probably a reboot?

ivgalvez 2014-02-12 12:01

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by michaaa62 (Post 1412394)
Probably a reboot?

Absolutely not.

ivgalvez 2014-02-12 12:04

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
By the way, is Busybox-power 1.22.1power1 entering the Thumb repo any time soon?

michaaa62 2014-02-12 12:52

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by ivgalvez (Post 1412395)
Absolutely not.

Do you have a huge number of repos enabled, which might produce a bigger /var/lib/ directory?
Is /var/cache/apt a symlink to some place in /opt or /home ?

ivgalvez 2014-02-12 13:03

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by michaaa62 (Post 1412407)
Do you have a huge number of repos enabled, which might produce a bigger /var/lib/ directory?
Is /var/cache/apt a symlink to some place in /opt or /home ?

No, HAM only knows about Nokia repos, CSSU Testing/Thumb and Extras (no devel, no testing).

/var/cache/apt/ is symlinked to /opt.

Anyway, the question here is that having CSSU Testing, installing Thumb didn't free the expected space.

kraker_abhy 2014-02-12 13:20

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by Estel (Post 1412255)
Try with:
Code:

mount -t vfat /dev/mmcblk1p1 /home/user/MyDocs -o rw,noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir
It's not DOS, keep track of your backslashes ;) But, it's not related to Thumb (at all) - if you have further problems, move it somewhere else, please (cssu-testing thread, if you think cssu is to be blamed for your auto-mounting problems, which I seriously doubt).

/Estel

Thanks for your quick response, it still says /dev/mmcblk1p1 not found. I have to restart each time which is painful.
I actually don't know what caused this problem (mount/umount of mmc card after back cover placement), but it was working totally fine with CSSU testing, once i updated it to thumb it got problem, same thing happened after flashing even so i am clueless.

pichlo 2014-02-12 13:37

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
@kraker_abhy,
Most likely a coincidence. What you describe sounds like a hardware problem, probably a loose magnet (you know that the N900 detects the back cover closed by a magnet sensor, right?). Either way the fact that a reflash has not solved it says clearly that it is not a Thumb problem and as such is off-topic in this thread. Please try posting in one of about a dozen "SD not recognized" threads or start a new one.

michaaa62 2014-02-12 13:50

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by ivgalvez (Post 1412411)
No, HAM only knows about Nokia repos, CSSU Testing/Thumb and Extras (no devel, no testing).

/var/cache/apt/ is symlinked to /opt.

Anyway, the question here is that having CSSU Testing, installing Thumb didn't free the expected space.

Well, some more questions...
Please try get some output of these commands
Code:

du -kx /| sort -n| tail -n 30
dpkg -l | grep thumb


kraker_abhy 2014-02-12 13:53

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by pichlo (Post 1412415)
@kraker_abhy,
Most likely a coincidence. What you describe sounds like a hardware problem, probably a loose magnet (you know that the N900 detects the back cover closed by a magnet sensor, right?). Either way the fact that a reflash has not solved it says clearly that it is not a Thumb problem and as such is off-topic in this thread. Please try posting in one of about a dozen "SD not recognized" threads or start a new one.

I am sorry, but it works completely fine after reboot (as i know if device can't get in contact with magnet sensor then it won't read card), it just doesn't mount/umount with back cover replacement, and it was working totally fine after I flashed it until i installed CSSU Thumb, anyway i will get the hardware checked and look for other options as per other threads. I think its just some hw/sw connection problem with my N900 like maybe it is not able to refresh sensor readings. Thanks for your support

ivgalvez 2014-02-12 14:14

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by michaaa62 (Post 1412417)
Well, some more questions...
Please try get some output of these commands
Code:

du -kx /| sort -n| tail -n 30
dpkg -l | grep thumb


Here is the first one:
Code:

Nokia-N900:~# du -kx /| sort -n| tail -n 30
3240    /usr/lib/gconv
3332    /usr/share/sounds
3384    /lib/modules/2.6.28-omap1
3456    /usr/share/mime
5188    /usr/sbin
5356    /etc
5636    /usr/lib/microb-engine/components
6384    /usr/share/nokia-maps/html
6516    /usr/lib/gstreamer-0.10
6704    /usr/lib/browser/plugins
6888    /usr/lib/browser
7448    /usr/share/nokia-maps
7960    /lib/dsp
8740    /lib/modules/2.6.28.10-power52
12124  /lib/modules
12256  /usr/share/locale
14160  /usr/share/microb-engine/chrome
14840  /usr/share/microb-engine
18528  /usr/bin
19796  /usr/lib/microb-engine
22280  /var/lib/dpkg/info
23352  /usr/lib/locale
25424  /var/lib/dpkg
25592  /lib
26152  /var/lib
26232  /var
51528  /usr/share
131292  /usr/lib
206956  /usr
267604  /


ivgalvez 2014-02-12 14:17

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
And the second one is too large to fit in one message:

Code:

Nokia-N900:~# dpkg -l | grep thumb
ii  alarmd                                              1.1.16+0m5+0cssu0+thumb0                  alarm daemon
ii  apt                                                0.7.20.2maemo13.2+0cssu1+thumb0          Advanced front-end for dpkg
ii  apt-transport-https                                0.7.20.2maemo13.2+0cssu1+thumb0          APT https transport
ii  calendar-backend                                    0.8-6+0m5+0cssu1+thumb1                  Calendar backend libraries
ii  camera-ui                                          1.1.29.2+0cssu17+thumb0                  Camera UI application
ii  clock-ui                                            0.6-1+0cssu4+thumb0                      UI part of the clock
ii  dosfstools                                          1:3.0.12-0cssu0.3+thumb0                  utilities for making and checking MS-DOS FAT
ii  e2fslibs                                            1.42.5-1.1maemo1+thumb0                  ext2/ext3/ext4 file system libraries
ii  e2fsprogs                                          1.42.5-1.1maemo1+thumb0                  ext2/ext3/ext4 file system utilities
ii  evolution-data-server-addressbook                  1.4.2.1-20120717-maemo1+0cssu1+thumb0    evolution database backend server
ii  gnome-vfs-filechooser-backend                      1.10.2-2+0cssu1+thumb0                    GnomeVFS filechooser backend for GTK+
ii  gstreamer0.10-gnomevfs                              0.10.25-0maemo14+0m5+0cssu0+thumb0        GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugins-bad                          0.10.14-git266-0maemo10+0cssu6+thumb0    GStreamer plugins from the "bad" set
ii  gstreamer0.10-plugins-bad-extra                    0.10.14-git266-0maemo10+0cssu6+thumb0    Extra GStreamer plugins from the "bad" set
ii  gstreamer0.10-plugins-base                          0.10.25-0maemo14+0m5+0cssu0+thumb0        GStreamer plugins from the "base" set
ii  gstreamer0.10-plugins-good                          0.10.16-git276-0maemo19+0m5+0cssu0+thumb0 GStreamer plugins from the "good" set
ii  gstreamer0.10-plugins-good-extra                    0.10.16-git276-0maemo19+0m5+0cssu0+thumb0 Collection of various GStreamer plugins
ii  gstreamer0.10-x                                    0.10.25-0maemo14+0m5+0cssu0+thumb0        GStreamer plugins for X11
ii  hildon-application-manager                          1:2.2.72-5+thumb0                        A program for managing user installed applic
ii  hildon-control-panel                                1:2.2.27-5+thumb0                        Hildon Control Panel
ii  hildon-desktop                                      1:2.2.153-2+thumb0                        Hildon desktop for Fremantle
ii  hildon-home                                        0.3.71-10+thumb0                          Hildon Home application
ii  hildon-status-menu                                  0.3.40-8+thumb3                          Hildon Status Menu application
ii  hildon-thumbnail                                    3.0.51+0m5+0cssu1+thumb0                  Thumbnail library related programs.
ii  ke-recv                                            3.19-15.7+thumb0                          Program for automatical mounting and unmount
ii  ke-recv-extra                                      0.7-2+cssu0+thumb0                        Program for receiving low-memory events from
ii  libalarm2                                          1.1.16+0m5+0cssu0+thumb0                  client library for communicating with alarmd
ii  libasound2                                          1.0.20-0maemo1+0m5+0cssu0+thumb0          shared library for ALSA applications
ii  libblkid1                                          1.42.5-1.1maemo1+thumb0                  block device id library
ii  libcairo2                                          1.8.8-0maemo1+0m5+thumb0                  The Cairo 2D vector graphics library
ii  libclutter-0.8-0                                    0.8.2-0maemo67+0m5+thumb2                Open GL based interactive canvas library
ii  libcomerr2                                          1.42.5-1.1maemo1+thumb0                  common error description library
ii  libcurl3                                            7.26.0-1maemo1+0cssu1+thumb1              easy-to-use client-side URL transfer library
ii  libdb4.2                                            4.2.52+dfsg-5maemo1+0cssu0+thumb0        Berkeley v4.2 Database Libraries [runtime]
ii  libebook                                            1.4.2.1-20120717-maemo1+0cssu1+thumb0    Client library for evolution address books
ii  libedata-book                                      1.4.2.1-20120717-maemo1+0cssu1+thumb0    Backend library for evolution address books
ii  libedataserver                                      1.4.2.1-20120717-maemo1+0cssu1+thumb0    Utility library for evolution data servers
ii  libepeg0                                            0.9.1.042maemo2+0m5                      Enlightenment jpeg thumbnailer library API
ii  libfreetype6                                        2.3.9-2osso2+0cssu1+thumb0                FreeType 2 font engine, shared library files
ii  libgdigicam-gst-camerabin0                          0.3.29.2+0cssu1+thumb0                    GDigicam GStreamer CameraBin library
ii  libgdigicam0                                        0.3.29.2+0cssu1+thumb0                    GDigicam library
ii  libglib2.0-0                                        2.24.1-1maemo1+0cssu0+thumb0              The GLib library of C routines
ii  libgstreamer-plugins-base0.10-0                    0.10.25-0maemo14+0m5+0cssu0+thumb0        GStreamer libraries from the "base" set
ii  libgstreamer0.10-0                                  0.10.25-0maemo4+0m5+0cssu0+thumb0        Core GStreamer libraries and elements
ii  libgtk2.0-0                                        2:2.14.7-1maemo34+0cssu2+thumb0          The GTK+ graphical user interface library
ii  libgtk2.0-bin                                      2:2.14.7-1maemo34+0cssu2+thumb0          The programs for the GTK+ graphical user int
ii  libgtk2.0-common                                    2:2.14.7-1maemo34+0cssu2+thumb0          Common files for the GTK+ graphical user int
ii  libhildon-thumbnail0                                3.0.51+0m5+0cssu1+thumb0                  Thumbnail library.
ii  libhildon1                                          2.2.25-1+thumb0                          Hildon libraries
ii  libhildonfm2                                        1:2.28.22+0cssu4+thumb0                  Hildon file management libraries.
ii  libnspr4                                            1:20100401-1.9.2-5.2+0m5+0cssu1+thumb0    Netscape Portable Runtime Library
ii  libnss3                                            1:20100401-1.9.2-5.2+0m5+0cssu1+thumb0    Network Security Service Libraries - runtime
ii  libnss3-certs                                      1:20100401-1.9.2-5.2+0m5+0cssu1+thumb0    Network Security Service Libraries - runtime
ii  libosso-gnomevfs2-0                                2.16.3-2osso12+0m5+0cssu1.1+thumb1        The GNOME virtual file-system libraries (for
ii  libosso-gnomevfs2-common                            2.16.3-2osso12+0m5+0cssu1.1+thumb1        The GNOME virtual file-system library common
ii  libpango1.0-0                                      1.24.2-0maemo5+thumb0                    Layout and rendering of internationalized te
ii  libpango1.0-common                                  1.24.2-0maemo5+thumb0                    Modules and configuration files for the Pang
ii  libpixman-1-0                                      0.29.2-2+0m5+0cssu0+thumb0                pixel-manipulation library for X and cairo
ii  libpng12-0                                          1.2.49-1maemo1+0cssu3+thumb0              PNG library - runtime
ii  libprofile0                                        0.30.2-1+0cssu1+thumb0                    client library for communicating with profil
ii  libpulse-mainloop-glib0                            0.9.15-1maemo44+0m5+0cssu5+thumb0        PulseAudio client libraries (glib support)
ii  libpulse0                                          0.9.15-1maemo44+0m5+0cssu5+thumb0        PulseAudio client libraries
ii  libqt4-core                                        1:4.7.4~git20110505+cssu11+thumb0        Qt 4 core module
ii  libqt4-dbus                                        1:4.7.4~git20110505+cssu11+thumb0        Qt 4 D-Bus module
ii  libqt4-declarative                                  1:4.7.4~git20110505+cssu11+thumb0        Qt 4 declarative module
ii  libqt4-gui                                          1:4.7.4~git20110505+cssu11+thumb0        Qt 4 GUI module
ii  libqt4-maemo5                                      1:4.7.4~git20110505+cssu11+thumb0        Qt 4 Maemo5 module
ii  libqt4-multimedia                                  1:4.7.4~git20110505+cssu11+thumb0        Qt 4 Multimedia Libraries
ii  libqt4-network                                      1:4.7.4~git20110505+cssu11+thumb0        Qt 4 network module
ii  libqt4-opengl                                      1:4.7.4~git20110505+cssu11+thumb0        Qt 4 OpenGL module
ii  libqt4-phonon                                      1:4.7.4~git20110505+cssu11+thumb0        Qt 4 Phonon Libraries
ii  libqt4-script                                      1:4.7.4~git20110505+cssu11+thumb0        Qt 4 script module
ii  libqt4-sql                                          1:4.7.4~git20110505+cssu11+thumb0        Qt 4 SQL module
ii  libqt4-sql-sqlite                                  1:4.7.4~git20110505+cssu11+thumb0        Qt 4 SQLite plugin
ii  libqt4-svg                                          1:4.7.4~git20110505+cssu11+thumb0        Qt 4 SVG module
ii  libqt4-test                                        1:4.7.4~git20110505+cssu11+thumb0        Qt 4 test module
ii  libqt4-translations                                1:4.7.4~git20110505+cssu11+thumb0        Qt 4 translations
ii  libqt4-webkit                                      1:4.7.4~git20110505+cssu11+thumb0        Qt 4 WebKit module
ii  libqt4-xml                                          1:4.7.4~git20110505+cssu11+thumb0        Qt 4 XML module
ii  libqt4-xmlpatterns                                  1:4.7.4~git20110505+cssu11+thumb0        Qt 4 XML Patterns module
ii  libqtm-bearer                                      1:1.0.2-maemo4+0m5+0cssu1+thumb2          Qt Mobility Bearer module
ii  libqtm-contacts                                    1:1.0.2-maemo4+0m5+0cssu1+thumb2          Qt Mobility contacts module
ii  libqtm-location                                    1:1.0.2-maemo4+0m5+0cssu1+thumb2          Qt Mobility location module
ii  libqtm-messaging                                    1:1.0.2-maemo4+0m5+0cssu1+thumb2          Qt Mobility messaging module
ii  libqtm-multimedia                                  1:1.0.2-maemo4+0m5+0cssu1+thumb2          Qt Mobility multimedia module
ii  libqtm-publishsubscribe                            1:1.0.2-maemo4+0m5+0cssu1+thumb2          Qt Mobility publish and subscribe module
ii  libqtm-sensors                                      1:1.0.2-maemo4+0m5+0cssu1+thumb2          Qt Mobility sensors framework module
ii  libqtm-serviceframework                            1:1.0.2-maemo4+0m5+0cssu1+thumb2          Qt Mobility service framework module
ii  libqtm-systeminfo                                  1:1.0.2-maemo4+0m5+0cssu1+thumb2          Qt Mobility system information module
ii  libqtm-versit                                      1:1.0.2-maemo4+0m5+0cssu1+thumb2          Qt Mobility versit module
ii  librtcom-eventlogger1-async                        0.1-0maemo1+0cssu0+thumb0                DBus library to access rtcom-eventlogger-asy
ii  libsqlite3-0                                        3.6.14-1maemo4+0m5+0cssu0+thumb0          SQLite 3 shared library
ii  libss2                                              1.42.5-1.1maemo1+thumb0                  command-line interface parsing library
ii  libssl0.9.8                                        0.9.8n-1+maemo4+0m5+0cssu1+thumb1        SSL shared libraries
ii  libtelepathy-glib0                                  0.8.1-0maemo2+0m5+thumb0                  Telepathy framework - GLib library
ii  libtinymail-1.0-0                                  1.1.92+1cssu6+thumb0                      memory-effective framework for accessing e-m
ii  libtinymail-camel-1.0-0                            1.1.92+1cssu6+thumb0                      memory-effective framework for accessing e-m
ii  libtinymail-gnomevfs-1.0-0                          1.1.92+1cssu6+thumb0                      memory-effective framework for accessing e-m
ii  libtinymail-maemo-1.0-0                            1.1.92+1cssu6+thumb0                      memory-effective framework for accessing e-m
ii  libtinymailui-1.0-0                                1.1.92+1cssu6+thumb0                      memory-effective framework for accessing e-m
ii  libtinymailui-gtk-1.0-0                            1.1.92+1cssu6+thumb0                      memory-effective framework for accessing e-m
ii  libtrackerclient0                                  0.6.95-35maemo1+0m5+0cssu1+thumb1        Tracker client side library to access indexe
ii  libuuid1                                            1.42.5-1.1maemo1+thumb0                  Universally Unique ID library
ii  libx11-6                                            2:1.1.99.6+0m5+thumb0                    X11 client-side library
ii  libx11-data                                        2:1.1.99.6+0m5+thumb0                    X11 client-side library
ii  libxfont1                                          1:1.3.2-1maemo2+0m5+thumb0                X11 font rasterisation library
ii  microb-engine                                      1:20100401-1.9.2-5.2+0m5+0cssu1+thumb0    Package of MicroB libraries based on Mozilla
ii  microb-engine-common                                1:20100401-1.9.2-5.2+0m5+0cssu1+thumb0    Package of MicroB libraries based on Mozilla
ii  modest                                              3.90.7-12.2+thumb0                        an e-mail client for platforms with modest r


ivgalvez 2014-02-12 14:18

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
continuing...


Code:

ii  mp-fremantle-community-pr                          21.2011.38-1Tmaemo9.1+thumb0              Community SSU package, includes latest fixes
ii  obexd                                              0.46-1maemo5+0cssu2+thumb0                D-Bus OBEX server
ii  openssl                                            0.9.8n-1+maemo4+0m5+0cssu1+thumb1        Secure Socket Layer (SSL) binary and related
ii  osso-af-utils                                      2.13-1+thumb0                            Assortment of small programs for the applica
ii  osso-memory-backend                                0.20+thumb0                              Memory based backend for GTK+ file selector
ii  osso-pdf-viewer                                    1.8.24-2+0cssu3+thumb0                    OSSO PDF Viewer
ii  profile-data                                        0.30.2-1+0cssu1+thumb0                    configuration data for the profile daemon
ii  profiled                                            0.30.2-1+0cssu1+thumb0                    profile daemon, manages user settings
ii  pulseaudio                                          0.9.15-1maemo44+0m5+0cssu5+thumb0        PulseAudio sound server
ii  pulseaudio-esound-compat                            0.9.15-1maemo44+0m5+0cssu5+thumb0        PulseAudio ESD compatibility layer
ii  pulseaudio-module-bluetooth                        0.9.15-1maemo44+0m5+0cssu5+thumb0        Bluetooth module for PulseAudio sound server
ii  pulseaudio-module-gconf                            0.9.15-1maemo44+0m5+0cssu5+thumb0        GConf module for PulseAudio sound server
ii  pulseaudio-module-hal                              0.9.15-1maemo44+0m5+0cssu5+thumb0        HAL device detection module for PulseAudio s
ii  sqlite3                                            3.6.14-1maemo4+0m5+0cssu0+thumb0          A command line interface for SQLite 3
ii  telepathy-gabble                                    0.8.13-0maemo3+0m5+thumb0                Jabber/XMPP connection manager
ii  tracker                                            0.6.95-35maemo1+0m5+0cssu1+thumb1        All-in-one indexer, search tool and metadata
ii  tracker-utils                                      0.6.95-35maemo1+0m5+0cssu1+thumb1        Tracker command line applications to lookup
ii  xserver-xomap                                      2:1.6.99.1-0osso20090208.108+0m5-thumb0  Meta-package for X-related things
ii  xserver-xorg-core                                  2:1.6.99.1-0osso20090208.108+0m5-thumb0  Xorg X server - core server
ii  zlib1g                                              1:1.2.7.dfsg-13maemo1+0cssu1+thumb0      compression library - runtime


ivgalvez 2014-02-12 14:19

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
For what I can see, all Thumb packages seem to be installed (except the ones I commented in my previous post as not pulled by dependencies).

freemangordon 2014-02-12 14:37

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by ivgalvez (Post 1412388)
On a recently flashed device with only the following installed:

- Bootmenu
- Uboot
- KPv52
- Backupmenu
- Recovery console
- CSSU Testing 9.1

I have installed CSSU Thumb. All using HAM.

Checking installed packages I can see that the following have not been pulled from the Thumb repository:

- libxml2 2.8.0+dfsg1-7maemo0+0cssu1+thumb0
- rtcom-eventlogger-async 0.1-maemo1+0cssu0+thumb0

and appear as upgradable packages using plain apt. Maybe dependencies are not correct in the MP?

Could be, I'll check when issuing the new update.

Quote:

Besides, before installing CSSU Thumb, my ean had 85Mb free, and after installation it 'only' has 88Mb free, and it's an almost pristine system without anything else installed. What am I missing here?
That one is weird, could be related to the compression. Did you try with apt-get clean and reboot?

michaaa62 2014-02-12 15:02

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
The output looks totally fine, no more ideas about the space issue, sorry.

ivgalvez 2014-02-12 15:29

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by freemangordon (Post 1412425)
Could be, I'll check when issuing the new update.
That one is weird, could be related to the compression. Did you try with apt-get clean and reboot?

Yes, I tried that one: apt-get clean; apt-get autoremove
A couple of reboots. Even more, a backupmenu just after installing Thumb is almost the same size than before.

michaaa62 2014-02-12 16:36

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
You could try to look 'behind' the mount points for external card(s) after unmounting any external cards/partitions. Some times when the file system is damaged, files could get created in that folder anyway.

freemangordon 2014-02-12 18:39

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by ivgalvez (Post 1412434)
Yes, I tried that one: apt-get clean; apt-get autoremove
A couple of reboots. Even more, a backupmenu just after installing Thumb is almost the same size than before.

did you check what is the *used* space before and after cssu-thumb? as the reported free space on a compressed fs could be a bit misleading.

ivgalvez 2014-02-13 08:52

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by freemangordon (Post 1412469)
did you check what is the *used* space before and after cssu-thumb? as the reported free space on a compressed fs could be a bit misleading.

Mmmmm, no I only checked the free space before and after. So that's maybe the explanation. I can try to restore the backupmenu before Thumb and compare.

marlon comfort 2014-02-13 09:27

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by freemangordon (Post 1412215)
Do you have fcam drivers installed? If yes, install fcam-drivers from extras-devel and your camera should be fine again.


performed an install through the Terminal coz in my app extra-devel catalogue it was not appearing. had to perform an update of my fcam-drivers through a command apt-get install fcam-drivers & walaa, now works perfectly. thanks again

ivgalvez 2014-02-13 11:54

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
By the way, is it possible to uninstall Nokia Kernel without messing up too much? I haven't been able to find any info about that in the forums.

Once in Thumb it makes no sense to keep it, as you can't roll back, anyway.

disappear 2014-02-13 12:41

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Hi,if you want to remove kernel-power,that is impossible,because thumb needed from him,the titan-krernel isn't work with thumb.This is my opinion.
regards

ivgalvez 2014-02-13 15:25

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by disappear (Post 1412556)
Hi,if you want to remove kernel-power,that is impossible,because thumb needed from him,the titan-krernel isn't work with thumb.This is my opinion.
regards

Not what I said. I mean removing the original kernel provided by Nokia, which is useless as you cannot boot a Thumb system with it.

pichlo 2014-02-13 15:58

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Code:

apt-get purge kernel kernel-flasher kernel-modules
Make doubly sure you have the kernel-power equivalents first!

aamirshaikh 2014-02-28 07:43

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
i have update maemo 5 ssu community (thumb) in my nokia n900 ...after at all my camera doesn't work it don"t open..... :( please help me. how to solve this....

frafI 2014-03-03 20:16

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Is there any reason, why CSSU-thumb ships its own libx11-data? Libx11-data contains no binaries and has architecture "all".

freemangordon 2014-03-03 21:17

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by frafI (Post 1415301)
Is there any reason, why CSSU-thumb ships its own libx11-data? Libx11-data contains no binaries and has architecture "all".

because libx11-data is a result of the same source package where libx11 is and cssu-thumb ships thumb-compiled libx11.

frafI 2014-03-06 22:31

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
What I actually meant, was any (e.g. technical) reason beside that (sorry my question was too broad) or an additional change in the data package.
If there is now reason to include your own version, you could have e.g. commented out the libx11-data part and use the non-thumb libx11-data as a dependency, since thumb is just like a different architecture and libx11-data has arch "all".

Reading your answer I assume that there was no such a reason, but I wanted to explain that my question is not as silly, as it may sound.

freemangordon 2014-03-07 00:00

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by frafI (Post 1415757)
What I actually meant, was any (e.g. technical) reason beside that (sorry my question was too broad) or an additional change in the data package.
If there is now reason to include your own version, you could have e.g. commented out the libx11-data part and use the non-thumb libx11-data as a dependency, since thumb is just like a different architecture and libx11-data has arch "all".
Reading your answer I assume that there was no such a reason, but I wanted to explain that my question is not as silly, as it may sound.

Correct, there is no change in "thumb" version of libx11-data compared to stock. But keep in mind the repos are supposed to be self-containing.

Anyway, I see there is some problem with that package and qt5. Could you explain in plain English what the problem is, maybe we can find a solution :)

mayhem 2014-03-13 14:54

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by aamirshaikh (Post 1414735)
i have update maemo 5 ssu community (thumb) in my nokia n900 ...after at all my camera doesn't work it don"t open..... :( please help me. how to solve this....

i suggest you to use cssu stable if you are not power user or just want an stable n900

panjgoori 2014-03-20 14:31

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
my N900 is alive again repaired its usb port. now time to install latest thumb update.

Wasmachinemann-NL 2014-03-22 12:29

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
FMG, is the Rockbox pausing bug fixed?

FlashInTheNight86 2014-03-23 11:58

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Is video playback using CSSU-Thumb slower than PR1.3?
Will I be able to roll-back to PR1.3 performing device reflash if I don't like the result?

Estel 2014-03-24 01:47

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by FlashInTheNight86 (Post 1418165)
Is video playback using CSSU-Thumb slower than PR1.3?

No, why?

Quote:

Originally Posted by FlashInTheNight86 (Post 1418165)
Will I be able to roll-back to PR1.3 performing device reflash if I don't like the result?

Yes. If using kernel-power and backupmenu (or doing same type of backup manually) you will be able to do it even without a reflash. Not that you will ever want too, though ;)

FlashInTheNight86 2014-03-24 09:50

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by Estel (Post 1418258)
Yes. If using kernel-power and backupmenu (or doing same type of backup manually) you will be able to do it even without a reflash. Not that you will ever want too, though ;)

So, did I get it right that now I should:
1. (optional) backup my contacts and reflash the device to clean PR1.3
2. Install kernel-power (stable in my case)
3. Install backupmenu, make a backup
4. Tune voltages (so that my device become more energy efficient and generate less heat), maybe also overclock a bit, and test it long enough.
5. Install CSSU-thumb
6. Install the software I am willing to use (mplayer+frontend, blessn900+camdrivers, etc.)
7. Enjoy?!

mr_pingu 2014-03-24 13:47

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by FlashInTheNight86 (Post 1418294)
So, did I get it right that now I should:
1. (optional) backup my contacts and reflash the device to clean PR1.3
2. Install kernel-power (stable in my case)
3. Install backupmenu, make a backup
4. Tune voltages (so that my device become more energy efficient and generate less heat), maybe also overclock a bit, and test it long enough.
5. Install CSSU-thumb
6. Install the software I am willing to use (mplayer+frontend, blessn900+camdrivers, etc.)
7. Enjoy?!

Although step 4 is not needed, just use smartreflex when you have kernel-power installed. SR will adjust voltages on the fly for you, automagically. For best results use dsp profile it has 805mhz clock and SR enabled. You can also make your own profile if you like

sixwheeledbeast 2014-03-24 17:28

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
One word of caution don't adjust voltages and use SR.
Use one or the other.
SR should be stable to 805, that doesn't mean I would recommend a clock speed above 600, tho.

http://wiki.maemo.org/Smartreflex
http://wiki.maemo.org/Overclocking
http://wiki.maemo.org/Overclocking#Undervolting
http://wiki.maemo.org/Kernel_Power

pichlo 2014-03-24 19:22

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by mr_pingu (Post 1418307)
For best results use dsp profile

Where is this DSP profile that everybody keeps mentioning from time to time? I use QCPUFreq which has 6 preset profiles: Default, Ideal, LV, ULV, XLV and Custom.


All times are GMT. The time now is 09:46.

vBulletin® Version 3.8.8