Column | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Let's install DAHDI! On Linux, we will use the DAHDI-linux-complete tarball, which contains both the DAHDI Linux drivers as well as the DAHDI tools. Again, we're assuming that you've untarred the tarball in the
|
Column | |
---|---|
|
DAHDI-Linux
With Internet Access
No Format |
---|
[[email protected] src]# cd dahdi-linux-complete-2.X.Y+2.X.Y [[email protected] dahdi-linux-complete-2.X.Y+2.X.Y]# make [[email protected] dahdi-linux-complete-2.X.Y+2.X.Y]# make install [[email protected] dahdi-linux-complete-2.X.Y+2.X.Y]# make config |
Without Internet Access
When installing on a system without internet access, there are a few additional steps that are required to build DAHDI. The firmware files for the various VPM modules will need to be downloaded and extracted in the source directory. The file specific links provided below are the current versions as of this writing. Please check the link below for the full list of versions.
...
No Format |
---|
[[email protected] src]# cd dahdi-linux-complete-2.X.Y+2.X.Y [[email protected] dahdi-linux-complete-2.X.Y+2.X.Y]# cd linux/drivers/dahdi/firmware [[email protected] firmware]# for tarball in $(ls dahdi-fw-*.tar.gz); do tar -zxf $tarball; done; [[email protected] firmware]# cd - [[email protected] dahdi-linux-complete-2.X.Y+2.X.Y]# make [[email protected] dahdi-linux-complete-2.X.Y+2.X.Y]# make install [[email protected] dahdi-linux-complete-2.X.Y+2.X.Y]# make config |
DAHDI-Tools