 |
| Drivers |
 |
 |
1 2 
No Screenshot

Rom:
Model:
Resolution:
License: GPL |
Affix bluetooth protocol stack
by Ghost on 11/16/2004
About: Quite complete bluetooth implementation for Linux
The following bluetooth CF cards will work with Affix on the Zaurus:
Nokia DTL-1
Anycom CF card
Pretec and AmbiCom CF cards
Bluemonkey CF Card
This stack also works perfectly on the Compaq iPaq 3870 with OPIE.
The new Socket CF cards no longer work due to a change in chipset. There is no way to tell from the outside of the package whether the card contains the new chipset. See: http://socketforum.com/topic.asp?TOPIC_ID=1735
|
|
|
No Screenshot

Rom:
Model:
Resolution:
License: GPL |
AODV
by Ghost on 11/16/2004
About: A routing protocol for ad hoc networks
AODV is a routing protocol for ad hoc networks designed with mobile wireless devices in mind. Kernel AODV is a loadable kernel module for Linux. It implements AODV routing between computers equipped with WLAN devices.
|
|
|
No Screenshot

Rom: Cacko, Sharp
Model: CL-860/760/750/700
Resolution:
License: GPL |
ax25-modules
by Dennis Wagelaar on 1/24/2005
About: ax25 Amateur Packet Radio modules for kernel 2.4.18-rmk7-pxa3-embedix
|
|
|
No Screenshot

Rom:
Model:
Resolution:
License: GPL |
gnokii
by Ghost on 11/16/2004
About: a Linux/Unix tool suite and modem driver for Nokia mobile phones
|
|
|
No Screenshot

Rom:
Model:
Resolution:
License: GPL |
gnokii
by Ghost on 11/16/2004
About: a Linux/Unix tool suite and modem driver for Nokia mobile phones
Complete with serial, IrDA and bluetooth-support (bluez), has security-functions compiled in.
*COMMANDLINE ONLY* (see /etc/gnokii.conf for configuration)
|
|
|
No Screenshot

Rom:
Model:
Resolution:
License: GPL |
gnokii 0.5.2
by Ghost on 11/16/2004
About: a Linux/Unix tool suite and modem driver for Nokia mobile phones
|
|
|
No Screenshot

Rom:
Model:
Resolution:
License: GPL |
High Speed driver for Ambicom/Pretec BT2000E CF cards
by Ghost on 11/16/2004
About: High Speed driver for Ambicom/Pretec BT2000E CF cards
Many thanks to Ron Murray who has updated the bt950_cs driver to initialze UART at higher speed.
Features:
Connection speed up to 40 Kb/s compared to 5 Kb/s with old driver
A drop in replacement for the existing bt950_cs driver
Important:
This driver only works with Ambicom/Pretec BT2000E CF cards. It does not work with BT2000C cards.
Make sure to install the driver to the Internal Storage.
I hope the new driver will eventualy be included in the Tumnus Bluez drivers package. Meanwhile an IPK is provided.
|
|
|
No Screenshot

Rom:
Model:
Resolution:
License: GPL |
IRK
by Ghost on 11/16/2004
About: External IR (Pocketop/IrDA or LIRC) Keyboard Support For Qtopia
IRK allows you to use external infrared keyboards with the Zaurus. It interfaces the LIRC or IrDA serial drivers to the Qtopia environment.
Version 0.4 added pretty solid support for the Pocketop IrDA PDA keyboard, and some handy config options for key repeat timings, etc.
Version 0.5 fixes CTRL+key combo's so that CTRL+X/C/V copy/cut/paste actually works from the Pocketop driver.
Version 0.8 added lot's of new stuff:
Macro's
configuration via GUI
much improved Pocketop support
program launching on key combo's
QCOP service request to key combo bindings
non-ascii keycode's supported in combo-maps
Num Lock
backlight control and suspend from IR keyboard.
Version 0.9.2 adds:
full configuration of the App keys on the Pocketop keyboard
easier key binding
screen rotation control from the remote keyboard (CMD+SHIFT+space to toggle rotation)
Version 0.10.0 adds:
Support for the Targus IR PDA keyboard.
Built-in support for the SL5600/SLC7xx as well as the SL5000/SL5500 (previous versions required patching to work).
Version 0.11.0 adds:
Task selection and swapping from keyboard shortcuts.
Warning:
Version 0.6 - 0.10.0 can NOT be used with the Chicony keyboard. Use 0.5 instead or wait for the next release.
|
|
|
No Screenshot

