![]() ![]() |
Sep 24 2004, 09:20 AM
Post
#1
|
|
|
Group: Members Posts: 15 Joined: 24-September 04 Member No.: 4,749 |
Hi,
I flashed with 3.5.1 wihtout any problems. I can connect from SuSE 9.1 to the Z using Qtopia, but I cannot get any programs installed. I have http://openzaurus.org/official/unstable/3.5.1/feed/ in the settings of Qtopia Desktop as a Package feed, but no new programmes are shown. I desperately need to install Korganizer or KOPI, but I haven't got a clue on how to do it. I would be most grateful for any help The packages copied (using scp) to the cf card, do not seem to be detected by the Package Manager. Any clues? Thanks, -G- |
|
|
|
Sep 24 2004, 11:03 AM
Post
#2
|
|
|
Group: Members Posts: 60 Joined: 17-February 04 From: Ha Noi, Viêt Nam Member No.: 1,881 |
open a terminal and type ipkg install /mnt/cf/<your-package>.ipk
|
|
|
|
Sep 24 2004, 11:22 AM
Post
#3
|
|
|
Group: Members Posts: 293 Joined: 18-November 03 Member No.: 945 |
You must make sure your Z networking is fully set up. Make sure the Z has a nameserver configured and that NAT or MASQ, etc. is set up on the server/router box. You can test this; if you can ping a site my name from the Z console it should be working.
Dan |
|
|
|
Sep 25 2004, 12:26 AM
Post
#4
|
|
|
Group: Members Posts: 15 Joined: 24-September 04 Member No.: 4,749 |
QUOTE open a terminal and type ipkg install /mnt/cf/<your-package>.ip Thanks. I thought that the Package Manager would see the files in the cf card (this happened in version 3.3.5, but not now). Is this supposed to be like this? QUOTE You must make sure your Z networking is fully set up. Make sure the Z has a nameserver configured and that NAT or MASQ, etc. is set up on the server/router box. You can test this; if you can ping a site my name from the Z console it should be working. Dan, I am afraid that I have not managed to sort this out, so I am trying to download the files and install them from the cf card. I set the "masq" option in the firewall configuration, but I am not sure what to do next. Is the nameserver the ip address of my desktop? Is there anybody with SuSE 9.1 to help on how to connect to the internet with the Z through USB? (so far I can use ssh and QTopia Desktop, so the connection between the Z and the desktop works OK. My problem is perhaps the firewall) Cheers -G- |
|
|
|
Sep 25 2004, 12:41 AM
Post
#5
|
|
|
Group: Members Posts: 60 Joined: 17-February 04 From: Ha Noi, Viêt Nam Member No.: 1,881 |
QUOTE(-G- @ Sep 25 2004, 09:26 AM) QUOTE open a terminal and type ipkg install /mnt/cf/<your-package>.ip Thanks. I thought that the Package Manager would see the files in the cf card (this happened in version 3.3.5, but not now). Is this supposed to be like this? QUOTE You must make sure your Z networking is fully set up. Make sure the Z has a nameserver configured and that NAT or MASQ, etc. is set up on the server/router box. You can test this; if you can ping a site my name from the Z console it should be working. Dan, I am afraid that I have not managed to sort this out, so I am trying to download the files and install them from the cf card. I set the "masq" option in the firewall configuration, but I am not sure what to do next. Is the nameserver the ip address of my desktop? Is there anybody with SuSE 9.1 to help on how to connect to the internet with the Z through USB? (so far I can use ssh and QTopia Desktop, so the connection between the Z and the desktop works OK. My problem is perhaps the firewall) Cheers -G- I personnaly made a mirror of the feeds, put them on a CF card and then add the following lines into /etc/ipkg.conf : QUOTE src CF_feed file:///mnt/cf/oz/feed src CF_upgrades file:///mnt/cf/oz/upgrades then you have two choices : * from the command-line : QUOTE $ ipkg update $ ipkg upgrade $ ipkg install <whatever_package_you_want> * from GUI : QUOTE 1/ install opie-aqpkg
2/ from the menu -> update lists |
|
|
|
Sep 25 2004, 02:01 AM
Post
#6
|
|
|
Group: Members Posts: 15 Joined: 24-September 04 Member No.: 4,749 |
QUOTE open a terminal and type ipkg install /mnt/cf/<your-package>.ip I tried this with opie-tabmanager and it seems to have installed it (although portmat returned an error "1", I think). However I do not see the tabmanager icon anywhere! Is there anything else I must do so Opie shows it? I rebooted, but still nothing appears. (sorry for being so clue-less). Thanks again. -G- |
|
|
|
Sep 25 2004, 06:36 AM
Post
#7
|
|
|
Group: Members Posts: 4,515 Joined: 25-October 03 From: Bath, UK Member No.: 464 |
QUOTE I thought that the Package Manager would see the files in the cf card (this happened in version 3.3.5, but not now). Is this supposed to be like this? aqpkg is not finished so I've read and eventually will do what it uesd to (list all available local packages as well as those in feeds). QUOTE Is there anything else I must do so Opie shows it? I rebooted, but still nothing (sorry for being so clue-less). You rebooted, so this may not apply (as it ought to be done on reboot) - try ipkg-link: 'ipkg-link mount /mnt/cf' (assuming that's where you put it) Other than that, check the status file to see what there were no errors creating the symlink, check to see whether the .desktop file is actually in /opt/QtPalmtop/apps/, then wether it's on the /mnt/cf mount, check if it's in the package, etc. Si |
|
|
|
Sep 25 2004, 07:20 AM
Post
#8
|
|
|
Group: Members Posts: 15 Joined: 24-September 04 Member No.: 4,749 |
QUOTE You rebooted, so this may not apply (as it ought to be done on reboot) - try ipkg-link: 'ipkg-link mount /mnt/cf' (assuming that's where you put it) Erm... what does that do? I suspect that the package was installed in the ram area. I also tried the checkers game, same story. It does not appear anywhere. I cannot believe that I am the only one with this problem... Thanks, -G- |
|
|
|
Sep 25 2004, 07:31 AM
Post
#9
|
|
|
Group: Members Posts: 4,515 Joined: 25-October 03 From: Bath, UK Member No.: 464 |
QUOTE Erm... what does that do? I suspect that the package was installed in the ram area. :-Dipkg-link creates symlinks from wherever you installed the package so that it appears to be on the root (e.g. the file /mnt/ram/opt/QtPalmtop/bin/jeode is linked to /opt/QtPalmtop/bin/jeode, etc.). This, therefore, applies to anything installed anywhere other than / (root), even ram. Did you get any errors when you installed them? Si |
|
|
|
Sep 27 2004, 05:09 AM
Post
#10
|
|
|
Group: Members Posts: 15 Joined: 24-September 04 Member No.: 4,749 |
QUOTE ipkg-link creates symlinks from wherever you installed the package In the 3.3.5 version, the ipkg-link must have been executed automatically after installing every package, so I did not know of this linking afterwards. Now, everything seems to install from the cf card (thanks lardman & cycojesus!) Cheers -G- |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 20th June 2013 - 02:32 AM |