classicboard pci 8

hi i have the classicboard pci8 with fanout 9 pin =8 male
useing ubuntu v7.04
need the easy way to configer the pci card to discover the 8 serial 9pin

regards

Hussain

Download the latest driver candidate from:

ftp://ftp1.digi.com/support/beta/linux/dgnc/dgnc-1.3-16.src.rpm

You will need to use bash instead of dash by removing the symbolic link and creating a new one:

rm /bin/sh

ln -s /bin/bash /bin/sh

Install/compile the driver:

rpmbuild --rebuild dgnc-1.3-16.src.rpm

alien -d --scripts /usr/src/rpm/RPMS/(arch)/dgnc-1.3-16.(arch).rpm

dpkg -i dgnc_1.3-17.(arch).deb

/etc/init.d/dgnc start

After loading the module, you should see /dev/ttyn1x devices for your 8 port adapter.

hi thanks for fast replay

im getting this error

The program ‘rpmbuild’ is currently not installed. You can install it by typing:
apt-get install rpm

Please ensure your server has the requisite packages installed for dgnc per this article:

http://www.digi.com/support/kbase/kbaseresultdetl.jsp?id=377

hi

after this step im getting this error

alien -d --scripts /usr/src/rpm/RPMS/(arch)/dgnc-1.3-16.(arch).rpm

alien -d --scripts /usr/src/rpm/RPMS/(arch)/dgnc-1.3-16.(arch).rpmsudo rm /bin/sh
bash: syntax error near unexpected token `(’

root@segaar:~/dgnc-1.3# dpkg -i dgnc_1.3-17_i386.deb
(Reading database … 90500 files and directories currently installed.)
Preparing to replace dgnc 1.3-17 (using dgnc_1.3-17_i386.deb) …
Unpacking replacement dgnc …
Setting up dgnc (1.3-17) …
root@segaar:~/dgnc-1.3# /etc/init.d/dgnc start
bash: /etc/init.d/dgnc: No such file or directory

i dont no where is my misstake :frowning:

Please be sure you replace (arch) with your systems actual architecture (i.e. i386, x86_64, etc.).

At this point, I recommend contacting Digi Technical Support to assist with the driver installation.

hi

i was missing somefile then i download it and

reach this step and get this error any idea

root@segaar:~# alien -d --scripts /usr/src/rpm/RPMS/i386/dgnc-1.3-16.i386.rpm
mkdir: cannot create directory `dgnc-1.3’: File exists
unable to mkdir dgnc-1.3: at /usr/share/perl5/Alien/Package.pm line 257.