I Installed kernel source as followes;
download and install 2.6.10-1.770 kernel SRPM
cd /usr/src/redhat/SPECS/
rpmbuild -bp --target=i686 kernel-2.6.spec
ln -s /usr/src/redhat/BUILD/kernel-2.6.10/linux-2.6.10 /usr/src/linux
Installed the dgrp SRPM following http://www.digi.com/support/kbaseresultdetl.jsp?id=170
rpmbuild --rebuild --define DISTRO=FEDORA 40002086_J.src.rpm
added 1 portserver 16 ports
/usr/bin/dgrp/config/dgrp_cfg_node -v -v init a 192.168.4.240 16
Added a serial printer to the system, and issued an lp command after which the system does not respond anymore, not even on the console. After every attempt to access a /dev/ttyaxx, this is the case.
So we tried removing, and installing again, and the only error i see, is the following.
CC [M] /usr/src/redhat/BUILD/dgrp-1.8/driver/dgrp_tty.o
/usr/src/redhat/BUILD/dgrp-1.8/driver/dgrp_tty.c: In function `dgrp_tty_init’:
/usr/src/redhat/BUILD/dgrp-1.8/driver/dgrp_tty.c:3809: warning: assignment from incompatible pointer type
So we unpacked the .tgz, and did ./configure DISTRO=FEDORA
the 2 no’s we get are from
checking whether we are cross compiling… no
checking if New TTY Locking was specified… No
then a make, which gives
/home/install/digi/dgrp-1.8/driver/dgrp_tty.c: In function `dgrp_tty_init’:
/home/install/digi/dgrp-1.8/driver/dgrp_tty.c:3809: warning: assignment from incompatible pointer type
the same.
Any advice will be much appreciated.