Changes between Version 11 and Version 12 of Internal/OpenFlow/DemoAPImage


Ignore:
Timestamp:
Sep 22, 2010, 11:30:21 PM (14 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/DemoAPImage

    v11 v12  
    1414   * libssl-dev
    1515   * pkg-configure (complains SSL is not found if this is not installed)
    16    * python-json
    17    * python-qt4
    18    * python-zopeinterface
    19    * python-twisted-conch
     16   * ''Optional'' python-json
     17   * ''Optional'' python-qt4
     18   * ''Optional'' python-zopeinterface
     19   * ''Optional'' python-twisted-conch
    2020 * ''!MadWifi'' - was requested but omitted, I think they just need generic Wireless drivers. Ath5k drivers are installed by default. modprobe ath5k enumerates the devices.
    2121 * VLC - Apt package
     
    5353   * python-qt4
    5454
     55---
    5556
     57=== 10/22/2010 ===
     58
     59Starting over yet again, dues to some package corruption bugs. I've changed the source file to source directly from mit meadia labs for the time being to get past some issues. After an update I installed the main stay of packages.
     60{{{
     61apt-get install hostapd snmp snmpd build-essential libssl-dev pkg-config
     62}}}
     63
     64I'll also need kernel headers for moudle support.
     65
     66{{{
     67sudo apt-get install linux-headers-$(uname -r)
     68}}}
     69
     70With that stuff setup I'm going to Install OpenVswitch with kernel module support.
     71{{{
     72./configure --with-l26=/lib/modules/`uname -r`/build
     73}}}
     74
     75I'm including a copy of config.log for refrence.
     76
     77