The following procedure can be used in any Linux environment. It is the only choice available for environments which do not support RPM.
Pre-installation:
Check to ensure that all dependencies listed for the dgrp/Realport driver are met prior to beginning the installation procedure.
TGZ Installation procedure:
1. Log the installation:
2. Verify your kernel source is installed and matches your running kernel by typing:
# rpm -qa | grep kernel-source
# uname -r
The version numbers and extensions must match.
3. Download the Linux RealPort TGZ file. This file can be found on Digi's web site.
4. Choose a directory (such as /usr/src) where the source tree will reside, and unpack the compressed archive file there. For example:
# cd /usr/src
# tar -xvzf realport-version-revision.tgz
This will create a subdirectory called /usr/src/realport-version containing all of the RealPort source files.
5. Change directory to the root of the source directory tree.
# cd /usr/src/realport-version
6. Run the "configure" script.
7. Examine the Makefile and make modifications as required by your system environment. Common items to check would include destinations directories, naming conventions, and compiler details.
8. When satisfied with the state of the Makefile and other source files, compile the driver and its support tools by entering this command:
9. Install the package components with:
10. Register your module with the system initialization scripts by entering:
Recommended: Do not delete the source tree since the makefiles are necessary for the uninstall procedure.
11. At this point, you can run the /usr/bin/dgrp/config/dgrp_cfg_node or /usr/bin/dgrp/config/dgrp_gui utility to install your realport device(s).
Upon successful installation your devices will be labeled /dev/tty[id][00-99] [id] is chosen when you run a config utility in step 11.
Completing the installation:
If any errors occurred during this installation you might want to check this list of common installation errors.
If the error you're seeing is not on the list or you still can't get the driver installed, please send the file named typescript located in the directory where you began the installation to Support Wizards for analysis.