Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - aldanm

Pages: [1]
1
C1000/3x00 General discussions / Flash Card Program ?
« on: September 09, 2005, 05:45:12 pm »
KWordQuiz works great in Pocket Workstation.  I tried SOQ, but KWordQuiz seems a lot more streamlined with more features; it's just a lot more work to get it up and running.  I don't know if it would work with X/QT directly.

If you have the patience to get Pocket Workstation setup, check out Meanie's grand and glorious documentation and work:

http://www.users.on.net/~hluc/myZaurus/

Once that's done, you can just apt-get kwordquiz.

2
C1000/3x00 Hardware / Adapter
« on: August 05, 2005, 09:56:16 pm »
Whoops!  Sorry -- mind must be malfunctioning...

3
C1000/3x00 Hardware / Adapter
« on: August 05, 2005, 05:30:26 pm »
iriver.com has a nice one.  Just search for "host cable."  It's a small cable, but it's cheap.  I like it.  Some of the discussions in the forums could lead you to longer ones, and I believe there are shorter ones if that's your fancy.

4
C1000/3x00 General discussions / Qtrdesktop Probem
« on: June 25, 2005, 12:44:17 am »
/home/QtPalmtop/i18n/ja/libsl.qmid -> /hdd1/usr/QtPalmtop.rom/i18n/ja/libsl.qmid
/home/QtPalmtop/lib/libqsfepj.so.1.0.0 -> /hdd1/usr/QtPalmtop.rom/lib/libqsfepj.so.1.0.0
/home/QtPalmtop/lib/libkke.so.1.0.0 -> /hdd1/usr/QtPalmtop.rom/lib/libkke.so.1.0.0

You'll also want to link down the names:
/home/QtPalmtop/lib/libqsfepj.so.1.0 -> /home/QtPalmtop/lib/libqsfepj.so.1.0.0
/home/QtPalmtop/lib/libqsfepj.so.1 -> /home/QtPalmtop/lib/libqsfepj.so.1.0.0
/home/QtPalmtop/lib/libqsfepj.so -> /home/QtPalmtop/lib/libqsfepj.so.1.0.0

/home/QtPalmtop/lib/ libkke.so.1.0 -> /home/QtPalmtop/lib/libkke.so.1.0.0
/home/QtPalmtop/lib/ libkke.so.1 -> /home/QtPalmtop/lib/libkke.so.1.0.0
/home/QtPalmtop/lib/ libkke.so -> /home/QtPalmtop/lib/libkke.so.1.0.0

Hope this helps!

5
C1000/3x00 General discussions / Empty Files Tab On C1000
« on: June 16, 2005, 11:36:49 pm »
Check this website:  http://zaurus.kruss.com/software_sharp.php#14

This is Kruss' website; at the bottom #14 might provide something useful if I'm understanding your problem correctly.  Specifically, make sure mtab exists (in some form) in /etc.

Hope it helps.

6
C1000/3x00 General discussions / Qtrdesktop Probem
« on: June 16, 2005, 12:57:38 pm »
Quote
---
Could  not open translation file /home/QtPalmtop//i18n/en/libsl.qmid
Qlibrary open failed: /home/QtPalmtop/lib/libqsfepj.so, libkke.so.1: cannot load shared object file: No such file or directory
--

I have links to those files on hdd1, which is stock.  Come to think of it, I don't recall what tweaks I made after installing the packages.  libqsfepj.so.1.0.0 and libkke.so.1.0.0 are linked at /hdd1/usr/QtPalmtop.rom/lib/.  I also have libsl.qmid linked to /hdd1/usr/QtPalmtop.rom/i18n/ja/libsl.qmid in /home/QtPalmtop/i18n/ja/, and nothing in the /home/QtPalmtop/i18n/en/.  In short, just search hdd1, for those files; it's probably there.

Quote
For turning on the remote desktop. I turned it on, but do not have a clue what user to add for this service.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=84471\"][{POST_SNAPBACK}][/a][/div]

XP remote desktop doesn't require user accounts, only the ip address of the XP machine itself.

7
C1000/3x00 General discussions / Qtrdesktop Probem
« on: June 15, 2005, 11:09:01 pm »
The only times qtrdesktop has failed for me was either I'd gotten the wrong ip address, or I'd forgotten to turn on remote desktop on my XP machine.  So I would suggest just verifying those two things.

Have you tried starting qtrdesktop from a terminal?  That should give more information.

8
C1000/3x00 General discussions / Newbie: Help With Firefox
« on: May 25, 2005, 07:56:35 pm »
I finally got Firefox to work, and I'm under the impression that Firefox uses stuff from both 1.2 and 2.0 gtk packages.  I actually have them both installed for one reason or another, so it won't hurt to have them both on the zaurus.

I got error messages about dependencies too, but it still works.  If you know that a file was installed and Firefox yelps about it missing, just search for the file as su:

find / -name <file_string>

Then modify LD_LIBRARY_PATH:

export LD_LIBRARY_PATH=<wherever_the_above_tells_you_your_file_is>:$LD_LIBRARY_PATH

As far as finding packages, I googled some of them.  Just surround the string in quotes and you should be pointed to the right place.

Hope this helps!

9
C1000/3x00 General discussions / Vpn-client On C3k
« on: May 09, 2005, 10:11:46 pm »
Hi!

I was able to get a tun module compiled, which should be attached to this post.

I couldn't get the ipsec module compiled as I don't have a dedicated linux box; however, I was able to connect to my university's vpn with the attached module and the ipsec compiled against 2.4.18 from http://www.liebchen-online.de/vpn-zaurus-cisco_en.html.  So far I haven't experienced any lock-ups, but I don't know how secure it is.  Hope it helps!

Pages: [1]