Reply
Thread Tools
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#81
Possibly?

But let's continue this here.
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 
misterc's Avatar
Posts: 1,625 | Thanked: 998 times | Joined on Aug 2010
#82
when doing
Code:
apt-cache showpkg kernel-power-bootimg
the latests version i get is 51r1
which is incidentally also the version i'm running.

but i can't seem to get a hold of pk52
any idea?

starting from the URL in my repository list (for extras-dev) i get to a directory where power52 is listed alright.

apt-config dump yields
APT "";
APT::Architecture "armel";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "0";
APT::Install-Suggests "0";
APT::Acquire "";
APT::Acquire::Translation "environment";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^linux-image.*";
APT::NeverAutoRemove:: "^linux-restricted-modules.*";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::userstatus "status.user";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache:kgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc:arts "apt.conf.d";
Dir::Etc:references "preferences";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
Acquire "";
Acquire::Queue-Mode "access";
Acquire::https "";
Acquire::https::Verify-Peer "false";
DPkg "";
DPkg::Post-Invoke "";
DPkg::Post-Invoke:: "if [ -x /usr/sbin/docpurge ]; then /usr/sbin/docpurge; else exit 0; fi";
and cat /etc/apt/sources.list.d/hildon-application-manager.list
__________________
information is a necessary though no sufficient condition to rationality...
 
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#83
@misterc - change the distribution from "fremantle-1.3" to "fremantle" for all maemo repos. Unfortunately repos are still messy
__________________
Never fear. I is here.

720p video support on N900,SmartReflex on N900,Keyboard and mouse support on N900
Nothing is impossible - Stable thumb2 on n900

Community SSU developer
kernel-power developer and maintainer


Last edited by freemangordon; 2013-05-20 at 16:23. Reason: typo
 

The Following 5 Users Say Thank You to freemangordon For This Useful Post:
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#84
Originally Posted by freemangordon View Post
1345258 Unfortunately repos are still messy
Yes, they are. As the web interfaces also.
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 
misterc's Avatar
Posts: 1,625 | Thanked: 998 times | Joined on Aug 2010
#85
well, removing the -1.3 part indeed helped
i promptly got 8 updates (12 after dependencies check) & am now running kp52
was wondering since beginning of the year why i didn't get any updates anymore
thanks Freemangordon!

however, before i saw your reply, i started messing around with apt-#$%&€ (or however you feel towards apt-...) and run
Code:
apt-cache unmet
which returned me a 200KB (!) worth of unmet suggest & recommends,
obviously nothing Fremantle can't run without, but, still, felt i could maybe try & look into that

