[SOLVED] Improve boot up time of wireless WPA protected network

Hi guys
I just installed arch for the first time so i am really a newbie
I have recent hardware intel 2500k, crucial SSD and so on so i can boot up from grub to X using pekwm  as WM (no DM) in about  5 seconds. Very impressive.
I would like to keep my arch as minimal and tiny as possible.
My problem is on network boot up time.
I am using WPA personal wireless network and i have to wait further 10 seconds since the boot of X to have the network working properly. So i have to wait about 15 seconds to have a fully working PC
I tried wicd. I really don't need network scanning so i followed the the netcfg wiki
https://wiki.archlinux.org/index.php/Netcfg
and i am using net-profiles method
# /etc/rc.conf - Main Configuration for Arch Linux
# See 'man 5 rc.conf' for more details
# LOCALIZATION
HARDWARECLOCK="UTC"
TIMEZONE="Europe/Rome"
KEYMAP="it"
CONSOLEFONT=
CONSOLEMAP=
LOCALE=
DAEMON_LOCALE="yes"
USECOLOR="yes"
# HARDWARE
MODULES=()
USEDMRAID="no"
USEBTRFS="no"
USELVM="no"
# NETWORKING
HOSTNAME=knembo
interface=wlan0
address=
netmask=
broadcast=
gateway=
NETWORK_PERSIST="no"
# DAEMONS
DAEMONS=(dbus @net-profiles)
Please don't misunderstand me....wait 15 seconds is not really a problem but i would like to know your opinion in fastest  boot up network method to  improve my skill with arch
Bye
Last edited by knembo (2012-05-28 23:54:37)

Shouldn’t you also have a NETWORKS parameter in your /etc/rc.conf ? I’ve been using netcfg for a while now, sorry I cannot tell you if I must wait more-or-less-than 15 seconds for my network to initialize, but it seems pretty fast, almost instantaneous, using wpa2personnal with a static ip.
3 configuration files are involved in my setup, and for what it’s worth, here they are:
#1 /etc/rc.conf (only relevant sections shown)
# NETWORKING
HOSTNAME="myhost"
interface=
address=
netmask=
broadcast=
gateway=
NETWORK_PERSIST="no"
NETWORKS=(mywireless) # Requires netcfg
# + profile in /etc/nework.d/
# DAEMONS # + net-profiles daemon below
DAEMONS=(@mpd @net-profiles @dbus @alsa @sshd @syslog-ng @crond !gpm)
#2 /etc/network.d/mywireless (this file can be named whatever but must match the NETWORKS line in /etc/rc.conf)
CONNECTION='wireless'
INTERFACE='wlan0'
SECURITY='wpa-config'
WPA_CONF='/etc/wpa_supplicant.conf'
IP='static'
ADDR='192.168.1.234'
NETMASK='255.255.255.0'
GATEWAY='192.168.1.1'
#3 /etc/wpa_supplicant.conf
ctrl_interface=/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid="My_SSID"
key_mgmt=WPA-PSK
proto=RSN
group=CCMP
pairwise=CCMP
psk=64charactersalphanumericstringthatwasgeneratedusingwpapassphrase
*Edit* I realize I don’t _have_ to use three files, I know I can also achieve the same result using only two config files (I don’t remember the reason why I setup my connection this way but I like it !) ; anyway, the two last files can also be ‘combined’ like such, so that file #2 (/etc/network.d/mywireless) becomes this :
CONNECTION='wireless'
INTERFACE=wlan0
SECURITY='wpa-configsection'
IP='static'
ADDR='192.168.1.234'
NETMASK='255.255.255.0'
GATEWAY='192.168.2.1'
CONFIGSECTION='
ssid="My_SSID"
key_mgmt=WPA-PSK
proto=RSN
group=CCMP
pairwise=CCMP
psk=64charactersalphanumericstringthatwasgeneratedusingwpapassphrase
so this way there really is no need for file #3 (/etc/wpa_supplicant.conf) (but the NETWORKS line in /etc/rc.conf would still required with though)
Last edited by Montague (2012-05-16 18:57:17)

