OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: relapse808 on November 16, 2006, 07:59:16 pm
-
I installed PDAXROM on my C3000 last night and I really like it so far. I have no idea what I have done but the package installer will no longer display any of the installed packages. I dont even know who I did this. I was installing packages and afterwards all "installed packages" are not listed. Can someone help me out here.
-
Hmmm... try updating your package list.
ipkg update
...from the command line
-
that didnt work. I did notice the "install to" in the package manager wont let me select anything. It used to let me select the large chunk of space available before. I have no idea how this has happened
-
that didnt work. I did notice the "install to" in the package manager wont let me select anything. It used to let me select the large chunk of space available before. I have no idea how this has happened
[div align=\"right\"][a href=\"index.php?act=findpost&pid=146517\"][{POST_SNAPBACK}][/a][/div]
did you try the universal windows fix, ie reboot?
-
which feeds are selected ?
Make sure you have a valid feed.
Then press "reload" button, you will have packages available.
If you still can't choose where to install, just select a (small) available package, click "install button" -> you will see some errors in the log window and after that you'll be able to select where you want to install.
Chero.
-
that didnt work. I did notice the "install to" in the package manager wont let me select anything. It used to let me select the large chunk of space available before. I have no idea how this has happened
[div align=\"right\"][a href=\"index.php?act=findpost&pid=146517\"][{POST_SNAPBACK}][/a][/div]
did you try the universal windows fix, ie reboot?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=146518\"][{POST_SNAPBACK}][/a][/div]
I really like this one ...
-
I always seem to run into trouble with the gui package manager. Recommend you learn how to do it from the command line, heres a few basics:
list installed packages on root:
ipkg-link list /
search for package icewm:
ipkg list |grep icewm
install icewm to /mnt/hdd1: (check ipkg.conf to find out install location names)
ipkg -d hdd1 install icewm
And modify /etc/ipkg.conf to install feeds and change/view install locations. Don't forget to run ipkg update after!
I have these commands mapped to aliases as I use them all the time, you may want to do the same
-
that didnt work. I did notice the "install to" in the package manager wont let me select anything. It used to let me select the large chunk of space available before. I have no idea how this has happened
[div align=\"right\"][a href=\"index.php?act=findpost&pid=146517\"][{POST_SNAPBACK}][/a][/div]
did you try the universal windows fix, ie reboot?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=146518\"][{POST_SNAPBACK}][/a][/div]
Hahaha!!!
That was a good one...
-
I did try a reboot, I wouldn't post here if the answer was that simple. I tried the ipkg update command as well with no luck. I ended up reinstalling Beta2 instead since I didnt want to mess with it anymore. Again I know the issue was that that large chuck of free hard drive space had "disappeared". You couldnt even choose the CF or SD card in the "install on" secion of the GUI.
I have one other question. I have installed packages from the new application thread on this site. Almost all of them dont work complaing about libxxxxx.so.x missing. Is there a feed that has most of these libs?
-
It depends on the lib you need....
its prolly
libstdcxx5-compat_5.0.7_armv5tel.ipk (http://www.pdaxrom.org/contrib/rc11+-armv5tel/libstdcxx5-compat_5.0.7_armv5tel.ipk)
or this
libstdcxx_5.0.5_armv5tel.ipk (http://www.pdaxrom.org/download/1.1.0beta1/Zaurus-7x0-860/feed/libstdcxx_5.0.5_armv5tel.ipk)
Late
-
I too have run into the original posted problem - a few days ago I noticed that I only had one destination available for installations, where I was sure there had previously been several.
Then the following day there are NO destinations, NO packages available, NO packages listed as installed.
ipkg from command line is helpless as well.
Turns out that /etc/ipkg.conf is empty... Don't know how it managed that, but if someone could post ipkg.conf from r121 I'd really appreciate it...
j
-
I too have run into the original posted problem - a few days ago I noticed that I only had one destination available for installations, where I was sure there had previously been several.
Then the following day there are NO destinations, NO packages available, NO packages listed as installed.
ipkg from command line is helpless as well.
Turns out that /etc/ipkg.conf is empty... Don't know how it managed that, but if someone could post ipkg.conf from r121 I'd really appreciate it...
j
[div align=\"right\"][a href=\"index.php?act=findpost&pid=148123\"][{POST_SNAPBACK}][/a][/div]
I know that early versions of the graphical package manager were pretty hopeless and I recall similar problems to this being caused by it - perhaps this is still the case? You can use the command line tool quite happily (once /etc/ipkg.conf is rebuilt). As far as I know all versions use the same layout for the file:
src
dest root /
dest
(With as many src and dest entries as you like)