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 - clofland

Pages: [1] 2 3 ... 17
1
Zaurus - Other distros support / Re: NetBSD 10.0 on Zaurus C3200
« on: March 11, 2025, 02:42:13 pm »
I think this is the information you are looking for https://wiki.netbsd.org/ports/zaurus/

I'm going to give it a shot and see how it turns out.

This seems more "fully fleshed out" and modern than anything else I've found so far for the Zaurus, although I could be totally wrong.

---

Here is what I have so far:

# References
 - https://wiki.netbsd.org/ports/zaurus/
 - Instructions (crappy forum post): https://mail-index.netbsd.org/port-zaurus/2011/05/20/msg000045.html
 - Instructions (slightly better?): https://wiki.netbsd.org/users/jun/zaurus/
 - Old OpenBSD Install instructions to cope with "Installation method of NetBSD/zaurus is the same way as OpenBSD/zaurus": https://web.archive.org/web/20170912052501/https://ftp.openbsd.org/pub/OpenBSD/6.0/zaurus/INSTALL.zaurus
 - Source locations:
     - https://nycdn.netbsd.org/

# Download
Go to https://nycdn.netbsd.org/pub/NetBSD-daily/netbsd-10/
 - then pick "latest"
 - then pick "zaurus"
 - then pick "installation"
Download:
 - zboot
 - zbsdmod.o
Then go into "kernel" and download:
 - netbsd-INSTALL
(Note that the _C700 version is really only for the C700, not the C760)

Put all three files on the root of your SD card.

# Boot to Terminal
 - Power down the Zaurus and remove all power sources (no AC adaptor and remove the battery!)
 - Set the battery switch to the "Off" position and wait for at least 5 seconds.
 - Connect the AC adaptor and put back the battery.
 - Hold down the "D" + "B" keys and set the battery switch back to the "On" position (while keys are pressed!).
 After a short moment the diagnostics menu should appear. If not, try it again and this time hold down the "D" + "B" keys **before** you restore the power (AC adaptor / battery).
 - Same as above, but use "D" + "B" instead.
This should boot just to a command line prompt.
Log in as root, and it shouldn't ask for a password.

# Install
At the terminal run:
```
cd /mnt/card
insmod -f zbsdmod.o
./zboot
```
Note the `-f` is forcing this even though the kernel version is wrong, which you will see the warning about.

 - Press space to stop auto-boot
At the ">" prompt type:
`boot path:/mnt/card/netbsd-INSTALL`
and hit Enter

The installation menu should start!

---

I'm still working through the install. I ran out of space on my SD card on the first try, so I'm trying different package selection configurations.
It is able to see and use my Compact Flash Ethernet card to do the install, so that is good.
I haven't finished an install yet, so I haven't booted NetBSD yet to know if it really works.

2
Zaurus - Hardware discussion / Reviving my SL-C760 in 2025
« on: February 24, 2025, 07:00:38 pm »
Is anyone still here? I have some questions:

I got my SL-C760 a LONG time ago, when they were still being sold new. I would like to "revive" it.

1. What OS do you suggest I try to put on it at this point? I see a few options over the years in the forums, but it isn't clear to me what would be the most stable to use now. I don't need anything fancy, mostly just something that will boot with a minimum of fuss and support my CF Ethernet adapter.

2. I don't have a battery anymore. Is there a way to deal with that? I can get into the sort of "recovery" login by holding D+B. Can an OS install deal with this too? If not, can batteries still be obtained?

Thanks for any ideas and/or discussion.

3
Security and Networking / Wake On Lan (wol) Magic Packet
« on: February 26, 2010, 12:04:53 pm »
Quote from: clofland
Anyone know how to send a WOL Magic Packet from a Zaurus?

To answer my own question (because I hate it when I find questions with no answers).

This works:
http://gsd.di.uminho.pt/jpo/software/wakeo...o/wolpython.txt

(And a copy in case the above URL dies before this forum does)
# Wake-On-LAN
#
# Copyright © 2002 by Micro Systems Marc Balmer
# Written by Marc Balmer, marc@msys.ch, http://www.msys.ch/
# This code is free software under the GPL

import struct, socket

def WakeOnLan(ethernet_address):

  # Construct a six-byte hardware address

  addr_byte = ethernet_address.split(':')
  hw_addr = struct.pack('BBBBBB', int(addr_byte[0], 16),
    int(addr_byte[1], 16),
    int(addr_byte[2], 16),
    int(addr_byte[3], 16),
    int(addr_byte[4], 16),
    int(addr_byte[5], 16))

  # Build the Wake-On-LAN "Magic Packet"...

  msg = '\xff' * 6 + hw_addr * 16

  # ...and send it to the broadcast address using UDP

  s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
  s.setsockopt(socket.SOL_SOCKET, socket.SO_BROADCAST, 1)
  s.sendto(msg, ('<broadcast>', 9))
  s.close()

