14
Instructions to setup Ubuntu 14.04 and Gnuradio on Windows 7/8 1. Download VirtualBox http://download.virtualbox.org/virtualbox/5.0.2/VirtualBox- 5.0.2-102096-Win.exe Please be aware that Windows 10 is not yet officially supported! Check for 32-bit or 64-bit based on your computer architecture and install the appropriate version of VirtualBox. 2. Follow the installation screen and complete the installation 3. Check the option on the picture when prompted and click on Install

Instructions to Setup Ubuntu 14

Embed Size (px)

DESCRIPTION

this is instruction to setup ubuntu 14

Citation preview

Page 1: Instructions to Setup Ubuntu 14

Instructions to setup Ubuntu 14.04 and Gnuradio on Windows 7/8

1. Download VirtualBox

http://download.virtualbox.org/virtualbox/5.0.2/VirtualBox-5.0.2-102096-Win.exe

Please be aware that Windows 10 is not yet officially supported!

Check for 32-bit or 64-bit based on your computer architecture and install the appropriate version of VirtualBox.

2. Follow the installation screen and complete the installation

3. Check the option on the picture when prompted and click on Install

Page 2: Instructions to Setup Ubuntu 14

4. Download Ubuntu and select the Ubuntu flavour you need (32-bit or 64-bit)

5. On next screen when scroll down and select Not now, take me to the download

6. After download is completed, open Oracle VM VirtualBox

Page 3: Instructions to Setup Ubuntu 14

7. Click on New

Page 4: Instructions to Setup Ubuntu 14

8. Type a Name for your VM machine, and select the type as Linux and then select the Version as Ubuntu (64-bit)

Page 5: Instructions to Setup Ubuntu 14

9. Select the Memory Size, move the slider till the green mark on that scale. Usually set the memory size as half of your computer RAM.

10. On the next screen, select Hard disk as Create a virtual hard disk now

11. Select the Hard disk file type as VDI (VirtualBox Disk Image)

12. Select the storage on physical hard disk as Dynamically allocated

13. Select the location where you want to save your virtual machine and increase the size of virtual hard disk to 30GB. Then select Create.

Page 6: Instructions to Setup Ubuntu 14

14. The screen should look like this

Page 7: Instructions to Setup Ubuntu 14

15. Click on Settings

16. Select System, and then select Processor. Increase the slider to the end of color on the scale.

Page 8: Instructions to Setup Ubuntu 14

17. Select Storage, Click on Empty and then click on the circled object

18. On the popup, select Choose Virtual Optical Disk File. Then locate the Ubuntu image file which you downloaded

Page 9: Instructions to Setup Ubuntu 14

19. Select Network and in Adapter 1, change Attached to NAT as Attached to Bridged Adapter and select the Name which indicates your Ethernet Connection. Click on OK.

Page 10: Instructions to Setup Ubuntu 14

20. Now click on Start

21. Install Ubuntu and follow the steps listed on the below link (Only Ubuntu installation)

http://linus.nci.nih.gov/bdge/installUbuntu.html

22. After successful installation, reboot of the VM machine. Connect LAN cable to Ethernet port. Verify internet connectivity by opening a webpage using Firefox.

Page 11: Instructions to Setup Ubuntu 14

22. Open the terminal

Page 12: Instructions to Setup Ubuntu 14

23. Install Gnuradio by typing sudo apt-get install Gnuradio –y. You will prompted to enter the password which you used to login.

Page 13: Instructions to Setup Ubuntu 14

24. You should not see any error. Now on the same terminal, type gnuradio-companion

You have successfully installed GNURadio. USRP driver UHD also installed as part of Gnuradio installation.