OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: rikiya on March 29, 2005, 06:02:14 pm

Title: Cacko 1.22 Problems
Post by: rikiya on March 29, 2005, 06:02:14 pm
Hi, I use the Cacko 1.22 on my 860, and I have 2 problems. First is that the battery doesn't charge fully, or something and my zaurus shuts down automatically even after charging for a whole night. Second, I cannot install any packages and get the error "ipkg says something went wrong. Sorry".

Any help?
Title: Cacko 1.22 Problems
Post by: wmadan on March 29, 2005, 10:53:56 pm
Quote
Hi, I use the Cacko 1.22 on my 860, and I have 2 problems. First is that the battery doesn't charge fully, or something and my zaurus shuts down automatically even after charging for a whole night. Second, I cannot install any packages and get the error "ipkg says something went wrong. Sorry".

Any help?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=72717\"][{POST_SNAPBACK}][/a][/div]

Go to the cacko web site at cacko.biz and look at the FAQ with regard to your ipkg problem.
Title: Cacko 1.22 Problems
Post by: waalkman on March 29, 2005, 11:26:20 pm
As for the battery:

https://www.oesf.org/forums/index.php?showt...ce+menu+battery (https://www.oesf.org/forums/index.php?showtopic=5835&hl=service+menu+battery)

Beware, there be dragons there...


As for your ipkg problems:

go to /usr/lib/ipkg and find the status file. Open it in an editor and remove the line near the end that is causing all of the trouble.

Actually, it would be a good idea to run ipkg from the command line to see exactly what the problem is, but I'm guessing that it is getting hung up on an incompletely installed package.

The command line for ipkg should be:

"ipkg install package"

Where "package" would be the name of the actual package.

You might need to either elevate yourself to root or return to user depending on what package you are installing.

"su" takes you to root (look for the "#" prompt)
"su zaurus" makes you a regular user ("$" prompt)
Title: Cacko 1.22 Problems
Post by: pelrun on March 29, 2005, 11:54:42 pm
The "premature shutdown" issue may just be that the Z is turning off the screen - the SharpROM(and Cacko by extension) has a bug in it that shuts off the screen if the backlight is on minimum and auto-dim is on. I've also had it happen the instant I've hit a key after leaving it alone for a short while.

Next time it occurs don't hit the power button, try hitting Fn+4 instead to turn up the backlight. This usually turns the screen back on immediately for me.
Title: Cacko 1.22 Problems
Post by: rikiya on March 30, 2005, 12:37:02 am
Yes, pelrun I think thats it, and thanks to wmadan and waalkman for the help, I will go and try now.
Title: Cacko 1.22 Problems
Post by: rikiya on March 30, 2005, 10:06:33 pm
xlibs_4.3.0-3_arm.ipk, returning
ipkg_get_install: Perhaps you need to run `ipkg update'?



Any ideas?
Title: Cacko 1.22 Problems
Post by: matrix on April 03, 2005, 09:52:30 pm
Quote
xlibs_4.3.0-3_arm.ipk, returning
ipkg_get_install: Perhaps you need to run `ipkg update'?



Any ideas?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=72898\"][{POST_SNAPBACK}][/a][/div]


this happens when ipkg is trying to install a package it can't find, which often happens if you tagged a package to install in add/remove programs and something stopped it (user cancel, crash, etc)

you can try an ipkg update followed by an ipkg upgrade while the network is up to see if it can grab the package, or grab that xlibs package and install it manually.

if you don't care about xlibs or still have issues, run from the command line:
ipkg remove xlibs

that may remove xqt or any other packages you may have installed which depend on xlibs.  you can always reinstall them later.  this tells ipkg to remove xlibs which is in a bad state and forget about it