|
![]() |
It's specifications include:
Applies to: SL-5500, SL-5000D
Last updated: 2002.Apr.06
The Zaurus discussed in this document runs Lineo's Embedix brand of Linux and uses a 206MHz ARM CPU. The earlier Zauruses released in Japan use a proprietary OS from Sharp and a different CPU. They are not compatible.
Last updated: 2002.Apr.02
Last updated: 2002.Apr.02
Last updated: 2002.Apr.02
Last updated: 2002.Apr.02
Last updated: 2002.Apr.02
Last updated: 2002.Apr.02
Applies to: SL-5500
Last updated: 2002.Apr.02
Applies to: SL-5500
Last updated: 2002.Apr.09
Applies to: SL-5500
Last updated: 2002.Apr.02
Source: Maria Iacovino, Sharp Canada
Last updated: 2002.Apr.09
Last updated: 2002.Apr.09
Last updated: 2002.Apr.09
Source: Gilles Fedak, Marc Stephan
Applies to: SL-5500G
Last updated: 2002.Apr.09
Source: Gilles Fedak, Marc Stephan
Applies to: SL-5500G
Last updated: 2002.Apr.09
Source: Sebastien Routier
Last updated: 2002.Apr.09
Last updated: 2002.Mar.28
Last updated: 2002.Mar.28
Last updated: 2002.Mar.28
Last updated: 2002.Mar.28
To get a close bracket ("]"), push and hold and
, and press [,;].
Last updated: 2002.Mar.28
To get a close brace ("}"), push and hold and
, and press [Enter].
Last updated: 2002.Apr.01
Last updated: 2002.Mar.28
CONTROL-C can be made by pushing just and [C].
(CONTROL-Z, -X, and -V can be entered with just
, as well)
Applies to: QWERTY keyboard models
Last updated: 2002.Apr.05
Source: Brian J. Fox
Last updated: 2002.Apr.01
The software there is under the Software section.
Last updated: 2002.Apr.01
Last updated: 2002.Apr.04
Last updated: 2002.Apr.07
Last updated: 2002.Apr.01
Last updated: 2002.Apr.01
Last updated: 2002.Apr.01
Last updated: 2002.Apr.07
Note: Some may need the 'libopie' package to run properly!!!
Source: ljp on the Zaurus-General list
Last updated: 2002.Apr.05
Last updated: 2002.Apr.07
/home/root/Documents/
"
directory using FTP or SCP
Run the 'Add/Remove Software' program (found in the 'Settings' tab of the launcher), click the "Install packages" button, and select the packages to install from the list. (Uninstalled programs will have a icon next to them.)
You are typically given the choice to install the package into "Internal" storage (the storage space inside the Zaurus's RAM), on a CF card, or on an SD card. Note: Some packages fail to install on external cards!
When you're done installing, exit the Add/Remove program, and Qtopia will restart.
Last updated: 2002.Apr.01
Add a server (referred to as a 'feed URL'), and then select and install software available from the feed.
Source: Gilles Fedak
Last updated: 2002.Apr.06
ipkg
" command from within the
ipkg install some.ipk
")Run the "ipkg" command without any arguments to see what else you can do with it.
Last updated: 2002.Apr.01
Applies to: SL-5000D, SL-5500
Last updated: 2002.Apr.03
Source: Bart Decrem, Hancom
Applies to: SL-5000D
Last updated: 2002.Apr.03
Last updated: 2002.Apr.05
quake -nosound -width 240 -height 200 -basedire /opt/QtPalmtop/quake/data
...and it will run, but slowly.
Last updated: 2002.Apr.05
XFree86 for Zaurus at SourceForge.
Last updated: 2002.Apr.06
wm
" to start X11
Last updated: 2002.Apr.06
exit
". The 'Wait...' will appear
and Qtopia will restart.
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Be sure to pull it down all the way, until it 'locks,' otherwise the panel buttons will not work.
Last updated: 2002.Mar.28
Last updated: 2002.Mar.28
Last updated: 2002.Mar.28
Last updated: 2002.Mar.28
Last updated: 2002.Mar.28
The SL-5500 is the first consumer model, initially available for $499, available in March 2002, has 64MB of RAM, and has a part-metal, part-plastic stylus. It also comes with an embedded office suite from Hancom pre-installed (presentation viewer, word processor and spreadsheet).
Internally, other than the RAM size, they seem to be identical. (Software and peripherals are compatible, they physically look the same, other technical specifications are the same, etc.)
Applies to: SL-5000D / SL-5500
Last updated: 2002.Mar.30
Last updated: 2002.Mar.28
Last updated: 2002.Mar.28
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Last updated: 2002.Mar.28
Last updated: 2002.Mar.28
Last updated: 2002.Mar.29
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Source: Peter W. Borders
Last updated: 2002.Mar.30
Source: Peter W. Borders
Last updated: 2002.Mar.30
Last updated: 2002.Mar.29
Last updated: 2002.Mar.29
Last updated: 2002.Mar.29
Last updated: 2002.Apr.01
Whether the PCMCIA devices will work once connected, is another story...
Last updated: 2002.Mar.29
You should see a 'SD' (for SD cards) or
(for CF cards) card appear on the taskbar, at the bottom right of
the screen.
Last updated: 2002.Mar.28
Last updated: 2002.Mar.28
Last updated: 2002.Mar.29
Last updated: 2002.Mar.30
Last updated: 2002.Mar.28
umount
' command,
the Qtopia GUI's 'Eject' command doesn't give you an error (like
"device is busy") if something is still being used on the card.
Most Qtopia programs are good about 'letting go' of the cards,
so they shouldn't cause a problem. If you've got a
open, though, make sure you're not in the '/mnt/cf' or '/mnt/card'
directory. If absolutely nothing helps, try rebooting from the
'Shutdown' app.
Last updated: 2002.Mar.30
Note: Desktop Linux users will need a Kernel capable of USB (version 2.4 or later, and some later 2.2.x versions), and may need to configure the kernel to support CF card readers.
Last updated: 2002.Mar.29
Last updated: 2002.Mar.29
Last updated: 2002.Apr.01
Set up a swap file, and more "memory" will be available for programs. (Just remember to remove the swap file before unmounting and removing the card.)
dd if=/dev/zero of=/mnt/cf/SwapFile count=32768
("count" is the size of the file in 512-byte blocks, so 32768 is 16MB. "of" specifies the location of the swapfile. In this case, on the mounted CF card.)
mkswap /mnt/cf/SwapFile
swapon /mnt/cf/SwapFile
You can see the swap by checking the available memory. Run the
command "free
".
To turn off the swapfile (you won't be able to eject the card unless you do this first!!!), run the command:
swapoff /mnt/cf/SwapFile
See also: Increasing virtual memory on your 5000D
Source: Howard R. Abbey, Huge Eaves, Rick Spickelmier
Last updated: 2002.Apr.06
Last updated: 2002.Apr.05
Last updated: 2002.Apr.05
Changing the filesystem to EXT2 is useful because you get case-sensitive long filenames, file permissions and ownership settings, symbolic link support, and more.
...
Last updated: 2002.Apr.06
Last updated: 2002.Apr.08
Last updated: 2002.Apr.08
Last updated: 2002.Apr.08
Last updated: 2002.Apr.08
Last updated: 2002.Mar.28
Last updated: 2002.Mar.28
Last updated: 2002.Mar.28
Source: MyZaurus.com
Last updated: 2002.Mar.28
Last updated: 2002.Apr.08
Source: Herb Jellinek
Last updated: 2002.Apr.07
Source: Paul Flinders, Nick Williams, James Reader, Luciano Lavagno
Last updated: 2002.Apr.08
orangeinternet
" (without quotes)
On the Zaurus:
*99***(CID)#",
where "CID" is the CID number from above
- On the "Modem" tab, the DNS server addresses are 158.43.192.1
and 158.43.128.1
- On proxies, select "No Proxies"
- Save.
Then turn the IR port on your phone on, and start the network connection from the toolbar. Once it connects you can start 'Opera' and browse away.
To change this to work with other service providers, all you should need are:
Source: James Reader
Last updated: 2002.Apr.08
Last updated: 2002.Apr.06
Last updated: 2002.Mar.29
Last updated: 2002.Mar.29
Last updated: 2002.Apr.03
Last updated: 2002.Mar.29
Source: David J. Kessler
Last updated: 2002.Apr.01
Last updated: 2002.Apr.03
Last updated: 2002.Apr.03
Source: B.C., post on Slashdot
Last updated: 2002.Apr.04
Source: Mookie Kong
Last updated: 2002.Apr.06
/etc/rc.config.d/hotplug.rc.config
- it should read:HOTPLUG_USB_HOSTCONTROLLER_LIST="uhci usb-uhci uhci usb-ohci ehci-hcd"
- Restart USB subsystem (run "
/etc/init.d/hotplug restart
")
Source: Dr. Christian Riede on Zaurus-General
Last updated: 2002.Apr.07
Last updated: 2002.Apr.06
Last updated: 2002.Apr.08
Last updated: 2002.Apr.08
Source: Charles-Edouard Ruault
Last updated: 2002.Apr.08
Source: Dax Kelson
Last updated: 2002.Mar.31
Yahoo!
http://www.yahoo.com/
Google Search
http://www.google.com/
(This file is "/home/root/.opera/bookmarks.dat
" on
the Zaurus.)
Opera on the desktop uses a slightly more complicated, but also plaintext, bookmark system. Netscape uses an HTML format.
While it should be simple for someone to create a script which converts a desktop browser's bookmarks into the Zaurus Opera format, noone has done so yet.
Last updated: 2002.Apr.01
Last updated: 2002.Apr.06
vi
" editor on the Zaurus
through the Find the line that looks like this:
#telnet stream tcp nowait root /usr/sbin/in.telnetd
... and remove the "#
" (comment) at the
beginning of the line.
Finally, restart the "inetd" daemon by running this command:
killall -HUP inetd
Source: Jim Murff
Last updated: 2002.Apr.01
Similarly to the above, you'll need to edit the file
"/etc/securetty
" on your Zaurus. In this case,
you'll want to add seven lines, "ttya1 - F
"
through "ttya7 - F
".
Source: Brian F. Morgan, Peter W. Borders, Paul Flinders
Last updated: 2002.Apr.08
ssh-keygen -b 1024 -f /usr/local/etc/ssh_host_key -N ''
(Note that those are two single quotes on the end.)
Source: Casey Anderson
Last updated: 2002.Apr.05
Last updated: 2002.Apr.01
Source: Jeffrey FOx
Last updated: 2002.Apr.05
Source: 'RR' on zaurus-general
Last updated: 2002.Apr.04
To make minicomm use the serial port by default (and not present
an error message about 'Configuration file not found...'),
create the file "/etc/minirc.dfl
" containing:
baudrate 9600
pu bits 8
pu parity N
pr port /dev/ttyS0
(that's "tty", capital 'S', zero)
Source: Dax Kelson
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Last updated: 2002.Apr.08
Source: theKompany.com
Last updated: 2002.Apr.09
Source: theKompany.com
Last updated: 2002.Apr.09
Last updated: 2002.Apr.01
Last updated: 2002.Apr.01
Last updated: 2002.Apr.08
Source: Todd Radel
Last updated: 2002.Apr.08
Note: Only the button can currently be assigned the
"Menu Popup" function.
Last updated: 2002.Mar.28
Last updated: 2002.Mar.28
Last updated: 2002.Mar.28
Note: To rotate an application, you must run the 'Rotation' program (under the 'Settings' tab) first, then run the program. This lets you run many programs simultaneously, with only some of them rotated!
Last updated: 2002.Mar.28
Applies to: SL-5500
Last updated: 2002.Mar.28
Last updated: 2002.Mar.28
Last updated: 2002.Mar.28
Applies to: SL-5500
Last updated: 2002.Mar.28
Last updated: 2002.Mar.28
Last updated: 2002.Mar.29
/home/sharp/bin/scshot name
' and it
will take a snapshot of the screen and store it in a file named
'name0001.bmp'. Further screenshots will be named '0002', '0003',
etc.
The screenshot is taken immediately. You can use the Linux
'sleep
' command to pause before taking the shot, so
you don't just end up taking a shot of the Terminal. eg,:
sleep 5 ; /home/sharp/bin/scshot shot
Last updated: 2002.Mar.30
You can download it from the SourceForge.net Zaurus site.
Last updated: 2002.Mar.30
Last updated: 2002.Mar.29
Last updated: 2002.Apr.05
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Source: Andi Scharfstein
Last updated: 2002.Apr.07
Find it on the Trolltech Mailing Lists page.
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Last updated: 2002.Apr.05
Last updated: 2002.Apr.05
Last updated: 2002.Apr.07
Last updated: 2002.Apr.08
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Applies to: ROM(s) Official Sharp ROMs
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Last updated: 2002.Apr.01
Last updated: 2002.Apr.06
Source: Gilles Fedak
Last updated: 2002.Apr.06
Then open the and use the command
"
dpkg-deb -xX ..._arm.deb
" to
unpack it. It will end up in a "DEBIAN" directory.
Use the Unix "mv
" to move the files (...) and
create symlinks, if needed.
Source: Yu-Phing Ong
Last updated: 2002.Apr.08
Source: Gilles Fedak
Last updated: 2002.Apr.06
vi filename
".
Last updated: 2002.Apr.01
Last updated: 2002.Apr.01
Last updated: 2002.Apr.06
Source: Giles Fedak
Last updated: 2002.Apr.06
ls
',
'cp
', 'ping
', etc.).
The standard program (an embedded version of the
KDE project's "Konsole")
is available from the
MyZaurus.com
'Downloads' page.
A useful alternative to Sharp's Terminal is a version which contains 'tabs', allowing you to run multiple terminals in one window. Embedded-Konsole-Tabs is available at the Zaurus SourceForge project site.
Last updated: 2002.Mar.30
When you reboot, the new system will 'unpack' itself into RAM and you'll have an upgraded Zaurus! (Note: Flashing typically, but not always, causes all of your current data and installed programs to be wiped, so you'll want to sync or back-up first!)
Last updated: 2002.Mar.29
Applies to: ROM(s) 1.10 and later
Last updated: 2002.Mar.31
Last updated: 2002.Mar.30
Source: Jason Perlow
Last updated: 2002.Apr.01
Last updated: 2002.Apr.01
Applies to: SL-5500 running ROM(s) 1.12/1.13
Last updated: 2002.Mar.30
Last updated: 2002.Mar.30
uname -a
' to
get the exact version of the Linux Kernel running on your Zaurus.
Last updated: 2002.Mar.30
Last updated: 2002.Mar.28
Last updated: 2002.Apr.01
Last updated: 2002.Apr.01
/usr/QtPalmtop.rom/
", for example),
and is not writable. (It is only ever written to when you
flash the Zaurus. See above.)
Source: David Hedbor
Last updated: 2002.Apr.01
Last updated: 2002.Apr.01
Try using a different ROM which provides more RAM, or use a 'hacked' ROM (like those made by Paul Flinders) which use an SD card for the entire filesystem, leaving almost all 32MB of RAM available for programs to run in.
Applies to: SL-5000D running ROM(s) 1.10/1.12
Last updated: 2002.Mar.28
By default, most ROMs have the 'Address Book', 'Calendar' and 'Todo List' applications set to "Fast load".
Last updated: 2002.Mar.28
Last updated: 2002.Apr.07
See "Set up a 'swap' file on the card" under the Expansion Slots and Cards section.
Source: Howard R. Abbey
Last updated: 2002.Apr.07
passwd
" command from within the
Last updated: 2002.Apr.01
uptime
", it will show you how long the Zaurus has been
running - that is, unsuspended (like you'd see on a Linux
laptop). Unfortunately, this is not the same as the uptime on a
desktop - the amount of since the system was last rebooted.
Last updated: 2002.Apr.01
last
", it will show you a log of what users have
recently logged into your Zaurus (eg, over a network connection)
as well as when the system was rebooted. Unfortunately, though,
since the time and date is not set the very first time the Zaurus
is booted (or booted after flashing the ROM), the first reboot
date will be inaccurate.
Source: Brian J. Fox
Last updated: 2002.Apr.01
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Last updated: 2002.Apr.06
Last updated: 2002.Apr.07
Last updated: 2002.Apr.07