Windows 8.1 laptop cannot connect to the internet using USB Mobile Broadband stick.

I bought a new laptop and it came with Windows 8.1 installed. Well, things worked perfectly until I wanted to connect to the internet using my mobile broadband USB stick. I installed the software that came with the stick, and my laptop recognize
the stick but I still cant connect to the internet. The stick workes perfect in my Windows 7 and Windows 8 laptops, but IT DONT CONNECT WITH MY WINDOWS 8.1 LAPTOP. What can I do to troubleshoot this???
HOPE I AM SPECIFIC ENOUGH THOU...

The PC Repair Guy,
If you haven't already, verify that you can connect to the internet through some other means such as Wi-Fi or Ethernet with your laptop to rule out any network setting issues.  If you are able to connect successfully to the internet, use that opportunity
to make sure you have
Windows 8.1 Update installed as well as any other applicable updates your laptop may require.
You may also want to check the
Windows Compatibility Center to make sure that your device is compatible with Windows 8.1. 
Another possibility is that the driver your laptop is installing for the device isn't the correct one.  Check the device manufacturer's site for the most up to date driver they have available for Windows 8.1.
Hope this helps!
Mike
Windows Outreach Team – IT Pro

Similar Messages

  • My Macbook Pro cannot connect to the internet using an ethernet cord.

    My Macbook Pro cannot connect to the internet using an ethernet cord. It was working fine for weeks, then all of a sudden just stopped. What could the problem be?

    Hi bean07670,
    If you are having an issue with the Ethernet connection on your MacBook Pro, you may find the following article helpful:
    Mac OS X: Troubleshooting a cable modem, DSL, or LAN Internet connection
    http://support.apple.com/kb/TS1317
    Regards,
    - Brenden

  • I cannot connect to the internet using apps but im connected to the internet!

    i cannot connect to the internet using apps but im connected to the internet!

    What makes you think that you are connected to the internet then?
    Try:
    - Resetting the iPod. Nothing will be lost.
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    - Reset ntwork settings: Settings>General>Reset>Reset Ntwork Settings.
    - iPhone and iPod touch: Troubleshooting Wi-Fi networks and connections

  • Cannot connect to the internet using Cellular Data after iOS 6.0.1 update

    While installing the iOS 6.1 update for my iPhone 4, I encountered an issue and had to restore it. Since completing the restore, I am only able to use a wifi connection to connect to the internet (apps not working when wifi isn't available, not even iMessage or safari - "Safari cannot open the page because it could not connect to the server"), although I have a mobile internet plan with my carrier. I also tried resetting the phone to its factory settings, but that didin't solve anything. Did any of you encounter this problem? How can I solve it?

    Phone restart > if that doesn't work then do a reset of the settings. Full restore would be the last option.

  • TA48312 I'm using iTunes 11 final version on my pc windows 7 and I cannot connect to the internet with any of its feautures. why? I'll be grateful if you help,thanks in advance.

    Hi everybody,
    First of all I was not one of iTues users till by chance discovered its amazing features of downloading all kinds of items that help in education in particular. I set up iTunes version 8 I gusse and it was working properly either by using direct connect to the material or downloading it. Then, I made I mistake when I tried version 11 and everything stopped working. No downloading or even connecting the web. I'm a student and I'm in a bad need to this wonderful programme. I must not forget that I tried many steps to solve this problem by uninstalling iTunes with its contents from its roots till registry files, and I set up the old version once and then the newer version 11 and finally version 9 and all my trials were in vain. Please I need your help and advise. I'm looking forward for your reply and thanks in advance for your care.
    adam karim,

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • Cannot connect to the internet using wireless, but dhcpcd passes...

    Thanks for reading this in advance
    So, I'm trying Arch Linux (going from XP/Ubuntu) on my desktop since all my friends at the university have been migrating to Arch, and even I loved the concept, and even installed it on a VirtualBox without problems.
    Problem is I don't have a network card in my desktop, only a wireless one. So I NEED to get this one working. Ubuntu 9.04 delivered support for this card (SMC EZ-Connect USB 2.0 blabla, I'll save you on the details) so I tried Arch and after a LOT of googling and help from a friend, I managed to build a pkg to install the wireless firmware that was lacking to the p54usb module, and finally my wireless card was detected and appeared in ifconfig/iwconfig
    However, after doing all the steps in the Arch Linux Begginer's Guide for configuring wireless, when I get to the last step (after using "dhcpcd wlan0" to acquire the IP from my wireless router, with sucess) that involves pinging just to test the connection, it fails. Unknown host. I've tryed almost everything and don't know the problem...
    I'll post some of the details here from the commands I've used.
    ifconfig wlan0
    wlan0 Link encap:Ethernet HWaddr 00:04:E2:DE:C4:ED
    inet addr:192.168.0.13 Bcast:192.168.0.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:229 errors:0 dropped:0 overruns:0 frame:0
    TX packets:30 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:47510 (46.3 Kb) TX bytes:2160 (2.1 Kb)
    iwconfig wlan0
    wlan0 IEEE 802.11bg ESSID:"ZON-B5D2"
    Mode:Managed Frequency:2.437 GHz Access Point: 00:24:8C:B1:BB:5B
    Bit Rate=1 Mb/s Tx-Power=27 dBm
    Retry min limit:7 RTS thr:off Fragment thr:off
    Encryption key:8888-8888-8888-8888-8888-8888-E5 Security mode:open
    Power Management:off
    Link Quality=45/70 Signal level=-65 dBm Noise level=-93 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    ping -I -c 3 www.google.com (or any other derivate of this command)
    blablabla unknow host www.google.com after a long while
    iwlist wlan0 | grep "ESSID"
    all the networks in my range according to my laptop running Vista/Ubuntu 9.10, so fine here :)
    dhcpcd wlan0
    connects to my router, everything is fine and I get the 192.168.0.13 atributed to my for 3600 seconds, and the program forks to the background. All fine I think?
    ping 192.168.0.13 (the IP my desktop is using from dhcpcd)
    PING 192.168.0.13 (192.168.0.13) 56(84) bytes of data.
    64 bytes from 192.168.0.13: icmp_seq=1 ttl=64 time=0.066 ms
    64 bytes from 192.168.0.13: icmp_seq=2 ttl=64 time=0.053 ms
    64 bytes from 192.168.0.13: icmp_seq=3 ttl=64 time=0.024 ms
    ping 192.168.0.1 (my router IP according to dhcpcd)
    PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
    From 192.168.0.13 icmp_seq=2 Destination Host Unreachable
    From 192.168.0.13 icmp_seq=3 Destination Host Unreachable
    From 192.168.0.13 icmp_seq=4 Destination Host Unreachable
    From 192.168.0.13 icmp_seq=6 Destination Host Unreachable
    From 192.168.0.13 icmp_seq=7 Destination Host Unreachable
    From 192.168.0.13 icmp_seq=8 Destination Host Unreachable
    --- 192.168.0.1 ping statistics ---
    8 packets transmitted, 0 received, +6 errors, 100% packet loss, time 6999ms
    , pipe 3
    Now I noticed that while starting, when Arch is at "initializing network components" or w/e, I get a short DHCP timedout thing...
    I have this in /etc/rc.conf
    LOCALE="en_US.utf8"
    HARDWARECLOCK="UTC"
    USEDIRECTISA="no"
    TIMEZONE="Europe/Lisbon"
    KEYMAP="pt-latin9"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    HOSTNAME="metabrain"
    INTERFACES=(wlan0)
    wlan0="dhcp"
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    DAEMONS=(syslog-ng network netfs crond)
    I'm posting this from the same machine, running Ubuntu 9.04 and I have wireless here (and way stronger signal than in my Windows XP partition )
    Thanks for your time
    Last edited by MetaBrain (2010-04-10 18:51:14)

    ewaller wrote:It may be redundant to your rc.conf file, but could you post the output of 'route'  ??
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    192.168.0.0 * 255.255.255.0 U 305 0 0 wlan0
    (this last line took a while to print. the kernel hang here for more than 20 secs... relevant?)
    default 192.168.0.1 0.0.0.0 UG 305 0 0 wlan0
    I've checked everything, dunno what I'm doing wrong

  • I cannot connect to the internet through my Mozilla firefox, I am being forced to use Internet explorer how do I fix Mozilla I tried a few of the suggestions on your website but nothing works.

    I cannot connect to the internet using my Mozilla firefox, but can connect with Internet explorer. How do I fix the problem. I tried some options on your website but nothing is correcting the problem.
    == yesterday ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.1; IEMB3; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; IEMB3)

    Try clearing your cache and cookies.
    # Open the Tools menu, then select Clear Recent History... .
    # In the '''Time Range to clear:''' drop-down, select '''Everything'''.
    # Click the arrow next to '''Details''' to display the list of items that can be cleared.
    # Select both '''Cookies''' and '''Cache'''.
    # Click Clear Now .
    Or you can try creating a test profile to see if it happens on that profile as well. See [[Managing Profiles]]

  • NB200 Can connect to wireless networks, but cannot connect to the internet

    I have been able to connect my Win XP netbook to my secure wireless network at home, other people's networks and public networks like the library and McDonalds. This week I'm away from home and discovered that while I can still connect to a number of different wireless networks, I cannot connect to the internet using Internet Explorer.
    I've had this problem once before and fixed it by reinstalling Windows XP and all my other software. I have no idea why it has happened again. I'm hoping for a less drastic solution to the problem..?

    Hi Nakia,
    > I cannot connect to the internet using Internet Explorer.
    Have you tested other browsers like Mozilla Firefox and does this work?
    As MasterG wrote try to renew the IP address using the commend line.
    Last week I had a similar problem and I could solve it by updating the WLAN driver. Just remove the driver, restart the notebook and install the newest one. :)

  • I have downloaded the new update for Firefox 3.6 and now cannot connect to the internet. I've checked my firewall and have uninstalled and reinstalled firefox, but nothing works.

    After installing the new update for Firefox 3.6, no matter what I do, I cannot connect to the internet using Firefox. I can get on the internet using my other browsers (Google Chrome and Internet Explorer), so Firefox is the only one that doesn't work. I have already checked my firewall and have added and removed Firefox from my firewall to no avail. I've also already uninstalled and reinstalled Firefox, but so far it hasn't helped.

    I have already tried removing firefox from my firewall. Even when I do that, my firewall doesn't detect firefox and prompt me to add it. And when I manually add it, it still doesn't work anyways. I've already tried the link as well, but it has been unhelpful. :/
    I'm not sure if it matters, but a few weeks before this, I did download Microsoft Security Essentials.

  • Your Apple TV is connected to your wi fi network but cannot connect to the internet.  Airplay logo not available on ipad3, iPod touch3g and showing intermittently in iTunes on windows laptop.  Switched ISP a few days ago.  Entered pass key info on all.

    I switched ISP a few days ago and had problems with airplay since.  After restarting and reinstalling and updating, re entering pass keys for new wi fi on everything,  Apple TV shows:  Your Apple TV is connected to your wi fi network but cannot connect to the Internet.  Ipad3 and iPod touch 3G have no airplay icon or get one briefly then it disappears again.  Same with itunes on windows laptop.
    Can anyone help?
    Bob

    Welcome to the Apple Community.
    Intermittent problems are often a result of interference. Interference can be caused by other networks in the neighbourhood or from household electrical items.
    You can download and install iStumbler (NetStumbler for windows users) to help you see which channels are used by neighbouring networks so that you can avoid them, but iStumbler will not see household items.
    Refer to your router manual for instructions on changing your wifi channel or adjusting your multicast rate.
    There are other types of problems that can affect networks, but this is by far the most common, hence worth mentioning first. Networks that have inherent issues can be seen to work differently with different versions of the same software. You might also try moving the Apple TV away from other electrical equipment.

  • I have Windows XP / bootcamp and can connect to the internet via Wi Fi (Apple Express) but when I try to open Int. Explorer I get a message "cannot connect".  I checked to make sure IE is not off line.  Any suggestions please?

    I have Windows XP / bootcamp and can connect to the internet via Wi Fi (Apple Express) but when I try to open Int. Explorer I get a message "cannot connect" yet my computer is connected with a strong signal.  I checked to make sure IE is not off line.  Any suggestions please?

    Try using a different browser as a test.

  • I cannot connect to the Internet after installation of Windows Vista Ultimate edition.

    I cannot connect to the Internet after installation of Windows Vista Ultimate edition. For some odd reason, it seems my ethernet has not yet been installed to my operating system and I do not know how to do that even with the internet, I have the LAN cable hooked up to my computer but I do not know exactly what to do about it. Is there some sort of driver I need to install, or what? How do I do that without the internet?
     This operating system is on a separate partition to my other operating system that is connected to internet already (Windows Vista Premium) that I do not wish to use anymore because of it's corruption. I tell you this because you may know a way of finding the driver files on my previous operating system that I may be able to transfer to the other.

    In order to avoid board clutter, we ask that you post your topic on one board only.
    Please look ---> HERE for replies to your topic. Thank you.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer that solved your issue as the accepted solution.

  • My wifi shows a strong signal but then i cannot connect to the internet (safari or apps). what is wrong? internet is working fine on my laptop.

    My wifi shows a strong signal but then i cannot connect to the internet (safari or apps). what is wrong? internet is working fine on my laptop.

    Is this a new issue with your iPad meaning that you have been able to connect to the Internet in the past?
    If it worked before try rebooting your router - unplug it for about 30 seconds and then plug it in again.
    Sometimes restarting the iPad is all it takes as well. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    You can also reset Network Settings - go to Settings>General>Reset>Reset Network Settings.Or go to Settings>WiFi>tap the blue arrow next to your network>Forget this Network. In either of those cases, you will have to rejoin your WiFi network and enter your password again.

  • Just received my T530 and cannot connect to the internet

    I just recieved my T530 laptop on Friday, 8/26. Right out of the box, I am unable to connect and sustain any internet connection. I have my other PC tried on two different wireless routers and it works fine. It is not the routers that is the issue.
    My computer says I am connected to the internet but I cannot browse. I have enabled the Intel connection under properties. The drivers are all up to date. I have restored the system to factory settings because a Lenovo tech support rep said the Windows update was messing new laptops up. 
    All of this and I still cannot connect to the internet. I am a wits end. What do I have to do to get this working? Also, how do I return the laptop for a refund?
    Thanks!

    ladiel,
    Typically support will ship a box overnight to you for you to send the system in, and in most cases repairs at the depot are 1-2 days and then it will be shipped back to you overnight.
    If you wish to return, you will need to call sales, and let them know you had a defective system and provide the service case number (where you called support to verify your trouble)
    I appreciate your time urgency on this. 
    Mark
    ThinkPads: S30, T43, X60t, X1, W700ds, IdeaPad Y710, IdeaCentre: A300, IdeaPad K1
    Mark Hopkins
    Program Manager, Lenovo Social Media (Services)
    twitter @lenovoforums
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • I cannot connect to the internet. I think I have my settings all out of whack now and need to get them back to the way they were when it was working. (I know my wireless router is working because my Dell has no problem connecting to the internet.)

    I cannot connect to the internet on my iMac through my wireless router. I think I screwed up the settings and need to reset them. I know the router is working because I can access the internet on my Dell laptop which is located right next to my Mac.

    On your iMac try the following, in order, until (hopefully) resolved:
    1a. Delete Preferred Network(s)
    System Preferences > Network > Wi-Fi > Advanced > Wi-Fi tab
    Under "Preferred Networks," delete the network(s) you regularly use from the list.
    1b. Delete AirPort Keychain Entries
    Launch the "Keychain Access" application located in Applications/Utilties.
    In the windows on the left side: Select login for Keychains and "All Items" for Category.
    Click on the "Kind" filter at the top, and look for any "AirPort network password" entries...and delete them.
    1c. Add Preferred Network(s)
    System Preferences > Network > Wi-Fi > Advanced > Wi-Fi tab
    Add the preferred network(s) using the "+" button.
    Restart or log out then back in.
    2. Move System Configuration Files
    (Note: You will have to reestablish your network connections settings.)
    Go to /Library/Preferences
    Move the SystemConfiguration folder to the desktop.
    Restart your Mac. (Note: OS X will rebuild the files that are now sitting on your desktop. If this doesn't resolve the issue, you can move the folder back to it's original location.)