alas, apt-config on Maemo does not support
Code:
apt-config -o APT::Install-Recommends="1"
apt-config -o APT::Install-Suggests="1"
did i miss something (obviously, i'm from a RPM world) or is this not possible, indeed
if so, where is the apt.conf file that i may edit
Code:
find / -iname apt.conf
returned a blank
__________________
information is a necessary though no sufficient condition to rationality...
 
misterc's Avatar
Posts: 1,625 | Thanked: 998 times | Joined on Aug 2010
#86
Originally Posted by peterleinchen View Post
Yes, they are. As the web interfaces also.
aaaa, who needs a (web) interface, anyway!?!
long lives CLI


that is, provided that the command(s) support all the functionality
but if they don't nothing works, anyway, right?
__________________
information is a necessary though no sufficient condition to rationality...
 
Posts: 28 | Thanked: 34 times | Joined on Jul 2012 @ Meran, Italy
#87
Dear all,

I have a similar problem to the one that peterleichnen has raised:

I have installed kernel-power-bootimg ver. 52 with uboot, but when I try to install kernel-power-settings with apt-get, I get

Code:
~ $ sudo apt-get install kernel-power-settings
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  kernel-bfs-bootimg kernel-bfs-modules kernel-power-flasher
Recommended packages:
  multiboot kernel-bfs-flasher usbip iptables mtd-utils kexec-tools
The following NEW packages will be installed:
  kernel-bfs-bootimg kernel-bfs-modules kernel-power-flasher
  kernel-power-settings
0 upgraded, 4 newly installed, 0 to remove and 2 not upgraded.
Need to get 5428kB of archives.
After this operation, 11,3MB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.
Which tells me that other 3 packages have to be installed to meet the required dependencies. Thus, I had a look to dependencies with apt-cache:

Code:
~ $ apt-cache showpkg kernel-power-settings
Package: kernel-power-settings
Versions: 
0.17 (/var/lib/apt/lists/repository.maemo.org_extras-devel_dists_fremantle_free_binary-armel_Packages)
...
Dependencies: 
0.17 - kernel-feature-overclock (0 (null)) kernel-feature-smartreflex (0 (null)) sudo (0 (null)) 
0.16 - kernel-power-flasher (18 1:2.6.28-10power49) kernel-power-bootimg (18 1:2.6.28-10power49) kernel-feature-smartreflex (0 (null)) sudo (0 (null))
...
which tells me that kernel-power-settings needs kernel-feature-overclock, but investigating furthermore the dependencies of kernel-power with:

Code:
~ $ apt-cache showpkg kernel-power         
Package: kernel-power
Versions: 
1:2.6.28-10power52 (/var/lib/apt/lists/repository.maemo.org_extras-devel_dists_fremantle_free_binary-armel_Packages) (/var/lib/dpkg/status)
 Description Language: 
                 File: /var/lib/apt/lists/repository.maemo.org_extras-devel_dists_fremantle_free_binary-armel_Packages
                  MD5: d8ff537e961914dcc79f1ce68b261f22

1:2.6.28-10power51r1 (/var/lib/apt/lists/repository.maemo.org_extras-devel_dists_fremantle_free_binary-armel_Packages) (/var/lib/apt/lists/repository.maemo.org_extras-testing_dists_fremantle_free_binary-armel_Packages)
 Description Language: 
                 File: /var/lib/apt/lists/repository.maemo.org_extras-devel_dists_fremantle_free_binary-armel_Packages
                  MD5: d8ff537e961914dcc79f1ce68b261f22
...
Provides: 
1:2.6.28-10power52 - 
1:2.6.28-10power51r1 - 
1:2.6.28-10power51 - 
1:2.6.28-10power50 - 
1:2.6.28-10power49 - 
2.6.28-maemo42 - 
2.6.28-maemo37 - 
2.6.28-maemo24 - 
Reverse Provides:
I have seen that kernel-power does not provide kernel-feature-overclock.

The same thing applies when I had a look to the dependencies of kernel-power-bootimg with:

Code:
/opt/var/cache/apt/archives $ apt-cache showpkg kernel-power-bootimg
Package: kernel-power-bootimg
Versions: 
1:2.6.28-10power52 (/var/lib/apt/lists/repository.maemo.org_extras-devel_dists_fremantle_free_binary-armel_Packages) (/var/lib/dpkg/status)
 Description Language: 
                 File: /var/lib/apt/lists/repository.maemo.org_extras-devel_dists_fremantle_free_binary-armel_Packages
                  MD5: dc2dd7daf2949f82dccd6a75b4629f15

1:2.6.28-10power51r1 (/var/lib/apt/lists/repository.maemo.org_extras-devel_dists_fremantle_free_binary-armel_Packages)
...
Provides: 
1:2.6.28-10power52 - 
1:2.6.28-10power51r1 - kernel-feature-xfs kernel-feature-wlan-monitor kernel-feature-video720p kernel-feature-utf8 kernel-feature-usbip kernel-feature-usbhost-new kernel-feature-usbhost kernel-feature-unionfs kernel-feature-udf kernel-feature-squashfs kernel-feature-smartreflex kernel-feature-slip kernel-feature-reiserfs kernel-feature-radiords kernel-feature-qos kernel-feature-pptp kernel-feature-ppp kernel-feature-packet-injection kernel-feature-overclock kernel-feature-ntfs-read kernel-feature-netfilter kernel-feature-mousejoy kernel-feature-kexec kernel-feature-joikuspot kernel-feature-ipv6 kernel-feature-ioacct kernel-feature-framebuffer kernel-feature-ext4 kernel-feature-errata-430973-workaround kernel-feature-dmloop kernel-feature-crypto kernel-feature-cifs kernel-feature-charger kernel-feature-block2mtd kernel-feature-battery kernel-feature-automounter 
...
which tells me that neither kernel-power-bootimg version 1:2.6.28-10power52 provides kernel-feature-overclock, not ver. 1:2.6.28-10power52.

kernel-feature-overclock is instead provided by kernel-power-flasher, kernel-bfs-bootimg, and kernel-power-bootimg ver. 1:2.6.28-10power51r1.

For the just mentioned reasons, is it possible that a little problem with dependencies has been introduced with kernel-power-bootimg ver. 1:2.6.28-10power52?

Thanks in advance for your great efforts.

Cordially,
pkz




Originally Posted by peterleinchen View Post
pali or techstaff

Something weird going on here ?

I just wanted to grab kp52 (bootimg) packages from repo, but I get this (missing dependencies) on this page
http://maemo.org/packages/package_in....28-10power52/ (see first pic)
Attachment 31711
and this (kp52 not listed) on this page
http://maemo.org/packages/view/kernel-power-bootimg/ (see second pic).
Attachment 31712

But apt-get tells me everything is good?


For sure I may fetch them from your repo, but would like to know what is gooing on here?
 

The Following 2 Users Say Thank You to pkz For This Useful Post:
Posts: 132 | Thanked: 40 times | Joined on Jan 2013 @ Nairobi Kenya
#88
Hi guys,

My case is different as I can't even find the v52 and usbhost anywhere in the repositories.

Also, before I flashed my phone, whenever I tried to connect to the usbmode|>hostmode with boost, it tells me, Error: Charger connected, disconnect charger first. Please assist.

Regards,
Freddie.
 
Alecsandru's Avatar
Posts: 439 | Thanked: 282 times | Joined on Oct 2012
#89
the next update could contain reiser4 and btrfs support? thank you all
 
Posts: 3 | Thanked: 3 times | Joined on Jun 2013 @ Turkmenistan
#90
Hi Dear friends! Can anybody explain me step by step. How can i load packet injection shell script? I have red instruction properly, but still don't know how I make work cleven with packet injection. My skype wowdik! I will wait your help!
 
Reply

Tags
kernel, kernel-power, kernel-power52


 
Forum Jump


All times are GMT. The time now is 02:54.