No network on reboot - Connection Details for Adapter Blank/Empty

I've been dealing with this issue for over a week now, and while extensive Internet searches have found similar situations, none exactly matched my situation, and none of the suggested fixes had any positive effects. Here's my exact situation:
1.) System Specs:
OS: Windows 8 Pro
CPU: 3.60 gigahertz Intel Core i7-3820
RAM: 64GB DDR3 -1333
Disk Space: 2.6TB on 4 SSD and 2 HDD
Network Adapters: (2x) Broadcom NetLink Gigabit Ethernet
2.) On computer startup (whether cold start, warm start or "forced" reset), when I get to the lock screen, the network icon has the
dreaded "yellow triangle" overlay displayed. I can log in using my Windows Live credentials with no problems, but that same warning overlay is on the network icon in the taskbar, as well, and I have absolutely no WAN
or LAN access. Both network adapters show up in Network Connections as enabled (as opposed to disabled or "network"), and when I double-click either one (or if I right-click and select Status), I get the status popup, but it's completely empty. And
by that I mean nothing at all is displayed in the main section. In order to get my network connection up and running, I have to disable at least one of the adapters and then enable it. Once that's completed, I have both Internet and LAN connectivity, but if
I reboot for whatever reason, it all goes away, and I have to do the same dance once more.
3.) Things I've tried (not necessarily in order):
a.) uninstall/reinstall NIC drivers, using not only current, but also "next-gen" and "last-gen" versions - no help
b.) Disable or uninstall one or the other of the NIC's - also no help
c.) Disable IPv6 on one/both adapters - foolish, I know, but it was suggested, so I tried it - no help
d.) install the "original" Windows 8 native drivers - no help
e.) Created a logoff script to disable the adapters, and a startup script to enable them - no help (though manually running the same instructions from
an elevated command prompt does work, but it's faster to disable/enable them from the Network Connections window - and yes, I made sure that the shutdown/startup scripts had admin access - I
just think they were being executed at the wrong stage of the boot process)
f.) Ran SFC /scannow from an elevated command prompt - no errors found
g.) Checked the event viewer for information regarding this issue, and nothing shows up - not even "information" entries.
h.) Ran System Restore to a date/point before this first occurred - no help
Now this isn't my first rodeo with networking errors, and while I'm certainly no "IT Guru", I like to think I know my way around the tech well enough to be able to suss out the vast majority of networking issues, but
this one has me stumped. This is a reasonably new system for me, having purchased/built it back in March, but it's also a "2 generation" upgrade over the old box, so there are no "known good" replacements available to try. Also, one NIC
is built into the MoBo, while the other is in the PCIe sound card. Both came as a "package deal", and are supposedly cross-compatible with each other (ASRock assures me this is true). I also didn't bother testing the cables, routers or modem, since
this appears to be a software or driver problem, and I'm leaning heavily toward it being with the driver, somehow.
Well, that's my dilemma. I tried to be as complete as possible with the information, but as I'm only Human, I may have missed something. I'm more than happy to provide any other information that may be necessary. If anyone has any ideas about something that
I may have missed (short of a full wipe/reinstall, of course - that's just below initiating Global Meltdown on my priority list), or knows what may be causing this, I would greatly appreciate the sharing of knowledge. :)
Safe, Reliable Insanity, Since 1961!

Ok, as an update, I've tried a couple of different things, none with any permanent success, but with some interesting consequences:
1.) Using Task manager's Startup tab, I've disabled all entries listed and rebooted - no help (cards still fail to initialize)
2.) Through msconfig, I disabled all non-Microsoft services and rebooted - no help
3.) I tried both items 1 and 2 combined - also no help
4.) Rather than altering the Speed/Duplex settings on one of the network cards, I attempted to change some of the other settings (one at a time, of course) to a non-default value, and each time I met with the same result. The affected card initialized, and
connected to the internet, but a reboot again saw that card in a state of failed initialization. And it doesn't matter which network card I alter, as both individually behave in this manner.
My (tentative) conclusion at this point, given all that I've seen so far is that something "out of the ordinary" is causing this issue, and that it's entirely possible, if not likely that it's a Microsoft service or startup file that's causing this behavior.
At this point, I'm tempted to refresh my computer, but the list of installed applications on this box is huge, and it will take me several days to nearly a week to get everything reinstalled, so I'm trying to keep that back as a last resort, if at all possible.
So before I break down and do that, is there anything else that I might have missed?
Safe, Reliable Insanity, Since 1961!