# Example use
WakeOnLan('0:3:93:81:68:b2')

As long as you have python installed, this works great. Just replace the MAC after the last line with the one you want to wake up.

Very nice. Now I can shut all of the computers in my house off (or put them to sleep) and use my Z to turn them on when I need to access them.

4
Security and Networking / Wake On Lan (wol) Magic Packet
« on: February 19, 2010, 05:00:15 pm »
Anyone know how to send a WOL Magic Packet from a Zaurus?

5
New products and alternatives / Will The Iphone Replace The Zaurus?
« on: January 09, 2007, 04:35:28 pm »
"iPhone also introduces an entirely new user interface based on a large multi-touch display and pioneering new software, letting you control everything with just your fingers."

Sure is a fancy way of saying "we couldn't figure out how to put a keyboard on it so we'll let you smear your screen all up with your fingers."

I'm not sure what this does that the Cingular 8525 couldn't do, other than use iTunes instead of URGE.

The biggest impact this will probably have is on the next release of Microsoft's mobile OS.

6
Zaurus - pdaXrom / Want Compiled Thread?
« on: November 22, 2006, 10:56:44 am »
Quote
Quote
Quote
Has anyone ever compiled keepass http://keepassx.sourceforge.net/start/ for pdaXrom?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=146858\"][{POST_SNAPBACK}][/a][/div]
I use that on my PC's. It's a nice app that I would like on the Zaurus too since the DB is portable between platforms.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=146867\"][{POST_SNAPBACK}][/a][/div]

That looks indeed interesting!
However, for pdaXrom there is PWM/PI from the KDEPIM/PI 2.2.7 suite. It is quite convenient and problaby safe, too. Not quite as versatile as keepassx as it seems.

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

Yeah, there are a couple of good PW managers for pdaXrom, that is true, but for those of us who are attached to KeePass on our desktops, we would like to be able to see our passwords on the Z.

That said, it seems to use QT 4, which I'm not sure works on pdaXrom, or the Z in general for that matter.

7
Zaurus - pdaXrom / Want Compiled Thread?
« on: November 21, 2006, 03:47:39 pm »
Has anyone ever compiled keepass http://keepassx.sourceforge.net/start/ for pdaXrom?

8
New products and alternatives / New Zaurus Successor?
« on: November 08, 2006, 11:19:05 am »
This looks realy cool to me. I paid $750 for my SL-C760 a little over three years ago, so $875 isn't a big premium compared to what I paid. A device that can run XP or Linux would be really appealing to me. I can't even VPN into my company, or check my work email via the web from a Linux machine.

Like someone else said, it really wouldn't take much more space in my bag than the Z+stuff, and with the buit in USB (keyboard/mouse) and VGA out (monitor), it really could be my "only computer."

9
For Sale / Wanted / Possible Sale: Sl-c760
« on: August 31, 2006, 12:54:01 pm »
Work and life changes have caused me to leave my Z sitting in the case for some weeks, going on months now.

I'm considering selling it with accesories. Here is the list:

