Networking on Ubuntu VM stopped functioning after latest VMWare tools upgrade

when configuring the latest VMWare tools, I receive the following error:
"The vmxnet driver is no longer supported on kernels 3.3 and greater. Please  upgrade to a newer virtual NIC. (e.g., vmxnet3 or e1000e)"
I have followed instructions on a few different posts to try to fix this, and none have worked.
I have tried running the vmware tools configuration script with --clobber-kernel-modules=vmxnet - that didn't help.
I tried changing ethernet0.virtualDev = "vmxnet" to "vmxnet3" in the .vmx file - that didn't help either.
Running Ubuntu 14.04 on VMWare Player 6.0.6 build-2700073 on Windows 7. The VM image in question is Ubuntu 14.04 on Linux kernel 1.13.0-43.
This is for bridged mode (which I need) - running in NAT mode works fine.
$ uname -a
Linux ubuntu 3.13.0-43-generic #72-Ubuntu SMP Mon Dec 8 19:35:06 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
dust@ubuntu:~/Desktop/vmware-tools-distrib
$ sudo ./vmware-install.pl --clobber-kernel-modules=vmxnet
The previous installation was made by the tar installer (version 4).
Keeping the tar4 installer database format.
You have a version of VMware Tools installed.  Continuing this install will
first uninstall the currently installed version.  Do you wish to continue?
(yes/no) [yes]
Uninstalling the tar installation of VMware Tools.
Stopping services for vmware-tools
vmware-tools stop/waiting
Stopping services for vmware-tools-thinprint
vmware-tools-thinprint stop/waiting
File /etc/pulse/default.pa is backed up to /etc/pulse/default.pa.old.8.
update-initramfs: Generating /boot/initrd.img-3.13.0-43-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-39-generic
The removal of VMware Tools 9.6.5 build-2700074 for Linux completed
successfully.
Installing VMware Tools.
In which directory do you want to install the binary files?
[/usr/bin]
What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
[/etc]
What is the directory that contains the init scripts?
[/etc/init.d]
In which directory do you want to install the daemon files?
[/usr/sbin]
In which directory do you want to install the library files?
[/usr/lib/vmware-tools]
The path "/usr/lib/vmware-tools" does not exist currently. This program is
going to create it, including needed parent directories. Is this what you want?
[yes]
In which directory do you want to install the documentation files?
[/usr/share/doc/vmware-tools]
The path "/usr/share/doc/vmware-tools" does not exist currently. This program
is going to create it, including needed parent directories. Is this what you
want? [yes]
The installation of VMware Tools 9.6.5 build-2700074 for Linux completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".
Before running VMware Tools for the first time, you need to configure it by
invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want
this program to invoke the command for you now? [yes]
Initializing...
Making sure services for VMware Tools are stopped.
The module vmci has already been installed on this system by another installer
or package and will not be modified by this installer.
The module vsock has already been installed on this system by another installer
or package and will not be modified by this installer.
The module vmxnet3 has already been installed on this system by another
installer or package and will not be modified by this installer.
The module pvscsi has already been installed on this system by another
installer or package and will not be modified by this installer.
The module vmmemctl has already been installed on this system by another
installer or package and will not be modified by this installer.
The VMware Host-Guest Filesystem allows for shared folders between the host OS
and the guest OS in a Fusion or Workstation virtual environment.  Do you wish
to enable this feature? [yes]
Before you can compile modules, you need to have the following installed...
make
gcc
kernel headers of the running kernel
Searching for GCC...
Detected GCC binary at "/usr/bin/gcc".
The path "/usr/bin/gcc" appears to be a valid path to the gcc binary.
Would you like to change it? [no]
Searching for a valid kernel header path...
Detected the kernel headers at "/lib/modules/3.13.0-43-generic/build/include".
The path "/lib/modules/3.13.0-43-generic/build/include" appears to be a valid
path to the 3.13.0-43-generic kernel headers.
Would you like to change it? [no]
Using 2.6.x kernel build system.
make: Entering directory `/tmp/modconfig-OyHNrF/vmhgfs-only'
/usr/bin/make -C /lib/modules/3.13.0-43-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
      MODULEBUILDDIR= modules
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-43-generic'
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/backdoor.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/backdoorGcc64.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/bdhandler.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/cpName.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/cpNameLinux.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/cpNameLite.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/dentry.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/dir.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/file.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/filesystem.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/fsutil.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/hgfsBd.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/hgfsEscape.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/hgfsUtil.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/inode.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/link.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/message.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/module.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/page.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/request.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/rpcout.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/stubs.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/super.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/transport.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/vmci.o
  CC [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/kernelStubsLinux.o
  LD [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/vmhgfs.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/modconfig-OyHNrF/vmhgfs-only/vmhgfs.mod.o
  LD [M]  /tmp/modconfig-OyHNrF/vmhgfs-only/vmhgfs.ko
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-43-generic'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
      MODULEBUILDDIR= postbuild
make[1]: Entering directory `/tmp/modconfig-OyHNrF/vmhgfs-only'
make[1]: `postbuild' is up to date.
make[1]: Leaving directory `/tmp/modconfig-OyHNrF/vmhgfs-only'
cp -f vmhgfs.ko ./../vmhgfs.o
make: Leaving directory `/tmp/modconfig-OyHNrF/vmhgfs-only'
The vmxnet driver is no longer supported on kernels 3.3 and greater. Please
upgrade to a newer virtual NIC. (e.g., vmxnet3 or e1000e)
The vmblock enables dragging or copying files between host and guest in a
Fusion or Workstation virtual environment.  Do you wish to enable this feature?
[yes]
VMware automatic kernel modules enables automatic building and installation of
VMware kernel modules at boot that are not already present. This feature can be
enabled/disabled by re-running vmware-config-tools.pl.
Would you like to enable VMware automatic kernel modules?
[yes]
Thinprint provides driver-free printing. Do you wish to enable this feature?
[yes]
Disabling timer-based audio scheduling in pulseaudio.
Detected X server version 1.15.1
Distribution provided drivers for Xorg X server are used.
Skipping X configuration because X drivers are not included.
Creating a new initrd boot image for the kernel.
update-initramfs: Generating /boot/initrd.img-3.13.0-43-generic
vmware-tools-thinprint start/running
vmware-tools start/running
The configuration of VMware Tools 9.6.5 build-2700074 for Linux for this
running kernel completed successfully.
You must restart your X session before any mouse or graphics changes take
effect.
You can now run VMware Tools by invoking "/usr/bin/vmware-toolbox-cmd" from the
command line.
To enable advanced X features (e.g., guest resolution fit, drag and drop, and
file and text copy/paste), you will need to do one (or more) of the following:
1. Manually start /usr/bin/vmware-user
2. Log out and log back into your desktop session; and,
3. Restart your X session.
Enjoy,
--the VMware team
$ ~

one of the links i tried (as mentioned above):  Notes of a Programmer: VMWare Tools Failed to Load on Ubuntu 13.10 (Saucy)   - it did not help.

Similar Messages

  • OKI C301 laser printer stopped functioning after latest OSX security update

    Hi,
    The printer was functioning perfecty before the update. It is connected to the the router and through Wi-Fi with an iMac and a MacBook Air.
    After updating to 10.9.2 it pops an error message when trying to print anything.
    Here are the first lines of the error message I get:
    Process:         OKIHC004 [25701]
    Path:            /Library/Printers/OKIDATA/Filters/OKIHC004.plugin/Contents/MacOS/OKIHC004
    Identifier:      OKIHC004
    Version:         2.0.0 (2.0.0)
    Code Type:       X86 (Native)
    Parent Process:  cupsd [125]
    Responsible:     cupsd [125]
    User ID:         26
    Date/Time:       2014-03-04 14:27:13.166 +0200
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  6DEC289F-2E1E-E102-07E0-4700D1EFC10E
    Sleep/Wake UUID: 1DAA4DED-30EE-41DD-82A3-3539DFA3BC4F
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Library/Printers/OKIDATA/Filters/OKIHC004.plugin/Contents/MacOS/OKIHC004
        __TEXT                 0000000000001000-0000000000019000 [   96K] r-x/rwx SM=COW  /Library/Printers/OKIDATA/Filters/OKIHC004.plugin/Contents/MacOS/OKIHC004
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x9bfbad02 CFArrayGetValueAtIndex + 18
    1   com.okidata.print.OKIHC004              0x00003249 IsIP(char const*) + 99
    2   com.okidata.print.OKIHC004              0x00003d02 main + 842
    3   com.okidata.print.OKIHC004              0x00002a4b _start + 209
    4   com.okidata.print.OKIHC004              0x00002979 start + 41
    Thread 1:
    0   libsystem_kernel.dylib                  0x96786046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x93d46dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x93d4acce start_wqthread + 30
    Any ideas?

    Thanks for your reply,
    I 've checked that thread.
    It seems that since then, OKI has acknowledged the issue and has instructions on their site
    (which I had followed during setup, so the printer was working until now)
    http://www.okidata.com/mac-mavericks-driver-support
    When removing the OKIHC004.plugin file, I get this message
    You need to install software to use this printer. To install the software, choose Software Update from the Apple menu. If the software for your printer isn’t available in Software Update, contact the manufacturer of your printer.
    Another issue is that on OKI's site, my model is no longer listed when searching for drivers to download!
    http://www.okidata.com/drivers

  • My MacBook keyboard and track pad stopped functioning after pairing an Apple wireless mouse and keyboard. Any suggestions?

    My MacBook keyboard and track pad stopped functioning after pairing an Apple wireless mouse and keyboard. Any suggestions?

    I deleted the mouse by selecting it in the bluetooth options and clicking the minus tab. I went ahead and reinstalled OS X right afterwards. Right now I am having to use a USB mouse and keyboard. I disconnected both prior to start up. I get a widow that shows a demonstration on how to install batteries into a wireless mouse only way to pass that screen was to reattach the USB mouse. Then with a fresh startup no resolve.

  • Photoshop 3D Extrusion stopped working after latest Adobe update

    I have Creative Cloud subscription and Photoshop 3D Extrusion used to work fine (though slow).
    After latest update several days ago it stopped working, displaying an error message instead:
    "The 3D features require that 'Use Graphics Processor' is enabled in the Performance preferences. Your video card must meet the minimum requirements and you may need to check that your driver is working correctly"
    The Graphic Processor is enabled, and the driver is working fine.
    Is this a bug or a "feature" in new version? How to make it work as before the update?

    Ken, who are "they"? I expect help from Adobe. Aren't you a staff member?
    When Adobe sold me the Cloud it did not tell me that 3D features were not going to work.
    The last update was applied only to Cloud version of Adobe products. It's not Photoshop specific. Something was wrong with the cloud software update.
    I expect Adobe to fix the bug and make 3D features work again.

  • Internet sharing has stopped working after 10.8.2 upgrade

    Hi.  So, for the past year, I've been receiving WiFi internet on my iMac, and sharing it via ethernet and sometimes FW800.  Lately, mostly just ethernet.  As of 10.8.2, this has stopped functioning.  I have heard many rumors about internet sharing issues in the update, but it seems I am in the extreme minority in terms of sharing internet via ethernet rather than sharing it via WiFi.
    For the record, what I have tried so far is, enabling and disabling all options, trashing preferences, creating a second administrator account on the iMac and trying from that one, switching multiple ethernet cables just in case, and even switching to a different wireless network (we have two in my home on different wavelengths).  It's always the same: devices recognize that they're connected to the ethernet port on the iMac.  The iMac recognizes it's connected to them.  They can obtain their own IP addresses through DHCP, but they cannot, under any circumstances, actually connect to the internet.
    Please help!  I'm tearing my hair out over here, as this was crucial to my setup.  Updates shouldn't work this way.

    As with other situations where a window is not visible, it is likely just off-screen where you can't see it. If your main "Final Cut Pro" window becomes inactive (close, minimize, and zoom buttons turn grey) when you attempt to open the "Background Tasks" window, this indicates that the window is definitely opened, it's just offscreen somewhere.
    You can solve this problem by forcing FCPX to gather up all of its windows without having to delete your preferences:
    1. Attempt to open the Background Tasks window in FCPX,
    2. Switch to System Preferences->Displays and change your display resolution,
    3. Switch back to FCPX and verify that you now have your missing window back,
    4. Switch back to System Preferences and change your resolution back to its previous setting (likely the "Best for display" radio button).
    Andrew
    Talking Animals Channel - YouTube
    youtube.com/talkinganimals

  • Vlan stopped working after Solaris 11.1 upgrade

    Sorry for the long post.
    I upgraded a test server to Solaris 11.1 from 11/11 a few days ago. After I did the upgrade my one VLAN-based network connection stopped working. I've been messing with it for days and am a bit baffled.
    Note that everything was up and working just before the upgrade. This is not a switch configuration problem or a cables issue.
    All of the other networking survived the upgrade just fine...
    The link that stopped working is a VLAN running on top of a two-link LAG. The untagged link running over the same LAG works just fine.
    So here's the strange part. As I was trying to get underneath it all today I fired up wireshark to see if I could figure it out. As soon as I put wireshark up on the interface (in its default promiscuous mode) the link started working. All the packets in the trace looked normal. All was good. As soon as I stopped the trace the link was dead again. Start a trace - link in promiscuous mode - and all is good again. Stop and it stops...
    If I bring bring up wireshark on the link without promiscuous mode the link does NOT start working. If I initiate a ping that should go out on the broken VLAN I see a series of ARP requests but no answers (running wireshark on the machine being ping'd I see all of the ARP request come in and the answers go out, but the Solaris machine never sees the answers).
    So - did Oracle manage to break VLANs in 11.1? Any ideas how to get it working again?
    A few bits on info from the machine. The only thing that looks odd/wrong I've highlighted below.
    Phil@TEST:~$ dladm show-link
    LINK CLASS MTU STATE OVER
    e1000g1 phys 1500 up --
    e1000g0 phys 1500 up --
    ixgbe0 phys 9000 up --
    ixgbe1 phys 9000 up --
    aggr2 aggr 9000 up ixgbe0 ixgbe1
    aggr2vlan5 vlan 9000 up aggr2
    Phil@TEST:~$ dladm show-vlan
    LINK VID OVER FLAGS
    aggr2vlan5 5 aggr2 -----
    Phil@SE11_SAN:~$ ipadm show-addr aggr2vlan5
    ADDROBJ TYPE STATE ADDR
    aggr2vlan5/v4 dhcp ok 192.168.5.101/24
    Phil@TEST:~$ dladm show-linkprop aggr2vlan5
    LINK PROPERTY PERM VALUE DEFAULT POSSIBLE
    aggr2vlan5 autopush rw -- -- --
    aggr2vlan5 zone rw -- -- --
    aggr2vlan5 state r- unknown up up,down
    aggr2vlan5 mtu rw 9000 1500 1500-9000
    aggr2vlan5 maxbw rw -- -- --
    aggr2vlan5 cpus rw -- -- --
    aggr2vlan5 cpus-effective r- 0-7 -- --
    aggr2vlan5 rxfanout rw -- 8 --
    aggr2vlan5 rxfanout-effective r- 16 -- --
    aggr2vlan5 pool rw -- -- --
    aggr2vlan5 pool-effective r- -- -- --
    aggr2vlan5 priority rw high high low,medium,high
    aggr2vlan5 forward rw 1 1 1,0
    aggr2vlan5 protection rw -- -- mac-nospoof,
    restricted,
    ip-nospoof,
    dhcp-nospoof
    aggr2vlan5 mac-address r- 0:1b:21:6b:23:98 0:1b:21:6b:23:98 --
    aggr2vlan5 allowed-ips rw -- -- --
    aggr2vlan5 allowed-dhcp-cids rw -- -- --
    aggr2vlan5 rxrings r- -- -- --
    aggr2vlan5 rxrings-effective r- -- -- --
    aggr2vlan5 txrings r- -- -- --
    aggr2vlan5 txrings-effective r- -- -- --
    aggr2vlan5 txrings-available r- 0 -- --
    aggr2vlan5 rxrings-available r- 0 -- --
    aggr2vlan5 rxhwclnt-available r- 0 -- --
    aggr2vlan5 txhwclnt-available r- 0 -- --
    aggr2vlan5 vsi-mgrid rw -- -- --
    aggr2vlan5 etsbw-lcl rw -- 0 --
    aggr2vlan5 etsbw-lcl-effective r- -- -- --
    aggr2vlan5 etsbw-rmt-effective r- -- -- --
    aggr2vlan5 etsbw-lcl-advice r- -- -- --
    aggr2vlan5 cos rw -- 0 --
    Edit/Delete Message

    Fixed. Don't know exactly how/why, but fixed.
    When I came home this afternoon I deleted the all of the IPs associated with the VLAN and the LAG. I deleted the VLAN itself and deleted the LAG. Basically tore down all of the datalink and IP layers leaving only the raw interface cards. Rebuilt the LAG, rebuilt the VLAN and reinstalled the IPs. And like magic, the whole thing is happy.
    Something in the configs of the LAG or the VLAN must have been corrupted during the upgrade. But now its all fat, dumb and happy again.
    Very odd.

  • Printing stopped working after 10.6.5 upgrade

    Hi,
    after 10.6.5 upgrade I cannot print.
    I cannot access the printing preferences through System Preferences.
    So I cannot remove the printer driver.
    Printer is a Brother MFC-325C.
    Printer is not connected to the mac, but I cannot still access the preferences.
    Help? Ideas?
    Thanx
    Luca

    I'm having a similar issue Luca with a client-site.
    10.6.5 (by all counts, after auditing system changes) has simply cut the communication to the Epson 3800 and Epson 3880 they have. I am in the process of downloading the Xcode Tools, and then proceeding to rebuild CUPS 1.4.4 onto the system(s) to see if that forces a resolution.
    There are known issues with 10.6.5 printing and CUPS 1.4.5 as of this moment in time. None of the known issues (as in, publically acknowledged by Apple) indicate corruption of the SysPref Pane for Printers nor the inability to print at all.
    If CUPS 1.4.4 flash doesn't work, I shall restore from Time Machine.
    Luca-
    Your next step is to reset the prefpane, and then restore from backups.

  • Home network stopped functioning after FIOS installation

    I have 2 desktops running XP and a wireless laptop running Vista.  With my old router, I was able to transfer files and print. 
    After the FIOS installation, the three computers don't "see" each other.  All 3 have internet connectivity and no problems with
    email.  The 2 destops are cabled to the router (MI424WI) and the laptop uses wireless.  My printers are cabled to one of the
    desktops.  It is most inconvenient only have 1 PC that can print.  I've tried the "Set up a network" wizard on the XP machines
    but it doesn't change anything. 
    Any ideas would be appreciated.
    Solved!
    Go to Solution.

    The firewall hint did the trick.  I tweaked Norton 360 on the desktops and I can now print and file share.  Thanks much, Justin!
    Jack

  • Itunes minplayer (Ctrl+M) stopped functioning after the 2 latest updates!!!

    Hi all!
    I have been using iTunes for about a year and loves the functionality both for listening to music and specially the radio channels.
    BUT since the 2 last updates the miniplayer doesn´t work.
    When I switch to it using Ctrl+M iTunes just dissapears, it´s only shown in the taskbar, WHY?
    The mini-mini player works fine (just discovered it reading this forum) but i want to be able to se wich song is playing without having the whole player visible.
    Anyone who has a solution for this please post an answer!
    PS. Anyone who knows why the radio-group "Americana" has disappeard? DS.
    Best regard / Hanpe

    I wonder if it is your settings in:
    Edit>preferences>Advanced>General
    -Minimize iTunes to the system tray.
    There is an article on shrinking iTunes and the mini player here:
    http://docs.info.apple.com/article.html?path=iTunesWin/7.0/en/535win.html

  • TS3074 itune stopped running after latest updates

    My itune failed to work after I installed the latest updates a couple of days ago on  I my PC running MS Vista.
    Besides error 7 (window error 126) when trying to use itune I also get error messages about MobileMe service not working & MSVCR80.dll not found.
    I followed above instructions but the problems has not gone away!  I am not a computer expert and I am lost.  Help, anyone?

    Hello, ozpj2. 
    Thank you for the question. Try uninstalling all components of iTunes in the order specified of the article below.  These steps must be processed in the order specified or the error will persist.  Once this is done attempt to install iTunes again.
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/ht1923
    If the issue persists, you will need to process the steps in the article below for each component and reinstall.
    "The feature you are trying to use is on a network resource that is unavailable" alert when removing Apple software in Windows
    http://support.apple.com/kb/TS3704
    Cheers,
    Jason H.

  • Magic keyboard stopped working after latest OS X updates (June 2013)

    My iMac: Just performed the latest OS X updates (M Lion) that appeared sometime late May or June 2013. I think the updates were some camera updates and iTunes, and some other things that needed a restart of the computer. After reboot the magic keyboard (that came with the iMac) stopped working. I couldn't enter the password on login screen. Funny thing was the keyboard seemed to be paired with the computer, as the light buttons and the volume buttons worked, but only them, nothing else responded.
    Even trying to restart/shut down the computer did not help. Actually shutting down the computer did not work, the spinning thing spun for a while and then the login screen reappeared. No progress.
    Fix: In the end I hit the physical power button and forced a shut down. After booting up, the keyboard worked again.
    Maybe this can help someone.

    Eric,
    Sorry to hear that but my aluminum Bluetooth keyboard for my 27" iMac is working fine after the Supplemental Update.

  • Illustrator CC has stopped working (after latest update)...

    Hi, 
    I get the following message "Illustrator CC has stopped working..." when I now attempt to launch the program. This is only following the new update of Illustrator. I have uninstalled Wacom Cintiq HD 13 from the PC. Has no change.
    Any help please? Thanks.
    Windows 8, Version 6.3 (Build 9600)
    Faulting application name: Illustrator.exe, version: 18.1.0.430, time stamp: 0x54247b91
    Faulting module name: Illustrator.exe, version: 18.1.0.430, time stamp: 0x54247b91
    Exception code: 0xc0000005
    Fault offset: 0x000000000013920a
    Faulting process ID: 0x3d8
    Faulting application start time: 0x01cfe32da5a29313
    Faulting application path: C:\Program Files\Adobe\Adobe Illustrator CC 2014\Support Files\Contents\Windows\Illustrator.exe
    Faulting module path: C:\Program Files\Adobe\Adobe Illustrator CC 2014\Support Files\Contents\Windows\Illustrator.exe
    Report ID: e519a0fe-4f20-11e4-82a4-74d435809d3b
    Faulting package full name:

    Hi Burninghammer,
    Are you using the Suitcase Fusion 5 software ? If yes than please update the plug-in from the Extensis web-site.
    There was a known issue with AI CC 2014 latest update & Suitcase Fusion 5. The latest update of the Suitcase Fusion fixes this issue.
    Please go through this KB article:
    http://helpx.adobe.com/illustrator/kb/illustrator-cc-20141-crash-launch.html
    If still you face the issue, than please let me know.
    With Best Regards,
    Sumit Singh

  • Viber Stops working after latest update 10.3.1.1565

    Hi,
    Please note that i have to re-install viber everytime i have to use. Once i close the application it does not send any msgs or make calls. i am facing this problem after installing the latest update.

    Ashuu2399 wrote:
    Till date no response from Support team
    Have try to contact the developper(s) of the program, they are the best one to naswer why this program does not work anymore, and when it might be fix
    Using the Playbook and the Z10 and the Z30 and loving them
    Martin

  • IPad2 stopped syncing after latest updates?

    After recently updating my iPad2 to the latest edition it no longer manually syncs with the iMac and therefore doesn't sync with iCloud?

    I now realize that syncing started to fail about two weeks ago. I honestly don't remember the exact day i upgraded to iOS8 but it is very likely this is the cause. Now the only solution i see it to wipe all notes by first copying them elsewhere, and then deleting all, then testing all my devices to ensure syncing, then re-entering those i need, which are close to 100.
    What a pain.

  • Wireless stops working after latest update

    Yesterday I updated my Apple TV (model type MD199LL/A) software to v5.3. After it completed, it completely lost the ability to find a wireless network. When I go to General --> Network --> Wi-Fi, it can't find any networks, and just shows the "Other" button. When I manually enter my wifi network SSID, it shows the "Scanning" screen indefinitely. The wifi worked fine before the update, and also works fine on all other devices on the network (iPhone, Macbook).
    I've connected it to the router via Ethernet and reset the software, but the problem still persists. Any suggestions on how I can fix this?
    Many thanks!
    Bobby

    Looks like it was a problem with the Apple TV unit itself. I took it to the local Apple store, and it turns out that it was from a bad batch for which replacements are available [1], and I was given a free replacement. Problem solved. : )
    [1] http://9to5mac.com/2013/04/15/apple-says-small-number-of-apple-tvs-have-wifi-iss ues-opens-replacement-program/

Maybe you are looking for