Syntax for WEP-128 in /etc/network.d/ ?

Hello,
I've succeeded in getting my wireless network controller working in Arch, only I have to enable it manually since I get "could not associate wlan0" on bootup. It's because I hadn't written a configuration file for wlan0 in /etc/network.d so I'm doing that now, *but* I've run into the following confusion:
I've seen the syntax for plain old WEP encryption in /etc/network.d/examples, but is it different for WEP 128 ASCII, which is what I'm using on my network? I ask because the syntax for /etc/rc.conf is different between the two types of encryption, and I've googled it to no avail. I was wondering if anyone here had the answer. Thank you.

I should mention that I also deleted the line
#SPLASH_EFFECTS=$(e=();IFS=',';for w in $splash;do [[ $w == fade* ]]&&e+=($w);done;echo "${e[*]}")
since i don't really need it.
After a rebeoot the error still persists...
What is my fault?

Similar Messages

  • Syntax for Page 1/3, 2/3 etc. in Report

    Hi,
    I have a report, in which Page number is coming like this:--
    Page 1
    But i want it like this:--
    Page 1/3 , Page 2/3 & Page 3/3.
    In my report, syntax is written SY-PAGNO for Page 1. Then what will be the syntax for Page 1/3 etc.
    Thanks

    I cann't paste the whole code here becuase it have more than 40000 characters. 
    Hint : - It is the copy of Standard program RQPDRK00.
    I paste some code here.....(before START-OF-SELECTION.)....Here are the changed in this code---
    REPORT ZKC_RQPDRK00 NO STANDARD PAGE HEADING LINE-SIZE 147 line-count
    56(10).
    Kopie aus RCPDRK00, Ohne Materialkomponenten, ergänzt um Typ Q
    und Kreuz bei Merkmalen und Merkmalswerte. Wird aufgerufen von
    RQPDRK02.
    Tranparente DB-Tabellen
    TABLES: MAPL,                          "Material-Alt. Zuordnung
            PLKOD,                         "Plankopf
            PLFLD,                         "Planfolge
            PLPOD,                         "Vorgang
            RCR01,                         "Arbeitsplatz Vorgang
            PLPODS,                        "Untervorgang
            RCR01S,                        "Arbeitsplatz Untervorgang
           PLMZD,                         "Materialkomponentenzuor
            PLMK,                          "QM-Merkmale
            PLMKB,                         "QM-Merkmale: Belegstruktur
            PLMW,                          "QM-Merkmalswerte
            PLFHD,                         "Fertigungshilsmittelzuordnung
            RQPAS,                         "Steuertabelle QM
            QPMK ,                         "Stammprüfmerkmale
            QPMT ,                         "Stammprüfmerkmale: Texte
            QPMZ ,                         "Zuordnungstabelle Stammdaten QM
            MARA ,
            CDPOS,
            CDHDR,
            TWEWT,
            QMTT.
    ATAB-Tabellen
    TABLES:
            TCA01,                         "Plantyp
            TCA02,                         "Text zum Plantyp
            TCA08,                         "Folgenartenbeschreibung
            TCA09.                         "Plananwendung
    Strukturtabellen (Reine Workareas)
    TABLES: RC27M,                         "Struktur für Materialstammview
            QMKST.                         "Steuerkennzeichen Planmerkmal
    DATA:  TAB_MAPL   LIKE MAPL  OCCURS 10 ,
           L_MAPL_WA  LIKE MAPL ,
           L_PLNNR    LIKE MAPL-PLNNR ,
           L_MATNR    LIKE MAPL-MATNR .
    DATA : BEGIN OF I_CDPOS OCCURS 0.
            INCLUDE STRUCTURE CDPOS.
    DATA :  UDATE LIKE CDHDR-UDATE.
    DATA   END OF I_CDPOS.
    DATA WS_LINES LIKE SY-LINNO.
    DATA FIRST_PAGE_FLAG VALUE 'Y'.
    DATA BAL_LINE TYPE I.
    data grp like PLKOD-PLNNR.
    DATA : PAGECOUNT(5) TYPE c.
    Select-Options
    Auswahlmenü Anforderungsbild
    SELECTION-SCREEN SKIP.
    SELECTION-SCREEN BEGIN OF BLOCK AUSWAHL WITH FRAME TITLE TEXT-X22.
    SELECT-OPTIONS:VAGRP FOR PLKOD-VAGRP,  "Planergruppe
                   STATU FOR PLKOD-STATU,  "Status
                   WERKS FOR PLKOD-WERKS,  "Werk
                   VERWE FOR PLKOD-VERWE.  "Planverwendung
    SELECTION-SCREEN END OF BLOCK AUSWAHL.
    Include QM Routinen zum Drucken der Merkmale
    INCLUDE ZKC_IQPDRK00.
    *INCLUDE IQPDRK00.
    *-- Ergänzung QM: Plantyp Q wird als Default gesetzt
    INITIALIZATION.
      PN_PLNTY = 'Q' .
    top-of-page.
      ULINE.
      PRINT-CONTROL FUNCTION: 'SABLD' LINE 2.
                           'SAOFF' LINE 2,
                           'SAULN' LINE 3.
      write : SY-VLINE,
               30 'BCH ELECTRIC LIMITED',
               77 SY-VLINE,
               95 'QUALITY ASSURANCE',
               125 SY-VLINE,
               130 'Page ',SY-PAGNO, '/ ', '-----',
               147 SY-VLINE.
      ULINE.
      end-of-page.
      skip 2.
      ULINE.
      WRITE : SY-VLINE,
             50 SY-VLINE,
             100 SY-VLINE,
             147 SY-VLINE.
            120 SY-VLINE,
            82 'Confidential',
            95 SY-VLINE,
            122 'Restricted',
            147 SY-VLINE.
    WRITE : SY-VLINE,
             50 SY-VLINE,
             100 SY-VLINE,
             147 SY-VLINE.
            98 TEXT-K10,
            106 grp,
            92 'Confidentiality',
            120 SY-VLINE,
            123 'Confidentiality',
            147 SY-VLINE.
    ULINE AT 81(67).
    WRITE : SY-VLINE,
             50 SY-VLINE,
             100 SY-VLINE,
             147 SY-VLINE.
            120 SY-VLINE,
            84 'Internal',
            95 SY-VLINE,
            117 'Public',
            147 SY-VLINE.
    uline.
    WRITE : SY-VLINE,
             15 'Prepared by',
             50 SY-VLINE,
             70'Reviewed by',
             100 SY-VLINE,
             120 'Approved by',
             147 SY-VLINE.
            98 'Confidentiality',
            120 sy-vline,
            123 'Restricted',
            122 'Page ',
            147 SY-VLINE.
    uline.
    set margin 15 2.
    START-OF-SELECTION.
    END-OF-SELECTION.
       WRITE SY-PAGNO TO PAGECOUNT LEFT-JUSTIFIED.
        DO SY-PAGNO TIMES.
            READ LINE 1 OF PAGE SY-INDEX.
            REPLACE '-----' WITH PAGECOUNT INTO SY-LISEL.
            MODIFY CURRENT LINE.
        ENDDO.
    This is changed code....
    Please check...

  • WEP 128 bit 26 hex digit problem

    Can't seem to use the passwords generated by the linksys router for WEP 128 bits 26 hex digits encryption. WEP 64 bits works. Why?
    Thanks

    The $ before the password didn't work. Tried WEP password and 40/128 hex but 40/128 hex won't allow a $ before the password. I wish there was a place to just use the Passphrase on the Mac. Using a linksys router.

  • New iPad asks for WiFi password. There is none. My WiFi uses WEP 128 bit encryption, but there is no "password" to enter.

    Brand new to the iPad. It's asking for a password to the WiFi network in my home. There is no "password" as such associated with this WiFi network. It uses WEP 128 bit encryption where each byte is a hexadecimal number and is called a "key" Typing this lengthy thing in gives me no results. The iPad keeps on asking for a password. I have three computers and a DVD hooked to the network which has been working for a decade, so that's not the issue.
    Basically I'm stuck not being able to get onto the WiFi system.

    iOS 6 Wifi Problems/Fixes
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting
    http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet
    http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • We are a two iPhone family, both on the same service provider. My wires iPhone is unable to connect to the home network where as mine is! In the settings her phone has no details for the IP address etc where as mine does! I cannot even enter the details.

    We are a two iPhone family, both on the same service provider. My wires iPhone is unable to connect to the home network where as mine is! In the settings her phone has no details for the IP address etc where as mine does! I cannot even enter the details manually.
    I have done resets on off and nothing? HELP!

    What is that and how. I have 3 airports all configured identically and connected to one router via ethernet!
    A power cycle is powering down for ~ 1 minute and powering back up.

  • Internet Sharing Ethernet to WiFi disables WEP password on Mac Network?

    Hi all,
    I have a curious problem, I'm trying to use internet sharing to share the ethernet connection to my iMac with my iPhone and iPad over wireless (no wifi where I live).
    I can create a network with WEP fine, name it whatever, encrypt it with whatever, my iPhone can connect to it etc. but as soon as I turn the tick box for Internet Sharing on, the network loses its WEP encryption (so it's unprotected) and its name reverts back to "My Name's iMac", even if I set it up as "3423rfgdfgfdg" with WEP.
    Basically turning on Internet Sharing overrides all the options I set up on the network, name, security etc and my WiFi turns into an unprotected internet source and a broadcast of my name, something I don't want where I live.
    Am I crazy in thinking this is a bug not a feature and there must be some solution?
    I honestly look forward to seeing what you guys think, I'm stumped.
    This all used to work perfectly on Snow Leopard, I remember quirks during Lion but I got it to work in the end but I'm on ML now and it just doesn't want to work.

    Hey, thanks for the suggestion but that's exactly what I'm doing.
    See how after you've selected Ethernet in 'Share your connection from' and WiFi in 'To computers using' you then have to click the tick box ( http://cl.ly/image/1v191f2R1F1i ) on the left hand side to actually start the whole process?
    Well regardless of whether I start it up in the 'Sharing' pref first, then set up Wireless options, or set up wireless options, then start it up in the 'Sharing' pref, whatever settings I choose get overriden as soon as I start the sharing.
    The network just defaults to 'Asad's iMac', without protection. I don't understand why.
    P.S. on a side note when creating networksI'm not offered a WPA2 option. Only WEP 40-bit or 128-bit. Dunno if that's connected: http://cl.ly/image/2X2g3w3y0B34

  • AirPort & WEP-128 (4 keys)

    My corp Access Point : D-Link DWL-2100AP
    Encryption : WEP-128, 4keys
    key1 - 01b2c3d434a45b2c1d78a904a8
    key2 - 1491c6123ab981d85fe90b5827
    key3 - 2a7bb03a07cf74561b35815ce2
    key4 - 4c7d8aaf7a924b51c759190b3f (keys not real, examples)
    MacBook Pro -> AirPort Extreme (0x168C, 0x87) firmware:1.1.9.3
    IP - Static 172.16.0.XX
    GW-172.16.0.1 DNS-172.16.0.1
    Where to place all 4 keys ?
    1 key - no problem, 4 keys - problem!
    My PCNotebook + FreeBSD 6.2 I am place it in to /etc/rc.conf
    ifconfig iwi0 inet 172.16.0.X netmask 255.255.255.0 \
    ssid firmCld \
    wepkey 0x01b2c3d434a45b2c1d78a904a8 \
    wepkey 0x1491c6123ab981d85fe90b5827 \
    wepkey 0x2a7bb03a07cf74561b35815ce2 \
    wepkey 0x4c7d8aaf7a924b51c759190b3f weptxkey 3 wepmode on.
    Q: Where In MacOS X stored info wepkeys?
    Thanks!

    Why do you need to configure your Mac with more than one key? There are routers that support multiple WEP keys, and the PURPOSE for supporting multiple keys is to segment handing out the keys to different trust levels and/or device types. For example, devices that are difficult to reconfigure like wireless network time clocks might use one of the keys, and that key is never given out to people with mobile computers or hand held devices that might be lost or stolen. Another key would be given to fixed assets like office computers, and yet another key would be given out to portable devices that might walk. Why do this? If a key is compromised, every access point needs to be changed, and then every device that had that key(s) programmed into it would need to be reconfigured. By using different keys for different device types, you limit the amount of manual changes that need to occur if a key is compromised.
    That being said, you might be able to specify all 4 keys on your Mac somehow, but you gotta ask yourself the important question - why? I assure you, the traffic to and from your Mac to the access point is going to use ONE of the keys, most likely the first in your list.
    WEP is a dying insecure standard, by the way. Your company should be looking into upgrading to a dynamic key method of encryption, that can be changed instantly in the event of a compromise.
    Greg

  • I want to set up WEP 128 security

    I am trying to set up WEP 128 security on an Airport Extreme base station because of one older computer that is not able to handle WPA.  The box says
    that this is supported, but the drop down menu for security settings does not show WEP as an option.  How can I get WEP 128 set up or do I have to return
    the hardware?

    Open AirPort Utility and click Manual Setup
    Click on Wireless just below the row of icons
    Hold down the option or alt key (it might be control on a PC) while you click on the Radio Mode selection box and select the following Radio Mode:
    802.11a --- 802.11 b/g
    Now hold down the option or alt key (It might be control on a PC) while you click on the Wireless Security selection box and you will see WEP 128 BIt as a choice

  • Macbook Pro can't connect to WEP 128 bits Router.

    I'll try to list everything here so you can get a clear picture of the situation.
    First, after all my PCs flatmates connected to our Wireless internet (Amper aw01), I was still struggling.
    I tried everything, from WEP, to WEP 128 hex, WEP 128 ASCII, writting (""), ($), (0X)........ and nothing. Connection timed out always.
    Then after ******* with the routers configuration, and discovered that my PCs flatmates had an 802.1x identification/password. So I connected through it using the Airport Advanced config. But can't connect to internet despite being now connected to the network. It says that I have a self-assigned ip. I think thats because despite being autenticated though the 802.1x, I didnt passed through the WEP 128. I tried then everything again every combination but cant get through.
    Right now, I'm connected using a LAN cable, and the internet works fine.
    HELP!

    Type a $ sign in front of the password.

  • Want Wired for Internet, Wireless for file transfers on home network

    I live in Dubai where internet in my house is connected straight from an ethernet port in the wall in numerous rooms. I have one wired connection hardwired from port to airport extreme which creates a wireless network for my laptops for internet.. apple tv et al. (home network 10.0.1.1 etc)
    In the other room i have a mac mini which is directly hardwired to a second ethernet port. I use this machine for hard wired internet as its essentially downloading continuously for work.
    Looking at network setting states..
    Wired connection states in network details : (To be used purely for hardwired internet)
    router address of (91.74.X.1)
    and ethernet port ip (91.74.x.21) 
    Wireless connection states in network details : (To be used purely for connection to home wireless network and streaming of files within internal networks)
    Router  (10.0.0.1)
    IP4V address is  (10.0.1.4) 
    Subset mask is 255.255.255.0
    I would like to force the mac mini to only use the wired ethernet connection for surfing/downloading, and also have an IP from the home network (10.0.1.2 etc) purely for file sharing/streaming with other computers on my home network. 
    Is this possible ?

    NAS is the right tool for this job.
    It is expensive but the market leaders.. synology and QNAP have really been doing it for long time and the ability to do file store/sharing and most importantly backup in these is excellent. Pick the best you can afford.. and buy disks that are in the recommended list. ie the cheapest are not always the best.. indeed they seldom are.
    Plan very carefully for rotation of USB drives (easy and cheap now with 4TB single drives). Rotate backups with offsite location on weekly basis.
    I would buy a 4 disk case.. you can use 4x3TB which are the best value at the moment.. that gives you 9TB of storage.. plus redundancy for a dead drive.
    Alternatives are using a Mac Mini as a server.. with a large stack of disks on it.. generally should be thinking thunderbolt if you want speed. Hideously expensive though for now.
    You can buy an Extreme or TC.. either would work well. TC allows you easy TM backups without using your NAS..
    Edit very large files on the computer. ie copy to computer.. edit.. copy back to the NAS.
    Editing very large files over wireless.. not good. Multiply that by mutliple computers.. not even fair.
    Copy a large project to the computer.. work on it.. copy back to the NAS.. in the meantime Time Machine should be able to take care of incremental backups.
    There are heaps and heaps of solutions.. as long as it is logical and easy to you.. and covers what you need.
    Don't skimp.. spending a $1000 for a NAS with disks.. plus extra for the backup disks.. that represents how many day's work for you plus anyone you have helping.. $$$$ ????
    A mini as a server is a good alternative.. You don't need to run server OS.. but share files to the network. Very hard to build the capacity of the NAS though.
    And a Mac Pro is now a joke without internal slots and cages for drives. (nice machine but wrong for this).
    And Apple have nothing in between.. a short tower case.. been missing for a long long time.

  • What is the syntax for the mdx offset in universe designer?

    Hi everybody!!!
    I wish someone could help me with my mdx syntax. I made an universe with Universe designer (BOEdge 3.1) from a BW query and I'm trying to create in this universe an object with an offset.
    My new object has to be the result of the [0CALYEAR].[LEVEL01] with "- 1" offset, is it possible???
    I tried to put the code in the select or in the where fields of the object but without results. When I try to make a query in webi rich client this "new object" doesn't work...
    Please help me...
    Dario

    Hi Ingo,
    thank you for the reply.
    I tried to use that document...the problem is when I put the code in the object (inside univ des) and I analyse the code using the button, the syntax is every time without errors. When I try to make the query in webi rich client , if I use that object the software shows a window with error.
    I used these code in the "where" field:
    1. <EXPRESSION>@SELECT([0CALYEAR].[LEVEL01])-1</EXPRESSION>
    2. <EXPRESSION>@SELECT(Anno calendario\L01 Anno calendario)-1</EXPRESSION>
    the problem is to find the right syntax for what I want...the -1 offset for the new object from the OCALYEAR. I need that if in webi I select from the object filter [0CALYEAR].[LEVEL01] the value 2010 - in the new object will be 2009 etc...
    Dario

  • SQL Syntax for Access database

    This pertains to LV only due to the fact that LV requires a slightly different syntax for SQL statements for use with Access than what you will see in the Access Queries SQL view.  For instance, I discovered that if you use a  ?  for a character placeholder  (can be any single character) in Access, you need to use an  _  (underscore)  for this feature.  I also discoverd that you use a % sign instead of an *  (asterisk) for any number of characters.
    The lat thing I am having trouble with is specifying a range of characters that could be in a certain position in the text field.  For instance, if the first character can be only an alpha between  A and Z, and the next two characters can be numbers anywhere from 1 to 12,  I would use   LIKE "[A-Z][1-12]*"      In LV, the double quotes are are replaced with single quotes but I cannot figure out what to replace the brackets with. 
    The brackets do not return a syntax error but also do not return any results that should fit the pattern.
    I have tried parenthesis, double quotes, using a TO in place of the dash, etc.
    Any input on this is very much appreciated.
    Doug
    I guess sometimes writing the problem out helps one deduce the answer by taking a closer look at what has been tried and what has not.
    So  LIKE "[A-Z][1-12]*"   in Access will be   LIKE ('[A-Z][01-12]%')  in LV.    I hadn't tried the pecent sign in place of the asterisk using the brackets.    Too bad this stuff isn't spelled out in detail somewhere.
    Doug
    "My only wish is that I am capable of learning each and every day until my last breath."

    Thanks Danubio for the links.  The one for the SQL utility may be helpful as I go forward.
    Mike,  yes I am using the connectivity toolkit.  It's what I cut my teeth on and up to this point, has not caused me any issues.   I rarely make changes after implementation but if I do, the use of typedef's keeps it pretty painless.  A brief read on the doc included in your referenced zip file confirms there are alternate methods to talks to the database tables  (I am not a one table programmer).  When time permits, I will do some trials and if warranted, will try some of your techniques at some point.  Simply not enough time currently.
    As I posted intially, I actually solved my problem before there were any replies and included my solution in the first post.  Why there is a syntax difference going from LV to an mdb is an unknown to me but it exists nonetheless.
    Thanks for the input on this
    Doug
    "My only wish is that I am capable of learning each and every day until my last breath."

  • Flex 3: syntax for populating ArrayCollection by loop

    Hi, I'm a newb. I can't find an example of how to do this. Any examples would be greatl appreciated.
    I want to chart some engineering data by populating my chart's dataprovider with an array collection (so far no problem). I want to poulate the array collection by looping through a math expression and I can't figure out the syntax for that. For example...
    [Bindable]
    private var myChartData:ArrayCollection = new ArrayCollection([
        {vertNum:100, horizNum:100}
    I want to loop through and add more points programmatically so if I loop 5 times I end up with...
    [Bindable]
    private var myChartData:ArrayCollection = new ArrayCollection([
         {vertNum:100, horizNum:100},
        {vertNum:110, horizNum:110},
        {vertNum:43, horizNum:120},
        {vertNum:88, horizNum:130},
        {vertNum:140, horizNum:140},
         // etc...
    The number of horizontal variables to plot ould be in the hundreds, so I don't want to set up a huge static array collection with expressions in each location. I'd prefer to solve the expression as a loop iterates and populate the array collection as it goes. But I haven't got a clue how to 'word' that.
    thanks!

    Here is an example of adding data points from a simple formula using a random number generator and scaling the randomness up. The process is just to create a new Object for each iteration of the loop and add the object to your ArrayCollection. You can assign as many properties to the object as you need, which can be helpful for using one ArrayCollection that is displayed in multiple charts.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="build_model()">
        <mx:Script>
            <![CDATA[
                import mx.collections.ArrayCollection;
                private function build_model():void {
                    var obj:Object;
                    var chartAC:ArrayCollection = new ArrayCollection();
                    for (var i:uint = 0; i < 100; i++) {
                        obj = new Object();
                        obj.horizNum = 100 + 10 * i;
                        obj.vertNum = i * Math.random();
                        chartAC.addItem(obj);
                    linechart1.dataProvider = chartAC;
            ]]>
        </mx:Script>
        <mx:LineChart left="10" right="10" top="54" bottom="10" id="linechart1">
            <mx:series>
                <mx:LineSeries displayName="Series 1" yField="vertNum" xField="horizNum"/>
            </mx:series>
        </mx:LineChart>
        <mx:Button x="10" y="10" label="Build Model" click="build_model()"/>
    </mx:Application>
    Chris

  • Using NIC Teaming and a virtual switch for Windows Server 2012 host networking and Hyper-V.

    Using NIC Teaming and a virtual switch for Windows Server 2012 host networking!
    http://www.youtube.com/watch?v=8mOuoIWzmdE
    Hi thanks for reading. Now I may well have my terminology incorrect here so I will try to explain  as best I can and apologies from the start.
    It’s a bit of both Hyper-v and Server 2012R2. 
    I am setting up a lab with Server 2012 R2. I have several physical network cards that I have teamed called “HostSwitchTeam” from those I have made several Virtual Network Adaptors such as below
    examples.
    New-VMSwitch "MgmtSwitch" -MinimumBandwidthMode weight -NetAdaptername "HostSwitchTeam" -AllowManagement $false
    Add-VMNetworkAdapter -ManagementOS -Name "Vswitch" -SwitchName "MgmtSwitch"
    Add-VMNetworkAdapter -ManagementOS -Name "Cluster" -SwitchName "MgmtSwitch"
    When I install Hyper-V and it comes to adding a virtual switch during installation it only shows the individual physical network cards and the
    HostSwitchTeam for selection.  When installed it shows the Microsoft Network Multiplexor Driver as the only option. 
    Is this correct or how does one use the Vswitch made above and incorporate into the Hyper-V so a weight can be put against it.
    Still trying to get my head around Vswitches,VMNetworkadapters etc so somewhat confused as to the way forward at this time so I may have missed the plot altogether!
    Any help would be much appreciated.
    Paul
    Paul Edwards

    Hi P.J.E,
    >>I have teams so a bit confused as to the adapter bindings and if the teams need to be added or just the vEthernet Nics?.
    Nic 1,2 
    HostVMSwitchTeam
    Nic 3,4,5
             HostMgmtSwitchTeam
    >>The adapter Binding settings are:
    HostMgmtSwitchTeam
    V-Curric
    Nic 3
    Nic 4
    Nic 5
    V-Livemigration
    HostVMSwitch
    Nic 1
    Nic 2
    V-iSCSI
    V-HeartBeat
    Based on my understanding of the description , "HostMgmtSwitchTeam and
    HostVMSwitch " are teamed NIC .
    You can think of them as two physical NICs (do not use NIC 1,2,3,4,5 any more , there are just two NICs "HostMgmtSwitchTeam and
    HostVMSwitch").
    V-Curric,
    V-Livemigration , V-iSCSI ,
    V-HeartBeat are just VNICs of host  (you can change their name then check if the virtual switch name will be changed )
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • AMD CPU with Vista cannot connect to WLAN using MS-PEAP with WEP-128

    We have a notebook "HP Pavilion tx1000 (AMD Turion64 CPU with Vista 32bits)". The notebook is using Broadcom 802.11a/b/g chipset, running AMD and Vista. It cannot associate to WLAN using MS-PEAP and WEP-128. Also, it cannot associate to PEAP and WPA2-AES.
    The AP's log shows:
    Oct 11 15:35:20 CCT: %DOT11-7-AUTH_FAILED: Station xxxx.xxx.xxxx Authentication failed
    The ACS's log shows:
    "EAP-TLS or PEAP authentication failed during SSL handshake"
    We do not validate the certificate in the wireless setup. Vista's WLAN AutoConfig is used to configure the wireless profile. We are running Autonomous AP with Switch-Based WDS (WLSM).
    We have no issue with Intel Centrino on the above authentication and encryption scheme.
    Have checked the CCX program, broadcom 802.11a/b/g chipset is supported only for windows 2000 and xp. There is no mentioning about support for vista. Could this be a compatibility issue?
    Please advise and thks

    Maybe look at this post: http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Wireless%20-%20Mobility&topic=WLAN%20Radio%20Standards&CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40%5E1%40%40.1ddf9be9/5#selected_message

Maybe you are looking for

  • How to delete "Reopen All Windows From Last Session" in History?

    I use 5.0.4 in 'Private Browsing', but the above mentioned pull down choice in 'History' still remains active, and leaves my history visible for prying eyes. Where is the cache for "Reopen All Windows From Last Session" located? I could not find it i

  • Upload positions-text in different languages?

    Hi folks, we have to enter positions in different languages. To enter new positions we use a flexible upload - method. We have got one upload-file for EN and another one for DE. The problem: if we upload the EN-file, the text of the positions in DE g

  • No music sharing to Front Row

    Hello, I'm running Front Row 1.3 and iTunes 7.3 under OSX 10.4.10. I have a number of accounts, one of which hosts all my music in iTunes with sharing switched on My problem is, is that when I try to access the shared music from Front Row, it says "N

  • How Do I Import Multi Instrument/Environment Page From Lp7 Into LP8?

    I've just started using LP Studio and I'm trying to use the multi instrument setup that I have in LP7 but I cannot find a way to import or copy them into 8. Any idea/help will be greatly appreciated.

  • How to configure number of concurrent iTunes downloads?

    You know, I never realized just how lucky I was to have access to broadband internet in the US. Now that I am traveling abroad I see that the rest of the world has no idea what true broadband speeds really are. Case in point, Jakarta, Indonesia. Thei