Installing on Linux 10.1 x86_64 - newbie question

Installing realport 1.9-20 on Linux 10.1 with x86_64 architecture using rpm method.

rpmbuild and rpm -i commands executed without error.
However, the command insmod dgrp returns:

insmod: can’t read ‘dgrp’: No such file or directory

What am I missing here?

Instead of running insmod, try the following:

dgrp_cfg_node init (ID) (IP) (#_of_ports)

For example a 16 port unit with an IP of 192.168.1.1 and tty id’s of ttya00 - ttya015:

dgrp_cfg_node init a 192.168.1.1 16

It will then initialize automatically and create the tty devices.

If not, check the /var/log/messages file for errors.

Thanks, it worked