T400 Can't Modify WLAN Setting & WWAN Setting

T400 , XP , Intel 5350 card & Ericsson AT&T WWAN card . but  when I open the Wireless Connection Status , At  Wireless LAN page , Can't Modify Wireless Lan Setting ( This function is shadow ) . At Wireless WAN Page ,can't Modify Wireless Wan Seeting ( This function is also shadow )  ,I have installed all the driver & utilities . So if someone can suggest me if something were setting wrong.

Hello,
It´s recommend to install your drivers in a specific order.
Please refer to this XP clean install guide.
I would suggest to create your recovery media.1 boot cd + 3-4 DVD
Follow @LenovoForums on Twitter! Try the forum search, before first posting: Forum Search Option
Please insert your type, model (not S/N) number and used OS in your posts.
I´m a volunteer here using New X1 Carbon, ThinkPad Yoga, Yoga 11s, Yoga 13, T430s,T510, X220t, IdeaCentre B540.
TIP: If your computer runs satisfactorily now, it may not be necessary to update the system.
 English Community       Deutsche Community       Comunidad en Español

Similar Messages

  • Modifying a Set without generating a copy of it.

    Hello,
    My question is, how can I modify the Set I pass to a function directly instead of generating a copy of it. Here's what I mean;
    This function will achieve what I want.
           public static Set<String> changeSet(Set<String> passedSet) {
            HashSet<String> changedSet = new HashSet<String>();
            for (String item : passedSet ) {
                changedSet.add(item + "<Changed>");
            return changedSet;
        }However, I have to create a secondary set called changedSet which essentially copies the passedSet with altered items.
    How can I iterate through passedSet and modify its items directly? Feel free to let me know if I am on crack and don't make sense.

    With immutable objects (e.g., instances of java.lang.String), you'll need to replace the element in the Set.
    import java.util.*;
    public class Foo {
        public static void main(String[] args) {
            Set<String> set = new HashSet<String>();
            set.add("foo");
            modify(set);
            assert !set.contains("foo");
            assert set.contains("foo<Changed>");
        static void modify(Set<String> set) {
            for (Iterator<String> iter = set.iterator(); iter.hasNext(); ) {
                String s = iter.next();
                set.remove(s);
                set.add(s + "<Changed>");
    How can I iterate through passedSet and modify its items directly?If you're passing a set of mutable objects, then just use the foreach loop and modify the object via the reference.
    ~

  • Can't modify the advanced Java setting

    I can't modify the advanced Java setting in Windows Vista if the UAC is on. If I disable the UAC the setting can be modified but when I turn the UAC on again return the old setting. This is a big problem because the jre in IE7 results deactivate and I can't open the Java applet infact the browser show the message:
    alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason." Your browser is completely ignoring the <APPLET> tag!
    I have installed the latest version: Java Runtime Environment 6 Update 4
    Thanks for the support sorry for the bad English.

    See http://www.google.com/search?q=java+vista+uac+problem

  • How can I modify the application- validation- set- value validation

    Dear all :
    After I created a new value set( application->validation->set->value validation), I want to change the Type of the "value validation",how can I modify ?
    Regards
    Terry

    Dear all:
    Sorry, I found the answer in the metalink note :[ID 396369.1]     
    Regards
    Terry

  • Why every GOOP "Get Data to Modify" is set as reentrant?

    Hello All
    I found out that in every GOOP programs like e.g. "report generation" the vi "Get Data to Modify" is set as reentrant.
    Can somebody explain to me why it is so?
    thanks
    Pawel

    Hi Pawel,
    The reason for the "Get Data Modify.vi" to be reentrant is that if you for example have two parallel executing VI which both tries to access and lock the attributes of the same object, one will successfully lock the attributes and continue execution. The other VI will be forced to wait until the attributes are unlock again. The Get Data To Modify for this will the will "get stucked" and not finishing executing until the attributes are unlocked or the timeout occurs (compare with a LabVIEW semaphore).
    Further, if you have another VI executing in parallel to the situation described above (totally three parallel activities) and this code tries to lock and modify another object of the same class. If the Get Data To Modify VI wasn't reentre
    nt, this VI should be forced to wait until the Get Data To Modify finished executing for the first situation, actuall the second object is forced to wait on the first objects attributes to be unlocked! This is not the case if the Get Data To Modify is reentrant, the second objects attributes could then be locked immediatly and the execution continues as expected.
    Regards,
    Mattias Ericsson
    Endevo
    Main developer of the GOOP Inheritance Toolkit
    (please visit http://www.endevo.se/default.asp?lang=eng for more information about the new toolkit).

  • How to modify the setting in the security(Enhanced) by SDK

    Hi all,
    Is that possible that modify the setting in the security(Enhanced) by SDK  such as 'add Priviledged locations' ? how to ?
    Or is there any way to modify the setting in the security(Enhanced) by other way instead of in acrobat?
    Appreciate your any help!

    You can convert your MSG file(s) to EML format, edit Date: header in EML file with any plain text editor (like Notepad) and then convert it back to MSG.
    You can use free
    Convert Outlook MSG to EML Files and
    Convert EML Files to Outlook MSG utilities to perform the conversion.
    Alexey Kuznetsov,
    Relief Software
    More than 100 free add-ins for Outlook

  • Can the nano be set to playback in mono mode

    My wife is deaf in one ear and there for cannot hear in stereo mode. Can the Nano be set to playback in mono mode. I have tried to modify a set of earphones for her, but the results are less than desirable.
    Thanks

    I'm deaf in one ear too, and what I did was create the files in mono. I use the 320AAC format, which in mono, shows up as 160AAC and saves 1/2 the space on the hard drive or memory chip. SInce you already have stereo files, it's a simple matter to convert them all to mono, using iTunes. Go to the preferences and set the ripping to a mono-type format, choose all the songs in the library, and then convert them all. It might take hours for a large library, but it works fine.
    I tried converter plugs but they were bulky and there's no simple way to solder the wires together in the tiny leads that go to the headphones that I use, so making mono files was my best option.

  • Help !! how can i chang these setting !!!

    I can not login to Identity Server amconsole , after I change 3 wrong setting in Identity Server console
    the three setting mistake :
    1.
    Identity Management > Services> Authentication > Core > People Container For All Users:
    from dc=xxx to o=xxx,dc=xxx
    2.
    Identity Management > Services > Authentication > LDAP >DN to Start User Search
    from dc=xxx to o=xxx,dc=xxx
    3.
    Identity Managemen t > Services > Authentication > Membership>DN to Start User Search
    from dc=xxx to o=xxx,dc=xxx
    and logout Identity Server
    The three setting mistake make me can' t login Identity Server console
    how can I change these setting from o=xxx,dc=xxx to dc=xxx by change XML
    Tks

    Hi
    You could modify the necessary values in the LDAP directory that the identity server stis on top of. ie:
    (using an ldap browser) go to the following location in the tree:
    dc=xxx, ou=services, ou=iPlanetAMAuthLDAPService, ou=1.0, ou=OrganizationConfig, ou=default
    There should be a "sunkeyvalue" attribute there with the following value:
    iplanet-am-auth-ldap-base-dn=o=xxx,dc=xxx
    change it to iplanet-am-auth-ldap-base-dn=dc=xxx
    Then goto
    dc=xxx, ou=services, ou=iPlanetAMAuthService, ou=1.0, ou=OrganizationConfig, ou=default
    There should be a "sunkeyvalue" attribute there with the following value:
    iplanet-am-auth-user-container=o=xxx,dc=xxx
    change it to iplanet-am-auth-user-container=dc=xxx
    Try to login using LDAP authentication (ie goto to the url "your webserver"/amserver/UI/Login?module=LDAP)
    If that doesn't work, then you will probably have to edit the XML template for these services. This can be done as follows:
    Goto dc=xxx, ou=services, ou=iPlanetAMAuthLDAPService, ou=1.0
    There should be an attribute there called sunserviceschema, whose value is an xml document that specifies the service schema.
    You will need to change the following element:
         <AttributeSchema cosQualifier="default" i18nKey="a103" name="iplanet-am-auth-ldap-base-dn" syntax="dn" type="list" >
              <DefaultValues>
    <Value>o=xxx,dc=xxx</Value>
              </DefaultValues>
    </AttributeSchema>
    to
         <AttributeSchema cosQualifier="default" i18nKey="a103" name="iplanet-am-auth-ldap-base-dn" syntax="dn" type="list" >
              <DefaultValues>
    <Value>dc=xxx</Value>
              </DefaultValues>
    </AttributeSchema>
    Then goto dc=xxx, ou=services, ou=iPlanetAMAuthService, ou=1.0
    You will need to change the following element:
    <AttributeSchema cosQualifier="default" i18nKey="a113" name="iplanet-am-auth-user-container" syntax="dn" type="single" >
              <DefaultValues>
    <Value>o=xxx,dc=xxx</Value>
              </DefaultValues>
    </AttributeSchema>
    to:
    <AttributeSchema cosQualifier="default" i18nKey="a113" name="iplanet-am-auth-user-container" syntax="dn" type="single" >
              <DefaultValues>
    <Value>dc=xxx</Value>
              </DefaultValues>
    </AttributeSchema>
    After doing this, try to login using ldap authentication again.
    Hope this helps
    Dermot

  • Can "line inside" be set as standard preference?

    Can "line inside" be set as standard preference? So that when i make a box with a line, the line automatically is inside the box and not "on" or "outside". I cannot find a way to make it a standard instead of the line "on" the box.

    Ade Fowler wrote:
    Can someone please verify whether this works in CS5? I want:
    Any rectangle – be it a frame or shape – to have a stroke and fill of none. But;
    If I then apply a stroke it aligns to the inside.
    Currently if I select any rectangle tool with no stroke, the three align buttons are greyed out. Adding a stroke enables them but I don't want a stroke!
    I'm sure I'm being daft and missing something obvious but thanks anyway.
    Have you tried creating an object style with no documents open? That style will be the default. You can also edit the Basic Graphics Frame and Basic Text Frame properties with no open documents, to modify these primary objects.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • I can't save the setting for dowloads to go to the specified folder (such as the desktop). It restores to default when I close Forefox.

    I can't save the setting for downloads to go to the specified folder (such as the desktop). It works once but it restores to default next time I open Firefox.
    == This happened ==
    Every time Firefox opened

    Make sure that you not run Firefox in [[Private Browsing]] mode.
    In Private Browsing mode some menu items are disabled (grayed) and some features like visited links and others are disabled and not working.
    You are in Private Browsing mode if you see "Tools > Stop Private Browsing".
    See [[Private Browsing]] and http://kb.mozillazine.org/Issues_related_to_Private_Browsing
    See also http://kb.mozillazine.org/Preferences_not_saved and [[Preferences are not saved]]

  • Regarding receiving texts as emails:  Can you apply this setting to one individual? I want to continue to receive texts from everyone else except one person!

    Regarding receiving texts as emails:  Can you apply this setting to one individual? I want to continue to receive texts from everyone else except one person!

    Don't want to block the person, just have all his texts going directly to my email so that I can maintain a continuous record of his text contacts (rather than remain in text form).
    It appears that I must select an option that makes ALL texts go to email, which I'd prefer not doing.

  • Issue with the functions "add matching sets" and "modify matching sets"

    Hi,
    Though 'None' access permission is set for the functions 'Add Matching Sets' and 'Modify Matching Sets', they are accessible.
    Is this a bug with the tool? or am I missing something?
    Thanks in advance,
    Madan

    sorry, missed the version details.
    I'm using MDM 5.5 SP6.

  • How can i distinguish between set or tuples from incoming filters in a calculation

    How can i distinguish between set or tuples from incoming filters in a calculation. i am using descendants function with the leaves option to calculate some project revenue cause there is different calcuation method on sub projects the sum on the main project
    should reflect the sum of the sub project with all different methods.
    this works fine until i try to select 2 sub projects at the same time. i am getting the standard currentset dosnt work cause its a set.
    is there i way i can check if its a multiple select or not and handle it a different way

    Hi,
    Check the following link about Multi Select Calculations written by Mosha.
    http://sqlblog.com/blogs/mosha/archive/2007/01/13/multiselect-friendly-mdx-for-calculations-looking-at-current-coordinate.aspx
    Best regards...
    Chandima Lakmal Fonseka

  • How can i change the setting on my ipad 2? Whenever i read stories in the net after awhile it goeson standby and i have to keep on entering the passcode. Please help.

    How can i change the setting on my ipad 2? Whenever i read stories in the net after awhile it goeson standby and i have to keep on entering the passcode. Please help.

    Settings>General>AutoLock>Never. Now it will not sleep at all so change it back when you are done reading.

  • Can an iPad be set up for more than one user accounts?

    I have an Ipad wifi. i would like to let my son use it, but would like to set up a separate user account for him. Is this possible on an Ipad?

    No, an iPad is a single-user device, it can only have one set of apps and content on it

Maybe you are looking for

  • How do I Safari to open a new file in a new tab instead of a new window?

    I've been experimenting with Safari recently. One of my primary uses of a browser is to run an application -- yes, run an application -- known as TiddlyWiki. TiddlyWiki is described as "a reusable non-linear personal web notebook," but it is actually

  • Losing network connection - cannot repair

    I have installed router and set up wired base station and wireless remote station (in next room). At random intervals both computers show no connection to internet. Running repair connection goes through steps and shows computers still not connected.

  • Cannot change Status of WBS Elements

    Hi Guys, I am trying to change the status of a WBS element. When i try to change the status of the WBS element, I get the message that " THere are still open down payments for the WBS ". What does this actually mean?? I found the downpayment GL and l

  • Applet not displaying in IE but working well by  jbuilder

    I m trying to open applet in IE but it is not displaying but it is working well when i run it through jbuilder ....in IE it give these exception in java consol java.lang.ArrayIndexOutOfBoundsException: -1      at PicMsgComposer.setModels(PicMsgCompos

  • Import target folder templates

    I would like to rationalise my current workflow by eliminating Breeze Systems' Downloader Pro, but in order to do that I need to be able to set an import's target folder from a template. What I want to be able to do is have Lightroom calculate a targ