Similar Messages

  • [SOLVED] Lenovo W500 fails to connect wirelessly to home network

    Hi Arch community. I can't get the built in wireless adapter to work but I can't seem to figure this out. I did drop the laptop a few days ago from about 70cm, but it is able to scan for access points, so I am assuming that the built in wireless adapter still works.
    My laptop is a Lenovo W500 and the router is a Netgear Wireless ADSL Firewall Router DG834G.
    On the router I configured it to use this security option:
    WPA-PSK+WPA2-PSK - If selected, wireless clients may use either WPA or WPA2. This option is sometimes called "Mixed Mode".
    $ uname -a
    Linux lumjum 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64 GNU/Linux
    The relevant lines from lspci -v are:
    00:19.0 Ethernet controller: Intel Corporation 82567LM Gigabit Network Connection (rev 03)
    Subsystem: Lenovo Device 20ee
    Kernel driver in use: e1000e
    Kernel modules: e1000e
    03:00.0 Network controller: Intel Corporation Ultimate N WiFi Link 5300
    Subsystem: Intel Corporation Device 1011
    Kernel driver in use: iwlwifi
    Kernel modules: iwlwifi
    I followed the guide here https://wiki.archlinux.org/index.php/Be … _wifi-menu
    # ip link set wlp3s0 up
    # ip link show wlp3s0
    3: wlp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1492 qdisc mq state DOWN mode DEFAULT group default qlen 1000
    link/ether 00:21:6a:51:c0:0e brd ff:ff:ff:ff:ff:ff
    # dmesg | grep firmware
    [ 13.022655] iwlwifi 0000:03:00.0: loaded firmware version 8.83.5.1 build 33692 op_mode iwldvm
    [ 18.315062] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    # iw dev wlp3s0 scan | grep SSID
    SSID: s54msc35m
    # wpa_supplicant -i wlp3s0 -c <(wpa_passphrase "s54msc35m" "mypsk")
    Successfully initialized wpa_supplicant
    wlp3s0: SME: Trying to authenticate with 00:18:4d:5d:ef:0a (SSID='s54msc35m' freq=2447 MHz)
    wlp3s0: Trying to associate with 00:18:4d:5d:ef:0a (SSID='s54msc35m' freq=2447 MHz)
    wlp3s0: Associated with 00:18:4d:5d:ef:0a
    wlp3s0: CTRL-EVENT-DISCONNECTED bssid=00:18:4d:5d:ef:0a reason=3 locally_generated=1
    wlp3s0: SME: Trying to authenticate with 00:18:4d:5d:ef:0a (SSID='s54msc35m' freq=2447 MHz)
    wlp3s0: Trying to associate with 00:18:4d:5d:ef:0a (SSID='s54msc35m' freq=2447 MHz)
    wlp3s0: Associated with 00:18:4d:5d:ef:0a
    wlp3s0: CTRL-EVENT-DISCONNECTED bssid=00:18:4d:5d:ef:0a reason=3 locally_generated=1
    wlp3s0: SME: Trying to authenticate with 00:18:4d:5d:ef:0a (SSID='s54msc35m' freq=2447 MHz)
    wlp3s0: Trying to associate with 00:18:4d:5d:ef:0a (SSID='s54msc35m' freq=2447 MHz)
    wlp3s0: Associated with 00:18:4d:5d:ef:0a
    wlp3s0: CTRL-EVENT-DISCONNECTED bssid=00:18:4d:5d:ef:0a reason=3 locally_generated=1
    wlp3s0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
    wlp3s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="s54msc35m" auth_failures=1 duration=10 reason=WRONG_KEY
    wlp3s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="s54msc35m"
    wlp3s0: SME: Trying to authenticate with 00:18:4d:5d:ef:0a (SSID='s54msc35m' freq=2447 MHz)
    wlp3s0: Trying to associate with 00:18:4d:5d:ef:0a (SSID='s54msc35m' freq=2447 MHz)
    wlp3s0: Associated with 00:18:4d:5d:ef:0a
    wlp3s0: CTRL-EVENT-DISCONNECTED bssid=00:18:4d:5d:ef:0a reason=3 locally_generated=1
    wlp3s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="s54msc35m" auth_failures=2 duration=23 reason=CONN_FAILED
    so that didn't work so next I continued to follow the guide and tried:
    # echo 'ctrl_interface=DIR=/run/wpa_supplicant' > /etc/wpa_supplicant.conf
    # wpa_passphrase "s54msc35m" "mypsk" >> /etc/wpa_supplicant.conf
    # ip link set wlp3s0 up
    # wpa_supplicant -D nl80211,wext -c /etc/wpa_supplicant.conf -i wlp3s0
    Successfully initialized wpa_supplicant
    wlp3s0: SME: Trying to authenticate with 00:18:4d:5d:ef:0a (SSID='s54msc35m' freq=2447 MHz)
    wlp3s0: Trying to associate with 00:18:4d:5d:ef:0a (SSID='s54msc35m' freq=2447 MHz)
    wlp3s0: Associated with 00:18:4d:5d:ef:0a
    wlp3s0: CTRL-EVENT-DISCONNECTED bssid=00:18:4d:5d:ef:0a reason=3 locally_generated=1
    wlp3s0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
    wlp3s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="s54msc35m" auth_failures=1 duration=10 reason=WRONG_KEY
    wlp3s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="s54msc35m"
    wlp3s0: SME: Trying to authenticate with 00:18:4d:5d:ef:0a (SSID='s54msc35m' freq=2447 MHz)
    wlp3s0: Trying to associate with 00:18:4d:5d:ef:0a (SSID='s54msc35m' freq=2447 MHz)
    wlp3s0: Associated with 00:18:4d:5d:ef:0a
    wlp3s0: CTRL-EVENT-DISCONNECTED bssid=00:18:4d:5d:ef:0a reason=3 locally_generated=1
    wlp3s0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
    wlp3s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="s54msc35m" auth_failures=2 duration=23 reason=WRONG_KEY
    wlp3s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="s54msc35m"
    wlp3s0: SME: Trying to authenticate with 00:18:4d:5d:ef:0a (SSID='s54msc35m' freq=2447 MHz)
    wlp3s0: Trying to associate with 00:18:4d:5d:ef:0a (SSID='s54msc35m' freq=2447 MHz)
    wlp3s0: Associated with 00:18:4d:5d:ef:0a
    wlp3s0: CTRL-EVENT-DISCONNECTED bssid=00:18:4d:5d:ef:0a reason=3 locally_generated=1
    wlp3s0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
    wlp3s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="s54msc35m" auth_failures=3 duration=46 reason=WRONG_KEY
    Both times these two lines show up
    wlp3s0: Associated with 00:18:4d:5d:ef:0a
    wlp3s0: CTRL-EVENT-DISCONNECTED bssid=00:18:4d:5d:ef:0a reason=3 locally_generated=1
    Does this mean it does connect successfully and then I do not understand why it disconnects afterwards?
    Many thanks in advance!
    Last edited by kso (2015-01-07 09:10:38)

    Hi everyone, I got it finally after some more headbashing! It turns out I can't run networkmanager along with wpa_supplicant at the same time. I don't understand why though.
    Before I happened to install networkmanager along with network-manager-applet via pacman.
    # pacman -S network-manager-applet
    # pacman -S networkmanager
    # systemctl enable NetworkManager
    # systemctl start NetworkManager
    So I just stopped it
    # systemctl disable NetworkManager
    # systemctl stop NetworkManager
    and then uninstalled it
    # pacman -R networkmanager
    # pacman -R network-manager-applet
    Then wpa_supplicant works! Thanks.

  • Time Machine Wireless Backup.  Network connection lost

    I have my old PowerMac G5 configured as my backup server using Time Machine. The computers attached to my network via ethernet backup successfully. When I try to backup my laptops via wireless, The process starts and then quits after backing up a portion of the drive. The wireless connection is being dropped. This happens with my MacBook and MacBook Pro. I am using an Airport Extreme configured for wireless N only.
    Any ideas would be appreciated.

    No, no microwaves. My phone is one of the new dect 6.0 types that is not supposed to interfere with networks. I wonder if this issue is connected to the drop out problems people are having with their airports?

  • MacBook Pro Can't connect to WPA protected network

    Just got my new MBP this week. I am in love with it but I have this problem, I can't connect to WPA network, every time I try to connect and type the WPA password it take time and then comes back with "There was an error joining the AirPort network "Intersys"
    I removed the WPA from the router and try to connect and it work fine. Change to WPA and no connections.
    any suggestions? Thanks in advance

    I was actually logging into the forums for this exact reason.
    I bought a new router ( Linksys http://tinyurl.com/fkrt9 )last night and wanted to set up WPA/WPA2 encryption on it.
    My choices after that we AES and TKIP. I know more about AES so I selected that and set up my key.
    Well after that I got the same error that you got. SO I went back and selected TKIP instead and I've been able to conenct, I'm also using 64 character key.
    I would still like to use AES, but for now I'm happy with TKIP.
    For more info:
    TKIP http://en.wikipedia.org/wiki/TKIP
    WPA http://en.wikipedia.org/wiki/Wi-FiProtectedAccess
    MBP Mac OS X (10.4.4)

  • [SOLVED] NetworkManager taking long time to show available wireless

    I've been using Arch since May. I never had any problems connecting to wifi--my laptop has always connected automatically to my home wireless network within a few seconds of booting to my desktop. I use Network Manager, with the network-manager-applet on my panel.
    All of a sudden, for no apparent reason, every time I boot now I cannot connect to the internet for several minutes: When I click on the panel applet there are no available wireless networks listed. It's only after several minutes (it varies slightly, usually after about 2 minutes) that available wireless networks finally show up in the applet.
    The physical wifi switch on the laptop is securely in the "on" position. NetworkManager is running as soon as the system boots, and lsmod shows me that iwlwifi module is loaded. There are no errors in the journal. I haven't changed any network settings in a long time. Why is it suddenly taking NetworkManager several minutes to show me the available wireless networks after a reboot?
    EDIT: During the time when I have no wireless networks available I get this:
    eileen@vaio ~ $ nmcli general status
    STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN
    disconnected none enabled enabled enabled enabled
    eileen@vaio ~ $ iwconfig # notice that wlp2s0 is not listed in the output!
    enp4s0 no wireless extensions.
    lo no wireless extensions.
    eileen@vaio ~ $ nmcli dev connect wlp2s0
    Error: Device 'wlp2s0' not found.
    eileen@vaio ~ $ sudo ip link set wlp2s0 up
    Cannot find device "wlp2s0"
    After wireless networks finally show up in the applet, I get this:
    eileen@vaio ~ $ nmcli general status
    STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN
    connected full enabled enabled enabled enabled
    eileen@vaio ~ $ iwconfig
    enp4s0 no wireless extensions.
    wlp2s0 IEEE 802.11abgn ESSID:"blue"
    Mode:Managed Frequency:2.437 GHz Access Point: 98:FC:11:86:9C:EC
    Bit Rate=78 Mb/s Tx-Power=15 dBm
    Retry short limit:7 RTS thr:off Fragment thr:off
    Power Management:off
    Link Quality=62/70 Signal level=-48 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:34 Missed beacon:0
    lo no wireless extensions.
    tun0 no wireless extensions.
    Could the problem be that the kernel is taking a long time to detect my wireless card and designate it as wlp2s0 (which needs to happen before NetworkManager can do anything)? If so, how can I tell the kernel to prioritize looking for a wireless card when the system boots?
    Last edited by bdantas (2014-12-09 03:22:29)

    After I'm finally connected, dmesg gives me this:
    eileen@vaio ~ $ dmesg | grep iwlwifi
    [ 15.089340] iwlwifi 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 15.089499] iwlwifi 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 15.190528] iwlwifi 0000:02:00.0: Direct firmware load failed with error -2
    [ 15.190531] iwlwifi 0000:02:00.0: Falling back to user helper
    [ 75.324699] iwlwifi 0000:02:00.0: Direct firmware load failed with error -2
    [ 75.324705] iwlwifi 0000:02:00.0: Falling back to user helper
    [ 135.843224] iwlwifi 0000:02:00.0: loaded firmware version 9.221.4.1 build 25532 op_mode iwldvm
    [ 135.926866] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 135.926874] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 135.926879] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 135.926885] iwlwifi 0000:02:00.0: Detected Intel(R) Centrino(R) Advanced-N 6200 AGN, REV=0x74
    [ 135.926991] iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
    [ 136.063045] iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
    [ 136.069775] iwlwifi 0000:02:00.0: Radio type=0x1-0x3-0x1
    [ 136.288670] iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
    [ 136.295360] iwlwifi 0000:02:00.0: Radio type=0x1-0x3-0x1
    Notice the firmware load failures at 15 and 75 seconds after boot, and the fact that it's not until 135 seconds that the firmware for the wireless card is finally loaded.
    This suggests to me that the culprit is either the kernel (and/or its iwlwifi module) or the actual firmware. I will try different versions of these packages (linux, linux-lts, and linux-firmware) and will report back.
    Last edited by bdantas (2014-12-09 12:31:55)

  • [Solved]Long boot time (Userspace)

    Hello everyone. I'm using Arch Linux x86_64 with LXDE. My spec is Celeron G1610 with normal HDD drive. I know it is not the SSD but can i improve boot time?
    Systemd-analyze:
    Startup finished in 2.780s (kernel) + 6.759s (userspace) = 9.539s
    And blame:
    2.066s NetworkManager.service
    667ms systemd-vconsole-setup.service
    564ms systemd-logind.service
    557ms kmod-static-nodes.service
    557ms systemd-udev-trigger.service
    509ms systemd-fsck@dev-disk-by\x2duuid-51deec47\x2d9367\x2d400a\x2d8f
    425ms polkit.service
    363ms dev-hugepages.mount
    362ms dev-mqueue.mount
    362ms sys-kernel-config.mount
    361ms systemd-update-utmp.service
    351ms sys-kernel-debug.mount
    350ms systemd-sysctl.service
    334ms systemd-remount-fs.service
    331ms tmp.mount
    327ms systemd-journal-flush.service
    200ms systemd-random-seed.service
    185ms [email protected]
    140ms systemd-tmpfiles-setup-dev.service
    129ms systemd-user-sessions.service
    99ms udisks2.service
    81ms home.mount
    46ms systemd-tmpfiles-setup.service
    Userspace is loading almost 7 seconds, is there any way to improve that ?? It is fresh install.
    Last edited by maslascher (2013-10-15 15:19:19)

    I think it boots pretty fast as it is.
    You can see how it compares to others https://bbs.archlinux.org/viewtopic.php?id=147841
    Times like https://bbs.archlinux.org/viewtopic.php … 4#p1300124 are possible on SSDs.
    When posting configs, code or command output, please use [ code ] tags, not [ quote ] tags https://bbs.archlinux.org/help.php#bbcode
    like this
    It makes the code more readable and - in case of longer listings - more convenient to scroll through.

  • My ipad2 is unable to find wireless network(s). while at home I am able to connect my MacBook and iPhone to network but am unable to connect iPad. I have restarted the device multiple times and even reset the network and all settings but still no luck

    my ipad2 is unable to find wireless network(s). while at home I am able to connect my MacBook and iPhone to network but am unable to connect iPad. I have restarted the device multiple times and even reset the network and all settings but still no luck

    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
    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) 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. 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
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Boot up time

    Good morning all, i need the community support to find out if what is happening to my MB is normal or not.
    It takes about 1 minute and 30 seconds for my MB Pro (with the below specs) to boot up. I only have Avast, Gmail notifier and Tunnelblick starting up when i turn it on, nothing else. I have around 320 Gigas of free disk space and also the 16 Megas of RAM.
    Is it normal to take so long? This used to be such a fast booting machine, but now it is slow (only at start up) and with no virus or any other malware detected i don't know what to make of it. Also, lately the Wi Fi connection , also at start up seems to always be looking for a connection although it is always available. A simple on/off action solves it, but still, is it a prelude for something worse to come?
    Thanks to all for the support.

    Hello,
    I have uninstalled Avast and it improved around 15 seconds, now it takes 1 minute and 15 seconds to boot up. Below is the report from Etrecheck.
    Problem description:
    Boot up time too slow
    EtreCheck version: 2.1.8 (121)
    Report generated 7 Feb 2015 17:43:51 GMT+3
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Mid 2012) (Technical Specifications)
        MacBook Pro - model: MacBookPro9,2
        1 2.5 GHz Intel Core i5 CPU: 2-core
        16 GB RAM Upgradeable
            BANK 0/DIMM0
                8 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                8 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 316
    Video Information: ℹ️
        Intel HD Graphics 4000
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 0:5:13
    Disk Information: ℹ️
        APPLE HDD HTS547550A9E384 disk0 : (500,11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 498.91 GB (340.09 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 499.25 GB Online
        OPTIARC DVD RW AD-5970H 
    USB Information: ℹ️
        Apple Computer, Inc. IR Receiver
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. FaceTime HD Camera (Built-in)
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/Magican.app
        [not loaded]    com.magican.iokit.filemon (1 - SDK 10.7) [Click for support]
        [not loaded]    com.magican.iokit.netmon (1 - SDK 10.7) [Click for support]
            /Applications/Tunnelblick.app
        [not loaded]    net.tunnelblick.tap (1.0) [Click for support]
        [not loaded]    net.tunnelblick.tun (1.0) [Click for support]
            /Library/Extensions
        [not loaded]    foo.tap (1.0) [Click for support]
        [not loaded]    foo.tun (1.0) [Click for support]
            /System/Library/Extensions
        [not loaded]    com.Quanta.driver.QuantaDriver (1.0.2) [Click for support]
        [loaded]    com.protech.NoSleep (1.3.3 - SDK 10.8) [Click for support]
    Startup Items: ℹ️
        tap: Path: /Library/StartupItems/tap
        tun: Path: /Library/StartupItems/tun
        Startup items are obsolete in OS X Yosemite
    Problem System Launch Daemons: ℹ️
        [running]    com.Quanta.PPPSetupTool.plist [Click for support]
    Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [loaded]    com.protech.NoSleep.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [running]    com.magican.castle.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [loaded]    net.sourceforge.MonolingualHelper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.facebook.videochat.[redacted].plist [Click for support]
        [failed]    com.valvesoftware.steamclean.plist [Click for support]
        [loaded]    net.tunnelblick.tunnelblick.LaunchAtLogin.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        Gmail Notifr    Application  (/Users/[redacted]/Downloads/Gmail Notifr.app)
        ClamXav Sentry    UNKNOWN  (missing value)
    Internet Plug-ins: ℹ️
        o1dbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 [Click for support]
        AdobePDFViewerNPAPI: Version: 10.1.13 [Click for support]
        FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        Flash Player: Version: 15.0.0.152 - SDK 10.6 Outdated! Update
        QuickTime Plugin: Version: 7.7.3
        googletalkbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        SharePointBrowserPlugin: Version: 14.1.3 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 10.1.13 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 25 Check version
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        Java  [Click for support]
        NoSleep  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Volumes being backed up:
            Macintosh HD: Disk size: 498.91 GB Disk used: 158.82 GB
        Destinations:
            Elements [Local]
            Total size: 999.86 GB
            Total number of backups: 24
            Oldest backup: 2013-12-27 18:16:56 +0000
            Last backup: 2014-10-23 11:52:44 +0000
            Size of backup disk: Adequate
                Backup size 999.86 GB > (Disk used 158.82 GB X 3)
    Top Processes by CPU: ℹ️
             4%    WindowServer
             2%    mds
             0%    fontd
             0%    AppleSpell
             0%    SystemUIServer
    Top Processes by Memory: ℹ️
        155 MB    Google Chrome
        69 MB    mds_stores
        69 MB    Finder
        69 MB    Google Chrome Helper
        52 MB    WindowServer
    Virtual Memory Information: ℹ️
        13.92 GB    Free RAM
        1.69 GB    Active RAM
        413 MB    Inactive RAM
        1.15 GB    Wired RAM
        1.09 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Feb 7, 2015, 05:37:06 PM    Self test - passed
        Feb 7, 2015, 11:21:46 AM    /Library/Logs/DiagnosticReports/HandBrake_2015-02-07-112146_[redacted].cpu_reso urce.diag [Click for details]
        Feb 6, 2015, 01:18:52 PM    /Library/Logs/DiagnosticReports/com.avast.daemon_2015-02-06-131852_[redacted].c pu_resource.diag [Click for details]
    If you have any further help, please let me know. I really think it should boot up more quickly than 1:15 but maybe its just me. Also, for the AV software, do you recomend Clamxav? I had it installed before, but it started to give weird messages upon start up.
    Thanks once again.

  • Problems wirelessly extending 5Ghz network with Time Capsule

    Summary:
    My Time Capsule wirelessly extends a 5Ghz "n" network provided by my Airport Extreme, but the Time Capsule frequently fails and stops providing Internet access to connected computers. I'm not sure if the problem is with the Time Capsule or with the Airport Extreme it's connecting to.
    Setup:
    Airport Extreme (dual band) connected to cable modem. It provides a 5Ghz "n" network and a 2.5Ghz "b-g-n" network. This is in the bedroom.
    Time Capsule (non-dual band) joins the 5Ghz network and extends it. This is in the office, maybe 40 feet away, line-of-sight. There is a laser printer connected to the Time Capsule via ethernet.
    My MacBook is set to join the 5 Ghz network, and since it's in the office, it ends up joining via the Time Capsule. This is the desired behavior, as connecting through the Time Capsule seems to result in the fastest possible backup speed.
    There are no wireless devices, such as cordless phones, in the house. The microwave is NOT in use when the problems arise.
    *The Problem:*
    Frequently, the MacBook loses its Internet connection, though it is still connected to the 5Ghz network through the Time Capsule. When this happens, it can only see the Time Capsule it's connected through (and other devices that are connected to it) but no other devices on the network.
    When this happens, other devices that are connecting to the 5Ghz network through the Airport Extreme can no longer see the Time Capsule or any devices connected to it, such as the laser printer or my MacBook. This includes the living room computer, which has never been able to complete a backup due to this problem.
    The Time Capsule's and the Airport Extreme's indicator lights both stay green.
    If I change the Macbook's connection to the 2.5Ghz network, it can see the devices connected to the Airport Extreme, but can no longer reach the Time Capsule.
    *Unsuccessful Solutions:*
    This was happening in a previous incarnation of the network, when I had a non-dual band Airport Extreme providing the main network, the Time Capsule connected via 5Ghz, and an Airport Express connected via ethernet to the Time Capsule to provide a b-g network.
    I replaced the Airport Extreme with a new dual-band unit to simplify the setup, but it did not solve the problem.
    Since the Time Capsule seemed to be the weak link in the network, I reported the problem and got the unit replaced, but the problem still persists.
    I've reset both the Airport Extreme and the Time Capsule to their factory settings numerous times, and set them up again from scratch (no imported settings). I've gone in and made sure that there were no WDS settings leftover from the earlier configuration, as the 5Ghz network does not need it to extend itself.
    *Plea for help:*
    Is anyone else experiencing a similar problem?

    Update
    The other day, I modified the setup so that the Time Capsule doesn't extend the wireless network wirelessly, only through Ethernet (so the attached printer will work, but the computers will connect directly to the AEBS. The Time Capsule stayed connected long enough for me to do a full backup (125GB) from the downstairs computer.
    I thought I had it "solved" (though extending the 5Ghz network would be preferable so the office computers can have faster backup speeds.)
    But yesterday, I went to print to the Ethernet-attached printer, and it got only one page out before it disappeared off the network again, and the print job failed. I noticed it did it again, today.
    So the problem is not tied to wirelessly extending the network.

  • I'm suddenly getting the kernel panic message and constant restarts when connected to the time machine wireless network. if is switch to the BT network, all fine. no help found so far as to what's wrong or how to correct, anyone have any thoughts...

    Recently upgraded to mountain lion in order to buy the new tall tower for time machine backups. had to get technical support to help with set up as it wouldn't play ball with two computers. all working fine up until last week when the iMac started getting backup error messages. then system restarts independently when using time machine on the time machine wireless network. only stops restarting when I switch the wireless network back to he bt one, which is a pain obviously as can't back up to time machine then.  it has to be a problem with airport utility or something wireless but all says all up to date with software etc. all still works fine backing up from laptop on the wireless network, just the iMac is not happy. any help or thoughts very much appreciated.

    Hi, many thanks Bob, what you say is not unthinkable at all, although it does answer the question
    "what could I do *instead* of ..." rather than the one I actually asked, but seriously ...
    Shutting down might be an answer, although it would clear out my tmp directory - which I might not want to have to sort through looking for things I want to save every time I go to work, and also, now that nvram doesn't seem to work for disabling the boot chime, it can get a bit embarassing booting up in a busy meeting if I have forgotten to mute before I shut down. There are all sorts of other issues, such as editing documents, loading web pages and so on that I would have to set up again.
    Your suggestion of letting Apple know is a good one - thank you for the link.
    Take care,
    Mark

  • How to set up Airport Extreme with Charter ARRIS Modem TM902A for the first time for WIRELESS.

    How to set up Airport Extreme with Charter ARRIS Modem TM902A for the first time for WIRELESS.
    When Charter Tech goes to your site, have them connect the modem up, but do not connect the modem to your iMAC or MacBook Pro.  What you want to do is connect the Airport Extreme to the iMac or MacBook Pro first with the Ethernet Cable. You have to do this to configure via Airport Utility to set up the Base Station Name & Base Station Password.
    You will then create/configure a Wireless Network, create your Wireless Password that will be entered on each of your Devices, example, Apple Tv, your iPhone, etc., you want to allow access to your Wireless Network you are creating.
    Wireless Security will be -> WPA/WPA2 personal or just WPA2
    Enter the Wireless Password you want
    Verify the Wireless Password (enter it again)
    After it is created you will see it on the Airport Utility window with the name you created for it and to the left, will be a Dot (circle that will be yellow).
    Next you then want to unplug the power to the Airport Extreme, and then take the end of the Ethernet cable you unplugged from the iMac or Lap top MacBook Pro and connect it to the back of the Modem.
    Next unplug the power cord from the modem and wait about 5 minutes, then plug the power back into the Arris Modem and wait until all lights come back on the modem wait
    about 5 minutes, then plug the power cord back to the Airport Extreme and you will see it the light blinking yellow.  Wait about 5 to 10 minutes, during this time Restart you IMAC or MacBook Pro, and once it is back up click on the Airport Utility and you should see on the Airport Utility screen.
    For INTERNET to the left the light should be green and you should see the Airport Extreme also appear and the light to the left on the screen should also be green.  If they are, you then should be able to click on the Wireless Symbol on top of bar of the screen and click to select the Wireless Network Name you created.
    If you Do Not See the light (Icon) next to INTERNET turn Green, or if you see the Internet Light Green, but the Light (Icon) next to the Airport Extreme is yellow, unplug the power again to the modem and unplug the power again to the Airport extreme and wait about 15 minutes or up to 30 minutes. Then plug the power cord back to the modem wait till all the lights light up then, plug the power cord back into the Airport Extreme and Restart your iMAC or MacBook Pro.
    The Airport Extreme light should change from yellow to green. Open up the Airport Utility to see what the indicators are showing they should both be green.  Again select Wireless network you created under the Wireless Icon on the top right of the screen. Open Safari and see if you are able to Route to a web page or the apple site should appear.
    WHAT TO DO IF YOUR AIRPORT EXTREME WAS PREVIOUSLY SET UP FOR USE WITH ANOTHER CARRIERS ROUTER OR MODEM.
    NOTE:  If you already had your Airport Extreme connected for example, I previously had ATT Uverse and the Airport Extreme was connected to the Wireless Router Model 3801HGV, I disabled the Uverse Wireless and used the Airport Extreme for the Wireless signal in bridge mode, as the Airport extreme Signal is much stronger than the Uverse router, and I was able to obtain a Wireless signal with the Airport Extreme way much better with no signal loss which was very very frustrating with the Uverse router.
    Anyhow if you had it hooked up like this, now that you will be using it with the Charter ARRIS Modem TM902A, you will need to reset the Airport Extreme to clear out the old data it has in memory, with the previous set up otherwise it will not work. Trust me I spent 6 hours trying to make it work reading all Apple Support Community questions and answers relating to this type issue/problem others have been having trying to get their set up working. I tried all the tips, and I finally decided just to see if by chance I would be able to connect with someone with Charter Tech support who might be familiar with Apple to be able to assist me and by luck I did.  He told me why it was not working and was all due the previous configuration with the ATT Uverse router was still in memory with the Airport Extreme. Finally it was 10:30 PM when I decided to call Charter Tech Support and I had been working on this since 3:00 pm pacific. I did not call them earlier as all the post I read said they never received any good help from Charter. After calling them I finished up by 11:00 PM and was able to finally connect Apple Tv, iMac, iPhones and Macbook Pro. We love our Apple Product and Happy all is connected with the new
    Internet Provider Charter. I must say the speed is way way much better than it ever was with AT&T Uverse. 
    THIS IS WHAT YOU WILL NEED TO DO:
    First you will need to unplug the Airport Extreme, then by taking the tip of a pen or paper clip end you need to push the reset button on the back of the Airport Extreme and hold it
    down and at the same time plug the power cord back into the Airport Extreme count to 5 or 10 then release the reset button. Then once he light in front of the Airport Extreme stops blinking you need to plug the Ethernet cable from the Airport Extreme to your iMAC or Macbook Pro, and restart which ever one you have, then open the Airport Utility once it is back up.  If you see airport extreme pop up with the old network name or it shows and yellow triangle click on the Airport Extreme ICON it will not let you configure it but will ask if you want to get rid of it or remove and just do it.  Then Again restart your iMAC or MacBook Pro, open up Airport Utility again, and on the top left you should see under “Other Airport Base Stations” the MAC ID for the Airport Extreme.
    You will then create/configure a Wireless Network, create your Wireless Password that will be entered on each of your Devices, example, Apple TV, your iPhone, etc., you want to allow access to your Wireless Network you are creating.
    Wireless Security will be -> WPA/WPA2 personal or just WPA2
    Enter the Wireless Password you want
    Verify the Wireless Password (enter it again)
    After it is created you will see it on the Airport Utility window with the name you created for it and to the left, will be a Dot (circle that will be yellow).
    Next you then want to unplug the power to the Airport Extreme, and then take the end of the Ethernet cable you unplugged from the iMac or Lap top MacBook Pro and connect it to the back of the Modem.
    Next unplug the power cord from the modem and wait about 5 minutes, then plug the power back into the Arris Modem and wait until all lights come back on the modem wait
    about 5 minutes, then plug the power cord back to the Airport Extreme and you will see it the light blinking yellow.  Wait about 5 to 10 minutes, during this time Restart you IMAC or MacBook Pro, and once it is back up click on the Airport Utility and you should see on the Airport Utility screen.
    For INTERNET to the left the light should be green and you should see the Airport Extreme also appear and the light to the left on the screen should also be green.  If they are, you then should be able to click on the Wireless Symbol on top of bar of the screen and click to select the Wireless Network Name you created.
    If you Do Not See the light (Icon) next to INTERNET turn Green, or if you see the Internet Light Green, but the Light (Icon) next to the Airport Extreme is yellow, unplug the power again to the modem and unplug the power again to the Airport extreme and wait about 15 minutes or up to 30 minutes. Then plug the power cord back to the modem wait till all the lights light up then, plug the power cord back into the Airport Extreme and Restart your iMAC or MacBook Pro.
    The Airport Extreme light should change from yellow to green. Open up the Airport Utility to see what the indicators are showing they should both be green.  Again select Wireless network you created under the Wireless Icon on the top right of the screen. Open Safari and see if you are able to Route to a web page or the apple site should appear.

    I just got a Charter Modem. Model TM822. While I was moving, my Airport Extreme was still at my old place.
    I have a Linksys WRT320N I used for the initial Charter setup.
    I can get my Airport to work here, but the Internet light on the Modem flashes Yellow.
    Hasn't caused any issues so far but one thing I did notice.
    On the Linksys there were 3 DNS servers listed.
    The Airport Extreme only lists 2 and i don't see where I could add another, only change whats already there.
    I tried everything above, but light on modem still flashes yellow.
    I have the technicians cell phone. Told me "that shouldn't be" and gave the same advice listed above.
    I'll break down and call Charter one day, see if it's on their end. NSA tracking may need a reset LMAO.

  • I have read the various threads regarding slow boot up times, on my 2009 MBP it takes 1 minute to get a usable interface but without doing anything else the HD is active for a further minute, is this reasonable ?

    My MBP after the Lion upgrade takes 1 minute to put something usable on screen and without doing anything else the HD is active for another minute.
    I have visited the Genius bar where they went through some maintenance routines and permissions repaired etc but the boot up time remains the same.
    I have cleared the cache as suggested in other threads but is this the best I can expect as with SL the computer booted up in about 30 seconds ?
    I recall reading there may be unwanted  programs loading at boot up time but I do not know where to look in the system to check.

    Thanks for the reply, I have followed your suggestion but unfortunately it has not improved the boot time, do you have any further advice you could offer me ?
    I use my MBP for working on and storing my photographic images following my Photoshop adjustments, these individual image files are between 50 to 60Mb, I was reading about OSX self defragmenting files below 20Mb, these files are not intended as start up items but do you think storing approx 200Gb of these files could be having so effect ? I am a fromt end user so my limited knowledge is restricted to repairing permissions etc. I am probably clutching at straws but it be better to store these images on an external HD in addition to my backups on other HD's.
    Thanks.

  • Have to reset my router to recovery wifi signal and re boot face time on iphone4s.

    Have to reset my router to recovery wifi signal and re boot face time on iphone4s.
    Scenario1:
    1/ Mac Pro. Iphone4s connected to my home wifi
    2/ Face time call coming
    3/ Pick up by Mac Pro.
    No issue found.
    Scenario2:
    1/ Mac Pro. Iphone4s connected to my home wifi
    2/ Face time call coming
    3/ Pick up by Iphone4s.
    4/ call auto drop off  within 1 min chatting
    5/ Wifi signal on both iphone4s and Mac Pro were found gone
    6/ Reset router ( always show “cannot join XX network” unless reset router at least 1 time)
    7/ Wifi signal will available after 5 ~10mins,
    8/ Face time via iphone4S again, almost no problem….
    Suppose it is a compatibility issue of iphone4s and TP-link router?
    I already suffered the iphone4S face time drop off issue for more than 2 week…  Hope it can be fixed soon….

    I agree with @sabretooth. The connection status showing 100Mbps is only the local Ethernet network speed and since your router uses the Wireless-G technology, then you can get a maximum of 54Mbps for the wireless network speed. This network speed is significant when communicating within the local network of the router but it is still the 10Mbps internet subscription speed that is used when sending and receiving data or information through the internet.
    It seems you’re experiencing a dropping connection and it would be better to isolate the issue before buying another router. Connect a computer wired directly to your Arris modem and observe the connection. If connection is good then it will give you a hint that it’s a possible router issue. You can then press and hold the reset button on the router for 30 seconds, power cycle, reconfigure the internet connection and check if the problem persists.

  • Installing UltraNav Driver increases boot up time

    I'm using a Thinkpad W520 with Windows 7 and a Crucial M4 256GB SSD (not sure if this is also part of the cause of the problem). Normally the boot up time is between 20 to 25 seconds. However, when I update the UltraNav driver to the latest version, the boot up time is significantly increased to around 50 seconds. And when I use Device Manager to roll back the version of the UltraNav driver to PS/2 Compatible Mouse, the boot up time is normal again.
    My question is: has anyone else also observed this incompatibility issue between UltraNav with (Windows 7 or SSD)? Is there a solution to this problem?
    Solved!
    Go to Solution.

    It sounds like some conflict in drivers somewhere. What if you install the drivers, but uncheck the startup entries in MSCONFIG?
    My boot times have always been fine with the drivers installed.
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • Boot up time on the Playbook

    Why does it take 5 minutes to start my playbook?

    Hi lovebb3 and welcome to the BlackBerry Support Community Forums!
    Boot up times for the BlackBerry® PlayBook™ can vary based on how much free space is available and how many applications are installed.
    Thanks.
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

Maybe you are looking for

  • Can anyone get the SimpleVideoPlayer demo to work with 6u13?

    I have tried it on a Vista machine and a Windows Server 2003 machine both with Java 6 Update 13 and the result is the same: playing http://sun.edgeboss.net/download/sun/media/1460825906/1460825906_2956241001_big-buck-bunny-640x360.flv+ Error with Med

  • ISight internal camera doesn't work

    When I try to open PhotoBooth I get an error message indicating that the camera is either not connected or in use by another application. This happens to all users and the error seems to be related to the iSight integrated camera itself not to the ap

  • Recent items not working

    altought recent items is set to none when I open pictures, texedit or word docs at least 10 previous files open up at the same time this is really confusing and annoying safari 6 still ***** why does mountain lion have the same bugs as the first vers

  • Problem in accessing KM from portal development

    Hi all, I want to access CM repository stored in KM of portal. for that i have followed following steps. http://help.sap.com/saphelp_nw2004s/helpdata/en/42/60aef8032c1422e10000000a114cbd/frameset.htm but i am facing the problem that how to access rep

  • Tabs are not stable when using t:panelTabbedPane

    Hi I am using the t: panelTabbedPane for one of my screen and i divided into 4 different tabs. Each and every tab consists of Apply, Save, Cancel and Pagination controls. When I am performing action in first tab and going to the second tab clicking o