How to install Perle Multimodem Fax Driver on Ubuntu?

This is a guide line to install Perle Multimodem Fax board driver (PCI-RAS V.92) on Ubuntu / Debian. For more information about this product, please visit at http://www.perle.com.

Become super user and install build-essential, linux-headers packages

user@server:~# sudo su -
Password:

root@server:~# apt-get install build-essential linux-headers-`uname -r`

File config.h does not exists in newer kernel sources. This has to be created

root@server:~# touch /lib/modules/`uname -r`/build/include/linux/config.h

Also, /etc/modprobe.conf file need to created to load the perle-serial module (fax board driver).

root@server:~# touch /etc/modprobe.conf

Download the fax board driver from http://www.perle.com/downloads/multi_modem.shtml and install it.

root@server:~# wget .http://www.perle.com/downloads/drivers/ultraport/linux/perle-serial-3.3.0-19.tgz
root@server:~# tar zxfv perle-serial-3.3.0-19.tgz
root@server:~# cd perle-serial-3.3.0-19
root@server:~# ./tar_install.sh

Load the fax board driver module ("modprobe -l " should list the perle-serial module)

root@server:~# modprobe -a perle-serial

Finally, check whether module has loaded successfully or not in system log.

root@server:~# tail /var/log/syslog

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <b> <i> <p> <br> <img> <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. The supported tag styles are: <foo>, [foo]. PHP source code can also be enclosed in <?php ... ?> or <% ... %>.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.