Is the transformer of T series compatible with each other?

Can I use T42's transformer on T60 or vice versa?

No, both the voltages and the plugs are different.
Hope this helps.
Cheers,
George
In daily use: R60F, R500F, T61, T410
Collecting dust: T60
Enjoying retirement: A31p, T42p,
Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

Similar Messages

  • HT2477 Are documentS created with Microsoft office for windows and Microsoft office for mac are compatible with each other

    Are documents created with Microsoft office for windows and Microsoft office for mac are compatible with each other?

    As with a lot of software, it depends on the version of Word, and what features the author used.
    Technically, Office 2010 for Windows and 2011 for Mac are supposed to be feature compatible. As are Office 2007 for Windows, and 2008 for Mac.
    However, if a person using Office 2010 / 2011 used a feature that only exists in that version and sends the file to someone using Office 2007 / 2008, they would very likely have trouble opening the file, or having it display as intended.

  • Is the Mac iBook G4 series compatible with iCloud?

    Is the Mac iBook G4 series compatable with iCloud? Currently it has mobile me

    No.
    System requirements for iCloud - Apple Support

  • Do two wifi networks in the same home have to conflict with each other?

    I have an Xfinity1 system that requires its own combo modem/router supplied by Xfinity in order to run its system. The premise here is that you can play live tv from any of your devices like computers, iPads and iPhones using their wifi system, and it works well.
    I was advised by Apple that my two Airport Expresses, which provided my network before I brought in the Xfinity system, should be reconfigured to "join" my Xfinity network instead of maintaining their own separate network. So I reconfigured everything at their direction, and now my Airports won't stream music or anything else. I called Apple, we checked out my configuration and found out my Airports were set up and working correctly.
    Now I have been advised by a senior Apple tech to go back to my original setup with the Xfinity network and a separate Airport Express network. This was late last night, and I was just too tired to do it at that point. So, today I have a phone appointment with that senior Apple tech to change everything back to my original setup.
    I would like some input from the community about this situation. Maybe there is more to this than meets the eye. Like why are these Airports currently not streaming music from any of my devices? The Airport icon shows up when I try to stream music, but when I choose one of the two Expresses nothing happens.
    The Xfinity system does not stream Apple stuff. Could the problem be that, by joining the Xfinity network, the Airports cannot stream music from iTunes or iPads or iPhones because the Xfinity system cannot accommodate Apple content under any circumstances. In other words, do you just have to have an Apple network to stream Apple content?
    HELP.

    By default, the WLC code does not try to contain rogue AP's.  Just lots of alarm's and unclassified rogue's.
    In this case you hosts may have actually enabled containment but would have also received a screen full of warning about the public nature of the unlicensed wifi band.
    Here the Superior Court system is side by side with the County system even to the extent that the AP's are next to each other.  Gets fun.  Since each SSID constitutes a rogue, each unit represents a LOT of rogues to report.
    Good Luck

  • Are JUnit jar and spring OSGi bundle in OEPE compatible with each other?

    The OEPE 11g comes with org.junit4_4.3.1 and Spring OSGi Bundle (org.springframework.bundle.spring_2.5.6.v200808081800.jar). However, these two seem to be incompatible. For example, @RunWith(SpringJUnit4ClassRunner.class) in a test case gives error because org.junit.internal.runners.JUnit4ClassRunner is not in the junit.jar.

    Hello,
    There could be a compatibility issue.
    I mentioned in the other thread that downloading a more recent JUnit JAR and using it in your project might help us diagnose the issue further.
    Let us know the results of that test.
    Regards,
    Andrew

  • Cisco AP541-N & WAP551 compatible with each other or not?

    Hello everyone. We have 18 AP541-Ns and 2 WAP551s at our office. And we want to use them by cluster. My question is that, can these Access points support each other? If someone have any idea on that, please assist us. And another one question:
    They can support 10 (AP541) & 12 (WAP551) access points per each cluster. So how can i configure these ones? Maybe i should create 2 cluster (1st floor and 2nd floor) and divide it 10 by 10.
    Please help on above problem for us.
    Thanks,
    Ayush

    Hi Ayush,
    Cluster is not comatible between AP541N and WAP551/561, so you have two choices:
    - use two Cluster, which have the same IP-Range to connect each other or
    - use a WDS Bridge between one AP541N and one WAP551. The AP541N can use Cluster and WDS to the same time, but the WAP551 does not. So you have the WAP551 in Bridge-Mode to one AP541 or you use two WAPs as a second Cluster, but wired then over the same switch.
    Pasadena

  • Is the NI 1426 frame grabber compatible with a Line/Linear array scanner?

    Is the NI 1426 frame grabber compatible with a Line/Linear array scanner?
    I am currently doing a feasibility study of project which uses NI 1426 frame grabber and a Linear Array Scanner, and I would like to know if they are compatible with each other.
    Thanks in advance
    Sandeeo
    Solved!
    Go to Solution.

    Hi sandeepchinni,
    I agree with gunnesjr that we need more information about what you mean by Linear Array Scanner.  Like he said if it is a line or area scan camera then yes it will most likely be compatible.  A little correction from what he said.  You do not need to purchase NI Vision if all you need to do is acquire images.  The framegrabber will come with the software that is need to work.  If you need to do any kind of image processing then you will need NI Vision.  The following knowledgebase lists what is installed with driver for the card.  Which Vis are Installed with NI-IMAQ and Vision Acquisition Software?
    Adam H
    National Instruments
    Applications Engineer

  • 2 J2EE RI servers which communicate with each other

    Hi all,
    I'm wondering whether the following scenario is possible, and if so, of course I would like to now how I have to achieve it.
    I want to run two j2ee ri application servers on two different machines. What I want, is that the applications on the two different servers can communicate with each other.
    Any help on this will be greatly appreciated.

    Greetings,
    that does the lookup, so I have the bean clasees in
    the classpath of the project (is that what you
    ment?).In addition to the bean classes, the client needs the stub files generated by deploytool - the reason for the ClassCastException is due to that the cast actually gets made against the server stub(s) which, in this case, isn't available to the client. The stubs are generated during deployment and have the same name as your interfaces with the suffix '_impl' (implementation). The first dialog of the deployment wizard has the option to "Return client jar" - select it (a checkbox) and add the resulting jar file (has the same name as your .ear file with the ending 'Client.jar'), to your client's CLASSPATH (just mount it as a filesystem in Forte4J ;). This file has the stubs along with the rest of your bean's associated classes.
    Can you help? I'm realy stuck.I hope this helps.
    Thanks.
    Oded "Shushu" HasidiRegards,
    Tony "Vee Schade" Cook

  • HT1199 My mac has OSX version 10.8.2 and I'm try to install an aiport express base station which requires 10.5.7 or later. Yet when I try to install the software it says the base station is not compatible with my mac version - how do I resolve?

    My mac has OSX version 10.8.2 and I'm try to install an aiport express base station which requires 10.5.7 or later. Yet when I try to install the software it says the base station is not compatible with my mac version - how do I resolve?

    You already have the software installed that you need if you have 10.8.2.
    If AirPort Utility cannot find the Express, that is another matter. More software is not needed. More troublehooting is needed.
    Power up the Express for a full minute
    Hold in the reset button on the Express for 7-8 seconds and release
    Allow a full minute for the Express to restart
    Click the AirPort icon at the top of the Mac's screen
    Look for a heading of New AirPort Base Station
    Just below that, click on AirPort Express
    What happens?

  • I have an older iMac 5,1 and the disc drive no longer works. I was hoping that I could the Apple USB super drive as a replacement, but the info on the super drive page says compatible with iMac 2012 or later. Does anyone know why it would not work for me?

    I have an older iMac 5,1 and the disc drive no longer works. I was hoping that I could the Apple USB super drive as a replacement, but the info on the super drive page says compatible with iMac 2012 or later. Does anyone know why it would not work for me?

    A reply to similar question (Q & As , in product page Apple Store) says:
    "...dissable the internal reader hardware from devices setup. Then plug the external usb superdrive and that's it."  Answered by Enrique T from Lima Oct  25 2013.
    If you can locate an external Apple USB 'Air" superdrive for earlier model MacBook Air, that should work. The newer one for the Air is the same as for iMac, now.
    You may be able to use other brands of external USB optical drive with your older intel-based iMac, as some of them function capably. A few should also be able to see system discs or other bootable utilities on DVD.
    Hopefully this helps.
    Good luck & happy computing!

  • Cannot publish Webpart - "Invalid SPlistItem. The SPListItem provided is not compatible with a Publishing Page"

    Hello All,
    I have seen this error message discussed in other posts on the forums here but the solution of deactivating and reactivating server publishing/infrastructure are not working for me. In fact I encountered additional errors when reactivating publishing at
    the site level. Powershell was necessary to reactivate site level server publishing.
    Here is detail of the error I get when attempting to publish:
    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 18/11/2014 08:59:05
    Event time (UTC): 18/11/2014 08:59:05
    Event ID: e2e43649e2164e399fe0aa85892a002c
    Event sequence: 165799
    Event occurrence: 17
    Event detail code: 0
    Application information:
    Application domain: /LM/W3SVC/1827921427/ROOT-1-130607489469090399
    Trust level: WSS_Custom
    Application Virtual Path: /
    Application Path: C:\inetpub\wwwroot\wss\VirtualDirectories\portal.cooperstc.com443\
    Machine name: CTCSP2
    Process information:
    Process ID: 7392
    Process name: w3wp.exe
    Account name: COOPERS\svcSPPortalAppPool
    Exception information:
    Exception type: ArgumentException
    Exception message: Invalid SPListItem. The SPListItem provided is not compatible with a Publishing Page.
    Request information:
    Request URL: https://portal.cooperstc.com:443/CLG/Student/Videos/Pages/Test101.aspx
    Request path: /CLG/Student/Videos/Pages/Test101.aspx
    User host address: 10.33.50.119
    User: COOPERS\yangro
    Is authenticated: True
    Authentication Type: Negotiate
    Thread account name: COOPERS\svcSPPortalAppPool
    Thread information:
    Thread ID: 41
    Thread account name: COOPERS\svcSPPortalAppPool
    Is impersonating: False
    Stack trace:    at Microsoft.SharePoint.Publishing.PublishingPage.GetPublishingPage(SPListItem sourceListItem)
    at Microsoft.SharePoint.Publishing.Internal.WebControls.PublishingPageStateControl.RaisePostBackEventForPageRouting(String eventArgument, SPRibbonCommandHandler control, RaisePostBackEventDelegate raisePostBackEventDelegate)
    at Microsoft.SharePoint.Publishing.Internal.WebControls.PublishingPageSaveAndStopEditHandler.RaisePostBackEvent(String eventArgument)
    at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    DeActive and then ReActivate Sharepoint Site Publishing Infrastructure feature at both Site And Web level Scope.
    To Deactivate at web level, Open SharePoint Site. Click on Site Actions -> Site Settings, then click on Manage site features and then Deactivate Publishing Infrastructure feature.
    Similarly you can deactivate at site level, Open SharePoint Site. Click on Site Actions -> Site Settings, then Site collection administration and then go to Site collection features. there deactivate Publishing Infrastructure feature.
    To Reactivate again the feature, follow the above steps.
    http://www.c-sharpcorner.com/Blogs/15338/invalid-splistitem-the-splistitem-provided-is-not-compatibl.aspx
    1.The simple thing is to try deactivate and reactive the publishing features both at site collection and site level.
    2. If the above doesn't work then proceed to below PowerShell script.
     $site = Get-SPSite "http://www.mysites/  "
    $web = $site.openweb()
     $correctId = $web.Lists["Pages"].ID $web.AllProperties["__PagesListId"] = $correctId.ToString()
    $Web.AllProperties["__PublishingFeatureActivated"]="True" 
    $web.Update()
    3. The key point is PublishingFeatureActivated bag which has to be true .
    http://webcache.googleusercontent.com/search?q=cache:5xpx-C9kKgsJ:nagendra-gunaga.blogspot.com/2013/11/the-splistitem-provided-is-not.html+&cd=4&hl=en&ct=clnk&gl=in
    If this helped you resolve your issue, please mark it Answered. You can reach me through http://itfreesupport.com/

  • Why are the application in the apple store are not compatible with the iPod touch 4g? Apple please realize there are some of us who still have the iPod touch 4g!

    Why are the application in the apple store are not compatible with the iPod touch 4g? Apple please realize there are some of us who still have the iPod touch 4g! I just want to know.

    Once I find the game i will truly screenshot that it states "not compatible for these models". I just find it RIDICULOUS that my iPod touch is in good condition and some of the applications that I want download sometimes are not compatible with my iPod touch 4g. I am not going to buy an ipod 5th generation if my 4g is still going strong since the year of 2010.

  • Is the ZAGG keys Universal Keyboard compatible with Apple TV?

      is the ZAGG keys Universal Keyboard compatible with Apple TV?

    The ZAGG keys Universal Keyboard  is  a Bluetooth keyboard that the manufacturer states is "compatible with most IOS devices"  but does not list Apple TV specifically, though the the different  IPADS that are compatible are listed.
    I did contact the manufacturer through an online Sales Associate Chat on their website and ironically they could not answer me.   They did take my email and stated they will research and get back to me.  That was only yesterday, 10/7/13 so I will give it a few days.
    I know there are other keyboards available, so maybe I will just research a little more.

  • Is the ipod touch 4G 64gb compatible with the onkyo ds-a2x dock?

    is the ipod touch 4G 64gb compatible with the onkyo ds-a2x dock? Hope you can help me with this as I am interested to buy one (ipod touch). Thanks

    What dos the manufacturer say?  Have you went to their support site?

  • SRT Framework exception: The WSDL document is not compatible with proxy

    hello,
    I'd like to create a logical port to my web service but when I create this type of error:
    SRT Framework exception: The WSDL document is not compatible with proxy class "YAIRPORT_CO_AIRPORT_SOAP": "Unsupported Operation (s): getAirportInformationByISOCountryCode, getAirportInformationByAirportCode, getAirportInforma
    someone has an idea?
    thank you

    Hi,
    Most probably your class YAIRPORT_CO_AIRPORT_SOAP was't automatically generated by SAP from the .wsdl file. If so, then you have to generate it from this file and then create the logical port. For this purpose, go to se80, display the function group there you want to add the class, right-click it and choose Create -> Web Service. Then on the following screens choose Service Consumer, Local File and specify the .wsdl file for the web service you want to use. Finally specify a Package, Prefix and Transport Request, activate the changes and you're done. Now you can create the Logical Port.
    Hope this helps,
    Greg

Maybe you are looking for

  • How can I sync playlists from my iphone to a new computer?

    I have a new Macbook Pro. I transfered the content of my itunes folder from my previous laptop to the new machine but playlists did not transfer. Now I have my playlists on my iphone but want to sync to new computer but Itunes warns me that if I sync

  • Unable to start Admin server by using weblogic.admin utility

    Hi, I stoped the admin server by using weblogic.admin utility command as bellow. java weblogic.Admin -url http://server1:8008 -username adminuser -password weblogic SHUTDOWN myserver It stopped successfully. But while starting as below i am getting e

  • AUR registration rejecting valid email address

    Apparently the pattern that's supposed to match email addresses for AUR registration doesn't match email addresses with '+' in the username portion.  I'd appreciate if this could be fixed. edit: it should be as simple as replacing web/lib/aur.inc:125

  • DVD Studio Pro  continues to shut down unexpectedly

    I have an iMac running Mac OS 10 and my DVD studio Pro continues to shut down whenever I try to open a project. I have no idea how to start fixing this problem and have not found any other forums to be of help. I have a 2 GHz Intel core duo processor

  • I am looking to buy an imac but have some questions...

    Is it possible to use "windows only" software on any mac? I have some photo editing software that I use that is windows only. Thanks! Kari