Rom:
Model:
Resolution:
License: GPL |
JumpX - Fitaly Keyboard
by Ghost on 11/16/2004
About: JumpX is a keyboard-like input method for the Qt Palmtop Environment. It uses a layout for the letters which is optimized for one-finger-typing (as is performed with a stylus)
More information about the concept of a FITALY keyboard and why on a handheld this is an input method superior to the normal QWERTY keyboard can be found at http://fitaly.com/fitaly/fitaly.htm.
http://jumpx.sf.net says that the software was developed for the IPAQ. I installed the precompiled binary with zero problem on the SL-5500 running the original Sharp ROM. Other models might work, too.
|
|
|
No Screenshot

Rom:
Model:
Resolution:
License: GPL |
Linux driver for Ambicom/Pretec bluetooth CF cards
by Ghost on 11/16/2004
About: Linux driver for BT2000E Ambicom/Pretec bluetooth CF cards
Linux driver for BT2000E bluetooth CF cards, such as ones made by Ambicom and Pretec. It does *NOT* work with Billionton CF cards. The driver compiles and works under both Affix and BlueZ.
The problem with loosing flow control between oxcf950 uart and ericsson ROK module after returning from suspend was FIXED in the recent version. Please see ChangeLog.
|
|
|
No Screenshot

Rom: Sharp
Model: SL-5500
Resolution:
License: GPL |
perl-dbi
by Tony Green on 8/13/2005
About: This provides DBI modules necessary to connect to a database from Perl on the Sharp Zaurus.
DBI and DBD are provided separately in order that other DBD modules for
other database management systems can be ported to the Zaurus, in
which case only the DBI modules from here will be required.
In order to connect to MySQL, you need BOTH of these packages.
Please note that the modules are installed to /mnt/pkgs/perl/perl5.8.0/lib/5.8.0/linux.
If you encounter failures with a message that the modules can't be found
in @INC, you should add the following line to your Perl scripts before the
"use DBI;" line.
use lib "/mnt/pkgs/perl/perl5.8.0/lib/5.8.0/linux";
|
|
|
No Screenshot

Rom: Sharp
Model: SL-5500
Resolution:
License: GPL |
perl-mysql-dbd
by Tony Green on 8/13/2005
About: This provides DBD modules necessary to connect to a MySQL
database from Perl on the Sharp Zaurus.
DBI and DBD are provided separately in order that other DBD modules for
other database management systems can be ported to the Zaurus, in
which case only the DBI modules will be required.
In order to connect to MySQL, you need BOTH of these packages.
Please note that the modules are installed to /mnt/pkgs/perl/perl5.8.0/lib/5.8.0/linux.
If you encounter failures with a message that the modules can't be found
in @INC, you should add the following line to your Perl scripts before the
"use DBI;" line.
use lib "/mnt/pkgs/perl/perl5.8.0/lib/5.8.0/linux";
|
|
|
No Screenshot

Rom:
Model:
Resolution:
License: GPL |
pocketop
by Ghost on 11/16/2004
About: Driver for Pocketop folding keyboard
This is a driver for the Pocketop IR folding keyboard.
It inserts keystrokes into Linux's keyboard input
driver, and so works on the console, as well as under
Qtopia.
The driver is written in Python, and so full source is
included in the ipk. Python and the VNC server must be
installed (see the homepage for more information).
|
|
|
No Screenshot

