Netcfg v2.5.2 - note: change in auto wireless config

This release brings a completely new auto wireless/wired configuration. The old net-auto is deprecated and no longer included. There are also some very minor configuration changes that may affect a few people.
Move to new auto-wireless/wired
The new automatic connection has proper roaming support and will prove more reliable than the old setup - particularly with more complicated wireless configurations. To migrate to the new automatic wireless setup:
1. pacman -S core/wpa_actiond
2. Set WIRELESS_INTERFACE="" to your wireless interface in /etc/rc.conf.
For example WIRELESS_INTERFACE="wlan0"
3. Add net-auto-wireless to your DAEMONS=() array.
Note: wpa-config profiles do not work with this, convert them to wpa-configsection profiles. An example is included in
/etc/network.d/examples/
The new auto-wired uses similar configuration - follow the above instructions except use the net-auto-wired daemon, and WIRED_INTERFACE configuration option.
New features:
- net-auto-wireless/wpa_actiond - Real wireless roaming/auto connection. Based on same principle as autowifi. Requires optional dependency: wpa_actiond
- net-auto-wired - automatic ethernet configuration. Requires optional dependency: ifplugd
- Interface configurations - set options for all profiles using an interface
- Output hooks
- Internal cleanup & improvement
Internal changes:
- Uses wpa_supplicant for all wireless configuration by default, including wep/none security. This adds improves support for most and should improve reliability.
  - Uses iproute by default for all static configuration. net_tools which contains ifconfig is effectively obsolete and hasnt seen a release for over 8 years. The 'ethernet-iproute' and 'ethernet' connection types have been merged together to simply 'ethernet'. All options are still supported and existing configurations will continue to work for both types. A symlink has been made to ensure that profiles using 'ethernet-iproute' will continue to function.
Changes in configuration syntax
- net-auto and AUTO_NETWORKS is now deprecated in favour of net-auto-wireless/net-auto-wired.
- wireless: If you were previously specifying the wpa_supplicant driver in WPA_OPTS, you now need to specify it in WPA_DRIVER.
- wireless: iwconfig based configuration for wep/none can be used by changing to wep-old or none-old. This should not be necessary and is left in place only for the possibility of very old drivers that do not
support wpa_supplicant.
- ethernet-iproute: As 'ethernet' is now iproute based, those using 'ethernet-iproute' can revert the name. There is a symlink in place, so existing configurations of either name will continue to function
regardless.
- wireless-dbus: Unsupported. The wpa_supplicant dbus interface isn't particularly well documented and it doesn't fit well into the netcfg codebase. There is a symlink in place so that configurations using wireless-dbus will continue to function using the 'wireless' connection scripts.
Download:
netcfg 2.5.2 is in [core].
Source: ftp://ftp.archlinux.org/other/netcfg/ne … 5.2.tar.gz
PKGBUILD: In subversion
Documentation:
http://wiki.archlinux.org/index.php/Network_Profiles
Contributors:
I had a few big contributors to this release:
Jim Pryor: Many internal changes and improvements
Thomas Bächler: wpa_actiond based auto roaming/connection
Thanks guys!
Future Plans:
* Complete non-Arch support
* Redo rfkill using the 'rfkill' tool in the repos
* Fix bugs
Bugs:
On the bug tracker as always.
Last edited by iphitus (2010-02-18 11:22:41)

I continued to have difficulty connecting to my default wireless network, but I eventually figured out why.  I seem to recall netcfg used to not care if a POSTUP command failed.  I read somewhere that now it does.
So once I got that taken care of, I experimented with net-auto-wireless.  It fails for me with no error message.
Being a bit of a tinkerer, I looked into the net-auto-wireless script.  I found this line...
/usr/bin/netcfg-wpa_actiond "${WIRELESS_INTERFACE}" >/dev/null
...Removed the >/dev/null, and ran it again.
$ sudo /etc/rc.d/net-auto-wireless start
:: Starting netcfg auto-wireless mode for interface wlan0 [BUSY]
eth-xover
eth-hc
wifi-home
wifi-rounds
wifi-rollingst
wifi-kevin
eth-dhcp
Line 12: WPA-PSK accepted for key management, but no PSK configured.
Line 12: failed to parse network block.
Line 22: WPA-PSK accepted for key management, but no PSK configured.
Line 22: failed to parse network block.
Failed to read or parse configuration '/tmp/wpa.wlan0/wpa.conf'.
[FAIL]
...And now that I think about it,  I bet it's because I didn't set security="none" in the open network profiles.
...Yep, that was it.
Last edited by aaaantoine (2010-02-21 01:03:02)