Zaurus SL-C760 (FYI: same hardware as 860)
Power adaptor that came with it (100V, 50/60Hz)
- The Japanese use 100V, not 110, but this has been used on 110V here in the US for almost three years with no problems or excessive heat.
USB Cable (The 760/860 do USB client, not host)
Large battery w/ large cover (that comes with the 760
Small custom battery w/ small cover.
- This battery was bought on the forum. It was custom made. It has more power than the normal small battery from sharp. I love being able to make my 760 small, and still get plenty of use from it. Makes it more pocketable
Socket Low Power WiFi card
-Has been tested to work with SHARP Rom, Cacko, and pdaXrom. It probably will work with any ROM.
Socket Low Power Ethernet LAN card (10Mbit, works with all ROMs that I have tried)
Compact Flash 5in1 Adaptor
-This lets you plug 5 other flash cards into the CF slot. I used it for reading SmartMedia cards from my camera, and for copying files from one SD card to another. It is not tiny, it sticks out of the slot quite a bit.
Case Logic case with belt clip that fits very nicely.

I also have a few SD cards. 1gig, 256meg, 128meg. I would be willing to throw one of those in for the right price.

I don't want to Ebay this poor guy. I'd rather see it go to a good home.

I'm not sure what price to ask. Here is a quick break down of the item prices via retail:
SL-C760 - $300 used from Conics.net (I originally paid about $700 for it almost 3 years ago!)
Socket WiFi Card - currently $70 Low price on Froogle
Socket LAN Card - curently $70 Low price on Froogle
Small Battery - Purchased on Forum for $50
Case - $15 (what I paid for it)

Total: $505 not including any SD card.

If you are interested, please make me an offer here or PM me. I won't be offended by any offers, just don't be offended if the offers cause me to decide not to sell it.

I am in the US, but I'll ship anywhere if you want to pay for it.

There comes a DAY, when you don't need a pdA.

P.S. I have the box, Japanese manuals and the CD too.

P.P.S. It is currently running pdaXrom Beta3 quite succesfully, but I am willing to flash any ROM onto it that you want.

[EDIT]: I also have a Belkin IR Keyboard (FBU1500-T) that I use with pdaXrom.

10
Zaurus - pdaXrom / Screen Problem After Installing Beta4?
« on: July 05, 2006, 11:23:34 am »
Quote
Wouldn't that be a good idea if we keep a note of our original value before playing with something new?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=133978\"][{POST_SNAPBACK}][/a][/div]

Yeah, I was kind of bummed when that happend to mine, because my screen was always so perfect until then. I spent a long time testing values and I still do not think my screen is back to as nice as it was before Beta4. Who knew a ROM flash could change NAND values?!

On the flip side, it looked VERY good under Beta4, so I am kind of guessing that once I move on to a stable pdaXrom with 2.6 kernel, my screen will look good for sure.

11
Zaurus - pdaXrom / Mplayer 1.0pre8
« on: July 03, 2006, 12:44:30 pm »
Quote
well, I double checked, it was actually compiled with -O4 optimisation
so I guess, its either size or speed
i will try adding mtune=xscale and see what happens
[div align=\"right\"][a href=\"index.php?act=findpost&pid=133764\"][{POST_SNAPBACK}][/a][/div]

Cool, I vote for speed.   I was thinking maybe you had not "stripped" the binary after compiling it (I know VERY little about such things), but from what I can tell it looks like you did.

Also, I'm a little lost on the GUI. Where do I find gmplayer?

12
Zaurus - pdaXrom / Mplayer 1.0pre8
« on: July 03, 2006, 09:55:27 am »
Quote
it includes both mplayer and mencoder, hence the size
[div align=\"right\"][a href=\"index.php?act=findpost&pid=133756\"][{POST_SNAPBACK}][/a][/div]

Actually, the mplayer binary that came with Beta 3 is 1.9 megs and this new one is 5 megs. The binary grew quite dramatically. Did you run the post-compile whatever to strip down the binary?

Oh, and we certainly wouldn't mind an optimized version.

13
Zaurus - pdaXrom / Mplayer 1.0pre8
« on: July 03, 2006, 09:29:54 am »
Quote
the new file formats that were added aren't really relevant to the Z since they are wrappers around .dll files...

anyway, I compiled it but just to have gmplayer enabled

Thanks, and no, actually it does play new formats. I just ripped the mplayer binary out of your package to test it, and from the command line this new version of mplayer will play sounds files that the pre7 version will not.

Specifically AAC files encoded for my Nokia cell phone. It is really nice to be able to just encode my files to one format that my phone and the Z can both play!

So, again, thanks!!

I haven't tested the GUI yet, but I'll give it a shot too.

14
Zaurus - pdaXrom / Mplayer 1.0pre8
« on: June 30, 2006, 11:33:05 am »
Mplayer 1.0pre8 is out ( http://www.mplayerhq.hu/design7/news.html ), and it supports some file formats that pre7 did not. Some that I have wanted to use for some months now.

So how do I build mplayer 1.0pre8 for pdaX? Or is there someone that knows how that wants to throw it together for all of us?

15
Zaurus - pdaXrom / Important Update...
« on: June 21, 2006, 04:21:20 pm »
Quote
I've been watching this article now since it started and have managed to stay quiet and behind the scenes and stay out of this from a admin standpoint but it's kind of hard when a person makes the comment of "OE MUST DIE" my temptation is to suspend his account on here, however I don't think that would do the Zaurus community as a whole any good cutting off his access at this point. But I will make the warning that this sort of behavior/comments will not be tolerated here. If such comments continue they will be handled appropriatly.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=132232\"][{POST_SNAPBACK}][/a][/div]

Wow, now that would be a turn of events if Sashz was banned from this forum!  

Pages: [1] 2 3 ... 17