Changes between Version 14 and Version 15 of Internal/OpenFlow/HostSetup


Ignore:
Timestamp:
Jan 27, 2010, 8:49:24 PM (14 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/HostSetup

    v14 v15  
    284284*Stopped at this point: The IRQF_SHARED flag is deprecated in kernels greater than 2.6.24. Instead, the SA_SHIRQ flag is used in include/linux/interrupt.h . in Ubuntu compatibility page**   
    285285
    286 
    287 3. Edit and run user_account_setup.pl [[BR]]
     2863. Allocate more kernel memory [[BR]]
     287The NetFPGA requires 256M memory allocated. This can be done through /boot/grub/menu.lst on older kernels. For the newer versions of Ubuntu (e.g. 9.10), which uses Grub 2, you need to edit /boot/grub/grub.cfg from
     288{{{
     289GRUB_CMDLINE_LINUX_DEFAULT="quiet splash
     290}}}
     291to
     292{{{
     293GRUB_CMDLINE_LINUX_DEFAULT="vmalloc=256M
     294}}}
     295
     2964. Edit and run user_account_setup.pl [[BR]]
    288297The script sets environmental variables. It is located under /NF2/lib/scripts/user_account_setup/ . Running it as is will throw an error saying
    289298