Similar Messages

  • HT1430 my touch ipod will not change songs auto

    My ipod touch will not change songs auto, I have to change song each time I want a different song?

    The Repeat icon/control is the arrowed racetrack on the left side under the scrubber bar.. Tap to change. It is white for no repeat.

  • Wpa_actiond & net-auto-wireless config ?

    Hi,
    as documentation of roaming network configuration is rather sparse I'm looking for an advice here.
    How can I set to use my roaming networks info stored in /etc/wpa_supplicant/wpa_supplicant.conf ? WPA_CONF option from /etc/network.d/interfaces/wlan0 is ignroed and wpa_supplicant is started with an empty configuration. In other words where does net-auto-wireless look for a configuration ?
    My wireless card Broadcom BCM4313 requires to be unblocked with rfkill on two devices (phy0 and wireless). May it be done with just netcfg options as RFKILL and RFKILL_NAME is probably parsed only once ? With PRE_UP and POST_DOWN actions ?
    Thanks.
    David

    Touching wpa supplicant configuration isn't needed. You just need to set profiles for all networks you want to connect to in /etc/conf.d/netcfg/ (check examples file in that dir). Then you specify wireless interface in /etc/conf.d/netcfg.
    Do not set AUTO_PROFILES var if you want all of the profiles to be probed. And that should do it.
    I don't think you need to use PRE and POST vars because net-auto should take care of rfkill automaticaly if it's configured in /etc/network.d/interfaces/wlan0 (I believe you have already done that).

  • Net-auto-wireless isn't really doing anything

    I've got netcfg installed and I'm trying to use it for my wifi configuration on my laptop which has an ath9k wireless chip.
    I've got my profiles (WPA personal) setup just fine, when I do netcfg my.profile.name it brings it up and it works. However if my wireless drops for whatever reason, or I come to work, I always have to manually do "netcfg profile".
    In my rc.conf I have nothing in INTERFACES (only have wlan0 on this machine), I have WIRELESS_INTERFACE defined as wlan0, I have two profiles in NETWORKS, and I have "syslog-ng hal net-auto-wireless netfs crond" in my DAEMONS list.
    Can anyone see anything that I'm doing wrong? How does net-auto-wireless actually work?

    Okay I can't get it to automatically connect neither to wired no wireless network.
    ifplugd at least is trying to connect to networks, I can see in /var/log/everything that but wpa_actiond simply sits there silently and does nothing.
    When run manually, either via rc.d/net-auto-wireless or directly, it connects to a wireless access point immediately. No problem here.
    So, basically I had gone through the following scenario today. Went to work office, plugged in ethernet cable, ifplugd tried to connect to any of the networks specified in the profiles but failed to for whatever reason. No meaningful explanation. All it said was this:
    Jan 27 09:44:57 localhost ifplugd(eth0)[27597]: ifplugd 0.28 initializing.
    Jan 27 09:44:57 localhost ifplugd(eth0)[27597]: Using interface eth0/00:13:77:49:00:BE with driver <8139too> (version: 0.9.28)
    Jan 27 09:44:57 localhost ifplugd(eth0)[27597]: Using detection mode: SIOCETHTOOL
    Jan 27 09:44:57 localhost ifplugd(eth0)[27597]: Initialization complete, link beat detected.
    Jan 27 09:44:57 localhost ifplugd(eth0)[27597]: Executing '/etc/ifplugd/netcfg.action eth0 up'.
    Jan 27 09:44:57 localhost ifplugd(eth0)[27597]: client: up
    Jan 27 09:44:57 localhost ifplugd(eth0)[27597]: client: loadin ho-eth
    Jan 27 09:45:09 localhost ifplugd(eth0)[27597]: client: :: ho-eth up [BUSY] > DHCP IP lease attempt failed.
    Jan 27 09:45:09 localhost ifplugd(eth0)[27597]: client: [FAIL]
    Jan 27 09:45:09 localhost ifplugd(eth0)[27597]: client: loadin pdp-wifi
    Jan 27 09:45:09 localhost ifplugd(eth0)[27597]: client: loadin st-mt
    Jan 27 09:45:09 localhost ifplugd(eth0)[27597]: client: loadin home-wifi
    Jan 27 09:45:09 localhost ifplugd(eth0)[27597]: client: loadin sc-eth
    Jan 27 09:45:09 localhost ifplugd(eth0)[27597]: client: loadin st-eth
    Jan 27 09:45:09 localhost ifplugd(eth0)[27597]: client: loadin st-wifi
    Jan 27 09:45:09 localhost ifplugd(eth0)[27597]: client: loadin uncle-wifi
    Jan 27 09:45:09 localhost ifplugd(eth0)[27597]: Program execution failed, return value is 1.
    Jan 27 09:47:39 localhost ifplugd(eth0)[27597]: Executing '/etc/ifplugd/netcfg.action eth0 down'.
    Jan 27 09:47:39 localhost ifplugd(eth0)[27597]: Program execution failed, return value is 1.
    Jan 27 09:47:39 localhost ifplugd(eth0)[27597]: Exiting.
    So, I had to do netcfg -u $PROFILE to set up network connection manually. Then I went back home, where I use wireless ap to connect to the home LAN, I saw ifplugd detect that ethernet had been down so it properly unconfigured eth0, again /var/log/everything clearly stated that
    Jan 27 14:03:00 localhost ifplugd(eth0)[28240]: Link beat lost.
    Jan 27 14:03:11 localhost ifplugd(eth0)[28240]: Executing '/etc/ifplugd/netcfg.action eth0 down'.
    Jan 27 14:03:11 localhost ifplugd(eth0)[28240]: Program execution failed, return value is 1.
    but nothing was happening for wireless interface at all. This was registered in the log when I got bored with netcfg/wpa_actiond not doing my job for me so I ran /etc/rc.d/net-auto-wireless restart which configured wireless network connection:
    Jan 27 14:12:59 localhost wpa_actiond[4401]: Starting wpa_actiond session for interface 'wlan0'
    Jan 27 14:13:00 localhost wpa_actiond[4401]: Interface 'wlan0' connected to network '$ESSID'
    I think my configuration is correct but well I could've missed something of course. So, to save us time:
    - all profiles are in /etc/network.d/. one of these looks like this:
    % cat /etc/network.d/home-wifi
    CONNECTION='wireless'
    DESCRIPTION='A simple WPA encrypted wireless connection using a static IP'
    INTERFACE='wlan0'
    SECURITY='wpa'
    ESSID='$ESSID'
    KEY='$KEY'
    IP='static'
    IPCFG=('addr add dev wlan0 $CIDR/IP brd +' 'route add default via $IP')
    DNS=('$IP')
    POST_UP="sh /home/$USER/scripts/netcfg-home-post"
    - /etc/rc.conf:
    # net-auto-wireless support
    WIRELESS_INTERFACE="wlan0"
    WIRED_INTERFACE="eth0"
    DAEMONS=(... !network @net-profiles net-auto-wireless net-auto-wired ...)
    no ROUTES, no INTERFACES. Clean and neat. No syntax errors.
    Software installed:
    ifplugd 0.28-7
    wpa_actiond 1.1-1
    netcfg 2.5.4-1
    So far the problem is that ifplugd can't connect to a wired network, but at least it attempts to, while wpa_actiond does nothing at all.
    I really want my laptop to do this automatically. It's like... you know... 2011 already! Computers must do this stuff xD

  • Auto-recation method not changed/saved

    Hi,
    Auto-recation method not changed/saved
    In R3 4.6C DEV system, RZ20 MTE = (Filesystem percentageUsed) click on properity and click on Method TAB
    in Auto-recation method already setup "Z_NSM_CCMS_OnAlert_Email_V2"
    I want to change or replace with CCMS_OnAlert_Eamil after save I got Entry has been saved
    but still show samething "Z_NSM_CCMS_OnAlert_Email_V2" is anyone tell me why is like that ???
    Thanks in Advanced

    I have also reviewed this thread and tried these solutions:
    https://discussions.apple.com/thread/5497463

  • How can I change "do not disturb" 's auto reply message?

    When I turn on do not disturb in my iphone 5, then when someone
    call there is auto-reply that “the number you dial is busy now”. How can I
    change this auto- reply message? Could I change to “the number you dial is
    power off”  ?

    What do you want to do? If you turn on Do Not Disturb, this is the result - your phone is busy. Turn off Do Not Disturb or allow those callers you want to get through in  Settings > Do Not Disturb >  Allow Calls From.

  • How do i keep only the name of a month in a cell in Numbers and not have it auto fill the date and time?

    how do i keep only the name of a month in a cell in Numbers and not have it auto fill the date and time?

    Hi JN and Barry,
    Barry wrote:
    The second case may not be included in the available D&T formats in Numbers 3
    For my region, the Date & Time data formats include month.
    The Date Pop-Up
    This may not be the case for all regions.
    Remember that the month is only the display, and the Full Date & Time is still there. If I change the format to reveal what is behind the curtain:
    Regards,
    Ian.

  • After installing SL: autochk program not found - skipping auto check

    My MacBook was setup to dual boot Leopard/Win XP via Boot Camp, but I just formatted the Leopard partition and installed Snow Leopard in its place, which boots wonderfully, but now when I boot Win XP I get this error: "autochk program not found - skipping auto check"
    Seconds later the machine automatically reboots.
    I booted off the Win XP disk and ran chkdsk /p in the Recovery Console, but the "autochk not found" message still kills the Win XP boot.
    Snow Leopard and Win XP are in different partitions on the same drive. I only formatted and reinstalled the Mac OS partition, I did not format or reinstall the Win XP partition.
    Help?

    I have the same problem. I had decided not to upgrade Parallels from version 3.0 since hardly (or almost never) use windows programs any more. I did want the option of using Boot Camp and Windows if ever needed though.
    I installed Snow Leopard knowing that Parallels would no longer work and later did an uninstall. When I tried a restart to open Windows from Boot Camp I got the "autochk not found" message.
    Searching around I discovered that Parallels changes the disk table so that the OS can only boot from within Parallels. The problem appears to be a way of changing the disk table back to a setting that will make it boot normally. There is a utility available for doing this on a windows PC, but I've found nothing for the Mac yet.
    Without doing a complete re-install of Windows OS, I'm stuck for another solution.
    In the end I may just have to erase the drive (the Windows partition) and be done with it for good. What upsets me is that Parallels should have created an uninstall utility that reverted the disk table back to normal boot settings.

  • HBox's layoutXProperty() and layoutYProperty() is not changing

    Hello,
    I have one scrollpane and in that scrollpane I have one VBox. Now I have many HBox with in that VBox.
    Now I want to bind any of Line layoutYProperty() property with any of HBox's  layoutYProperty().
    My problem is that when we scroll scrollbar, each HBox's layoutYProperty() are not changing.
    I think it is because each HBox are in VBox .so even we scroll scrollpane VBox layout is not changing. So VBox is parent of each Hbox so HBox layoutYProperty() is also not changing.
    I want to bind Line layoutYProerty() with HBox's  layoutYProperty() and by scrolling scrollpane, layoutYproperty() for line and connected Hbox should be changed.
    View image: image
    Please help me.
    Thank You,
    Ronak

    Hello Al,
    You need to turn of Auto Arrange in Chart Expert > Options > Layout
    Changing the marker size conflicts with the Auto Arrange so it is not possible to change the Marker size with it enabled.

  • Status not changing to Available after sleep?

    Just recently got my wife a MacBook (white). I got her setup with iChat and it's working well except for the status. When she wakes it from sleep, it logs her back into iChat, but keeps a status of "Away". I did change the option in Prefs to "Set me as Available" when coming back or something like that.
    What am I doing wrong? Anyone?

    Hi,
    In the General Section of the iChat Preferences you can set one of three option on "Returning to my Computer" which normally refers to Waking from Sleep or coming back from the Screen saver.
    One of the options as you say, is to set the Status to Available (If it was set to Away before).
    Like you I find it does not work.
    I have also tried the sub-options in the Menu Bar Icon bit about Logging out of AIM if I quit (Which Sleep will be considered as the same thing).
    Basically I was trying to find if this setting over-rides the lower one.
    I Set it to At User Login set my Status to Available which I know works on Start up. But from Sleep this does not over-ride the Status Message when it is set to Away.
    If the above setting is not set the same thing happens (it stays as Away when I wake the computer.
    Whether I have it set to Set Me as Off Line when I Quit (paraphrased) or not also does not change the Status Message on waking the computer.
    Not even turning Off Auto-Reply with Away message made any difference.
    That leaves two things.
    Does this setting have anything to do with Sleep of Screen Saver ? (is it something else ?)
    Is it a bug ?
    iChat help has this on Setting the Status.
    If you are away from your computer for a time, your status is displayed as “Idle.” Messages that arrive while you’re away wait on your screen
    This implies the former. i.e. if you have set the Status as Away and physically leave the computer and the Idle time kicks in before Sleep or Screen Saver then iChat will change you Status to Idle (Although it can not actually display this varient of Idle).
    Also there is not setting if I am Idle change my status to Away either.
    The Idle time is preset at 600 seconds (10 mins)
    My Screen Saver kicks in earlier than this and may over-ride this.
    Right this minute I do not have 10 ins to do something else or wait until the Idle time kicks in.
    Summary.
    This issue seems to be something based on what Away means in this context.
    I suggest it refers to the Idle time (which is hidden from your Buddies if you have set Away as the Status).
    Hope this helps.
    9:56 PM Wednesday; February 18, 2009

  • Ipod name is not changing

    Hi,
    I recently have been having problems with my new Nano. I had a ipod for about two days now and my brother decided to make it his with out asking. I was able to change the music but the name is not changing. It still says his name. I have tryed clicking on the name and changeing it. That works for as long as my ipod is connected on my computer. When i plug it back in it says his name again now it freezes and wants to shut down.
    Is there any way to fix this? Thanks.
    <SCRIPT type=text/javascript>_popupControl();</SCRIPT>

    Sounds like you're on auto-sync and with disk mode DISABLED. What you need to do is enable disk mode so that your Nano doesn't automatically disengage from iTunes until you tell it to.
    To enable disk mode, connect your Nano to iTunes and as soon as it shows up you need to select the disk mode option on the Summary page that shows up, then click the Apply button. Do this quickly, before the auto-sync process completes, and don't forget to click Apply!
    Once disk mode is enabled you should be able to change the Nano's name. When that's done you'll need to eject it from iTunes and the name should remain changed. Note that disk mode requires you to manually eject the Nano from iTunes each time, so if you don't want that you can disable this feature once you change the Nano's name.
    The alternative to all this is to restore your iPod, which erases its contents and prompts you for a new name for the iPod. But the approach above is better if you don't want to have to re-load the Nano's contents.

  • Why did my TB not do the auto-compact thing?

    I'm just wondering...
    My ThunderBird install has this default setting of "compress folders if it saves more than 20 MB in total".
    And I have the Dutch language translation installed (don't know how to change it to English....) but as with many software translations, it uses some bad terms which confuses people.
    I believe in English TB uses the word "compact" but in Dutch it says "comprimeren" which always only refers to compression in the sense of ZIP/RAR/GZIP etcetera. Because of that I have never manually chosen to "comprimeren" because I didn't understand what it meant.
    I believe from time to time TB has asked me whether I wanted to do that thing, and I still didn't know what it was supposed to do, so I never chose to.
    In the end, today, I made a backup of my entire IMAP remote collection and it turned out to be only a meagre ~500 MB whereas the data for Thunderbird itself (full offline sync) took up 1.2 GB.
    And then I finally chose to "compress" and now the backup and the actual Thunderbird folders/files are identical in size, save for the TB index.
    And that means I have had about 600 MB of deleted messages still sitting in my INBOX.
    There is another option that translated to something like "Clean up your Inbox (expunge) when closing?" and I have no clue what it is supposed to do and there is also no tooltip or anything. Does it refer to the compact action? Does it refer to moving deleted (now invisible) messages to Trash? I have no idea and when I open my folders in another client (Alpine) it actually shows these "deleted" flags on those messages that I have supposedly "deleted" from Inbox (and that have already been copied to the trash folder). I suppose that's what expunge means - to get rid of those messages.
    Alpine however is much more consistent, but now I have this (nonproblematic) feature:
    I have a filter in Alpine set up to also move 'expunged' messages to Trash upon expunging them. Otherwise Alpine would just delete everything with no fallback. It would be gone = gone.
    So if I delete a bunch in Thunderbird, and then open and exit Alpine, all of those deleted messages are now featured twice in the Trash, once copied there by TB, and once copied there by Alpine :p.
    I don't know what the actual point is of keeping "deleted" messages in any folder if you have already visually indicated they are gone and they have been moved elsewhere. Is there some sort of "undo" mechanism involved? There is no action anywhere in TB that *I* can see that would benefit from something like this?
    For Alpine, the "D" (delete) action only flags messages. Then, upon exit they are usually expunged. With my custom filter, they are expunged and saved to Trash. But TB instantly deletes and moves them, which is fine by me, but I don't understand why it doesn't clean up behind itself.
    Is there any use case where NOT expunging these 'flagged' messages has benefits, in terms of Thunderbird?
    And I have heard people talk about auto-compacting, but why did such a thing never happen?

    re: TB marks messages for deleted both in its offline copy and in the IMAP proper,
    Any changes such as deleting a message, will mark that email as deleted.
    In thunderbird this will move the email from the Inbox view (''Note this will depend on the deleting method - see below'') and place it in Trash, but in reality it is still in the Inbox folder just 'marked as deleted'.
    As the Server folders and TB folders are looking at the same folders, this will show up on the server as 'marked as deleted'.
    Thats because they are one and the same folders.
    In Thunderbird, you can select to manually Compact all Folders:
    File > compact folders.
    This compacts all folders, removing all 'marked as deleted' emails in Thunderbird..
    when synchronised folders connect with server, those emails are deleted off the server.
    You can also choose to manually compact any single folder.
    right click on folder and select 'compact'.
    There is also an auto compaction function which is initialised when the selected threshhold has been reached.
    This is set up here:
    Tools > Options > Advanced > Network & Disc Space tab
    select the checkbox 'Compact all folders when it will save over eg: 20MB in total.
    click on OK.
    Note if you have been manually compacting or expunging the Inbox on exit then this may not get triggered as often or at all if the threshold is not reached.
    IMAP mail accounts also have the additional option to Expunge emails on the Inbox on Exiting Thunderbird..
    "Tools -> Account Settings -> Server Settings -> Clean up ("Expunge") Inbox on Exit', which will compact the Inbox folder when you exit Thunderbird.
    note this only occurs on the Inbox.
    If you check "Empty Trash on Exit" it will also empty and compact the Trash folder when you exit.
    However, some methods of deleting in IMAP mail accounts can disable this auto expunge. see below.
    '''IMAP mail accounts also have different choices when it comes to deleting.'''
    * http://kb.mozillazine.org/Deleting_messages_in_IMAP_accounts
    Tools -> Account Settings -> Server Settings for the mail account
    "When I delete a message" has choices for "Move it to the Trash folder", "Mark it as deleted" and "Remove it immediately".
    Your choice of method of deleting may explain why you are not always seeing auto expunging.
    suggest you try option: "Move it to the Trash folder".
    Otherwise you will need to use the folder 'compact' options explained above to compact the folder.

  • NOT HAVING ENABLE AUTO RECHARGE AND STILL HAVE A P...

     Hi,
    I have used the options of not enable the auto recharge option and also deleted my credit card information but for the last two month Skype is charging a $10.00 credit that I havent asked for and that isn't visible in my skype credit. I only see a payment charge every month made by skype.
    I already explored all the options and cancelled all subscription but it's still happening. How can I solve this?

    Malena007 wrote:
     but for the last two month Skype is charging a $10.00 credit that I havent asked for and that isn't visible in my skype credit.
    Hello
    The last charge on your account by Skype was on November 25th 2013 for credit worth 400 Taiwan $s. Your account may be compromised.  Change your password immediately and please contact Skype customer service 
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Netcfg net-auto-wireless

    I am having a problem with netcfg's net-auto-wireless daemon. I am starting the daemon from my daemons array in /etc/rc.conf when I boot. However, some of my wireless network configs in /etc/network.d are symlinks to files on a encrypted drive which is only mounted after I login. So at the time net-auto-wireless is started those symlinks are not valid.
    I expected that net-auto-wireless would automatically "recover" after login and connect to a wireless network using the now valid symlinked configs, but this is not the case. net-auto-wireless will not connect at sit there doing nothing.
    Is there a way to make net-auto-wireless connect to a wireless without having to restart the daemon?
    Thanks,
    Daniel
    Last edited by daba (2012-07-15 16:48:01)

    If you bring up the netcfg connection manually/in a login script after that mount, maybe the daemon resumes watching by itself.

  • Change Camera Auto Orientation with Script

    Hello,
    I'm trying to figure out how to change the auto-orient setting for a camera in my script. From page 41 of the AE scripting guide it looks like I should be able to affect auto orient with
    " app.project.item(index).layer(index).autoOrient " this allows me to pull up a numeric value for auto orient, however, I'm not really sure how I could go about setting this to a false, I've tried assigning it to false directly but that doesn't seem to work. The guide says to use "AutoOrientType.NO_AUTO_ORIENT " But this if I try something like this I'm just getting undefined returned:
    var myProj = app.project
    var myComp = myProj.activeItem
    var targetLayer = myComp.selectedLayers[0]
    targetLayer.autoOrient.AutoOrientType.NO_AUTO_ORIENT
    Can anyone point me in the right direction, what am I doing wrong here?
    Thanks!

    Try changing your last line to this:
    targetLayer.autoOrient = AutoOrientType.NO_AUTO_ORIENT;
    Dan

Maybe you are looking for