[Solved] Cannot connect with wifi-menu after login

I can't connect to the internet after I login.  When I try to connect, it says:
Job for netctl@my\x2dnetwork.service failed. See "systemctl status 'netctl@my\x2dnetwork.service'" and "journalctl -xe" for details.
#systemctl status 'netctl@my\x2dnetwork.service'
● netctl@my\x2dnetwork.service - A simple WPA encrypted wireless connection
Loaded: loaded (/etc/systemd/system/netctl@my\x2dnetwork.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2015-02-06 16:37:35 CST; 1min 23s ago
Docs: man:netctl.profile(5)
Process: 574 ExecStart=/usr/lib/network/network start %I (code=exited, status=1/FAILURE)
Main PID: 574 (code=exited, status=1/FAILURE)
Feb 06 16:37:35 mac network[574]: Starting network profile 'my-network'...
Feb 06 16:37:35 mac network[574]: The interface of network profile 'my-network' is already up
Feb 06 16:37:35 mac systemd[1]: netctl@my\x2dnetwork.service: main process exited, code=exited, status=1/FAILURE
Feb 06 16:37:35 mac systemd[1]: Failed to start A simple WPA encrypted wireless connection.
Feb 06 16:37:35 mac systemd[1]: Unit netctl@my\x2dnetwork.service entered failed state.
Feb 06 16:37:35 mac systemd[1]: netctl@my\x2dnetwork.service failed.
#journalctl -xe
Feb 06 16:37:17 mac dbus[217]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
Feb 06 16:37:17 mac udisksd[436]: udisks daemon version 2.1.3 starting
Feb 06 16:37:17 mac dbus[217]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Feb 06 16:37:17 mac udisksd[436]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Feb 06 16:37:18 mac polkitd[271]: Registered Authentication Agent for unix-session:c2 (system bus name :1.29 [/usr/lib/polkit-gnome/polkit-gnome-authen
Feb 06 16:37:18 mac dbus[217]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
Feb 06 16:37:18 mac avahi-daemon[481]: Found user 'avahi' (UID 84) and group 'avahi' (GID 84).
Feb 06 16:37:18 mac avahi-daemon[481]: Successfully dropped root privileges.
Feb 06 16:37:18 mac avahi-daemon[481]: avahi-daemon 0.6.31 starting up.
Feb 06 16:37:18 mac avahi-daemon[481]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Feb 06 16:37:18 mac dbus[217]: [system] Successfully activated service 'org.freedesktop.Avahi'
Feb 06 16:37:18 mac avahi-daemon[481]: Successfully called chroot().
Feb 06 16:37:18 mac avahi-daemon[481]: Successfully dropped remaining capabilities.
Feb 06 16:37:18 mac avahi-daemon[481]: Loading service file /services/sftp-ssh.service.
Feb 06 16:37:18 mac avahi-daemon[481]: Loading service file /services/ssh.service.
Feb 06 16:37:18 mac avahi-daemon[481]: Network interface enumeration completed.
Feb 06 16:37:18 mac avahi-daemon[481]: Registering HINFO record with values 'X86_64'/'LINUX'.
Feb 06 16:37:18 mac avahi-daemon[481]: Server startup complete. Host name is mac.local. Local service cookie is 1997621208.
Feb 06 16:37:18 mac avahi-daemon[481]: Service "mac" (/services/ssh.service) successfully established.
Feb 06 16:37:18 mac avahi-daemon[481]: Service "mac" (/services/sftp-ssh.service) successfully established.
Feb 06 16:37:30 mac sudo[510]: mac : TTY=pts/0 ; PWD=/home/mac ; USER=root ; COMMAND=/usr/bin/wifi-menu
Feb 06 16:37:30 mac sudo[510]: pam_unix(sudo:session): session opened for user root by mac(uid=0)
Feb 06 16:37:35 mac network[574]: Starting network profile 'my-network'...
Feb 06 16:37:35 mac network[574]: The interface of network profile 'my-network' is already up
Feb 06 16:37:35 mac systemd[1]: netctl@my\x2dnetwork.service: main process exited, code=exited, status=1/FAILURE
Feb 06 16:37:35 mac systemd[1]: Failed to start A simple WPA encrypted wireless connection.
-- Subject: Unit netctl@my\x2dnetwork.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit netctl@my\x2dnetwork.service has failed.
-- The result is failed.
Feb 06 16:37:35 mac systemd[1]: Unit netctl@my\x2dnetwork.service entered failed state.
Feb 06 16:37:35 mac systemd[1]: netctl@my\x2dnetwork.service failed.
Feb 06 16:37:35 mac sudo[510]: pam_unix(sudo:session): session closed for user root
Feb 06 16:37:48 mac dbus[217]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager
Feb 06 16:37:48 mac dbus[217]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop
Feb 06 16:37:50 mac logger[626]: ACPI action undefined: PNP0C0A:00
Feb 06 16:38:31 mac logger[653]: ACPI action undefined: PNP0C0A:00
Feb 06 16:39:13 mac logger[657]: ACPI action undefined: PNP0C0A:00
When I ip link set ... down, I wifi-menu and it connects.  No need to ip link set ... up.
Here's my /etc/systemd/system/netctl\@my\\x2dnetwork.service as mentioned above.
.include /usr/lib/systemd/system/[email protected]
[Unit]
Description=A simple WPA encrypted wireless connection
BindsTo=sys-subsystem-net-devices-wlp4s0.device
After=sys-subsystem-net-devices-wlp4s0.device
Not sure if this is relevant.  Also mentioned above.  This is /usr/lib/network/network.
#! /bin/bash
. /usr/lib/network/globals
## Check if a string represents a network interface
# $1: potential interface name
is_interface() {
# Strip any old school alias specifier
[[ -d "/sys/class/net/${1%%:?*}" ]]
## Add an interface
# $1: interface type
# $2: interface name
# $3: interface link (optional)
# $4...: additional arguments
interface_add() {
local type="$1" name="$2" link="$3"
do_debug ip link add ${link:+link "$link"} name "$name" type "$type" "${@:4}" || return
if [[ -x "$PROFILE_DIR/interfaces/$name" ]]; then
source "$PROFILE_DIR/interfaces/$name"
fi
## Delete an interface
# $1: interface name
interface_delete() {
bring_interface_down "$1"
ip link delete "$1"
## Check if an interface is up
# $1: interface name
interface_is_up() {
local flags
read flags < "/sys/class/net/${1%%:?*}/flags"
# IFF_UP is defined as 0x1 in linux/if.h
(( flags & 0x1 ))
## Activate an interface
# $1: interface name
bring_interface_up() {
local interface=$1
ip link set dev "$interface" up &>/dev/null
timeout_wait "${TimeoutUp:-5}" 'interface_is_up "$interface"'
## Deactivate an interface
# $1: interface name
bring_interface_down() {
local interface=$1
ip link set dev "$interface" down &>/dev/null
# We reuse the up timeout (down normally is faster)
timeout_wait "${TimeoutUp:-5}" '! interface_is_up "$interface"'
if [[ $# -ne 2 || $1 != @(start|stop) ]]; then
exit_error "Usage: $0 {start|stop} <profile>"
fi
ensure_root netctl
# Ensure we are not in a transient directory
cd /
# Expose the profile name
Profile=$2
load_profile "$Profile"
case $1 in
start)
report_notice "Starting network profile '$Profile'..."
if is_interface "$Interface" && interface_is_up "$Interface" && \
! is_yes "${ForceConnect:-no}"; then
report_error "The interface of network profile '$Profile' is already up"
exit 1
fi
if ! "${Connection}_up"; then
report_error "Failed to bring the network up for profile '$Profile'"
exit 1
fi
# JP: sandbox the eval
if ! ( eval $ExecUpPost ); then
report_error "ExecUpPost failed for network profile '$Profile'"
# Failing ExecUpPost will take the connection down
"${Connection}_down"
exit 1
fi
report_notice "Started network profile '$Profile'"
stop)
report_notice "Stopping network profile '$Profile'..."
# JP: sandbox the eval
if ! ( eval $ExecDownPre ); then
report_error "ExecDownPre failed for network profile '$Profile'"
# Failing ExecDownPre will leave the profile active
exit 1
fi
if ! "${Connection}_down"; then
report_error "Failed to bring the network down for profile '$Profile'"
exit 1
fi
if is_interface "$Interface" && interface_is_up "$Interface" && \
! is_yes "${ForceConnect:-no}"; then
report_error "The interface of network profile '$Profile' did not go down"
exit 1
fi
report_notice "Stopped network profile '$Profile'"
esac
Last edited by rollypolio (2015-02-07 16:37:01)

I honestly don't remember.  I believe I was trying to set up i3status dhcp at the time.  Could have been the DHCP configuration file I created at /etc/systemd/network that broke my netctl configuration.  I should have mentioned that first.  I broke the internet and walked away two days ago and it's slowly coming back to me.  I don't follow the relation between systemd, netctl, and dhcp configuration so I'm sorry if I'm not picking up on solutions provided in your links.
I commented the file out right after I started receiving those errors.
$cat /etc/systemd/network/MyDhcp.network
#[Match]
#Name=wlp4s0
#[Network]
#DHCP=v4
$ls -la /etc/systemd/network/MyDhcp.network
drwxr-xr-x 2 root root 4096 Feb 6 09:29 .
drwxr-xr-x 5 root root 4096 Feb 5 20:15 ..
-rw-r--r-- 1 root root 43 Feb 6 09:29 MyDhcp.network
$cat /etc/netctl/my-network
Description='A simple WPA encrypted wireless connection'
Interface=wlp4s0
Connection=wireless
Security=wpa
IP=dhcp
ESSID='ap_becca'
# Prepend hexadecimal keys with \"
# If your key starts with ", write it as '""<key>"'
# See also: the section on special quoting rules in netctl.profile(5)
Key='*********'
# Uncomment this if your ssid is hidden
#Hidden=yes
# Set a priority for automatic profile selection
#Priority=10
#cat /etc/netctl/wlp4s0-Nexxt_5F6CB8
Description='Automatically generated profile by wifi-menu'
Interface=wlp4s0
Connection=wireless
Security=none
ESSID=Nexxt_5F6CB8
IP=dhcp
#cat /etc/netctl/wlp4s0-SJBS
Description='Automatically generated profile by wifi-menu'
Interface=wlp4s0
Connection=wireless
Security=wpa
ESSID=SJBS
IP=dhcp
Key=********
I noticed the first profile does not require sudo.
$ ls -la
total 32
drwxr-xr-x 5 root root 4096 Feb 2 09:32 .
drwxr-xr-x 81 root root 4096 Feb 7 09:42 ..
drwxr-xr-x 2 root root 4096 Jan 31 22:50 examples
drwxr-xr-x 2 root root 4096 Jan 13 07:23 hooks
drwxr-xr-x 2 root root 4096 Jan 13 07:23 interfaces
-rw-r--r-- 1 root root 422 Jan 31 22:52 my-network
-rw------- 1 root root 138 Feb 2 09:32 wlp4s0-Nexxt_5F6CB8
-rw------- 1 root root 145 Feb 2 06:36 wlp4s0-SJBS
I hope this helps.
Which one should I be looking at?:
$ls /usr/lib/systemd/system/ | grep netctl
[email protected]
[email protected]
netctl.service
[email protected]
netctl-sleep.service
To repeat myself, I can connect using wifi-menu after I ip link set wlp4s0 down.  I'm just looking for a fix so I can set up automatic connections.
EDIT: I deleted /etc/systemd/network/MyDhcp.network and now it works at startup.  Any idea why a commented out file would be having an adverse effect like this?
Last edited by rollypolio (2015-02-07 16:41:41)

Similar Messages

  • Cannot connect with WIFI

    I have an iphone 5 and one of my coworkers has an iphone 4s we had troubled connecting through wifi it says that the password was incorrect however the password is fine because a blackberry use the wifi with that password. Now my coworker has the wifi and there is no problem however I still can't connect and says wrong password. They haven't changed the password at all!. I already reset the iphone to set it to a new iphone.

    Go to your Options > Advanced > Browser, and check and set the Browser to Hotspot... and save.
    Now, try it again.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Cannot connect with APPLE TALK After 10.4.7 update

    There's a very very strange error happened when I tried to connect to my MacBook or vise versa. It gives an error like this:
    CONNECTION FAILED
    This file server is running on your machine, Please access the volumes and files locally.
    This happens right after I had upgraded BOTH the iMAC and MacBook to 10.4.7.
    Please Help

    Hello,
    I know it sounds absurd but that is what happening....but I have it fixed. I switched off file sharing on both machine and turned them back on and suddenly they know they are not on the same planet again.....weird:-)
    Thanks anyway for your quick response.
    Albert

  • I cannot connect to the internet after switching providers.  I've changed the email address associated with the new account but am sure there is something else I need to change.  Can anyone help me?

    I cannot connect to the internet after switching providers.  I've changed the email address associated with the new account but am sure there is something else I need to change.   I have also changed the apple information as well including user name and password.  Can anyone help me?  (This is an ipad question).

    Apple ID: Changing your Apple ID
    http://support.apple.com/kb/ht5621
    Using your Apple ID for Apple services
    http://support.apple.com/kb/HT4895
    Apple ID: What to do after you change your Apple ID
    http://support.apple.com/kb/HT5796?viewlocale=en_US&locale=en_US
    iTunes Store: Associating a device or computer to your Apple ID
    http://support.apple.com/kb/ht4627
    iOS: Changing the signed-in iTunes Store Apple ID Account
    http://support.apple.com/kb/ht1311
    Some things to try first:
    1. 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.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. 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
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are drooping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    Fix WiFi Issue for iOS 7
    http://ipadnerds.com/fix-wifi-issue-ios-7/
    iOS 6 Wifi Problems/Fixes
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    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/
    ~~~~~~~~~~~~~~~~~~~~~~~
    iPad: Issues connecting to Wi-Fi networks
    http://support.apple.com/kb/ts3304
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.hmL
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Signal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    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
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    10 Ways to Boost Your Wireless Signal
    http://www.pcmag.com/article2/0,2817,2372811,00.asp
    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
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    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.
    Some Wi-Fi losses may stem from a problematic interaction between Wi-Fi and cellular data connections. Numerous users have found that turning off Cellular Data in Settings gets their Wi-Fi working again.
    You may have many apps open which can possibly cause the slowdown and possibly the loss of wifi. In iOS 4-6 double tap your Home button & at the bottom of the screen you will see the icons of all open apps. Close those you are not using by pressing on an icon until all icons wiggle - then tap the minus sign. For iOS 7 users, there’s an easy way to see which apps are open in order to close them. By double-tapping the home button on your iPhone or iPad, the new multitasking feature in iOS 7 shows full page previews of all your open apps. Simply scroll horizontally to see all your apps, and close the apps with a simple flick towards the top of the screen.
    Wi-Fi or Bluetooth settings grayed out or dim
    http://support.apple.com/kb/TS1559
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Cannot connect to wifi, cannot change network settings [SOLVED]

    Asus EeePC.
    lspci -k shows
    Broadcom Corporation BCM4313 adapter is the hardware, and appears to be working. Kernel driver in use is bcma-pci-bridge
    In Gnome, Wi-Fi status shows "not connected"
    "Select Network" shows a list of available APs, I click on ours which is set up as WPA2 PSK. Click Connect. Nothing happens. At all, no dialog for password, no attempt to connect seems to be processed by the computer. This happens with open networks as well (coffee shop or whatever). Click connect but nothing further happens.
    From the applet I can't even seem to be able to "Turn off" the WiFi at all.
    From within Wi-Fi settings in the applet, I can see a list of available access points but clicking on them does nothing. There is no available way for any user input, although I can click the toggle to turn off Wi-Fi from within there.
    I can't forget networks in my history here either: click "History" and I can see a long list of previous networks. I can check box for them all and say "forget" but then they're back when I open the history again.
    So it seems like my NetworkManager is just simply not working. Can't change the current state of "not connected" to anything at all.
    When I attempt to connect using Wifi-menu I get:
    Successfully initialized wpa_supplicant
    >WPA Authentication/Association Failed {FAIL}
    When I attempt to connect to any network. It never asks for password.
    Gnome-Keyring is installed.
    Netctl is NOT installed.
    NetworkManager is installed and running according to systemctl
    I've been running this Arch install on this machine for two years. This is not a new install problem. No hardware can be changed on this machine, so it's not hardware related (unless the wireless device itself crapped out).
    Possibly related, I cannot shutdown the machine from within Gnome. I have to "sudo shutdown -h now" from a terminal. Seems to hibernate/sleep properly when the lid is closed though.
    All of the results of searching on this indicate usually the problem is multiple network config softwares installed at the same time, like netctl and networkmanager together. Or not having a keyring manager installed That is not the case here unless it is one of those that is broken, but they don't seem to be.
    I have no access to any wired connection at the moment at all, so I can't download anything to this computer at the moment. There's gotta be a way to get wifi working again, as it was just working last week. Haven't even done a pacman upgrade between when it last worked and when it stopped working.
    Last edited by hooya (2014-12-02 15:20:20)

    I did mention the hardware is a Broadcom BCM4313
    It may have been an issue with the Broadcom not working with iw. Not sure, as I haven't really changed things on this machine much (it's my wife's and I regularly update it but don't fuss with it much beyond "get it to work"). Like I said, the install is 2 years old, so compatibility may have even changed since I initially set it up.
    I'm currently at work and without direct access to the computer in question. So I'll get those results later tonight.
    Last edited by hooya (2014-11-03 19:02:03)

  • TS4006 I have iPhone 4 with updated latest iOS And i am using FIND IPHONE application. But everytime when ever i login in it and serch for the device its shows but never give me the location"NO LOCATION AVAILABLE".It is already connected with WIFI but no

    I have iPhone 4 with updated latest iOS And i am using FIND IPHONE application. But everytime when ever i login in it and serch for the device its shows the device  but never give me the location"NO LOCATION AVAILABLE".It is already connected with WIFI and i tried all the stuffs that has been written in the manual. Plese give me the Proper suggetion about this issue..!!

    If your router is not identified in a national database (don't recall who maintains it or where it is) then there is no location associated with it.  Hence your device cannot be located.  I suggest you try your test at some public wifi spot, like a bookstore or coffee shop.  These places usually have a location associated with their wifi router.

  • Office 2013 - Word cannot establish a connection with this document after the system resumed from suspend mode

    Hiya!
    This issue has been answered numerous times for Office 2010 and Office 2007, but I have yet to any solutions or Hotfixes that work for Office 2013 (x64) on Win7.
    How to replicate the issue:
    Open a file from a network share.
    Edit file.
    Leave computer on with file open. Computer goes to sleep or into stand-by mode.
    Wait a bit
    Wake up computer
    CPU opens file in Read-Only mode and gives you the following error "Word cannot establish a network connection with this document after the system resumed from suspend mode. Save the document into a different file to keep any changes."
    What I've tried:
    http://support.microsoft.com/kb/2434898 - Office 2007 registry fixes. Does not apply.
    http://support.microsoft.com/kb/2413659 - Office 2010 problem. This exact issue. Says 'No microsoft products that match this hotfix are installed'
    Work Around:
    I can saving new versions of these files overrides this issue, but this is sometimes not possible for end-users who only have specific access to ONE SPECIFIC FILE in a particular network share.
    Please let me know how I can alleviate this issue!
    Thanks
    -Chris

    Hi,
    Are those problematic documents created via previous versions of Office?
    Please also try to run a repair of your Office 2013 installtion and check if it helps. See:
    http://office.microsoft.com/en-in/excel-help/repair-office-programs-HA010357402.aspx
    Regards,
    Steve Fan
    TechNet Community Support

  • MY iphone 4s cannot connect to wifi after updating to ios 8.1.1

    after updating to ios 8.1.1, my iphone 4s cannot connect to wifi at all.
    at first, connection will show up, but when i tried to connect, i will see the wifi logo but after 15 or 30 seconds, connection will be lost again.
    i will try again, but this time, my phone will hang, i need to restart but then, wifi will not work at all.
    it will show that its searching for network but its not. then it will hang again,
    after this, give up already.
    my phone is working perfectly fine until updating my ios to 8.1.1.
    the problem is i cannot upgrade again as i cannot connect to wifi.

    Settings/General/Reset - Reset Network Settings. If you can't turn WiFi on see: http://support.apple.com/kb/TS1559

  • I have an HP Photosmart 7510 & cannot connect by WiFi, I have tried the support fix with no success.

    Hi
    I have an HP Photosmart 7510 & cannot connect by WiFi, I have tried the support fix with no success.
    I have tried the suggested from below;
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02817031&cc=uk&dlc=en&lang=en&lc=en&product=507...
    I have not tried to assign the static IP address suggested in step 6 on the web link above, I am not that technical & do not fully understand how to perform this task & am surprised HP expect retail client to follow this, if is a bit technical I think you must agree.
    Anyway, the WiFi or Wireless blue led is blinking.
    If I try to discover my wireless network, it is not displaye like it used , nor are my neighbors, my mobile Samsung Galaxy S displays my network and my neighbors when the phone in placed by my 7510.
    When  I try to enter the SSID & key, my 7510 times out without connecting to my router.
    My pc is connected directly to my router (Buffalo) and I use a Fujitsu Desktop running Win 7 32bit.
    By the way, I have done a "Factory reset" to my 7510 & this did not help at all.
    Can anyone help?
    Is my 7510 faulty?
    Thanks in advance.

    I saw your post and forwarded it to the right people for their review. You should hear back from someone shortly via private message on this Forum.

  • I have several iPod touches and there is always one that cannot connect to wifi. after several weeks it usually rights itself. what is going on?

    I have several iPod touches and there is always one that cannot connect to wifi. after several weeks it usually rights itself. what is going on?

    Matthew...
    Try here > iOS: Troubleshooting Wi-Fi networks and connections

  • "The BlackBerry Desktop Software cannot connect with this device." after repair

    I download the Desktop Software for BlackBerry onto my Mac Book Pro for the first time. 
    After installing I connected my PlayBook. I get the message "The BlackBerry® Desktop Software cannot connect with this device."
    The program suggested I repair the device software, so I did. After that I set it up and ran the updates.
    When I plug it back in I get the exact same message.
    What should I do next?
    co-founder of Diaree | BB Dev for PictureThis

    I also cannot connect to my two playbooks using desktop manager on mac.
    One of the two playbooks is now shipped back to rim for repair (see here http://supportforums.blackberry.com/t5/BlackBerry-PlayBook/5MP-Playbook-Camera-Blackscreen-Errors-Ha... The issue of desktop manager not being able to connect to the playbook started with this playbook when the repair I was prompted to to stopped 1/4 way into it. Multiple retries did not make any difference. 
    Since then, I have tried connecting my other (functioning) playbook to the same mac but when I plug in usb cable I get the same "cannot connect" errmsg and prompted to "repair". I am definitely NOT going to "repair" this one. So I uninstalled the desktop manager and reinstalled it to see if it makes a difference. Unfortunately it did not and I get the same "cannot connect" errmsg.
    If anyone has any suggestion how this issue can be resolved that would be great. I think something is stuck on the mac and is not getting wiped out when desktop manager is uninstalled. Thanks.

  • Hello iupgrade my  ipad to ios7 after it upgraded cannot connect to wifi  i do all things that i read on apple support

    hello iupgrade ipad to ios7 after the upgration not conect to wifi and shows the message connot able to connect i do every things that i read on apple forum  but at this moment cannot connect to wifi  my wifi modem is tp link

    You are in Recovery Mode. Follow the instructions below to recover your iPad.
    1. Disconnect the USB cable from the device, but leave the other end of the cable connected to your computer's USB port.
    2. Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the device to turn off.
    If you cannot turn off the device using the slider, press and hold the Sleep/Wake and Home buttons at the same time. When the device turns off, release the Sleep/Wake and Home buttons.
    3. While pressing and holding the Home button, reconnect the USB cable to the device. The device should turn on.
    4. Continue holding the Home button until you see the "Connect to iTunes" screen. When this screen appears, release the Home button.
    5. iTunes should alert you that it has detected a device in recovery mode. Click OK, and then click Restore to restore the device.
    Note: You need to be patient and repeat the above many times to recover your iPad. Data will be lost.

  • TS1702 After I resynced the iPad I cannot connect with the downloaded apps.

    After I re-synced the iPad, I cannot connect with the downloaded apps.

    Try download any free app to unfreeze the frozen app.

  • Cannot connect to app store after downloading mountain lion

    cannot connect to app store after installing mountain lion it says there is no network connection when there clearly is i am on the internet now and i had this problem with the bootcamp server i read that in another forum and the answer to remove the auto proxy setting was correct but not for this situation because it is allready unchecked i checked it and tried again still no connection please help .... oh and apple you are beginging to be more like windows/microsoft with all the problems

    That poor wordpress site has collapsed in exaustion from trying to keep up with the 3mil hits a day
    here is a "copied" version with credits for those looking for a solution to an annoying problem Apple should patch.  (Yes, I'm aware of the irony of that statement)
    July 18, 2012 · by Arthur Lockman · in Apple, Tutorials
    After doing a reinstall of Lion a few weeks ago, I found that my computer suddenly would reject every VeriSign certificate that it encountered. Using Chrome, that meant that I couldn’t even access Twitter.com, because it thought that the certificate was wrong. I couldn’t login to the Apple developer portal, I couldn’t authenticate a device with XCode, I couldn’t make a purchase at Apple.com, I couldn’t download updates from the Mac App Store, and I couldn’t login to Mint.com, among other sites. I essentially couldn’t do anything that used a VeriSign certificate for SSL.
    What did I do? I called my trusty AppleCare advisor, hoping for an answer. I thought that maybe they could help me figure it out. After getting to senior support, I was told to reinstall Lion, which I did to no avail. My case was then forwarded to the Apple engineering team, with 3 to 5 days to wait until I had an answer. I looked around, through my console logs and through Keychain access, and finally came up with an answer, and a solution to my problems.
    It turned out that my solution was pretty simple. I had to delete a few files and reset one to its default setting.
    Delete the files /var/db/crls/crlcache.db and /var/db/crls/ocspcache.db. These can be found using Finder’s Go >; Go To Folder menu (Cmd + Shift + G). This resets the cache of accepted certificates in the system. It doesn’t remove them, it just forces the system to rebuild the caches upon restart.
    Open Keychain Access (/Applications/Utilities/Keychain Access). Select Certificates in the Category picker on the left side. In the search bar, type in the word Class. Look through that list, and find any certificates that have a blue + symbol over their icon. These are the ones you need to modify.
    Select one that has a blue +, and hit Command + I. Click the disclosure triangle beside the “Trust” list to show the list of permissions. Now, what we need to do is to set this certificate to use the system defaults. However, for some reason, when you select it, it doesn’t save. So what you need to do is this. Under “Trust”, where it says “Secure Sockets Layer (SSL)”, change the dropdown menu to say “No Value Specified”. Then, close the window. It will ask for your administrator permissions. Then, open the info pane for that certificate again. Under “Trust” again, now set the dropdown that says “When using this certificate:” to say “Use System Defaults”. You can then close out of the info pane, and enter your password again. Do this for any of the certificates that have a blue + on their icon. There should only be one or two at most.
    Restart your system.
    This solution seemed to work just fine for me. All of my certificate problems have been fixed. It must be something with the OSX installer that causes this certificate issue. I’ll file a bug report. Hopefully someone looks into it and fixes the flaw in the OS. And, I hope that this fixed the flaw for you.
    Addendum – a note on security:
    This procedure won’t affect the security of your Mac. I’ve had some questions come in about that, and if anything, it makes it more secure because then sites that require SSL certificates can actually use them, unlike before where they might default to non secure connections because the certificate was bad.

  • Got my ipad mini. It works perfectly fine until I updated to ios 6.0.2. Now I can't connect to wifi. I've tried every solutions offered in every forums and internet sites but nothing happened. Still ipad cannot connect to wifi. HELP!!!

    Got my ipad mini. It works perfectly fine until I updated to ios 6.0.2. Now I can't connect to wifi. I've tried every solutions offered in every forums and internet sites but nothing happened. Still ipad cannot connect to wifi. HELP!!!

    Some things to try first:
    1. 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.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. 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
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    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/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    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
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    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
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    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

Maybe you are looking for

  • How can i calculate the bandwidth usage of my Azure subscription?

    Hi, I know currently there is no API which provide bandwidth usage details. Is there any other way to find out my subscription's bandwidth usage? Thank you!

  • ESS iView Error(W-4 Tax withholding)

    Hi, We are getting following error when we try to run W-4 Tax withholding.. application. failed to create or init instance of model 'com.sap.xss.hr.per.us.w4.model.HRXSS_PER_P0210_US' in scope APPLICATION_SCOPE with instanceId 'null'   com.sap.tc.web

  • Any way to set aside a "known good" iPhone backup?

    I've had lots of trouble with my 3G iPhone crashing irreversibly and needing a restore. Tonight Apple gave me a new phone- maybe that will solve it, but in the meantime, after four full restores, I really want a way to preserve a "known good" backup.

  • How to find tables for a particular business object.

    Dear Friends, I want to display, all the tables related to a particular business object. So I think there must be way of doing it using packages. example:- I will have list of all packages referencing to all business Components (ex.SALES) then i will

  • Diffrent Data Type & Formula in Cross Tab

    Post Author: ade CA Forum: General I using crystal reports 8.5. I make cross tab like this to viewing reportsSubject           Evaluation Aspect                          Score1        Score2            Score3        Score4        Score5 Math