Windows does not automatically install legacy PCI device

I am using labview 8.5
I made an installer that includes both NI-VISA and the traditional(legacy) device drivers.
However, when I put in the card (PCI-6023E), windows Vista wasn't able to locate the drivers.
Is there a way to set it up so this is automatic? If not, what are the drivers called so I can manually select them from the hard drive?

According to this page, VIsta requires that you use DAQmx, not the traditional drivers, for the PCI-6023E. Last I heard the traditional DAQ drivers are not compatible with Vista, nor are there any plans to make them compatible with Vista.
Note: Switching to DAQmx will, of course, require you to change your code.
Message Edited by smercurio_fc on 09-23-2008 03:47 PM

Similar Messages

  • Windows does not recognize driver for pci-4461

    Hello,I am currently running windows xp with labview 7.0 on my computer.  Recently trying purchased and trying to install PCI-4461 Audio Analyzer PC card.  I downloaded the latest driver 9.0.2 off the NI website.  After the install I verified the driver exist by using the Measurement & Automation tool.  However, window does not recognize any driver for the hardware. When I point it to the directory where the driver is "suppose" to exist, windows gives me an error message saying that the driver does not exist or is corrupted.  I've tried uninstalling and reinstalling several times. Has anyone ran into this problem and can give me some advise?  I know that the version on DAQmx 9.0.2 is not compatible with the version of labView I am running.  However it should not affect windows from locating and installing hardware. Thank you,Ruth

    Hi Ruth,
    Did you install the PCI-4461 card in your computer before or after you installed the DAQmx 9.0.2 drivers? It would be best to install the drivers first and then the card.  Windows XP will pop up the New Hardware Wizard, saying it detected new hardware.  Click Next, and then to Search for Drivers Automatically.  Do not try to navigate  and select the appropriate driver folder.  As long as the drivers are installed correctly Windows will be able to find the correct driver automatically.
    You can also remove the PCI-4461 card and try it in a different PCI slot.  This will cause the new hardware wizzard to appear on the next restart.
    Eric S.
    Eric S.
    AE Specialist | Global Support
    National Instruments

  • Application is not automatically installed on iOS device.

    Sorry for my English.
    When I click Publish in Flash CC my application is not automatically installed on my iOS device.
    What I do wrong?
    This is AIR for iOS settings:

    I'm tried to install IPA through adt.
    Just typed in terminal:
    adt -installApp -platform ios -package /path/to/my.ipa
    IPA successfully installed to my iPhone.
    I'm remove app and tried to publish in Flash CC again.
    Now Flash CC automatically install IPA when I click Publish.

  • Windows does not recognize iPhone 5S as device

    Hallo,
    For the past two weeks, my Windows 7 does not recognize my iPhone 5S as a device. This means I cannot download any media content captured with the device.
    I have already followed the instructions posted on several Apple community topics re this issue, specifically the ones on checking the Universal Serial Bus Controllers. When connecting the phone, the Apple USB driver does show as a bus controller. I've checked for updates, and it shows that I have the latest version and that the bus controller functions correctly. The phone is also picked up by iTunes, although iTunes doesn't not start automatically like before. I'm using an Apple cable. Still, the device is not picked up by Windows.
    Can anyone help, please?

    Did you check all of the steps in this support document iOS: Device not recognized in iTunes for Windows especially the ones about the Apple USB driver installation? Did you try removing and reinstalling iTunes as suggested and outlined in this support document? Make sure you follow those steps exactly. Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8

  • Where can I download a new version of Firefox that does NOT automatically install in Croatian language

    I'm new to Firefox. I specifically went to an English download page and downloaded the latest Firefox in English. I installed it, and it automatically changed to Croatian, where I live, without any warning.
    Then I searched for an option to change it back to English and didn't find it, so I uninstalled it and went back to an older version of Firefox, that I new was in English.
    Now, of course, the program is warning me that there is un update, but I'm affraid to install it so that it doesn't automatically change to Croatian again.

    You may still have a Croatian language pack installed if you didn't uninstall a previously installed Croatian version and checked the Firefox program folder for remnant leftover files.
    * "C:\Program Files\Mozilla Firefox\chrome"
    If you download the full en-US version and install that version then the language shouldn't change.
    * [[Updates reported when running newest version]]
    * http://kb.mozillazine.org/Updates_reported_when_running_newest_version

  • Trying to donwload ebook that is in digitial editions to my sony ereader. when i right click on picture of book the drop down window does not have "copy to computer/device??

    whne I try to download a book that I have in my adobe digitial editions library, and I right click on the picture of the book, the window that drops down doe snot have " copy to computer/device" I have a sony ereader

    See these threads for some possible solutions:
    Bluetooth and 10.7
    Bluetooth speaker error

  • New window does not automatically open with Safari

    When I open Safari by clicking on the icon in the dock, the menu at the top looks like Safari is open, but no window opens. I then have to click on:
    File>New Window to actually open a window and browse.
    This just started happening.
    Any solutions out there?

    I copied the file that is meantioned to the desktop, opened it by doubleclicking and searched for ”OpenWindow”. You'll find it a few lines from top. It has no number typed so I typed ”1” and closed the app. It asked me to save with extension ”.ooutline”. You can save it with that extension but on the desktop you'll need to re-name its extension to ”.plist”. I did that and dragged the file back to its original location. You'll be asked if you would like to replace the file, click Yes. Now I have a Safari opening the window as usual.
    This can happen in case you re-install the operative system on your Mac, the Safari is updated but the Safari on the CD is older, which is overwriting your newer Safari you already have with the older version from the CD-ROM and this problem occur: you see Safari opening up, you see the menues on top of your screen but no window is open in Safari.
    I hope this helps.
    G5 2x2,5 MHz   Mac OS X (10.3.9)  

  • Java based Chat console works fine, but does not automatically scroll down to last chat item

    Hi,
    I am currently facing a problem with a Chat program using jsp (Java Server Pages) where the chat console works perfect except for one little thing.
    The chat window does not automatically scroll down to the last reply in the chat window.
    the code used to scroll down to the last items (based on Netscape) is the following:
    <pre><nowiki>if (navigator.appName.indexOf("Netscape") != -1) {
    isOther = (navigator.appVersion.substring(0,1) == "3");
    isNS4 = (navigator.appVersion.substring(0,1) == "4");
    isNS6 = (navigator.appVersion.substring(0,1) == "5");
    } else if (navigator.appName.indexOf("Microsoft Internet Explorer") != -1) {
    isIE = true;
    } else if (navigator.appName.indexOf("Opera") != -1) {
    isOpera = true;
    } else {
    isOther = true;
    if (navigator.platform.indexOf("Mac") != -1)
    isMac = true;
    if (isOther)
    alert("Sorry but you will have to upgrade your browser to NS4+ or IE4+ for this to work properly.");
    function setScrollProperties() {
    if (isMac) {
    scrollStart = 0;
    scrollEnd = answerFrame.document.height - scrollStart;
    } else {
    scrollStart = 0;
    scrollEnd = answerFrame.document.height - scrollStart;
    function doScroll() {
    documentYposition += scrollAmount;
    window.scrollTo(0,documentYposition);
    if (documentYposition < scrollEnd) {
    setTimeout('doScroll()',slowScrollInterval);
    }else if (moreScrolling){
    moreScrolling = false;
    scrolling = false;
    startScroll();
    }else{
    scrolling = false;
    }</nowiki></pre>
    I cannot see what goes wrong in here and the manufacturer does not know how to fix this either.
    Irritatingly this scrolling function is working normally in IE, Chrome and some other browsers.
    I sure hope you can help me, as this is a very irritating problem that needs to be solved.
    Best regards,
    Corné Snoek

    Hi,
    sorry for such a late reply. I tried modifying the java bean to resize the JScrollPane object also but even that didn't work. Then I hardcoded the size of my Java Bean in my forms code by trial and error. For example, the size of the bean area was 381x169. The values that I had to pass to the "setSize" bean method were 510x195. This made the bean exactly fit the bean area. Seems crazy to me, but there it is.
    Anyway, thank you.
    Manu

  • Windows says "device is not functioning" and "Windows does not recognize"

    I lost my USB dock connector cable for my ipod. I just went out today and bought a brand new "Cygnett GrooveLink Strech Retractable USB Cable for iPod". I was pumped when I came home to finally be able to add music to my ipod again, but alas when I plug the iPod in, Windows pops up saying that the device is not functional and that Windows does not recognize it. I tried everything from rebooting the iPod to re-downloading iTunes and iPod updater. After searching this site for the past few hours, I figured I'd try and possibly find some real answers here. Please Help!!

    Hey everyone,
    I had the same problems all of you are having. I
    just got a 5th generation video ipod. For a few
    days, my computer a) wouldn't recognize it; b) froze
    up when I connected it; c) mistook it for a mass
    storage device ("drive E"). I bought a USB 2.0
    notebook card which didn't work either and actually
    seemed to make the problem worse because when I
    connected the iPod to it my computer froze up.
    I was very confused because my new iPod worked on my
    brother's computer--which is much older than mine but
    still recognized the iPod and connected to it.
    Then I noticed that my brother's computer is running
    an older version of the ipod software. I used his
    disk to install "Ipod Updater 2005-06-26" rather than
    the new version of the software on the Apple Web
    site. Then I plugged my iPod into a USB 1.1 port.
    To my surprise, my computer finally recognized the
    iPod and is now loading music onto it. I cannot
    believe this worked. I wonder if the latest version
    of the software is faulty in some way.
    Try it! I hope it will work for you too. You will
    need an older version of the iPod updater software,
    so borrow it from a friend with an older ipod.
    I am having this problem also...It will work fine on the 1.1 but when i plug it into the 2.0 it has trouble recognizing it...

  • When i attach my iphone 4 with computer it shows one of the USB devices attached to this computer has malfunctioned and windows does not recognize it,now what can i do ..plz help me

    when i attach my iphone 4 with computer it shows one of the USB devices attached to this computer has malfunctioned and windows does not recognize it,now what can i do ..plz help me

    I would first try unplugging All the USB devices plugged into your computer, and then plug back in just the iPhone and see if that is recognized.  Also, do you have the latest version of iTunes for Windows installed on your PC, as you need to?
    Hope this helps

  • One of the usb devices attached to this computer has malfunctioned, and Windows does not recognize it. For assistance in solving this problem, click this message.

    I connected my sons Ipod Touch to my pc and it worked fine. Now, when I try to connect my iPad the following message comes up: One of the usb devices attached to this computer has malfunctioned, and Windows does not recognize it. For assistance in solving this problem, click this message.
    I checked the cable. It surely is not the cable. If I connect the iPod again it works fine. If I use the same cable with my pc and ipad at work or my other son’s laptop, it is working perfectly. It is only on my laptop where the iPod was connected. Something tells me it got something to do with the drivers that went corrupt or something when I connected the iPod.
    I searched the internet and I see a lot of people gets this message. Still no solved answers yet. Is there a place where I can download the drivers again or any other suggestions?
    Windows 7 and iPad 2
    Kind regards,

    I was hoping it would be something like a USB device conflict, but now the shuffle is the only thing connected...
    This article was one of the ones you linked to above in your initial post
    http://support.apple.com/kb/TS1369
    Under Part 9. Verify that USB drivers are installed, did you try the steps in If only "Unknown Device" appears?  That appears to be your situation.
    Also, you said that the shuffle initially worked well enough to do a sync, then it had the same problem again.  If you can get it to work again initially, before doing anything else, try the following.  Select the shuffle in the iTunes sidebar, under DEVICES.  Over to the right, go to the Summary tab.  By default, the checkbox for Enable disk use should be unchecked.  If so, check it and Apply the change.  See if that makes any difference. 
    (If Enable disk use was already checked, try unchecking it and Apply the change.  Basically, set it the "other way" and see if there is any improvement.)
    NOTE:  When disk use is enabled, you have to eject the iPod in iTunes before disconnecting it physically.
    If the disk use change makes a difference, that may provide a clue about the actual cause.

  • When I connect my Iphone 5 to my computer to tranfer pictures my computer says USB device attached to the computer has malfunctioned and Windows does not recognize it.  What do I do??

    I do not understand why my computer is telling me that my new iphone 5 has malfunctioned and Windows does not recognize it when I plug it in the computer.
    I have tried several times and gotten the same message.  Any suggestions?
    thanks

    Make sure you can see your device in the sidebar>>
       Open Itunes on your computer
       Click View
    _Click View Sidebar
    Then Try EXPANDING all sections in the following article, pressing CTRL>p, printing it all out and following the instructions step by step.  Use the instructions that apply to your computer's Operating System, but don't skip any steps.
    http://support.apple.com/kb/TS1538
    You are installing the Apple Mobile Device USB driver, which I did not have to do previously, so something in the updates has been left out / or changed. 

  • Using iPod shuffle 4th generation for first time and receiving the error : one of the USB devices attached to this computer has malfunctioned, and windows does not recognize it. For assistance in solving this problem, click this message

    Using iPod shuffle 4th generation for first time and receiving the error : one of the USB devices attached to this computer has malfunctioned, and windows does not recognize it. For assistance in solving this problem, click this message.
    Using win 7 and latest iTunes [10.6.3]. Have already gone through below links and did not find any solution.
    http://support.apple.com/kb/HT2292
    http://support.apple.com/kb/TS1369
    http://support.apple.com/kb/HT1923
    http://en.kioskea.net/forum/affich-17997-ipod-not-detected

    I was hoping it would be something like a USB device conflict, but now the shuffle is the only thing connected...
    This article was one of the ones you linked to above in your initial post
    http://support.apple.com/kb/TS1369
    Under Part 9. Verify that USB drivers are installed, did you try the steps in If only "Unknown Device" appears?  That appears to be your situation.
    Also, you said that the shuffle initially worked well enough to do a sync, then it had the same problem again.  If you can get it to work again initially, before doing anything else, try the following.  Select the shuffle in the iTunes sidebar, under DEVICES.  Over to the right, go to the Summary tab.  By default, the checkbox for Enable disk use should be unchecked.  If so, check it and Apply the change.  See if that makes any difference. 
    (If Enable disk use was already checked, try unchecking it and Apply the change.  Basically, set it the "other way" and see if there is any improvement.)
    NOTE:  When disk use is enabled, you have to eject the iPod in iTunes before disconnecting it physically.
    If the disk use change makes a difference, that may provide a clue about the actual cause.

  • Error code 43 with message 'one of the USB device attached to this computer has malfunctioned, and Windows does not recognise it'.

    i have suddenly got this message 'one of the USB device attached to this computer has malfunctioned, and Windows does not recognise it'. it says error code 43. the usb drives (2 in no.) have stopped working as in they dont recognise the external hard drive
    or pen drive.  I have a HP pavilion dv4 series notebook.  the usb drives were working fine - however suddenly yesterday this strange message cropped up. life has taken a drastic turn! please help.
    in device status is says:  Windows has stopped this device because it has reported problems. (Code 43)
    location: Port_#0002.Hub_#0005
    driver provider:  microsoft
    date of driver: 21-06-2006
    driver version: 6.1.7600.16385
    HELP!!!!!!!!!!!

    Hi ameet2005,
    Please check if the following suggestions help:
    First, please disconnect all USB devices and then perform the following steps:
    1. Click "Start" button, type “devmgmt.msc” (without quotation marks) in the “Search” bar and press "Enter". Click “Continue”
    if necessary.
    2. In Device Manager, double click to expand "Universal Serial Bus controllers", right click on the Host Controller, click "Uninstall" and click "OK".
    3. Repeat the step 2 to uninstall all items under "Universal Serial Bus controllers".
    Then, restart your computer and Windows 7 will reinstall all USB controllers automatically.
    If the issue persists, please check if it can be resolved by running
    System File Checker.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • When you load Windows via Boot Camp Assistant program and run Windows does not recognize the "usb" outlets cannot identify the device through the Dvd or flash

    When you load Windows via Boot Camp Assistant program and run Windows does not recognize the "usb" outlets cannot identify the device through the Dvd or flash

    Did you install BC drivers on the Windows side?

Maybe you are looking for