Wednesday, October 31, 2012

To Configure AsteriskNow with FreePBX, point your browser to http://10.0.2.15

While installing AsteriskNow on my Virtual Machine i get this text before asking for login . Please note that it says this when installation went smoothly .

Usually it shouldnt give that ip as its not your network ip . problem is with the VM Ware I use the Oracle VM Ware .

Solution:

Select specific Virtual Machine Right Click and select Settings
Go to Networks
Choose atached to -> Bridge Adopter
and than it will show you either eth0 or wlan0 choose from where you want to connect to internet

Monday, October 29, 2012

Network problem (Eth0 Ubuntu 12.04 Lenovo G Series)

Hi

After purchasing new laptop of Lenovo my wireless network work fine but when i try to connect with ethernet cabel it didnt work for me

so the solution is with network driver . Please use below file to run your internet from cabel smoothly

http://www.linuxwireless.org/download/compat-wireless-2.6/compat-wireless-2012-02-28-p.tar.bz2

After untar go to the folder

cd compat-wireless-2012-02-28-p
scripts/driver-select alx
sudo make
sudo make install
sudo modprobe alx
 
I am sure this will work for you  

Tuesday, October 16, 2012

Missing libv4l2 error: ./configure failed for mediastreamer2

I get this error while installing linphone 3.5.2

Missing libv4l2. It is highly recommended to build with
libv4l2 headers and library. Many camera will won't work or will crash
your application if libv4l2 is not installed.
If you know what you are doing, you can use --disable-libv4l2 to disable
this check.

configure: error: ./configure failed for mediastreamer2

Solution :

sudo apt-get install libv4l-dev

Could not find eXosip2 library with version >= 3.5.0 !

I face this problem while installing linphone 3.5.2

Solution:

sudo apt-get install intltool gtk+-2.0 gtk+-2.0-dev libswscale-dev libspeex-dev libspeexdsp-dev libavcodec-dev  libx11-dev libortp-dev libasound-dev libtool libexosip2-dev libreadline-dev libxv-dev libtheora-dev libgsm1-dev
 
wget http://ftp.gnu.org/gnu/osip/libosip2-3.6.0.tar.gz
tar xvzf ./libosip2-3.6.0.tar.gz
cd ./libosip2-3.6.0
./autogen.sh
./configure
make
sudo make install
 
wget http://download.savannah.gnu.org/releases/exosip/libeXosip2-3.6.0.tar.gz
tar xvzf ./libeXosip2-3.6.0.tar.gz
cd ./libeXosip2-3.6.0
./autogen.sh
./configure
make
sudo make install  

error: Could not find osip2 headers !

I find this error while installing linphone 3.5.2

Solution :
sudo apt-get install libexosip2-dev
sudo apt-get install libosip2-dev

No package 'gtk+-2.0' found No package 'gthread-2.0' found

I found this error while installing linphone 3.5.2 .

Solution :

Please run these commands

sudo apt-get install libgtk2.0-dev
sudo apt-get install libperl-dev