Changes between Version 33 and Version 34 of Internal/OpenFlow/HostSetup
- Timestamp:
- May 27, 2010, 10:31:02 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/HostSetup
v33 v34 598 598 Current Ubuntu NetFPGAs run Ubuntu version 8.04 and !OpenFlow ver. 9.0. Here we try to move to newer distributions w/ !OpenFlow Ver. 1.0. The hardware we use here is the NetFPGA cube, another version of the NetFPGA pre-built solution. 599 599 600 ===Installing Ubuntu.===[[BR]] 600 node1-1: 192.168.202.8 - 10.04 601 node1-2: 192.168.202.164 - 9.10 602 603 === Installing Ubuntu. ===[[BR]] 601 604 602 605 1. set boot priority of CD drive to 1st … … 604 607 2. Boot as a live CD and install from there. Trying direct install just resulted in the system starting up BusyBox (9.10) or just proceeding to live CD Mode (10.04). 605 608 606 === NetFPGA drivers.===609 === NetFPGA drivers. === 607 610 '''dependencies.'''[[BR]] 608 There is an updated dependency list. in 10.04, sun-java6-jre, jdk are obsoleted and moved to the partner repository. This repository can be added w/ the following (ref. http://ubuntuforums.org/showthread.php?t=1467722): 611 There is an updated dependency list: 612 613 * build-essential 614 * ncurses-dev 615 * libnet1-dev 616 * libxml-simple-perl 617 * libio-interface-perl 618 * liblist-moreutils-perl 619 * liberror-perl 620 * libnet-rawip-perl 621 * sun-java6-jre 622 * sun-java6-jdk 623 * libpcap0.8-dev 624 625 in 10.04, sun-java6-jre, jdk are obsoleted and moved to the partner repository. This repository can be added w/ the following steps (ref. http://ubuntuforums.org/showthread.php?t=1467722): 609 626 610 627 Under System > Administration > Software Sources > Other Software > ADD[[BR]] … … 616 633 then reload when prompted. You should then be able to find the packages with the usual apt-cache search, ect. 617 634 618 619 635 === Kernel memory allocation. === 636 Ubuntu versions beyond 8.04 (assume anything w/ kernels beyond v 2.6.28) use GRUB 2, where they completely get rid of menu.lst. 620 637 621 638