<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Successfully setup Ubuntu Linux + VMWare + XP + MagicJack in MagicJack</title>
<link>http://www.dslreports.com/forum/r20977358</link>
<description></description>
<language>en</language>
<pubDate>Wed, 02 Dec 2009 00:52:14 EDT</pubDate>
<lastBuildDate>Wed, 02 Dec 2009 00:52:14 EDT</lastBuildDate>

<item>
<title>Re: Successfully setup Ubuntu Linux + VMWare + XP + MagicJack</title>
<link>http://www.dslreports.com/forum/remark,20978345</link>
<description><![CDATA[<A HREF="/useremail/u/115387"><b>dbmaven</b></A> : Thanks for posting that. I hope some others will try it and report back with any unique conditions with their setup.<br><small>--<br><i><b>If a pig loses its voice, is it disgruntled?</b></i><br>Living in "an optimized state of temporary chaos"</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20978345</guid>
<pubDate>Wed, 20 Aug 2008 08:54:00 EDT</pubDate>
</item>

<item>
<title>Re: Successfully setup Ubuntu Linux + VMWare + XP + MagicJack</title>
<link>http://www.dslreports.com/forum/remark,20977377</link>
<description><![CDATA[<A HREF="/useremail/u/1572523"><b>booyah5</b></A> :  <br>Nice guide!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20977377</guid>
<pubDate>Wed, 20 Aug 2008 00:04:06 EDT</pubDate>
</item>

<item>
<title>Successfully setup Ubuntu Linux + VMWare + XP + MagicJack</title>
<link>http://www.dslreports.com/forum/remark,20977358</link>
<description><![CDATA[<A HREF="/useremail/u/1232306"><b>alllle</b></A> : I was using a dedicated XP box for MagicJack and I have a 24x7 server running ubuntu so I decided to give it a try and was able to move MagicJack to my Ubuntu box successfully.<br><br>Here are what I did, hope it will help others like me who don't want a dedicated XP running just for MagicJack.<br><br>I started with an existing Ubuntu server install that does not have GUI.<br><br><b>Install GUI and VNC: </b><br>Downsize the system:<br>- sudo vi /etc/default/linux-restricted-modules-common:<br>  DISABLED_MODULES="ath_hal fc fglrx ltm nv"<br><br>Install the X11 bare bone:<br>- sudo aptitude install x-window-system-core<br>- sudo aptitude install xorg<br>- sudo aptitude install fluxbox fluxconf  #lightwight windows manager<br>- sudo aptitude install dillo  #lightweight browser<br>- sudo aptitude install xfe   #lightweight file manager<br><br>Change /etc/X11/xorg.conf:<br>- sudo dpkg-reconfigure xserver-xorg  #guided setup<br>- manual edit /etc/X11/xorg.conf (use "gtf 1024 768 60" to obtain the Modeline values):<br><br>Section "Monitor"<br>       Identifier      "KDS k717s"  #This is my monitor<br>       HorizSync       31-80<br>       VertRefresh     60-75<br>       # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz<br>       Modeline "1024x768_60.00"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync<br>EndSection<br><br>Section "Screen"<br>       Identifier      "Default Screen"<br>       Monitor         "KDS k717s"<br>       Device          "Configured Video Device"<br>       DefaultDepth    16<br>       SubSection "Display"<br>               Depth   16<br>               Modes   "1024x768"<br>       EndSubSection<br>EndSection<br><br>Starting X:<br>- use startx<br>- Virtual console F7 is the x window (display :0)<br><br>Install X11vnc:<br>- sudo aptitude install x11vnc<br><br>Start vnc:<br>- startx<br>- x11vnc --forever &<br><br>Connect to server remotely via vnc:<br>- vncviewer host:0<br><br>By now, I got a light GUI Ubuntu box that can be accessed remotely via VNC.<br><br><b>Setup VMWare: </b><br>Get the kernel header:<br>- sudo apt-get install linux-headers-$(uname -r)<br><br>Then run the vmware-install.pl as root<br><br>Then run the vmware-config.pl (install will prompt to run this)<br><br>If you receive compilation error when run vmware-config.pl like this:<br>   include/asm/bitops_32.h:9:2: error: #error only  can be included directly, and vmmon-only compile failes<br>The solution is: change line 74 in vmmon-only source file to read: #include &#147;linux/bitops.h&#148;<br>Steps:<br>  cd /usr/lib/vmware/modules/source<br>  cp vmmon.tar vmmon.tar.orig<br>  sudo tar xvf vmmon.tar<br>  cd vmmon-only/include/<br>  sudo vi vcpuset.h<br>  change line 74 from: #include &#147;asm/bitops.h&#148; to: #include &#147;linux/bitops.h&#148;<br>  rm vmmon.tar (return to the folder where you decompressed the tar file)<br>  sudo tar cvf vmmon.tar vmmon-only/<br>  sudo rm -rf vmmon-only/<br>  <br>Then re-run: sudo vmware-config.pl<br><br>After this I have a working vmware that can be launched by "vmware".<br><br><b>Guest XP OS install:</b> <br>You would need to install and activate your XP Guest OS. I already have a VMware image so this is skipped.<br><br><b>Detect MagicJack USB devices:</b><br>I was initially having problem detecting the MagicJack USB devices. I did two things that fixed it:<br>1. Make sure the XP virtual machine has the USB Controller in the hardware list<br>2. Check that the vmx file of the virtual machine has:<br>  usb.present = "TRUE"<br>  usb.generic.skipsetconfig = "TRUE"<br>The second line is missing in my vmx file and I had to manually add it. <br><br>After this, I rebooted the guest XP OS and re-plug in the MagicJack. XP detected both devices properly and started its installation. After that the MagicJack is up and running and I was able to make calls.<br><br>Cheers!<br><br>BTW, I was posting this to the unofficialmagicjack forum but keep getting "Method Not Implemented, POST to /posting.php not supported." error when submit the post - tried 3 different browsers.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20977358</guid>
<pubDate>Tue, 19 Aug 2008 23:59:12 EDT</pubDate>
</item>

</channel>
</rss>