Rom:
Model:
Resolution:
License: GPL |
Q Keyboard
by Ghost on 11/16/2004
About: keyboard input method for Sharp Zaurus
Current version has support English, German,
Russian (both basic and phonetic),
Ukrainian and Korean (with Hanja conversion) layouts.
Hotkeys:
Shift + Shift - switch between primary and secondary layouts
Fn + ?> - switch between additional layouts
|
|
|
No Screenshot

Rom:
Model:
Resolution:
License: GPL |
QTDRIVER
by Ghost on 11/16/2004
About: QTDRIVER is a graphics driver for the GRASS GIS
QTDRIVER is an alternative graphics driver for the GRASS GIS. It allows you to run GRASS on the Zaurus without having to install the X Window System, which is required by the standard XDRIVER.
|
|
|
No Screenshot

Rom:
Model:
Resolution:
License: GPL |
RedHat RPMs driver for TCP via USB
by Ghost on 11/16/2004
About: binary RPM, built against 2.4.18-5 for i686 machines
1. the source RPM, which can be rebuilt to match a running system by
running:
rpm --rebuild --target=`uname -m` kernel-zaurus-2.4.18.5-4.src.rpm
2. a binary RPM, built against 2.4.18-5 for i686 machines, which can be installed using this command:
rpm -Uvh kernel-zaurus-2.4.18.5-4.i686.rpm
This new package includes the correct ifcfg-usb0.
|
|
|
No Screenshot

Rom:
Model:
Resolution:
License: GPL |
sharp rom
by Ghost on 11/16/2004
About: DSL for the Zaurus ;-)
Beside all available connectivity the Zaurus lacks a missing DSL connection option. ZauDSL gives the Zaurus all that is needed to connect to a DSL provider (most unfortunately only on software side ;-)). Basically it's a GUI based on the great Roaring Penguin's pppoe software with some additional configuration feasibilities. (Concerning some questions: ZauDSL is the connector icon beside the volume icon in the taskbar.)
Notes:
- First of all thanks to Roaring Penguin for there pppoe software and thanks to the debian project that ported the software to the arm achitecture.
- The GUI itself is independent of the underlying pppoe software. Due to this you can connect, disconnect or configure the providers at the shell or with an other GUI frontend and ZauDSL will have a consistent state anyhow.
- Beside some really small changes the intention of the new version 1.1 is to work fine onto the new Sharp ROM 3.1.
- ZauDSL depends on libstdc++lib6.1-2.so. Due to this ensure that libstdc++lib6.1-2.so is installed. (See my homepage below for an IPK.)
- Concerning some questions: ZauDSL is the connector icon beside the volume icon in the taskbar.
|
|
|
No Screenshot

Rom:
Model:
Resolution:
License: Freeware |
Socket Ruggedized Serial I/O CF card
by Ghost on 11/16/2004
About: Socket Ruggedized Serial I/O CF card driver
Serial driver v.5.05c with fix for OX950 uart
baud rate detection. The patch to serial.c is provided as well.
It was tested with "Socket Ruggedized Serial CF card "R-I/O" P/N 8010-00087, firmware rev.C. Socket's cards with different revisions may have different firmware (sometimes incompatible).
|
|
|
No Screenshot

Rom:
Model:
Resolution:
License: GPL |
Socket/Symbol Spectrum24 driver
by Ghost on 11/16/2004
About: Driver for the Socket/Symbol Spectrum24 802.11 wireless CF card
Long-awaited driver for Symbol Spectrum 24 and Socket Low Power WLAN cards.
Suspend/Resume fixed in current version. Does not support WEP with Sharp' kernel. To use WEP, custom kernel is required.
(Note: this is for the 'old' Socket cards. The newer Socket CF card is based on the Agere chipset and doesn' work with this driver - or any other that I know of :( )
|
|
|
1 2 
|
 |