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.


Topics - 7_feet_up

Pages: [1]
1
My Sharp Zaurus SL-5600 (a.k.a. "Poodle") is for sale. It's in good condition and fully functional.

It comes with several accessories:
1. Peak CF 512 Mb
2. Sandisk SD 64 Mb
3. Senao CF 802.11b Wifi card
4. Destinator CF GPS receiver + external antenna
5. CE-ST9 USB cradle
6. CE-170TS serial cable
7. Piel Frama luxurious leather PDA-case with the colors Black/Tan
8. Trust PW-2992p 2800 mAh external battery

I'm asking €100 or the best offer.
[img]http://img523.imageshack.us/img523/6761/98417067.jpg\" border=\"0\" class=\"linked-image\" /]
[img]http://img223.imageshack.us/img223/364/74958687.jpg\" border=\"0\" class=\"linked-image\" /]
[img]http://img223.imageshack.us/img223/5926/48030361.jpg\" border=\"0\" class=\"linked-image\" /]
[img]http://http://img223.imageshack.us/img223/5926/48030361.jpg\" border=\"0\" class=\"linked-image\" /]
[img]http://img291.imageshack.us/img291/3053/43831498.jpg\" border=\"0\" class=\"linked-image\" /]
[img]http://img246.imageshack.us/img246/7743/38943330.jpg\" border=\"0\" class=\"linked-image\" /]

2
User Request for Applications / Update Zbedic In The Opie Feeds
« on: December 02, 2005, 12:25:13 pm »
I use zbedic a lot on my zaurus. But the latest package in the feeds is zbedic_20041227-r1. Since then, there have been a few updates. The latest release is version 0.9.6 from 2005-06-23 which has quite a few enhancements.
I hope someone with acces to the feeds reads this post and will update the package.

Regards,
Folkert.

3
For Sale / Wanted / Does Piel Frama's Leather Case Fit The 5600?
« on: October 20, 2005, 04:20:31 pm »
For about a year I own a zaurus sl-5600. Until now, I have been carrying around my zaurus without a case in my pocket. Only the screen is protected with a plastic cover. The buttons stay uncovered, so the device is switched on and off and starting applications by accident all day, draining the battery. I recently found that Piel Frama made a leather case for the 5500. That case would prove very useful for my zaurus sl-5600. But I wonder if the case fits the 5600, despite the bigger battery.

Someone tried it yet?

4
I use opie-reader a lot with pages I retrieve from the internet using Plucker for linux from www.plkr.org. This all works fine, and I'm very content with it. The only thing is that all links get striked through after clicking on them in opie-reader (or maybe they get underlined, but seem strikedthrough). These links aren't dead ones, btw. The links continue to work, so it's annoying at worst. Does anyone else experience the same odd behavior and, better, does anyone know how to prevent it?

5
Linux Issues / Usbnet Fixed In Kernel 2.6.12-rc5
« on: June 05, 2005, 05:31:59 am »
As many already noticed, usbnet for zaurus was broken since kernel 2.6.11.
Good news: it now works again in 2.6.12-rc5.
I also applied the usbnet_zaurus.patch from David Brownell he submitted 3 june in the fa.linux.kernel newsgroup, which I don't know was necessary since I own the zaurus sl-5600, not sl-6000.
Here's the patch:
Code: [Select]
This "obvious" one-liner is needed to recognize Zaurus SL 6000;
it just checks two GUIDs not just one.

From: Gerald Skerbitz
Signed-off-by: David Brownell

--- linux-2.6.12-rc5/drivers/usb/net/usbnet.c.orig    2005-06-01 18:06:20.000000000 -0500
+++ linux-2.6.12-rc5/drivers/usb/net/usbnet.c    2005-06-01 18:29:30.000000000 -0500
@@ -2765,7 +2765,7 @@ static int blan_mdlm_bind (struct usbnet
    }
    /* expect bcdVersion 1.0, ignore */
    if (memcmp(&desc->bGUID, blan_guid, 16)
-        && memcmp(&desc->bGUID, blan_guid, 16) ) {
+        && memcmp(&desc->bGUID, safe_guid, 16) ) {
        /* hey, this one might _really_ be MDLM! */
        dev_dbg (&intf->dev, "MDLM guid\n");
        goto bad_desc;

6
Software / Hancom Word Starts Incredibly Slow
« on: April 30, 2005, 12:10:35 pm »
I managed to get both hancom sheet and word working on my zaurus SL-5600 with OpenZaurus 3.5.2. Problem is that both programs search the entire filesystem before starting, including the sf-card, for documents to be opened. But because my cf-card contains hundreds of files the result is that starting hancom word is incredibly slow.

Unmounting the cf-card before starting hancom word solves it, but is a rather inconvenient work-around. Mounting the card on another mountpoint than the default /mnt/cf doesn't help, as doesn't renaming the Documents directory.

Does anone experience the same problem, and more important, knows how to prevent hancom word from searching the entire filesystem, or perhaps has another solution better than mine?

Pages: [1]