Difference between revisions of "Easy Ubuntu 10.04"
From FusionPBX
(→ISO) |
|||
(171 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
− | + | This page is deprecated. | |
− | + | *script: [[Easy_FusionPBX]] | |
− | |||
− | |||
− | |||
− | + | *Iso: [[Ubuntu_ISO]] | |
− | |||
− | |||
− | |||
− | |||
− | + | ==Older Versions== | |
− | + | Please see [[Easy_Ubuntu_10.04_Old_Script_Versions]] for Errata, errors, and fixes. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | * Old ISO's Please see:[[Easy_Ubuntu_10.04_Old_CD_Versions]] | |
− | == | + | == PortAudio == |
− | + | Have fun with your sound card. | |
+ | Make sure the modules are loaded | ||
+ | lsmod |grep snd | ||
+ | lspci | ||
+ | It's already compiled (script and iso), but alsa is not present. | ||
+ | apt-get install alsa alsa-utils alsa-tools | ||
+ | You'll need to add your users to the audio group. | ||
+ | adduser www-data audio | ||
+ | Run alsamixer and unmute the channgels (with M) and crank the volume all the way up. | ||
+ | alsamixer | ||
+ | Reboot is now required (/etc/init.d/alsa might work, didn't for me) | ||
+ | Check that the soundcard is there. | ||
+ | cat /proc/asound/cards | ||
+ | Try playing a file from the CLI | ||
+ | aplay /usr/local/freeswitch/sounds/music/8000/suite-espanola-op-47-leyenda.wav | ||
+ | It should be working. | ||
+ | [http://howto.blbosti.com/2010/03/ubuntu-server-install-alsa-sound-and-moc-music-on-console/ reference with nice alsamixer pics] | ||
− | + | Enable the module in FusionPBX | |
+ | *System->Modules->PortAudio | ||
+ | **Enable it | ||
+ | **Start it | ||
− | == | + | [http://wiki.freeswitch.org/wiki/FreeSwitch_Enpoint_Portaudio#Example_commands Example Port Audio Commands] |
− | + | ||
+ | Tested with VMWare Player 2011/02/27 | ||
+ | |||
+ | ==Certificates== | ||
+ | Information on importing the self signed certificates can be found here [[Self-Signed CA]] | ||
+ | |||
+ | ==TFTPD== | ||
+ | *Install TFTPD, change permissions to www-data. | ||
+ | **/var/lib/tftpboot is root dir. | ||
+ | **/etc/default/tftpd-hpa is config file | ||
+ | <pre>TFTP_USERNAME="www-data" | ||
+ | TFTP_DIRECTORY="/var/lib/tftpboot" | ||
+ | TFTP_ADDRESS="0.0.0.0:69" | ||
+ | TFTP_OPTIONS="--secure" | ||
+ | </pre> | ||
+ | *Install NTPD | ||
+ | **Package in repository is just 'ntp' |
Latest revision as of 17:04, 26 April 2012
This page is deprecated.
- script: Easy_FusionPBX
- Iso: Ubuntu_ISO
Contents
Older Versions
Please see Easy_Ubuntu_10.04_Old_Script_Versions for Errata, errors, and fixes.
- Old ISO's Please see:Easy_Ubuntu_10.04_Old_CD_Versions
PortAudio
Have fun with your sound card. Make sure the modules are loaded
lsmod |grep snd lspci
It's already compiled (script and iso), but alsa is not present.
apt-get install alsa alsa-utils alsa-tools
You'll need to add your users to the audio group.
adduser www-data audio
Run alsamixer and unmute the channgels (with M) and crank the volume all the way up.
alsamixer Reboot is now required (/etc/init.d/alsa might work, didn't for me)
Check that the soundcard is there.
cat /proc/asound/cards
Try playing a file from the CLI
aplay /usr/local/freeswitch/sounds/music/8000/suite-espanola-op-47-leyenda.wav
It should be working. reference with nice alsamixer pics
Enable the module in FusionPBX
- System->Modules->PortAudio
- Enable it
- Start it
Tested with VMWare Player 2011/02/27
Certificates
Information on importing the self signed certificates can be found here Self-Signed CA
TFTPD
- Install TFTPD, change permissions to www-data.
- /var/lib/tftpboot is root dir.
- /etc/default/tftpd-hpa is config file
TFTP_USERNAME="www-data" TFTP_DIRECTORY="/var/lib/tftpboot" TFTP_ADDRESS="0.0.0.0:69" TFTP_OPTIONS="--secure"
- Install NTPD
- Package in repository is just 'ntp'