Debian "Etch" + Asterisk + Zaptel + Libpri + mISDN + Asterisk Addons + Asterisk-GUI
Debian "Etch" + Asterisk + Zaptel + Libpri + mISDN + Asterisk Addons + Asterisk-GUIThis Howto explains how to install Asterisk on a fresh Debian “Etch” system. After downloading a netinstall image of Debian 4.0r1 and configuring localization, language, partitions and so on, in the final steps, Debian should now be asking you what packages you want to install. Choose base system only. After you've finished the installation and rebooted, log in with root and run: aptitude update reboot aptitude install ssh ntp screen From here, the next steps were done from an ssh session with the putty client.
Compiling New Custom Kernel *** Optional ***
aptitude install kernel-package libncurses5-dev fakeroot wget bzip2 build-essential cd /usr/src Copy the current kernel configuration to /usr/src/linux: make clean && make mrproper In the configuration menu, we select "Load alternate configuration..." and choose the config file that we have copied in the /usr/src/linux directory. /usr/src/linux/.config We are going to modify some parameters in the kernel configuration: In the subsection "Processor type and features" we check: "Enable IRQ balancing" is disabled Under "Device Drivers" ---> Character Devices ---> Enchanced Real Time Clock Support. You’ll see that it is built as a module. And under "Library Routines" subsection, "CONFIG_CRC_CCITT" must be enabled.
When we have made this changes we save the configuration and exit. Building the new .deb kernel and headers packages : make-kpkg clean After the compilation there will be two .deb packages under directory /usr/src/. Install the new packages. cd /usr/src reboot Test if new kernel is running. uname -a The output must be something similar to "Linux asterisk 2.6.23.12-custom". *** Finish *** Optional *** Compiling Custom Kernel
|



Recent comments
1 day 14 hours ago
1 day 23 hours ago
2 days 2 hours ago
2 days 3 hours ago
2 days 4 hours ago
2 days 6 hours ago
2 days 7 hours ago
2 days 9 hours ago
3 days 59 min ago
3 days 1 hour ago