Changes between Version 14 and Version 15 of Internal/OpenFlow/HostSetup
- Timestamp:
- Jan 27, 2010, 8:49:24 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/HostSetup
v14 v15 284 284 *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** 285 285 286 287 3. Edit and run user_account_setup.pl [[BR]] 286 3. Allocate more kernel memory [[BR]] 287 The 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 {{{ 289 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash 290 }}} 291 to 292 {{{ 293 GRUB_CMDLINE_LINUX_DEFAULT="vmalloc=256M 294 }}} 295 296 4. Edit and run user_account_setup.pl [[BR]] 288 297 The script sets environmental variables. It is located under /NF2/lib/scripts/user_account_setup/ . Running it as is will throw an error saying 289 298