Similar Messages

  • How to enter Connection details for MAC OS X  Version 10.6.7

    Hi,
    I downloaded SAP GUI 7.02 for JAVA and installed on my MAC BOOK PRO. Now I need to mention connection parameters for accessing my SAP system. How to  write configuration file and where to place this file to complete my installation.
    Regards,
    Muhammed Nishad

    Hi,
    You can check here (http://sapbasis.wordpress.com/2007/08/22/installation-and-configuration-of-sapgui-for-java-on-linux/)
    I use the same config on Linux and Mac. It works.
    ardhian
    http://ardhian.wordpress.com
    http://sapbasis.wordpress.com

  • What are the ODBC connect details for the HR sample database?

    I have installed Oracle Express on Ubuntu 8.10 and read the Getting Started tutorials. Everything worked fine.
    THE DSN
    I need to connect via ODBC, to start with to the HR sample database on my PC.
    The Getting Started tutorial says the userid and password are both hr, but what is the data source name (dsn) to be used with the SQLConnect?
    THE INIs
    The ini files below are the result of googling, not of any insight on my part.
    /etc/odbcinst.ini
    [OracleExpressdrv]
    Driver = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/libsqora.so.10.1
    Description = Oracle 10g express driver
    /etc/odbc.ini
    [hrdsn]
    Driver = OracleExpressdrv
    Application Attributes = T
    Attributes = W
    BatchAutocommitMode = IfAllSuccessful
    CloseCursor = F
    DisableDPM = F
    DisableMTS = T
    DSN = TestDSN
    EXECSchemaOpt =
    EXECSyntax = T
    Failover = T
    FailoverDelay = 10
    FailoverRetryCount = 10
    FetchBufferSize = 64000
    ForceWCHAR = F
    Lobs = T
    Longs = T
    MetadataIdDefault = F
    QueryTimeout = T
    ResultSets = T
    # ServerName is TNS_alias_from_tnsnames.ora
    ServerName = OraDB
    SQLGetData extensions = F
    Translation DLL =
    Translation Option = 0
    UserID = ken
    THE ENVIRONMENT
    Before running my odbc test program I issued
    LD_LIBRARY_PATH=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib;export LD_LIBRARY_PATH
    and checked via env command that the ldlibpath actually had been set correctly.
    After SQLConnect received the following error:
    Usage error: SQLConnect: dsn=hrdsn, user=hr, password=hr <<< output by my test program
    1: st=IM002, nerr=0, msg=
    [unixODBC][Driver Manager]Data source name not found, and no default driver specified
    The first part of the error message hints at there being something wrong with dsn=hrdsn. I don't understand the second part 'and no default driver specified'.
    I am totally stuck. Advice would be most appreciated.

    Oracle® Database Express Edition Installation Guide for Linux talks about Compiling the Oracle ODBC Driver Demos. It tells you to download and install the unixODBC DriverManager from unixODBC. On Ubuntu this is already preinstalled and/or available via the Synaptic Manager. It also instructs you to run a makefile demo_xe.mk to build an odbcdemo program. The makefile did not work for me (hundreds of compilation errors), but I looked at the odbcdemo.c code and could see that dsn=TESTDBDSN for user=hr and password=hr. In other words, by luck the demo program seems to be connecting to the HR sample database.
    I changed the /etc/odbc.ini file to:
    [TestDBDSN]
    Application Attributes = T
    Attributes = W
    BatchAutocommitMode = IfAllSuccessful
    CloseCursor = F
    DisableDPM = F
    DisableMTS = T
    Driver = OracleExpressdrv
    DSN = TestDBDSN
    and also in my test program which now produced the following error:
    Usage error: SQLConnect: dsn=TestDBDSN, user=hr, password=hr
    1: st=IM004, nerr=0, msg=
    [unixODBC][Driver Manager]Driver's SQLAllocHandle on SQL_HANDLE_HENV failed
    which shows that the unixODBC driver manager has loaded the driver and that the driver immediately encountered problems.
    The sql calls issued before the SQLConnect("TestDBDSN", "hr" , "hr") were OK, i.e. these:
    rc0 = SQLAllocHandle ( SQL_HANDLE_ENV , SQL_NULL_HANDLE , &henv ) ;
    rc = SQLSetEnvAttr ( henv, SQL_ATTR_ODBC_VERSION , *)SQL_OV_ODBC3 , 0 ) ;
    rc = SQLAllocHandle ( SQL_HANDLE_DBC , henv , &hdbc ) ;
    SQLSetConnectAttr ( hdbc , SQL_LOGIN_TIMEOUT , (void*)5 , 0 ) ;
    However, the error appears after SQLConnect and yet the rc0 was reported as OK.
    The error message 'Driver's SQLAllocHandle on SQL_HANDLE_HENV failed' is totally unhelpful to me as a user since I don't know the conditions that lead to failure. I really think this calls for some documentation. Such documentation should be complete, self-contained and correct and give ALL OPERATIONAL steps, i.e. I want to know exactly what I have to do. Ambiguous English often referring to undefined terms is not what Oracle beginners like myself want.
    I don't know if this is a bug. It is so fundamental that Oracle ODBC driver writers could/should not have got it wrong. The connect does not even start.
    I have googled for hours, but every lead has failed.
    I don't want to give up on this. What can I do?

  • Why need to update ADF BC connection details for ensuring deployment??

    I know it is a ADF question but still posting in this forum as it was encountered deploying a BPM application on OBPM 11.1.1.6. I get a bpm project from the internet and decide to test it out on my local. The objective was to populate the payload of the process dynamically i.e. based on the selection made by the participant on the UI (a ADF Business Component from a database table is created and rendered on the task form for the user to select). I imported the code on my JDev and changed the JDBCDataStore for both <Module>Local & <Module>Shared in the runtime configurations of the application module to point to a Data Source that I created on my WLS.
    Assuming that's all was needed to test out, tried to deploy the application on my WLS. The deployment failed with a logon - usname/pws 'mismatch' issue. This was quite strange because I had tested the DataSource after creating it. It took a while for me to figure out that it wasn' the JDBCDataStore that was causing the issue but looks like the creator of the application had created a database connection to connect to his / her local database to create the business components for the application. I had to update correct 'uname/pwd' (i.e. the one on my local) to make the deployment work.
    Now, coming to the question - I believe database connection is more a design time configuration to create the business components ?? Once they are created in the project, the deployment should be agnostic of the environment as long as we are updating our runtime configurations correctly? Somebody please help out understanding this. With my limited understanding of ADF I would rather have an expert comment and clarify this.
    Thanks,
    gsr

    Uncheck "Auto generate and synchronize weblogic-jdbc.xml Descriptors during deployemnt" in Application properties -> Deploymennt -> EAR used for deployment
    refer
    http://theblasfrompas.blogspot.in/2010/05/jdeveloper-11g-adf-deployment-using.html

  • Configuration details for Adaptive Web Service

    Hai,
             I an importing adaptive webservice model but it shows the error
       Exception on execution of web service with WSDL   URL 'http://sapsrv02:50200/HelloBeanWS/HelloConfig?wsdl' with operation 'getHello' in interface 'HelloBeanWSVi_Document'
    Please tell me the steps how to configure the logical destinations in Visual Administrator and should i want to create a  DEFAULT_WS_METADATA_DEST as default meta data destination and DEFAULT_WS_EXECUTION_DEST as default execution destination  and  what is the URL should i give for it.
    Can anyone please help me to resolve the problem.
    Regards,
    R.Jude Silvester.

    Hi,
    Refer these links,
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d076c662-8c0f-2b10-8ca4-e63c26e2e489
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/301ff0bb-74ca-2910-fa99-eae392695aad
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b04308ed-62d5-2910-b3a6-c26771b1c78e
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b04308ed-62d5-2910-b3a6-c26771b1c78e
    Regards,
    Sunaina Reddy T

  • Where do we specify the login details for an FTP adapter ?

    Hi,
    I am trying to do a simple ftp using an SOA-ESB service. I have created an FTP service using the FTP adapter. The FTP adapter asked abt the file name and directory. Where do I specify the host details like hostname, userid and Password?
    Thanks
    RV

    when you start the adapter wizard you specify a JNDI name it will be something like eis/Ftp/sample.
    You can make this anything but use the same notion, e.g. eis/Ftp/[hostname_user]
    You then login to Enterprise Manager
    oc4j_soa -> applications -> FTP Adapter (this may not be exact
    There you can specify the connection details for that server. Name the JNDI name eis/Ftp/[hostname_user]
    you can also modify the oc4j-ra.xml file directly for the FTP adapter
    this is found
    Oracle_Home\j2ee\[home or oc4j_soa]\application-deployments\default\FtpAdapter
    cheers
    James

  • We are a two iPhone family, both on the same service provider. My wires iPhone is unable to connect to the home network where as mine is! In the settings her phone has no details for the IP address etc where as mine does! I cannot even enter the details.

    We are a two iPhone family, both on the same service provider. My wires iPhone is unable to connect to the home network where as mine is! In the settings her phone has no details for the IP address etc where as mine does! I cannot even enter the details manually.
    I have done resets on off and nothing? HELP!

    What is that and how. I have 3 airports all configured identically and connected to one router via ethernet!
    A power cycle is powering down for ~ 1 minute and powering back up.

  • Unable create Connection pool for Oracle apps Adapter.

    Hi All,
    We are trying to create a connection pool for Oracle Apps adapter in 11G SOA suite.
    However during the process getting the following error:
    An error occurred during activation of changes, please see the log for details.
    A <jndi-name> is specified for the resource adapter bean in weblogic-ra.xml, however no <resourceadapter-class> element is specified in ra.xml
    Can any one help us on this.
    Thanks
    Parker.

    Please refer section "Configuring Connection Information" at below link -
    http://download.oracle.com/docs/cd/E17904_01/integration.1111/e10537/T430238T430340.htm#T464886
    Regards,
    Anuj

  • HT4106 I have a camera connection kit for my ipad 2. Can this kit be used with my new ipad air?... If so what adapter is required please

    Camera connection kit for ipad 2. Can this kit be used with ipad air and if so what adapter(s) are required please

    You can try the 30 pin to lightning adapter but I'm not sure if that'll work. So if you get it to experiment, make sure you can return it. Apple does sell a SD to lightning adapter for the newer devices. So that should be a sure bet. The main downside is that your 30 pin camera kit came with both USB and SD for 29 and now the USB adapter is 19 and the SD adapter 29, so more expensive.
    You may want to look into third party adapters, but make sure you use a reputable manufacturer (ie not a cheap no-name off amazon) because iOS7 brought with it software that looks for a signed chip in the adapter. And a chip is 'signed' when a company gets apple's permission to make accessories. I would suggest sticking with companies like Belkin, Kensington and Targus. They seem to be of a better reputation when making things and would have a signed chip.

  • Why is network connection asking for WEP password all of a sudden?

    Just recently, my airport or wireless network seems to have gotten weird on me. I've used the same wireless network flawlessly for years and tonight, I noticed my internet seemed down. I tried connection doctor to determine if it was my ISP or my network.
    After determining that something was wrong with my network or router, I realized that the internet is in fact working. I restarted my router several times. The airport finds my network but keeps asking me for my WEP password. I don't recall creating one, and have no idea where it would be saved. When logging into 192.168.1.1, I see the network there but no where that I may have created the WEP password.
    Maybe it's been so long since I created this network I'm just confused. Can someone tell me how to set a new password for my network, or purge this network and create a new one with a new password? Obviously, my internet works because I'm on now through wired ethernet connection.
    Thanks!
    Bob

    HI Robert,
    Open Airport Utility (Applications/Utilities)
    Select Airport on the left then, select Airport in the Menu at the top of the pane then click the Wireless tab.
    Where you see: Wireless Password
    You can reset your password there or create a new one. Bear in mind that WPA/WPA2 Personal is the recommended security level. Click the pop up menu next to: Wireless Security. Set to WPA/WPA2 Personal then create your password. You can click the black lock icon for help.
    Carolyn

  • Steps to create Connection pool for Oracle apps Adapter.

    Hi All,
    Could please tel me the steps to create connection pool for Oracle Apps Adapter.
    Thanks,
    Parker

    Steps are given in section "Configuring Connection Information" in Apps Adapter User guide at below link -
    http://download.oracle.com/docs/cd/E17904_01/integration.1111/e10537/T430238T430340.htm#T464886
    Regards,
    Anuj

  • Although I'm connected to my WIFI network my computer keeps "looking for new networks" How can I stop it from doing so when I'm working at home and don't want another network?

    Although I'm connected to my Wi-Fi network my computer keeps "looking for new networks." How can I stop it from doing so when I'm working at home and don't want another network?

    You might want to update Safari to 3.12. I would empty the safari cache. (Safari>Empty Cache). Then quit Safari. System Preferences>Network>Show:Airport>TCP/IP. Insert the following into the DNS Servers box;
    208.67.222.222
    208.67.220.220
    then hit apply. Now launch Safari. You should also try powering down modem, router and Mac and power up in 2 minute sequence; modem, router, Mac.

  • 5 won't stop looking for network after successful connection

    iPhone5 won't stop looking for wifi network after successful connection. Told by tier2 support it is software issue. Complete reset didn't work
    Thanks

    You do have to unmount any Network Drives when/before moving to another location.
    I'm thinking the APPs that don't work right have some pref on the non-existing network drive/cpu, for instance, if they automatically open the last doc used.

  • WHEN I TRY TO ENTER ACCOUNT DETAILS FOR EMAIL  THE IPAD WONT LET ME IN. SAME THING HAPPENS WHEN I TRY TO ENTER USERNAME TO JOIN A NETWORK, IN THAT CASE IT GOES STRAIGHT TO PASSWORD ENTRY LINE. ANY SUGGESTIONS?

    I am trying  to enter account details for email: the cursor tabs automatically from username entry line to password entry line without being able to enter data in the username entryline.
    the same thing happens when trying to join a network: the cursor tabs from username entry line to password entryline without being able to enter data in the username entryline. how do I fix this?
    thanks
    dcam31

    the system works: the response to entries filed under wifi join button not working says to basically turn ipad off and on again: this did the trick
    thanks
    dcam31

  • Displaying Host details for active Proxy Connections

    It is possible via JMX to display the number of active connections associated with Proxy services.
    For problem resolution it would be very useful to determine the hosts that are connected. I already have a mechanism of capturing new connection requests (for logical connection throttling) so I can log the host details when a new connection is used - but my preference would be to view this in realtime e.g. via JMX. (Similar in concept to viewing all JMS clients that are connected to a JMS server).
    Q1. Is there a way the above can be achieved and/or is there any intention to move this feature in to the core product?
    Q2. If my client VM that has an open connection dies unexpectedly how quickly will the Proxy service recycle the connection and decrement the active connection count?
    Thanks,
    Simon

    Q1: It is our policy to not comment on contents/dates of future releases in the forum. However, Oracle is always looking to improve the usability and manageability of Coherence. To help me advocate this feature, could you elaborate on the information being collected, the usage models and the value proposition.
    To help with the short term issue, The information you currently logging can be exposed through JMX by creating a custom MBean. The custom MBean is a combination of an Interface and an Implementation.
    To create a custom MBean "ConnectionCounter":
    Define the interface:
    Interface ConnectionCounterMBean
    public int getConnectionCount();
    public class ConnectionCounter
    implements ConnectionCounterMBean
    public int getConnectionCount()
    // return the connection count.
    Register the custom MBean:
    http://wiki.tangosol.com/display/COH33UG/Manage+Custom+MBeans+within+the+Coherence+Cluster
    Q2: A Coherence*Extend service has several mechanisms for detecting dropped connections. Some mechanisms are inherent to the underlying protocol (i.e. a javax.jms.ExceptionListener in Extend-JMS and TCP/IP in Extend-TCP), whereas others are implemented by the service itself. The latter mechanisms are configured via the <outgoing-message-handler> configuration element.
    The primary configurable mechanism used by a Coherence*Extend client service to detect dropped connections is a request timeout. When the service sends a request to the remote cluster and does not receive a response within the request timeout interval (see <request-timeout>), the service assumes that the connection has been dropped. The Coherence*Extend client and clustered services can also be configured to send a periodic heartbeat over the connection (see <heartbeat-interval> and <heartbeat-timeout>). If the service does not receive a response within the configured heartbeat timeout interval, the service assumes that the connection has been dropped.
    For more information:
    http://wiki.tangosol.com/display/COH33UG/Configuring+and+Using+Coherence*Extend
    Hope this helps,
    Everett Williams
    Coherence development team

Maybe you are looking for