No wifi connections with Windows 8.1 on Lenovo Flex 2-14

I got me a new Lenovo Flex 2-14 with Windows 8.1 on it yesterday, but I can't connect to my wifi network. In the tray there's always the red cross (not the yellow symbol) and no network is found at all.
I read that a lot of users experience this, so I tried multiple drivers but none of them works. I tried the one pre-installed on the D drive, the newest one from the Lenovo website and also some that I found via Google when I searched for my wifi-adapter (it's a Realtek RTL8723BE). But as I said, no driver works.
Does anybody have an idea what I could do? It's a completely new notebook, so I didn't change any settings.
Thank you!
Solved!
Go to Solution.

Actually I have no idea what wireless adapter I have, on the Lenovo page both drivers are listed. When I install the Realtek driver I at least see an entry in the Device Manager, whereas when I install the Intel driver nothing happens at all. I deinstalled the Intel Tools and reinstalled the Realtek driver afterwards, but nothing changed.
In my router's settings I can only choose between channels 1 to 13, as far as I know these are at 2.4 GHz, right?

Similar Messages

  • Slow wifi connection with windows 8

    Hi! I have a problem with wifi drivers for windows 8 on my MacBook Air. The OS works great but wifi is too slow. I've read that could be a bug with latest driver versions, can you tell me where I can find older versions? Or there's another solution that I don't know?
    I tried to search for answers on this community but I can't find anything.
    Thanks,
    Luca

    I just found solution for my problem It seems that there is compatibility problem between Cisco 120N wireless router and new iPad 3'rd generation. The problem is occurs in WiFi "N" mode only. Once I switched the Cisco 120N wireless router to the "BG-mixed" mode than the WiFi transfer on my iPad is as good as on other devices. And when I switched my Cisco 120N to "Wireless-N Only" than the problems with WiFi transfer were unbearable, which clearly points out the incompatibilities to the N-mode only.
    I begin to wonder though whether are there any wireless routers that would properly work with new iPad in "N" mode? Could you please let me know with which Cisco/Linksys/Netgear/D-Link/TP-link wireless routers iPad 3 works well in N mode?

  • HP 7510 Photosmart - Lost WiFi Connectivity with Windows 7 laptop

    Have had the 7510 for over a year and have configured/used it with the same Toshiba Windows 7 Home Premium 64-bit laptop which is our home PC. Two days ago, tried to print over the WLAN and an error message said the 7510 was offline. Power cycled/reset, et...nothing. I have a work PC (also Windows 7) that can wireless access the 7510 without issue.
    So, I uninstalled and reinstalled the 7510 drivers. During the set-up, states that the printer IP is on a different network than the computer. This is not true...both are connected the same SSID. I can even access the EWS using the printer IP (192.168.1.3) that I got from the Network Configuration Printout. This printout validates the network status, network SSID, IP, etc are all good.
    I did an IP release/renew on the Toshiba, no change.
    I did tether the printer to the computer via USB to at least complete the driver install. When I tried the HP Utility to 'convert the printer from USB to wireless, I get the message stating the Printer and Computer are not on the same router. However, have verifed that they are on the same router.
    What else can I try? This appears to be an IP conflict with my home Toshiba laptop. If my work PC has no issues with accessing the 7510 and I can get to the EWS from both PCs, so I wouldn't think the Netgear WGR614 router is the issue.
    Help!

    Hi teeroy33,
    I can't help but wonder if there is a firewall on the Toshiba that is blocking the communication. Let's use the HP Print and Scan Doctor. The following are some common problems that the Print and Scan Doctor can resolve easily:
    ' Printer is Offline  ' or print jobs stuck in the print queue
    Missing or corrupt drivers
    Connectivity issues
    Firewall issues
    Please click here to open the link, download and run the HP Print and Scan Doctor.
    Let me know the out come so that I can continue to work with you.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • My ipod nano (2nd generation) will cont connect with windows or itunes, windows says it has had reported errors??? any help? havnt used ipod in over a week and now it wont work with my computer

    my ipod nano (2nd generation) wont connect with windows or itunes, i used it last week (charged it through USB) then this week when i connect it (once again through USB) it wont work, it says "windows has stopped this device because it has reported problems" any help? ive made sure my itunes is up to date, done a reboot on my computer and ipod and still nothing..help please

    This could either be a conflict with the iPod's docking port, the iPod's USB sync cable, or even the USB port you are plugging the iPod into on your PC.  So the first thing I would try and do is plug the iPod into a different USB port on your PC.  Make sure it's a high powered USB 2.0 port as they provide a higher power throughput than older USB ports or even the ones that are sometimes available on the front of the tower.
    It might help to disconnected all other USB devices from the PC (minus the keyboard and mouse) and reboot the PC. Then reconnect the iPod once again.
    If still no luck, swap out the cable with another known working cable to rule out the possibility of a damaged or faulty cable.
    Lastly, plug the iPod into another PC to see if it's recognized there.  If the same error appears on another machine, it's likely a hardware issue with the Nano meaning you'll want to have it serviced or replaced.
    B-rock

  • TS1369 why doesnt my 5th gen ipod nano not connect with windows 8?

    why doesnt my 5th gen ipod nano not connect with windows 8?

    Doublechecking. Have you also tried a complete uninstall of both iTunes and all the other related software components and then a reinstall? If not, try the instructions from the following document:
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8

  • How to make SAP B1 connection with Windows Sharepoint Service 3.0

    how to make SAP B1 connection with Windows Sharepoint Service 3.0 through asp.net web part code.. I get the security error when i run that web part......
    public bool ConnectToCompany()
                oCompany = new SAPbobsCOM.Company();
                oCompany.Server = "192.168.1.58";
                oCompany.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL2005;
                oCompany.CompanyDB = "SBODemoUS";
                oCompany.DbUserName = "sa";
                oCompany.DbPassword = "abc";
                //oCompany.UseTrusted = true;
                oCompany.UserName = "manager";
                oCompany.Password = "manager";
                oCompany.language = SAPbobsCOM.BoSuppLangs.ln_English;
                oCompany.LicenseServer = "192.168.1.58:30000";
                int i = oCompany.Connect();
                if (i != 0)
                    return false;
                return true;
    protected override void RenderContents(HtmlTextWriter writer)
                if (conn.ConnectToCompany() == true)
                    writer.Write("Hello" + this.Context.User.Identity.Name);
    Edited by: bikalg on Nov 28, 2010 9:43 AM

    Hi.......
    Welcome to SAP Business One Forum.....
    Unfortunately this is the wrong forum you posted here.
    I would suggest you post it in SDK or System Administration Forum and definitely you get the solution and close this thread from here......
    Regards,
    Rahul

  • ISight - connects with windows users no problem?

    I'd like to buy this webcam, but I heard it has problems connecting with windows users. Will I be able to talk to people on it through AIM? Thats what I'd like, if not, I probably wont get it. Anyone have any personal experience or have any answers or helpful tips - I'd appreciate anything - thanks.

    It is not the iSight itself that gives you the impression that connecting with Micros~1 Windows users causes problems ... it is the availability of (cross platform) applications that makes connecting a bit more cumbersome.
    I have PowerMac G5 with iSight and I connect with my Micros~1 Windows platform family equiped with and without USB webcam.
    The challenge will be to find messaging / VoiP applications with bearable audio quality and reasonable video performance.
    I started with Skype for Voice and Yahoo! messenger for bad video ( 1-2 fps and video size 320 x 240).
    Skype has a video plugin (only for Windows)
    Yahoo! Messenger does not have voice yet (2.5.3)
    MSN is badmouthing because of the "M"
    I have used iChat with another Apple believer ... and the quality of Voice and Video is unparralled.
    The best two alternatives I found are:
    a) AIM 5.9
    b) Trillian (www.trillian.cc)
    Both use a free AIM screen name.
    AIM works fine, see also EZJim pages.
    TrillianPro 3.1 reuses AIM screen names ... and ... it has both good audio and zoom-to-full-screen-video size with fps rates filling your bandwidth.
    The only negative on Trillian so far, the "handshake" for connecting two people takes some time.
    TrillianBase is free but has no Video capabilities. The Pro version is 25$.
    Regards Coen
    ps. if you want to test your setup use my AIM screenname: coenjeukens

  • How can i fix my wifi connection with my router

    how can i fix my wifi connection with my router?

    I think I'm having a similar problem, my wifi disconnects when a bluetooth device is connected to the MBA. 
    I have a MacBook Air (13-inch, Mid 2012) with WiFi and Apple Trackpad.  I'm unable to use the trackpad(bluetooth) and wifi at the same time.  If I turn off the trackpad then the wifi works fine and if I shutoff the wifi then the trackpad works fine.  This configuration was working fine prior to upgrading to Yosemite.
    I experienced the same problem at home and at the office.
    Additional test:
    I turned off the bluetooth trackpad and connected my bluetooth headphones to the MBA.  The wifi disconnected as soon as I paired the headphones with the MBA.
    I have had no problems with the MBA's keyboard or integrated trackpad. 
    Rick

  • X201 thinkpad won't connect with windows updates

    hello,
    my 6-month-old lenovo thinkpad x201 will not  connect with windows updates via firefox 3.6.13 or internet explorer 7.
    Machine model # CTO; Machine type # 3249  Windows XP Pro, Service Pack 3 .
    i would appreciate assistance.
    thanks. 

    how about updating to internet explorer 8?
    or firefox 4?
    getting microsoft updates will probably work better with internet explorer 8 though?
    T430u, x301, x200T, x61T, x61, x32, x41T, x40, U160, ThinkPad Tablet 1838-22R, Z500 touch, Yoga Tab 2 Windows 8.1, Yoga Tablet 3 Pro
    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"!
    If someone helped you today, pay it forward. Help Someone Else!
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Wifi connection with 4s not working after installing new software ios6

    wifi connection with 4s not working after installing ios 6.

    Go to Settings > WiFi > Select your network and hit the right arrow to "Forget Network"
    Then go to Settings > General > Reset Network Settings  and try connecting again when the phone restarts.

  • How to make the wifi connection with Ipad in china since it requires user's name and password.

    How to make the wifi connection with Ipad in china since it requires user's name and password just like the dialed-up?

    The same way you would connect to a secure wifi network in any other country. Supply the username and password when prompted.

  • ORA-03135 connecting with Windows 7 via VPN

    Can you please help me.
    I am unable to connect with Windows 7 clients (x32 also x64) to a database 10.2.0.5 running on a Windows 2008 R2 x64 Server
    Oracle Client Version: 10.2.0.3
    always raises an ORA-03135 error!!!
    But with a Windows XP Clients (same Oracle Client Settings) its working without problems. No connections problems!
    We use a SonicWall Firewall where all Traffic (SQLNET,..) is allowed for testing!
    CLIENT: SQL.NET ora
    SQLNET.AUTHENTICATION_SERVICES= (NONE)
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    SERVER: SQL.NET ora
    SQLNET.AUTHENTICATION_SERVICES= (NONE)
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    Some Trace Infos:
    Oracle Client:
    (1256) [25-NOV-2010 11:23:38:997] ntt2err: entry
    (1256) [25-NOV-2010 11:23:38:997] ntt2err: soc 1992 error - operation=5, ntresnt[0]=517, ntresnt[1]=54, ntresnt[2]=0
    (1256) [25-NOV-2010 11:23:38:997] ntt2err: exit
    (1256) [25-NOV-2010 11:23:38:997] nttrd: exit
    (1256) [25-NOV-2010 11:23:38:997] nsprecv: error exit
    (1256) [25-NOV-2010 11:23:38:997] nserror: entry
    (1256) [25-NOV-2010 11:23:38:997] nserror: nsres: id=0, op=68, ns=12547, ns2=12560; nt[0]=517, nt[1]=54, nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0
    (1256) [25-NOV-2010 11:23:38:997] nsrdr: error exit
    (1256) [25-NOV-2010 11:23:38:997] snsbitts_ts: entry
    (1256) [25-NOV-2010 11:23:38:997] snsbitts_ts: acquired the bit
    (1256) [25-NOV-2010 11:23:38:997] snsbitts_ts: normal exit
    (1256) [25-NOV-2010 11:23:38:998] snsbitcl_ts: entry
    (1256) [25-NOV-2010 11:23:38:998] snsbitcl_ts: normal exit
    (1256) [25-NOV-2010 11:23:38:998] snsbitts_ts: entry
    (1256) [25-NOV-2010 11:23:38:998] snsbitts_ts: acquired the bit
    (1256) [25-NOV-2010 11:23:38:998] snsbitts_ts: normal exit
    (1256) [25-NOV-2010 11:23:38:998] nsdo: nsctxrnk=0
    (1256) [25-NOV-2010 11:23:38:998] snsbitcl_ts: entry
    (1256) [25-NOV-2010 11:23:38:998] snsbitcl_ts: normal exit
    (1256) [25-NOV-2010 11:23:38:998] nsdo: error exit
    (1256) [25-NOV-2010 11:23:38:998] nioqrc: wanted 1 got 0, type 0
    (1256) [25-NOV-2010 11:23:38:998] nioqper: error from nioqrc
    (1256) [25-NOV-2010 11:23:38:998] nioqper: ns main err code: 12547
    (1256) [25-NOV-2010 11:23:38:998] nioqper: ns (2) err code: 12560
    (1256) [25-NOV-2010 11:23:38:998] nioqper: nt main err code: 517
    (1256) [25-NOV-2010 11:23:38:998] nioqper: nt (2) err code: 54
    (1256) [25-NOV-2010 11:23:38:998] nioqper: nt OS err code: 0
    (1256) [25-NOV-2010 11:23:38:998] nioqer: entry
    (1256) [25-NOV-2010 11:23:38:998] nioqer: incoming err = 12151
    (1256) [25-NOV-2010 11:23:38:998] nioqce: entry
    (1256) [25-NOV-2010 11:23:38:998] nioqce: exit
    (1256) [25-NOV-2010 11:23:38:998] nioqer: returning err = 3135
    (1256) [25-NOV-2010 11:23:38:998] nioqer: exit
    (1256) [25-NOV-2010 11:23:38:998] nioqrc: exit
    (1256) [25-NOV-2010 11:23:38:998] nioqds: entry
    (1256) [25-NOV-2010 11:23:38:998] nioqds: disconnecting...
    (1256) [25-NOV-2010 11:23:38:999] nsclose: entry
    Server Traces:
    nttrd: socket 4172 had bytes read=0
    nttrd: exit
    nsprecv: error exit
    nserror: entry
    nserror: nsres: id=0, op=68, ns=12535, ns2=12560; nt[0]=505, nt[1]=60, nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0
    nsrdr: error exit
    nsdo: nsctxrnk=0
    nsdo: error exit
    nioqrc: wanted 1 got 0, type 0
    nioqper: error from nioqrc
    nioqper: ns main err code: 12535
    nioqper: ns (2) err code: 12560
    nioqper: nt main err code: 505
    nioqper: nt (2) err code: 60
    nioqper: nt OS err code: 0
    nioqer: entry
    nioqer: incoming err = 12151
    Server SQLnet.LOG
    Fatal NI connect error 12170.
    VERSION INFORMATION:
         TNS for 64-bit Windows: Version 10.2.0.5.0 - Production
         Oracle Bequeath NT Protocol Adapter for 64-bit Windows: Version 10.2.0.5.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 64-bit Windows: Version 10.2.0.5.0 - Production
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12560
    nt main err code: 505
    TNS-00505: Operation timed out
    nt secondary err code: 60
    nt OS err code: 0
    Thx

    always raises an ORA-03135 error!!!
    Server SQLnet.LOG
    Fatal NI connect error 12170.
    VERSION INFORMATION:
         TNS for 64-bit Windows: Version 10.2.0.5.0 - Production
         Oracle Bequeath NT Protocol Adapter for 64-bit Windows: Version 10.2.0.5.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 64-bit Windows: Version 10.2.0.5.0 - Production
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12560
    nt main err code: 505
    TNS-00505: Operation timed out
    nt secondary err code: 60
    nt OS err code: 0
    ThxThis is network related problem,may be network very slow.When error occur then execute tnsping <netservicename> command and see that happen.

  • New imac 27(Intel based,bought 2013) slow wifi connection with my Verizon fios actiontec router. All other wireless devices in the house(ipad 3gen,MacBook Air ,hp laptop) have a much faster connection. Should I change router settings to G only,etc

    New imac 27(Intel based,bought 2013) slow wifi connection with my Verizon fios actiontec router. All other wireless devices in the house(ipad 3gen,MacBook Air ,hp laptop) have a much faster connection. Should I change router settings to G only,switch channel from auto to maybe 6,channel width to 20mhz? Already changed security settings to WPA2.  Currently router is running in mixed b and g mode.

    If you have one computer running on G they will all run on G. All ROUTERS are backward compatible, in otherwords if you have a group of computers and all of them are N compatible and one or two are G They will all work but the N computers will run at N and those that are G will run at G speed not N.
    It can get confusing but really it is simple. The newest is 802.11 AC and ic used with the newest Mac Computers made available in November 2013. So if you have the newest Airport Extreme that is 802.11ac and the newest computers that are AC compliant your speed will be 5 times faster than anything on the market right now.

  • Lost wifi connection with Airport Extreme.

    Lost wifi connection with Airport Extreme.   When I connect my modem directly to the computer I can access the internet, however as of this morning I am no longer able to access the internet via wifi on my airport extreme.  I have been using  airport extreme for 6 months or more and everything has been working fine.
    When I diconnect my  airport extreme and reconnect it I get wifi for 1-2 minutes working fine, but then i lose internet connection.  According to airport Utility everything is setup and connected and working ok, but I still am not able to access any webpages over wifi. 

    I have the same issue, I'm getting droppeds from wireless constantly

  • Devices (iPad, iPhone) no longer can maintain wifi connectivity with time capsule

    My iPad and iPhone can no longer maintain wifi connectivity with time capsule.   Time capsule has connectivity to internet via Macbook, but not other devices.  This started after upgrade of devices to s/w 6.0.  Does anyone know if that could impact connectivity?

    Yes, this is often reported with iOS 6.. there are definitely more wireless problems.
    I recommend you reset the TC in the following ways.
    1. Change all names to SMB type.. ie short, no spaces and pure alphanumeric.. that includes the TC itself, wireless and hard disk. I recommend a different name for 5ghz so you can force clients to that band without auto voodoo affecting it.
    2. Use WPA2 Personal security only.. 8-12 character pure alphanumeric passkey.
    3. Lock the wireless channels.. particularly for 2.4ghz.. pick one of the channels, out of 1, 6, 11 as these are the only ones that do not overlap.. test each in turn for the best and most stable. TC should pick the best itself but that is voodoo and I am preferring to run the system without black arts.

Maybe you are looking for

  • Having trouble connecting to your up-date server, I can't.

    Have been trying for weeks to install your up-date that was sent to me and suggested to install. Problem is three fold: 1- I can not get past the pop up screen that states Downloading Firefox and connecting to Firefox server, green bar just keeps run

  • How to setup Redundant Interconnects ?

    I am planning to install 11.2.0.3 Grid Infrastructure on a Solaris platform , We used to do IPMP before for High availability interconnect. since 11.2.0.2 Oracle seems to address it this by itself but I am having a hard time finding documentation, I

  • DNS for Mail service.

    I want to use java to send mail by smtp service. but for some hosts, the InetAddress class can't find out the ip address for the hosts, which need the MX flag in DNS Query data package(UDP). I can send the query and get the result from the ISP DSN se

  • 2.5.2 JDOEnhancerTask ignores classpath element

    I use java task with the same classpath and everything works JDOEnhancerTask fails with java.lang.NoClassDefFoundError: javax/jdo/InstanceCallbacks or for another project it can load my config file. I can assure you that jdo jar in my class path (jav

  • How do I connect and use a travel drive

    How do I connect and use a travel drive