Maybe you are looking for

  • Can I use the same power charger in another country (South Africa) and just but a socket adapter?

    I am moving to South Africa from the US for a year and want to know if I can use the same power charger in South Africa and just but a socket adapter or do I need to get a new power charger for S.A.? This question was solved. View Solution.

  • The body of email is not showing, have to click open the email to see it

    the body of the emails in my inbox are suddenly not showing, have to click open to see them, then it works. It is not how it should work. Have I, by mistake, changed anything that caused it? Updated the OSX Yosemite one day ago

  • Can I fit any 2.5" drive to my 2009 MacBook Pro please?

    Hi My Pro's hard drive is failing badly and I need to order a new one urgently. Will this drive work please: http://www.amazon.co.uk/Hitachi-Travelstar-1000GB-Internal-Drive/dp/B007Y4BOH8/r ef=sr_1_26?s=computers&ie=UTF8&qid=1385257684&sr=1-26&keywor

  • Special Characters in the RTF or PDF Template

    I need some help from you, regarding the special characters display in the RTF or PDF template of XML publisher. The instrument name, I retrieve has a special character in it Synchron® LX20 PRO Clinical System But, when it gets displayed on the RTF t

  • Currency type in Calculator

    Hi I often use the calculator to convert between currencies and it works fine. I might add i use the swedish language. Initially calculator displayed currencies in swedish, for instance it would say "Svensk krona" instead of "Swedish krona" but now m