RHINO on trixbox 2.8.0.1

jfinstrom
Posts: 2008
Member Since:
2007-03-07

Something in the build from setup-rhino is having a baby fit and we are working to resolve it. To install the Rhino drivers from source take the following steps.

yum install gcc make kernel-devel dahdi-linux-devel
wget <a href="http://dist.rhinoequipment.com/dahdi/source" title="http://dist.rhinoequipment.com/dahdi/source">http://dist.rhinoequipment.com/dahdi/source</a>
tar -xjvf rhino-linux-0.99.2.1.tbz2
cd rhino-linux-0.99.2.1
make && make install
depmod -a
--