Lenovo ThinkPad W530 replacement keyboard

Hi,
I am looking to buy a replacement keyboard for my Lenovo ThinkPad W530 notebook.
I'm looking for a US English keyboard.
Can anyone recommend an online retailer? I am having trouble with the Lenovo website itself.
Thankyou,
Steven.

Hey there burrows,
As an option, you can always contact the technical support line and request a parts only order, and order the keyboard directly. To contact the support center you'll need to call 0800-5004618. Make sure you have your serial number, machine type and model number handy when you call. I hope this helps!
Did someone help you today? Press the star on the left to thank them with a Kudo!
If you find a post helpful and it answers your question, please mark it as an "Accepted Solution".! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.

Similar Messages

  • [SOLVED] Bumblebee: Failed to initialize GPU with Lenovo ThinkPad W530

    SOLVED: See post #20
    After years, I decided to come back to the wonderful distro, Arch and back to the forums. Yay!
    However, I installed Arch to my new laptop - Lenovo ThinkPad W530 and it uses NVIDIA Quadro K1000M alongside Intel graphics with Optimus technology. Arch is running fine, but I cannot run applications through optirun and I get:
    [exitium@rambutan ~]$ optirun -vv nvidia-settings
    [ 485.536478] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
    [ 485.536909] [DEBUG]optirun version 3.2.1 starting...
    [ 485.536922] [DEBUG]Active configuration:
    [ 485.536927] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
    [ 485.536931] [DEBUG] X display: :8
    [ 485.536934] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia:/usr/lib32/nvidia
    [ 485.536938] [DEBUG] Socket path: /var/run/bumblebee.socket
    [ 485.536941] [DEBUG] Accel/display bridge: auto
    [ 485.536945] [DEBUG] VGL Compression: proxy
    [ 485.536948] [DEBUG] VGLrun extra options:
    [ 485.536952] [DEBUG] Primus LD Path: /usr/lib/primus:/usr/lib32/primus
    [ 485.536972] [DEBUG]Using auto-detected bridge virtualgl
    [ 485.537190] [INFO]Response: No - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 485.537204] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 485.537209] [DEBUG]Socket closed.
    [ 485.537223] [ERROR]Aborting because fallback start is disabled.
    [ 485.537229] [DEBUG]Killing all remaining processes.
    As seen, it says "Failed to initialize the NVIDIA GPU". I have tried different solutions found from these forums and several other places but none of them have worked - the problem remains same. Does anyone have idea how I could fix this? I read somewhere else that there could be issues with newest nvidia drivers - is this possible?
    bumblebee.conf:
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=auto
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    # bbswitch - new in BB 3, recommended if available
    # switcheroo - vga_switcheroo method, use at your own risk
    # none - disable PM completely
    # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
    xorg.conf.nvidia
    Section "ServerLayout"
    Identifier "Layout0"
    Option "AutoAddDevices" "false"
    Option "AutoAddGPU" "false"
    Option "UseDisplayDevice" "none"
    EndSection
    Section "Device"
    Identifier "DiscreteNvidia"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    # If the X server does not automatically detect your VGA device,
    # you can manually set it here.
    # To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
    # as you see in the commented example.
    # This Setting may be needed in some platforms with more than one
    # nvidia card, which may confuse the proprietary driver (e.g.,
    # trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
    BusID "PCI:01:00:0"
    # Setting ProbeAllGpus to false prevents the new proprietary driver
    # instance spawned to try to control the integrated graphics card,
    # which is already being managed outside bumblebee.
    # This option doesn't hurt and it is required on platforms running
    # more than one nvidia graphics card with the proprietary driver.
    # (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
    # If this option is not set, the new Xorg may blacken the screen and
    # render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"
    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"
    EndSection
    Thank you in advance!
    Last edited by Exitium (2013-12-18 11:29:54)

    Hi!
    Exactly the same issue here. Notebook -> Thinkpad W530
    Currently running on:
    linux 3.11.3-1
    nvidia 325.15-8
    nvidia-utils 325.15-1
    bbswitch 0.7-14
    Error:
    username@hostname ~ $ optirun -vv nvidia-settings
    [  839.449203] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
    [  839.449495] [INFO]Configured driver: nvidia
    [  839.449729] [DEBUG]optirun version 3.2.1 starting...
    [  839.449774] [DEBUG]Active configuration:
    [  839.449817] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
    [  839.449836] [DEBUG] X display: :8
    [  839.449856] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia:/usr/lib32/nvidia
    [  839.449875] [DEBUG] Socket path: /var/run/bumblebee.socket
    [  839.449890] [DEBUG] Accel/display bridge: auto
    [  839.449909] [DEBUG] VGL Compression: proxy
    [  839.449936] [DEBUG] VGLrun extra options:
    [  839.449953] [DEBUG] Primus LD Path: /usr/lib/primus:/usr/lib32/primus
    [  839.449996] [DEBUG]Using auto-detected bridge virtualgl
    [  839.450294] [INFO]Response: No - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0.  Please
    [  839.450344] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0.  Please
    [  839.450373] [DEBUG]Socket closed.
    [  839.450398] [ERROR]Aborting because fallback start is disabled.
    [  839.450419] [DEBUG]Killing all remaining processes.
    dmesg output:
    [   81.162604] bbswitch: enabling discrete graphics
    [   81.396637] pci 0000:01:00.0: power state changed by ACPI to D0
    [   81.396663] thinkpad_acpi: EC reports that Thermal Table has changed
    [   81.483200] nvidia: module license 'NVIDIA' taints kernel.
    [   81.483205] Disabling lock debugging due to kernel taint
    [   81.488096] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    [   81.488289] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1
    [   81.488294] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  325.15  Wed Jul 31 18:50:56 PDT 2013
    [   81.665938] nvidia 0000:01:00.0: irq 50 for MSI/MSI-X
    [   81.670434] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.670528] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.670594] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.670659] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.670723] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.670960] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.671192] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.671258] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.879826] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.905471] NVRM: GPU at 0000:01:00.0 has fallen off the bus.
    [   85.905479] NVRM: os_pci_init_handle: invalid context!
    [   85.905481] NVRM: os_pci_init_handle: invalid context!
    [   85.905486] NVRM: GPU at 0000:01:00.0 has fallen off the bus.
    [   85.905490] NVRM: os_pci_init_handle: invalid context!
    [   85.905491] NVRM: os_pci_init_handle: invalid context!
    [   85.930135] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.930442] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.930719] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.930990] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.931258] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.931526] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.931794] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.932062] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.932329] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.932595] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.932862] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.933129] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.933396] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.933662] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.933942] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.934197] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.934452] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.934706] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.934960] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.935215] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.935469] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.935722] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.935976] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.940508] NVRM: RmInitAdapter failed! (0x25:0x28:1157)
    [   85.940517] NVRM: rm_init_adapter(0) failed
    xorg.conf.nvidia:
    Section "ServerLayout"
        Identifier  "Layout0"
        Option      "AutoAddDevices" "false"
        Option      "AutoAddGPU" "false"
    EndSection
    Section "Device"
        Identifier  "DiscreteNvidia"
        Driver      "nvidia"
        VendorName  "NVIDIA Corporation"
    #   If the X server does not automatically detect your VGA device,
    #   you can manually set it here.
    #   To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
    #   as you see in the commented example.
    #   This Setting may be needed in some platforms with more than one
    #   nvidia card, which may confuse the proprietary driver (e.g.,
    #   trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
        BusID "PCI:01:00:0"
    #   Setting ProbeAllGpus to false prevents the new proprietary driver
    #   instance spawned to try to control the integrated graphics card,
    #   which is already being managed outside bumblebee.
    #   This option doesn't hurt and it is required on platforms running
    #   more than one nvidia graphics card with the proprietary driver.
    #   (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
    #   If this option is not set, the new Xorg may blacken the screen and
    #   render it unusable (unless you have some way to run killall Xorg).
        Option "ProbeAllGpus" "false"
        Option "NoLogo" "true"
        Option "UseEDID" "false"
        Option "UseDisplayDevice" "none"
    EndSection
    bumblebee.conf:
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=nvidia
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=auto
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    #         bbswitch - new in BB 3, recommended if available
    #       switcheroo - vga_switcheroo method, use at your own risk
    #             none - disable PM completely
    # https://github.com/Bumblebee-Project/Bu … PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau

  • Premiere CC crashes on launch on Lenovo ThinkPad W530/Quadro K2000M

    Hey everyone!
    I can't get Premiere Pro CC to launch on my new laptop--Lenovo ThinkPad W530 with Quadro K2000M graphics. On launch I get "Adobe Premiere CC has stopped working."
    The K2000M is on the approved list, so I was hoping that wouldn't be a problem. But uninstalling the nVidia drivers does actually allow me to open Premiere, so clearly that is the problem. I went to the Lenovo site and I'm using the most up-to-date driver (9.18.13.1270/8.15.10.2725/G5DE43WW).
    Things that didn't work that I've seen elsewhere on this forum:
    - signing out of and into Creative Cloud
    - running Premiere in Windows 7 compatibility mode
    - running Premiere as administrator
    Any help in getting the program and the nVidia running at the same time would be appreciated...I have a project coming up shortly.
    Matt Levie
    If it helps, here's the problem signature:
    Problem signature:
      Problem Event Name:    BEX64
      Application Name:    Adobe Premiere Pro.exe
      Application Version:    7.2.1.4
      Application Timestamp:    52aed7f3
      Fault Module Name:    StackHash_1dc2
      Fault Module Version:    0.0.0.0
      Fault Module Timestamp:    00000000
      Exception Offset:    0000000000000000
      Exception Code:    c0000005
      Exception Data:    0000000000000008
      OS Version:    6.1.7601.2.1.0.256.48
      Locale ID:    1033
      Additional Information 1:    1dc2
      Additional Information 2:    1dc22fb1de37d348f27e54dbb5278e7d
      Additional Information 3:    eae3
      Additional Information 4:    eae36a4b5ffb27c9d33117f4125a75c2

    Unfortunately, the crash data you posted doesn't give us any clues.
    It looks like the driver you're on is very fresh: 2014-1/5. Another user recently reported a different problem on a Lenovo w/ the K1000M (http://forums.adobe.com/message/5987620#5987620). Don't know yet what driver he's on, but if he's also on a new one, I'd begin to suspect a bug in the driver.
    Some additional data could be illuminating. Premiere installs a utility called GPUsniffer. You'll find it here: C:\Program Files\Adobe\Adobe Premiere Pro CC. However, unless you read quicker than I do--and I mean waaaay faster--launching it from there won't do much good. You'll have to open the command console, navigate to the path above, and type gpusniffer.exe. (Let me know if you need more explicit instructions for getting around in the console.) Then copy the report and paste it here.
    edited to add: To help determine if the current Lenovo K2000M driver is at fault--and possibly get yourself back in business--please roll back to an earlier driver.

  • Lenovo ThinkPad W530 (2441-4R3) specs

    I've been trying in vain to get the specifications for the Lenovo ThinkPad W530 (2441-4R3). Lenovo's Customer Support and Tech. Support could not help me with this issue. I would appreciate at if someone would please send me the specification for this model (MTM)? Thanks.  Darren
    Solved!
    Go to Solution.

    according to the lenovo website, you have the following spec.
    i7-3740QM(3.70GHz),8GB RAM,180GB Solid State Drive,15.6in 1920x1080 LCD,2GB NVIDIA Quadro K2000M,DVD Recordable,Intel 802.11agn wireless,WWAN Upgradable,1Gb Ethernet,UltraNav,Secure Chip,Camera,9c Li-Ion,Win7 Pro 64
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • Is cs5 compatible with Lenovo ThinkPad W530?

    Quick question... I own a copy of the CS5 and am thinking of buying the
    Lenovo   ThinkPad W530 2438-4CU 15.6" .... It appears to be a good match.. Any thoughts?
    Jamnjules

    That looks like a great machine. Yes it should be fine with CS5 as CS5 is compatible with Win 7 Pro.

  • Lenovo thinkpad T540P backlit keyboard swap

    Hello,
    I intend to buy lenovo thinkpad T540P, part number 20BE003AUS.
    Does the motherboard support backlit keyboard?
    Can I buy the backlit keyboard and swap it with the old one?
    Thanks,

    yes

  • Lenovo ThinkPad X131e Replacement Hard Disk Drive Specifications

    I have recently been given a Lenovo ThinkPad X131e 3368-2GU. I notice that the internal 320GB 2.5" SATA Seagate Momentus Thin HDD is a slim height 7mm model. I would like to upgrade internal storage to 1TB or more. Do I have to replace this HDD with another 7mm model or will any 2.5" SATA HDD work? Any other replacement HDD requirements of which I should be aware?
    Thanks for any assistance!
    Solved!
    Go to Solution.

    Tryed by myself , the 9.5mm doesn't fit ,  7mm works perfectly

  • LENOVO THINKPAD T410 replace dvdrom to hdd

    hi guys,
    just need your help i wanted to replace my dvdrom to hdd. 
    is there no issue to replace the dvdrom to hdd in my LENOVO THINKPAD T410?
    i will replace it to 500GB hdd.
    thanks,
    Gerald

    Hi,
    it depends of the HDD's phisical size.
    Also do not forget adapter:
    http://support.lenovo.com/us/en/documents/pd010634
    x220 | i5-2520m | Intel ssd 320 series | Gobi 2000 3G GPS | WiFi
    x220 | i5-2520m | hdd 320 | Intel msata ssd 310 series | 3G GPS | WiFi
    Do it well, worse becomes itself
    Русскоязычное Сообщество   English Community   Deutsche Community   Comunidad en Español

  • Lenovo thinkpad x240, backlit keyboard

    I just bought my new lenovo thinkpad x240, I like the laptop and this is the second day using it. However, at first time I use the laptop I realized that it doesnt have the "backlit keyboard", Does the lenovo thinkpad x240 have this feature or not? if it's right I'm really disappointed of this. I think all the new lenovo laptops have this feature. Also tried to press "Fn" + the "spacebar" its doesnt work with me. By the way, the spacebar doesn't have the light symbol on it.
    Thanks.

    you should call Lenovo customer service and talk to them about it (or speak to the people where you bought the machine from).
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • Help requested from Lenovo Admins- W530 replacement pain

    Dear Lenovo admins,
    I have the same issue as several posts here where only DIMM slot 1 and 3 work and anything in 2 and 4 does not POST.  Also I have couple of dead pixels.  I called tech support first on 1-Oct and they gave me a Case number telling me to call CS and ask for a Type 3 request.  I called on 1-Oct and after a hour wait got a CS person who told me that my request was forwarded to the Concerns/Billing Department and to wait while he transferred me to them.  After an additional 3 hours of waiting I used another phone to call CS who told me to hang up the other phone since Concerns would call me back in 3-5 days.  All along I was asking if they would call me to figure out the next steps and to send me a box for the return since I had gotton rid of my origianl box.  I was told multiple times the Concerns/Billing would take care of sending a return box with label.  When I didn't hear back after three days, I checked again with CS who told me that they would call.  On day 5 I called again and the CS person said give it until Monday 8-Oct.  When I didn't hear anything yesterday, I call at the end of the day and was told the return is being worked on and I would get a call no later than today.  I also confirmed that they would send me a box for the return.  Today I called and I'm still not sure where things are since I got the same story of return is being worked on and now someone will call me or email me.  This time however was told that they would not send me a box and I would have to contact Tech support since Tech support does not deal with Lenovo CS.
    This experience is not acceptable to me.  It should be a simple matter of getting a call with the next steps, ie box sent for return with label and an eta of the new delievery.  I have at least 10 other Thinkpads/Lenovos and this is the first time I am dealing with really annoying and not impowered CS.  I would really appreciate a note from the admins on who I need to actally contact to get things done.  What I would like is...
    1. Speak to someone who has authority
    2. Have a return box and label shipped to me
    3. Recieve an ETA of the replacement.
    I don't think I am asking too much here.
    Thanks.
    Paul

    The W530 doesn't use a tray like the older thinkpads did. I only use the rubber rails.  Make sure that you use the right rails, there are 2 sizes, one fot 9.5 mm and one ofr 7 mm drives. I have two W530's and the rails work fine in both, they hold the drive firmly and I've never had a drive lossen up.

  • Lenovo Thinkpad W530 Speakers are absolute garbage

    The W530 speakers are the worst speakers I’ve ever seen in any laptop. 
    I purchased the W530, and although everything else is great, the speakers are absolutely worthless. And no, calling it a business laptop doesn't justify not installing good speakers either. A business laptop and in this case, a mobile work station simply means a powerful machine capable of doing complex tasks including multimedia. Business doesn't mean crunching numbers in excel, it means professional use.
    I'm not a gamer, and the last game I played was on ATARI, 25 years ago, so I don't expect mind blowing audio from a laptop. What I do expect is to be able to actually hear a **bleep** conversation on a Skype call, or watch a movie without headphones. My old Toshiba laptop with Herman Kardon speakers sounds like a boom box compared to this machine.
    My cell phone speakers have better clarity, depth and volume than this $3,000 machine, and I don't appreciate cheapness. If you claim to be the best, deliver the best, plain and simple. 
    Shame on you big time Lenovo.
    Solved!
    Go to Solution.

    I do have the Dolby on, otherwise I wouldn't even know if there was speakers on this thing. It's just a shame. It's like buying a top of the line performance car and having a 50 cents speakers in it. I'll be glad to rip it apart and install ne speakers but I'm sure that will void my warranty. There is just so much you can do with electronic pre amps and the only cure is new speakers.
    Either put decent speakers in these machines Lenovo, or take out these garbage and extend the keyboard with number pad.
    What makes it worse is that there are reviews here that claim that the speakers are great, or at least hell of a lot better than the W520. This is simply not true and very misleading.

  • Lenovo Thinkpad Compact USB Keyboard with Trackpoint: Middle mouse button and scrolling

    I got this keyboard (KU-1255).
    Unfortunately, it generates bogus mouse button events if I click the middle mouse button and use the trackpoint:
    With "thinkpad scrolling mode" disabled, the middle mouse button is released as soon as I move the trackpoint while still pressing the button!
    Expected behaviour: The middle mouse button is pressed, the event created. Moving the trackpoint moves the cursor normally. Releasing the middle button creates a corresponding event.
    With "thinkpad scrolling mode" enabled, the button is registered as pressed, then scrolling occurs as I move the trackpoint and the button is released if I release it.
    Expected behaviour: No middle mouse button event is registered if I move the trackpoint. Pressing and releasing the middle mouse button is only registered if I click the button without moving the trackpoint.
    When will there be a firmware update available for the keyboard, like for the SK-8855?
    Since I am also using Linux, I would be really interested in fixing this in the firmware, not only getting a new Windows driver.

    Help please.

  • ThinkPad W530 Review

    Just wanted to give a heads up about a review of the W530 that's written by a user who owns the W520, so it's heavy on comparisons which is kind of helpful if you're familiar with that machine.  I'll quote the whole review below sans all the images to prevent bandwidth warnings!   Also truncated and removed some sections to get under the 20,000 character count limit Full review with images is here: http://www.laptopreviews.com/lenovo-thinkpad-w530-review-2012-07
    Just like last calendar year, Lenovo is ahead of Dell and HP in releasing a workstation equipped with the latest and greatest Intel Core processors and nVidia Kepler professional graphics. Starting at $1,299 on Lenovo.com (which is the same starting price as the W520 when it was introduced), the Lenovo Thinkpad W530 can be configured with processors ranging from the Intel Core i5-3320M to i7-3610QM to the top-end i7-3290XM, supports up to 32GB RAM and 270 nit 95% color gamut FHD display for demanding business customers. The W530 is like the W520 in many ways as a professional workstation laptop.
    The Thinkpad W530 under review comes with the following specs:
    Processor: Intel Core i7-3520M (2.9GHz, TurboBoost to 3.6GHz, 4MB L3 cache)
    Graphics: nVidia Quadro K1000M
    Memory: 8GB RAM DDR3-1600MHz
    Display: 15.6” 1600 x 900 resolution, matte finish
    OS: Windows 7 Professional
    Storage: 500GB 7200RPM
    Battery: 6-cell Li-Ion, 57Whr
    Wireless: Intel Centrino Advanced-N 6205
    Ports: Gigabit Ethernet, VGA, mini-DisplayPort, powered USB 2.0, USB 2.0, USB 3.0 (x2), combination headphone/microphone jack, ExpressCard slot (34mm), SDHC reader, 1394
    Weight: 5.95lbs (2.7kg)
    Keyboard
    Let’s just start off with the most obvious change. The new keyboard is the most radical change in the ThinkPad line since…forever, really. Up until now, the ThinkPad series has had the same keyboard style since introduction, with minor changes here and there. Replacing the traditional 7-row ThinkPad keyboard is the island-style 6-row keyboard, found on the whole range of ThinkPad's, from the 12” X230 all the way up to this 15.6” workstation.  Even with the changes, the surface of each key has stayed the same during the transition (1.5cm by 1.5cm for the alphanumeric keys) as well as the spacing between each key (roughly 0.4cm). Other keys, such as Caps Lock, Enter, Shift, Backspace, etc., have stayed the same size as well, though the Caps Lock key no longer has an indicator light. Notable differences include shape changes in the Esc key, Delete key, moving the power button from top-center to top-right, and the lack of a dedicated Menu key.  However, the most important changes in key layout are as follows:
    The layout of the “special keys” (Delete, Home, End, PgUp and PgDn) has been dramatically rearranged on the new keyboard
    The dedicated Forward/Back buttons are now gone.  These buttons used to be located to the right/left of the Up Arrow key and are now replaced with the PgUp/PgDn keys
    The Print Screen button is now located where the Menu button should be.
    The Scroll Lock and Pause buttons have disappeared, though they have been relegated to near-oblivion in today’s world
    And just for change’s sake (as far as I know), Lenovo decided to paint the Enter key black instead of the traditional ThinkPad blue and the Windows key is bigger on the W530 than the W520 (1.5cm squared vs. 1cm squared).
    To those coming from an older ThinkPad, the newer keyboards are either something to love or something to hate. The older keyboard in previous generations were renowned for their quality and keyboard feel (certainly, they were one of the best laptop keyboard on the market) and is so popular that it has an almost religious following among ThinkPad users. On the flip side, the newer keyboard has a lot to prove to the ThinkPad community. While the common-used alphanumeric keys have the same area and spacing as the old keyboard and the typing quality on it is above average (compared to other island-style keyboards), Lenovo’s choice to move and kill off some special function keys fly in the face of what most ThinkPad users would want. I love using the Forward/Back buttons while browsing the internet and using Windows Explorer, for example, but with the current and likely future ThinkPad's killing those buttons off, I will miss being able to navigate with just my right pinkie. The choice to move the Print Screen button to the bottom of the keyboard just baffles me, period. It would have been nice if Lenovo had kept the 7-row layout while designing the new keyboard and if the keys had stayed in pretty much the same positions during the change (for example, “special keys” staying in the top-right, bringing back the Forward/Back buttons), I wouldn’t make too much fuss over the new style even though I personally prefer traditional keyboards. At least the Fn button stays in the bottom-left corner, an odd quirk that’s been featured on ThinkPad's for as long as I can remember.
    Build and Design
    Just like the W520 before it, the newer W530 is a tough machine, built well and meant to last. The outside casing of the laptop is made using ABS plastic, while the inside contains an internal rollcage to protect internal electronics in case of a drop or other accident. It also makes the laptop all but impossible to flex (there’s maybe a millimeter or two of flex when twisting the display). There is a keyboard draining system that will protect the laptop in the event of a small liquid spill onto the keyboard as well. Sturdy, metal hinges attach the display to the body of the W530, and they are firm enough to hold any angle they are set up despite any typical vibrations or other movements, and if the W520 is any indicator, they will stay firm for years to come.
    As I’ve mentioned in my Thinkpad W520 review, Lenovo’s business laptops are certainly capable of withstanding a few drops onto the floor. Even with repeated drops, having the power brick fall onto the palm rest from several feet above, and traveling with the notebook unprotected in a backpack for just over a year, I’m sure that the W530 will be able to survive prolonged abuse for years to come.
    One thing to note about the W530 (and workstation laptops in general) is the power brick. The version with the K1000M GPU comes with the 135W power adaptor and it’s just slightly smaller and lighter than an actual brick of the clay variety, coming in at 6in by 2.5in by 1.4in and 1.83lbs. Those considering buying a W530 with the K2000M will receive the 170W power adaptor (like my W520), which measures 6.5in by 3in by 1.4in and actually weighs less (1.7lbs) oddly enough.
    Display
    While the review unit came with a 900p, 220 nit HD+ display, the W530 is also available with a 768p 220 nit display (which I recommend against; 768p needs to stay in netbooks and bargain-bin laptops, not workstations) and a 1080p, 95% color gamut, 270 nit FHD display. Depending on the configuration options, either the 768p is the default and the 900p is a $50 upgrade, or the 900p is the default; the 1080p display is a $250 option, though after owning a W520 with said display, I highly recommend it if it’s in the budget. Both the W520 and W530 use the same model displays.
    With the 1080p display to the left and 900p display to the right, the 50 nit difference shows. Compared to the HD+ display, the FHD appears to be noticeably brighter (though in photos, it shows as being more white-washed, though this is due to the camera and not the displays). Colors on the 95% gamut FHD are also more saturated than the HD+ display, though the HD+ display still has colors that pop out well. Black reproduction on either display is good, with both being very dark. Being TN panels, viewing angles on either is just average, though better than on glossy display found in most consumer laptops. Tilt either screen back far enough (they go just past 180 degrees) and colors turn into shades of black or extremely darker versions.
    Sound
    This is where the W530 makes the W520 look shameful. Owners of the W520 workstation laptop would either have to use an external speaker set, headphones, or have to perform modifications in order to have a laptop that sounds half-way decent. The W520 speakers were low volume (even when at 100%), had no depth, and would sound tinny when playing near 100% and/or playing high-pitch noises.
    In contrast, the W530 actually sounds amazing. In my review of the Thinkpad W520, I contrasted the W520 to a Dell XPS 15 with JBL speakers, concluding that the only way to get good sound from a W520 was to use a different sound solution from the internal speakers. However, I feel that the W530 can compete with media center laptops in terms of audio performance, a major plus over the previous generation Lenovo workstation. This is in thanks to different audio drivers (the W520 uses the Conexant 20672 SmartAudio HD drivers, and the W530 uses Realtek High Definition Audio) and Lenovo’s inclusion of Dolby Home Theater v4 software, which I went into detail about in the Ideapad U310 review. In a nutshell, this software includes a few factory-shipped sound profiles and settings appropriate for different usage scenarios, which allow a user to enhance voice quality (in the Movie profile) or to enjoy rich sound when listening to music (in the Music profile and various settings). While the W520 was tinny and lacked bass, the W530 can reproduce sounds from any pitch found in music and gives great bass for a laptop lacking a subwoofer.
    Software
    Unlike the previous W520, Lenovo’s ThinkPad W530 comes with a bit of bloatware out of the box. Of course, there is the typical trial AV software, Intel WiDi, and Microsoft Office Starter 2010, though this is to be expected in pretty much any laptop bought today. Also included is a trial of Nitro Pro 7, a PDF editing suite, and Corel DVD MovieFactory (Lenovo Edition). Lenovo also includes a cloud storage solution called “Lenovo Cloud Storage by SugarSync”. Skype is also included on the W530 and with the integrated camera, the video coming from the W530 user looks clear and colorful.
    Lenovo also includes some excellent software as well. My personal favorite is the Lenovo Power Manager 6, which is like the default Windows power manager on steroids. A user can change system settings (CPU deep sleep, display brightness, ODD power, etc.), idle timers (when to stop the HDD, dimmed display brightness, standby and hibernation), advanced settings (allow/disallow hybrid sleep and wake timers, power management for PCIe, USB, CPU, and system cooling), events and alarms. By default, it comes with six power profiles (Power Source Optimized, Max. Performance, Max. Battery Life, Video Playback, Energy Saver (which actually drains more power than Max. Battery Life, oddly), and Timers off (for when a user wants to use the W530 in a presentation).
    The best I can describe Lenovo SimpleTap as being is a Metro-like interface on top of Windows 7; either launching it from the Start menu or the blue ThinkVantage button on the keyboard will activate it, resulting in the traditional Windows desktop being replaced with a Metro-style tile system and a toolbar on the top-right corner. The user can always exit out of this interface by either pressing the Escape key or clicking on the SimpleTap background. The included Thinkpad-branded fingerprint software is also excellent, allowing for a simpler and more secure way to log into Windows; I use it exclusively on my personal W520, though there is a setting to allow a user to log in with a password en lieu of a fingerprint. Last but not least is the ThinkVantage Tools suite, which includes the above ThinkPad applications, plus: Password Vault, Update and Drivers, Airbag Protection (an active protection system for the HDD), Factory Recovery Disks, Messages from Lenovo, Enhanced Backup and Restore, Internet Connections System Health and Diagnostics, and Web Conferencing.
    In the case of a fresh Windows install, a user can always download the Thinkpad-branded software from Lenovo’s website. If anything, I recommend keeping the Power Manager software.
    Battery Life
    Not using Power Manager’s Battery Stretch, the Lenovo Thinkpad W530 was able to last six hours and 46 minutes while having the display brightness set to 5 out of 15 and only using the Intel GPU (Optimus disabled). The 6-cell battery was also able to last five hours and 25 minutes under those same conditions, but also included a 45 minute YouTube video. Using the same settings, but running solely on the K1000M, the W520 manages a battery life of three hours and 52 minutes.
    Out of curiosity, I tried installing my W520’s 9-cell battery into the W530, and while it fitted correctly, there were some issues. If a user tries booting with the older battery, the W530 will stop booting and display the following message:
    The battery installed is not supported by this system and will not charge. Please replace the battery with the correct Lenovo battery for this system. Press the ESC key to continue.
    What that means is that even if the W530 is plugged into its charger, the laptop will still not recharge the battery. This is because the older batteries lack an authentication chip inside of them (found in OEM batteries in the -30 series of Thinkpads). A user can still use an older battery with the system, but will have to find some other means to charge up other than the W530.
    User Upgradability
    If you know how to use a screwdriver, you can upgrade the W530 yourself with aftermarket parts. Lenovo, in a way, even encourages this by publishing their service manuals online. To access RAM slots 3 and 4 and to access the hard drive bay, all that’s needed is to remove the only two doors on the underside of the laptop, three screws total. This ThinkPad ships with a Hitachi Z7K500 500GB 7200RPM hard drive and no RAM in the last two slots (out of a total of four slots, allowing 32GB of RAM maximum).
    To gain access to the rest of the components, there are two additional screws located on the bottom that must be undone. One is located right next to the RAM module door (towards the front edge of the laptop) and the other is located within the RAM module area itself. When these are gone, all one needs to do to remove the keyboard is to slide it towards the display, lift from the bottom edge near the trackpad, and carefully move towards the trackpad. First thing I noticed was that the size, shape, and connector is the same for both the W530’s keyboard and W520’s keyboard, so it might be possible to put an traditional ThinkPad keyboard into this Ivy Bridge system. However, there are additional keys on the W520’s keyboard that are not found on the W530 (Screen Lock, Forward/Back keys, etc.) and the BIOS probably would not know how to handle those extra keys. Anyway, Lenovo ships out this particular system with two sticks of generic Samsung memory (4GB each), an Intel 6205 WiFi card, and a slot for either a WWAN card or mSATA SSD (only one can be installed at a time). If an end user must have both, they could install the mSATA SSD and use an ExpressCard 3G cellular data card externally.
    Conclusion
    Like its predecessor, the W530 is a functional workstation laptop that’s first out of the gate with an array of Ivy Bridge processors to choose from. It can pack up to an Extreme Edition i7-3920XM, nVidia Quadro K2000 GPU, 32GB of RAM, 1080p display, and up to three system drives -- mSATA SSD, primary HDD bay, and another drive if you replace the optical bay with an Ultrabay HDD caddy.  While not equipped with the more expensive options, our review unit is certainly a great workstation that will serve a professional well in any CUDA-based work (CAD, video or photo editing, graphics design, etc.). The most noticeable change between the W520 and W530 is the keyboard, and for a lot of potential buyers it will be a love it or hate it situation. For those buying into the ThinkPad line for the first time, it may not bother you too much. Those who are long-time ThinkPad users (such as myself) will probably be disappointed in the direction Lenovo has gone with the new design, but ignoring the odd arrangement of non-alphanumeric keys the new ThinkPad keyboard is actually a joy to type on. The curved keys fit well around the fingers, just like the old keyboard, and since the spacing between keys are the same it shouldn’t feel too different for those upgrading to a newer ThinkPad.
    If history is any indicator, the ThinkPad W530 should not only be the first Ivy Bridge mobile workstation, but will also be the lightest of the bunch as well (the W520 was 5.95lbs, Dell’s Precision M4600 was around 6lbs, and HP’s Elitebook 8650w started at 6.5lbs). My only objective complaint about the W530 (ignoring the keyboard) is that Lenovo did not introduce an option for users to purchase one with a FirePro professional GPU (Quadro’s competition), found in workstations offered by Dell and HP. For those that do not need CUDA, it would have been a great, cost-effective solution while still staying with the legendary ThinkPad line.
    Pros
    Business-quality durability
    Multiple storage drive options
    Over 6.5 hours of battery life
    IBM warranty support
    Vastly improved sound quality (compared to the W520)
    Cons
    No Forward/Back keys, other missing keys
    Cannot use previous-generation Lenovo OEM batteries

    I think no one "normally" working will use touch specific elements of Win8! Metro is one part of Win8, but i think normal desktop mode will be preferred by 99 %  of the users.
    With the new upcoming Microsoft Surface, touch might work well, but i just don't see myself touching my laptop's screen.
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------W520 4276CTO i7-2860QM Quadro2000M 1920x1080 16GB RAM - 160 GB Intel 320 SSD

  • Broke a key on my W530 backlit keyboard

    I broke a a key on my backlit W530 keyboard and was wondering if it's possible to just get a replacement for the key itself (probably not but worth a shot)
    If I have to buy a new keyboard, which one do I get? I saw a ton of FRUs for keyboards but some of them I just couldn't tell the difference. It's a backlit US keyboard (chiclet style)
    Thinkpad W530: i7-3720QM, K1000M, FHD Screen, 16 GB PC12800, 240GB OCZ Vertex 3 SSD

    Hi,
    Welcome to Lenovo Community Forums!
    I’m sorry to hear that one of the keys of your Lenovo ThinkPad W530 broke.
    Remove the entire keyboard and try to reseat it which may fix the issue. Refer the hardware maintenance manual to see how it has to be done. If it didn’t help, probably you will have to order for a new keyboard.
    Refer this document to find the FRU number. Choose the one which says B/L CHY US.
    Hope this helps!
    Best regards,
    Mithun.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Thinkpad w530 Overheating on Attempted Sleep Mode

    Mark_Lenovo
    I am reaching out to you via this forum, as you appear to be informed and proactive regarding this issue of overheating on attempted sleep mode. I have a Lenovo ThinkPad w530 (purchased which has twice overheated and crashed after I closed the laptop lid. Both times I returned to the laptop to find it extremely hot to the touch and requiring a hard shut down (holding the power key for several seconds) followed by a reboot. It appears that the machine is not determining it needs to go into sleep mode, and the fan is not running, causing it to overheat. I have contacted technical support and they have assigned me a case number and are sending out a box for return. The technical support rep seemed to think it was a fan malfunction and that replacing the fan would be warranted, but based on my experience and what I have read on this forum, I think that is unlikely the cause.
    Can you please contact me to help me coordinate a solution to this distressing problem?
    For those interested, a few weeks ago I had to send the w530 back for repair of a non-functional webcam. It was fixed, but in the process tech support wiped my hard drive, such that I had to reinstall all the software, and windows updates etc., which was a big hassle. So it appears that people’s concern regarding the quality of thinkpads is borne out, at least by my individual experience.
    Ben
    Moderator Note; subject edited; post moved here to start new thread from a thread concerning different hardware.

    Try This...
    Close All Open Apps...  Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

Maybe you are looking for

  • Safari won't open, it automatically crashes

    I have no idea why Safari won’t open can someone please help me. This is the error report pasted below. I can’t get online using a regular browser. I’m using “Maxthon”(which i downloaded from the app store) to post this. I tried to download firefox a

  • How can I copy/paste text from one page to another?

    I feel like I am taking crazy pills... is there really no way to copy a text box (or group) from one page to another while creating books in Aperture 3?  Lets say I have my entire book laid out and I want to add one paragraph at the end on one page w

  • Multiple Sync errors

    I am attempting to set up EAS and getting multiple errors when syncing - Error 1: "There was a problem syncing messages"  Initialization email: sync.  Connection establishment disconnected error 0006:1860:2290 Error 2: "There was an error and the ser

  • I just received my i phone 5 and it seems to be taking long for the apps to download with iCloud. Is that right?

    I just received my iphone5 and am downloading my apps with icloud and it seems to be taking long...is that right?

  • Error when calling RFC

    When i try to call RFC in web dynpro it gives The initial exception that caused the request to fail, was:    java.lang.NullPointerException ................................. Please guide me as i am new in dynpro field.