|
Installing AccelePort RAS and Xp Adapters in SuSE 8.1 Installing AccelePort RAS and Xp Adapters in SuSE 8.1 Package dependencies:
rpm-build, make, bash, compiler - gcc version 2.95 or 3.2 [kgcc if gcc 2.96 is installed], glibc-devel, kernel-source, kernel-headers, ncurses-devel, tcsh, gdbm, tcl, and tk.
Please download the latest driver from our web-site at:
latest driver
Installation instructions:
# script
Make sure your kernel source is installed and the symbolic link is created:
# rpm -qa | grep kernel
The kernel-source should match your running kernel exactly (uname -r). If not please install the matching kernel-source from your SuSE media or download source.
# ls -l /usr/src
Verify symbolic link between kernel source directory and 'linux'. If none is there, create one:
# ln -s /usr/src/linux-version /usr/src/linux
Rebuild the source rpm:
# rpm --rebuild 4000####_X.src.rpm
# rpm -i /usr/src/packages/RPMS/i386/dgdm-(version)
# insmod dgdm
# /proc/dgdm/mknod
# [Ctrl] d
A successful installation will create devices in /dev labeled ttyG0_00 through ttyG0_07 for an 8 port adapter. To load the adapter and create the devices automatically upon reboot:
# chkconfig dgdm 345
If any errors occur, please send us the file named 'typescript' located in the directory where you began this installation for analysis to: Support Wizards .
|