PCIe-6535 RLP support

Greetings!
I have an old legacy application (windows) using RLP on the NI 6533 (DIO-PCI-32HS). I am now told that this card will become obsolete and was recommeded to move to the PCIe-6535. I am trying to understand how compatible this card would be for our application, however I cannot find supporting documentation for this card in the MHDDK.
Can you tell me if/how similar are the registers between the cards, if there is available RLP documentation, if RLP is even support/recommended for this card, or what would be the preferred method for controlling the 6535? Our application only uses programmed i/o (read and write) but when we tried using visa before, it was much too slow.
Thanks,
Eugene.

AMD CPU's do not need to support PCIe Gen3.
It's the chipset that has to do it, not the CPU.
Don't know who talked to you, but you got false information.
AMD is not Intel where PCIe is (partly) build into the CPU.
I'm sorry, but your board will never support PCIe Gen3.
However this is not an issue, as PCIe Gen1 can't even be filled to the max, certainly Gen2 not even close, and Gen3 won't be needed for the next 10 years at least.
In short, who cares about PCIe Gen3 for the upcomming 10 years, I don't. (unless something very special happens, but in that case it won't be the same motherboard/CPU/memory for sure)

Similar Messages

  • NI PCIe 6535 DIO help needed !!

    Dear All,
    I have NI PCIe 6535 DIO card and I need to write a Labview code which will simultaneously acquire data from 24 channel's with 30 KHz refresh rate for a capture duration of 4 seconds and then Move data and corresponding time stamps to PC RAM.
    Somebody please help me on how to achieve the above mentioned.
    Thanks for your time and support in advance.
    Regards,
    WEIVBAL

    Hi Weivbal,
    have you looked at the examples coming with LabVIEW? Maybe "Read Dig Chan.vi"?
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Digital IO PCIe 6535 stops working

    I just had a mysterious problem with 10MHz Digital IO card PCIe 6535.
    Some background:
    I typically use it for generating simple waveforms like: (X,0,...,0,Y,0,0,0,...) ; where X is a sum of two bits (e.g. bit 6 + bit 0 = 64 + 1 = 65), and Y is a single bit or zero. Sometimes, I keep it generating waveforms overnight.
    Problem:
    It omits some of the bits. For example, when I tell it to pulse (66,0,0,0,...) , it gives me (64,0,0,0,...); if I say (4,0,...), it gives me (0,0,...). Looks like it does an "X AND 65" before accepting the command (well, I pulse (65,0,0,0,..) most frequently). So, I quit the executable (compiled from a VI), and check the VI for software bugs. It couldn't find any, so I run the VI, it worked! Then, I run the exe again, it worked fine! So, in essense, what I did was restarting the exe.
    Currently, it is working, but I would like to know what caused this (I suspect the card is already aging?) and whether I can avoid it in the future. Any ideas?

    Hi Raymond,
    Any chance you could post your VI?  That behavior doesn't make sense, and isn't something that can happen due to aging of the product.
    Also, what version of DAQmx are you using?
    Thanks,
    Keith Shapiro
    National Instruments R&D

  • HP Envy H8-1540t - dual graphics cards, Pcie 3.0 support

    I have 2 questions about using dual graphics cards and Pcie 3.0 support in my machine.
    The machine is:
    HP Envy H8-1540t
    Win 8 64
    i7-3820 2nd Gen
    10 GB DDR3 1600
    256 GB SSD
    1 TB 7200 rpm SATA hard drive
    Blu-Ray Player
    TV Tuner
    Prem wireless N-Lan and Blutooth 2x2
    600 Watt PSU
    NVidia GTX 660
    This machine uses the Pegatron IPIWB-PB motherboard and has 2 Pcie x 16 slots. I realize that by using dual width GPU's like the GTX 660, the smaller Pcie slots next to them will be buried, rendering them useless. So these are my 2 questions;
    1.) Will 2 Nvidia GTX 660 GPU's physically fit within the machine and be supported?
    2.)  Does this motherboard with it's Intel X79 chipset support Pcie 3.0?
    Thank You
    This question was solved.
    View Solution.

    Hi,
    You can find ALL information on the following OFFICIAL link, looks like it only supports PCIe Gen 2.0
       http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&dlc=en&docname=c03132964#N241
    From the image of the motherboard (above) and the following image of the GTX 660, simple answer: 2 cards won't physically fit.
       http://www.geforce.com/hardware/desktop-gpus/geforce-gtx-660/product-images
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • PCI-6503 RLP Mapping.

    Hello,
    I have a PCI 6503, and I am developing a driver to run the card.  Everything, so far, is going fine.
    The driver loads, I have the VID and PID for the device.  PNP finds the board and tells me all about it.  I have the doc ...  "PCI-6503 User Manual" (374938b.pdf) and was doing fine until the appendix B, page 14.
    But now I have some concept questions.
    The driver is enumerating the resources with memory (and an interrupt) not register ports. I was epxecting registers...
    Specifically there are two memory windows,  Then the appendix starts talking about remapping memory.
    First....  Isn't that a violation of the PCI PNP spec to redefine resource addresses?    Why would this even be an option?  It says the programmer has to keep track of what resource is being used...  so I have to go into the device manager and look at all the resources, and pick some that are not used?  Which is fine until the PNP manager reassigns some stuff.  Then the machine is dead in the water...
    Next... The next page (B15) has a table of 'register' addresses.  But the PCI PNP enumeration didn't give any registers, only memory addresses.  Where do these come from?  (is it a misnomer?)
    Then I just get even more lost...  The doc starts talking about BAR0 and BAR1.
    Which of ther two memory windows is BAR0 and BAR1? Or are they not it at all?
    It says to write to BAR0 + 0x10?  Which memory window is the BAR?
        (my card came up with fdfff000 and fdffe000, which oddly enough has the memory spaces backwards, not contigous)
    Step 3 says write the address you want to use to config space "offset 0x14  (BAR1)".  This implies that BAR1 is BAR0 + 0x14.  But if they are those memory windows, than BAR1 is 4096 bytes away from BAR0, not a mere 20 bytes away.
    How, if at all, does this translate to accessing through registers (outb...)   Or is access only ever done through memory alone?
    Clearly, I am missing some fundemental concept here.  Up to this point, everthing had been fine.
    (I have another simpler question on the interrupt...  it can be configured for PORT A or PORTB...  Is that only when they are configured as inputs?  And is that any specific bit in the port, or the entire 8 bit port?  Is that an 'interrupt on change' ? )
    And advice is appreciated.
    -Scotty

    To answer the second question first, I will be developing RLP drivers in the future, because the DAQmx  is inadequate.  Also, at this stage, I am using it as a learning tool for many other programming tasks.
    As to the first question...
    Okay, I now see that communication to the card is through memory, not ports.  The term 'register' crosses boundaries, as it does not mean 'memory' in the embedded areas I am used to, it means 'input or output port'.
    However, I do not understand this MITE concept.  I did, however find this post from over a decade ago, but I still can't get it to work:
    http://forums.ni.com/t5/Driver-Development-Kit-DDK/MITE-init-in-Windows-driver-stumped/m-p/2950901#M...
    I posted a followup, but I don't know if the original poster is even monitoring it.
    My goal at this stage is just to get PORTA outputs to toggle.
    Here is what I am doing, and as far as I can tell is what I am supposed to do. I have filled the driver with kernel debug messages, and everything indicates it is doing what I tell it  (but not doing what I want)
    Following the example code on that link, I obtain the base address register, which  is translated  (when I used the untranslated value, I got a BSOD,  doh! ).
    I stored the address in my device extension structure so I can get to it later...
    Using pages B5,  B19 and B20, I disable the interrupts and set everything as outputs:
        WRITE_REGISTER_UCHAR(block->baseAddress + 0x14, 0);      /* 'block' is in my device extension structure */
        WRITE_REGISTER_UCHAR(block->baseAddress + 0x15, 0);
        command = 0x80;                                        /*  ctrl =1,   mode = 00,  all ports are output  */
        WRITE_REGISTER_UCHAR(block->baseAddress + 0x03, command);
    Then I have a program that opens the device and just toggles between FF and 00 to port A on a 1 second loop.  The IO code does this:
       WRITE_REGISTER_UCHAR(block->baseAddress, pWriteDataBuffer[0]);
    Again, all kernel debug messages indicate that it is working (or doing what I tell it to do)
    The voltages on the lines on the output terminal block do not change.  They are (mostly all) +5V, but never change.
    So I have to conclude that the register I am writing to is not the correct memory address to change the PORTA output (or any  of the other ports for that matter).  but at least it is not giving me a bugcheck, so I know the driver owns that memory address..
    So this is where I have stalled.  I suspect it goes back to my not underanding the MITE concept.  And as a result, do not have the correct base address.  And I can't find any description.
    And further advice is appreciated.
    -Scott.

  • PCIE gen 3 support

    Hello, I purchased a 970a g46 motherboard, there is a sticker on the box that says "supports pciE gen 3, switch is on the board" Can someone tell me where this switch is? I can find nothing on the web site or in the manual.
    Thank you

    AMD CPU's do not need to support PCIe Gen3.
    It's the chipset that has to do it, not the CPU.
    Don't know who talked to you, but you got false information.
    AMD is not Intel where PCIe is (partly) build into the CPU.
    I'm sorry, but your board will never support PCIe Gen3.
    However this is not an issue, as PCIe Gen1 can't even be filled to the max, certainly Gen2 not even close, and Gen3 won't be needed for the next 10 years at least.
    In short, who cares about PCIe Gen3 for the upcomming 10 years, I don't. (unless something very special happens, but in that case it won't be the same motherboard/CPU/memory for sure)

  • Synchronisation de PCI-4472 et PCI-4474 et support DAQ traditionnel/DAQmx

    Bonjour,
    comment émuler la fonction RTSI (synchronisation de l'acquisition entre
    les
    cartes PCI 4472 et 4474) avec DAQmx version 7.2 ?
    A l'éxécution de l'exemple Multi-Device Synch-Shared Timebase-Cont
    Acquisition.vi, j'obtiens le message d'erreur suivant :
    L'erreur -200452 s'est produite à Noeud de propriété DAQmx Timing (arg 1)
    dans
    Multi-Device Synch-Shared Timebase-Cont Acquisition.vi
    Raison(s) possible(s) :
    Specified property is not supported by the device or is not applicable to
    the
    task.
    Property: MasterTimebase.Src
    Task Name: _unnamedTask<3>

    (Réponse identique au forum posté le 10/05/2004).
    Bonjour,
    Les cartes PCI-4472 et PCI-4474 ne sont pas dans la liste des cartes compatibles avec l'exemple "Multi-Device Synch-Shared Timebase-Cont Acquisition.vi".
    Ceci peut expliquer pourquoi le noeud de propriété renvoie une erreur DAQmx.
    Vous pouvez utiliser l'exemple "Multi-Device Sync AI Shared Timebase & Trig DSA" qui a été développé spécialement pour les cartes DSA (et donc les PCI-4472 & 4474).
    Cet exemple permet de faire de l'acquisition simultanée finie avec déclenchement commun. Pour faire une acquisition continue, il vous suffira de paramétrer le NI-DAQmx Timing à "Continuous samples" et d'intégrer le NI-DAQmx Read dans une boucle While.
    Cordialement.

  • Does the PCI-CAN2 card support DeviceNet ??

    We are building a CAN network to simulate the CAN bus environment in vehicles.what we have are a pci-can2 card ,a simulator based on 51singlechips,and a electromotor.we plan to build a CAN node with  the simulator and the electromtor to simulate the mirror adjustor in vehicle ,and try to allow the exchangement between the  realone and the simulator later .so ,a Devicenet based on CAN network may be a suitable choice to us.But I saw two different products on NI.com , PCI-CAN2 and PCI-DNET.so  I wonder  whether we can implement Devicenet protocol on the PCI-CAN2 card ? If possible , what should we do and what do we need? no matter software or hardware ,Could you please give me some suggestion?  Thank you !!

    Hi,
    The easiest way to interact with a DeviceNet based network is using the NI-DNET
    driver software. The NI-DNET software runs on all CAN cards that come
    as part of an NI-DNET kit (PCI-DNET, PXI-8461/D and PCMCIA-DNET) as
    well as certain Series 1 CAN cards.
    There are two different types of CAN hardware, referred to as 'Series
    1' and 'Series 2'. Only 'Series 1' CAN cards with a high-speed physical
    layer can be used with NI-DNET.
    'Series 2' CAN hardware was introduced about two years ago and DOES NOT
    work with NI-DNET. The online product pages don't list Series 1 CAN
    hardware anymore.
    From chapter 2, 'NI-DNET Hardware Overview' of the NI-DNET User Manual:
    Hardware in (current) CAN kits is referenced as Series 2. Hardware in
    DeviceNet kits is referenced as Series 1. Series 2 CAN cards cannot be
    used with the NI-DNET software (NI-CAN only). The features of Series 2
    CAN cards are specifically designed for CAN applications, and provide
    no distinct advantages for DeviceNet. For more information on Series 2
    hardware, refer to the hardware overview in the NI-CAN Hardware and Software Manual.
    Hardware in CAN kits offers 1-port and 2-port variants. NI-DNET
    operates on one port only. If you use NI-DNET on a 2-port Series 1 CAN
    card, only the top port can be used.
    Hardware in CAN kits offer special transceivers (physical layer) such
    as Low-Speed/Fault-Tolerant (LS) and Single-Wire (SW). Hardware in CAN
    kits also offer the option to power the transceiver from the card, not
    the network. These transceivers cannot be used with DeviceNet. Only
    High-Speed (HS) transceivers comply with the DeviceNet specification.
    -B2k

  • Xserve 2006 pcie display card support

    I just got a second hand xserve 1.1 I want to upgrade the display so I can use it play some game
    Where can I get those graphic cards? Around how much?

    10 times the same image or 10 different images?
    A single Mac can do 8 displays and that would be a Mac Pro. Graphically it is your better choice anyway. As mentioned, the Xserve form factor is designed for rack mounts and not small by any means.
    If you need to display 10 times the same image, you'll be much better off connecting a distribution amplifier that takes 1 image and simply displays that on 10 screens.
    Things to consider:
    1. Make sure that your displays have the proper inputs. Some models do better with VGA then DVI/HDMI when it comes to positioning/overscan. Since Mac video cards do digital and analog OUT, try a single display setting first.
    2. Make sure your images are constantly updating if you are using plasmas. They are prone to screen burn in (depending on contrast and image in as little as a day). If still selecting displays, get LCD's instead; they can't burn in.
    3. There are specialty video cards/extenders for doing this kind of multi panel display. Needed if you want to get fancy of what is shown. Very expensive though.
    4. Distribution amplifiers will be your cheapest option. Look at Gefen or check out monoprice.com. You could get 2* 8 port DVI or VGA amps and drive them with a single video card and use up to 16 displays (or 2 times 8 displays).
    Hope this helps...

  • Will SB PCI 128 Support CDRW and DVDRW Earphone Listeni

    Hey Gang,
    I was able to listen to my headphones privately on my CDROM. The jack was located on the front of the device just below the cdrom turntable.
    My soundcard has been my SB PCI 28. My problem is that since I got rid of the old cdrom and upgraded to a DVDRW and a CDRW I haven't been able to listen to my headphones/earphones anymore.
    Does my SB PCI 28 earphone support earphone/headphone listening on a DVDRW or CDRW, or is is STRICTLY FOR CDROM's?
    Do I have to download new drivers, reset a jumper or get a new card?
    I've tried pluggin the audio cord from the cd/dvd to each one of the three rectangular input jacks on the sb pci 28 and no joy.
    Thanks,
    HULK

    Make sure you disable Digital Playback for the DVD-ROM.....in device manager and the software you are using for example WMP.....

  • Bios "pcie 3 support" setting is not working?

    Hi All,
    When I dissable pcie 3 support in bios, it does not seem to turn it off.
    I just got this mobo (z77 mpower) with a 3770k and I am having issues with my two Gigabyte 670 in sli (they seems to run fine not in sli). These same cards were fine in my other computer which is a Z68 mobo and 2600k.
    I did some reading on a number of forums and there seems to be an issue with many of the Gigabyte 670 cards runing on pcie 3.0. A known fix is to turn off pcie 3.0 in the mobo bios and have them run in pcie 2.0. This sounds right since I was not having any issues on my z68/2600k pcie 2.0 setup. The crappy thing is if you have a mobo that does not have the option to turn of pcie 3 support in the bios... you are screwed and stuck with having ussues.
    So my problem is... when is dissable PCIe 3.0 support in the z77 mpower bios and in win7, it still shows that my cards are running in pcie 3.0, I have checked in two places both nvidia ctrl panel and also in gpuz and I continue to have the problems with the cards. When I go back into the bios to double check afterwards, it still shows as off.
    Has anyone dissabled the pcie 3 support in bios and can confirm that it does infact actually turns it off and makes the the slots pcie 2.0? Any help would be appreciated as I need to somehow make these cards run in pcie 2.0 and not 3.0
    Thanks,

    Quote from: flobelix on 24-February-13, 05:42:22
    What issues are you talking of?
    Issues I am having are only happening is sli. I know its not a PCIe slot on the mobo, I ran a single card in each slot without issues. I also know that these two same cards ran in sli for the past 8 months without any issues on my Z68 board, this only started when I put them into the Z77.
    Weird thing is, lets say I put card A in top slot and card B into the other slot.... I get random slowdowns , not only in games but also when browsing and even just looking at the desktop. The computer would freeze up (not freeze completely just everything would become bogged down for up to myb 10 seconds.. then gone for two or three then same freezing again again. Benchmarks like 3dmark11 results would be randowm, I ran 5 tests consecutively and they all ranged from 4000 - 14500 (14500 is what the system should be getting)
    Now if I switch the cards and put card B into slot A and card A in the other, those same slowdowns and freezes now become complete system lockups... bsod and or video driver crashes (nvidia kerner stops respondong)
    I know its not a driver, bio or software issues. I am having same symptoms under old and new bios on both mobo and vod cards. Also tryed many different versions of vod drivers. I have also dissabled on board sound, wifi and bluetooth to rule those out.
    Quote from: fulwider8 on 24-February-13, 07:31:54
    Not sure if this might be your issues...Would like to know some of your symptoms. But I have a post here on Ix boards. I was having a slight issue with my driver crashing, and not running great in SLI. Not a blue screen or anything like that. I really thought my video cards were defective. Come to find out. I had one stick of ram that was making all the issues happen. My symptoms.... Every-time I ran my cards in sli..it would cause a stop driver error in Nvidia control panel. If I ran the cards without sli or by themselves. no errors. One of the guys here suggested taking ram out and using only the second and 4th dimm. I took out 2 sticks of ram and it cleared right away. Found out that one of the sticks I took out was bad...Not bad enough to stop working..But just enough to cause these issues. Just a thought or a suggestion-check your ram? I would have never thought the ram was causing my problems..
    Not sure if I am speaking out of place..But I only own the z77a-gd65...I have owned other z77a boards too. I have only tried to disable the pci-e 3.0 on this board with no issues. Hope you figure it out. Would like to know what is causing your issues. I plan on purchasing this same board in the future.
    Thanks for the feedback fulwinder, I thought the same at first  and tryed another manufacturers ram and the results did not change:(

  • DAQmx: Digital - Continuous Output.vi example with PCI-6519 (error -200077)

    Bonjour everyone,
    Main goal :
    I want to use 1 digital output of the PCI-6519 harware to make  a staked light indicator blink when user is needed to operate the test station. 
    What I am trying:
    I open the labview 2013 wxample "DAQmx: Digital - Continuous Output.vi" to learn how I could use a DAQmx task to perform this blink instead of using a dynamic call of a VI changing the output in 'while loop'.
    The example states that my hardware should be able to run it but I always get an error -200077 right at the beginning with the DAQmx Timing.vi mentionning that my PORT2, line 0 does not support the 'Sample Clock' property which is hard coded in the example. I can't find a different property that this example will accept to try to change the status of my digital output on a time basis.  Does the PCI-6519 device support timing for a digital output or not?
    If anyone has a better or simplier idea to achieve such a simple goal, feel free to suggest.  I am using DAQmx for the first time and I don't know much about what my options are.
    Thanks 

    Hi Nienscecco,
    Unfortunately PCI-6519 doesn't support HW timing, I've just tried with a simulate PCI-6519 device and I confirm you that you must specify an external clock in order to use this example.
    Do you have some kind of frequency generator to provide it ? Or maybe another NI board with embedded counters in order to build it ?
    Thanks in advance for your answers.
    Mathieu_T
    Certified LabVIEW Developer
    Certified TestStand Developer
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    LabVIEW Tour
    Journées Techniques dans 10 villes en France, du 4 au 20 novembre 2014

  • PCI Card for Analog output in the range of 10mv

    dear ni,
                    I want to know about the PCI card that can be generate analog output in the range of maximum 10mv. i  am going to use for caliberation of loadcell, strain gauges devices.
    could you tell me on which PCI card will support this type of application.
    Regards,
    Balaji DP

    Try:  http://www.ni.com/dataacquisition/
    These have analog output voltages < 10V:   http://sine.ni.com/nifn/cds/view/main/p/sn/n12:7604,n3:7853/lang/en/nid/1036/ap/daq
    You need something with a high bit count to get good resolution at 10 mV, such as the PCI-6010 which has a 16 bit D/A.   
    Here are the minimum voltage specs for the 6010:
    Minimum Voltage Range
    -0.2..0.2 V
          Range Accuracy
    283 µV
          Range Sensitivity
    6.4 µV
    Message Edited by vt92 on 11-18-2009 07:56 AM
    "There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal

  • Can version 7.1 work with a PCI-6024E?

    Hi! I've been trying to run a VI which is being successfully used in my lab to acquire data. However, whenever i try to run it i get stuck when the AI Waveform Scan VI file is being searched. Following your replies to similar questions i've made sure that the traditional NIDAQ is properly installed. is it possible that my data acquisition card (PCI-6024E) cannot support ver. 7.1? what do i do next?
    Thanks,
    Tamar

    from what i understand from your post, your problem has nothing to do with the card.
    your vi cannot run because a subvi is missing: AI Waveform Scan. it is probably in a different library than on the original computer (i would guess the original computer has a different version of LV installed). maybe it is one of the examples in a previous LV version?
    Either way, the easiest solution for you is to go to the original computer, save your vi with all dependencies (as an llb for example), and try again on the new computer.
    ... And here's where I keep assorted lengths of wires...

  • Will there be an X-Fi for PCIe

    Well, will there be a X-Fi for PCIe x?
    I've got the Shuttle Barebone SN25P and would REALLY like to buy a X-Fi, but there are none with this port. Only the normal PCI port is supported. Please, someone of Creative, tell me if there ever will be a sound card with PCIex support. THANK YOU VERY MUCH.
    I WANT THIS SOUNDCARD!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    (Excuse bad grammar, I'm from Germany and the English language is sometimes kind of challenging )

    @ bratboy: no I don't mean the graphic port PCIe x6, I mean the "new", small PCI port, which is about a quarter of the lenght of the graphic port (PCI express), something like 2 to 3 cm. I thought, this would be the successor of the old PCI port, and thus should not have any problems like Shingo-Y was describing.
    't think that creative would hurt themself, because there is a market. Lots of the new mainboards with PCI Express graphic have at least some of the new PCIe x slots, like my Shuttle barebone. And lots of people already have these new mainboards, and I think, lots of people bought this Shuttle SN25P and want a nice sound card, too. And it's not likely, that creative would sell less sound cards, if the only difference is the port you put them into. I know, it would have been a suicidal idea to bring out the X-Fi for PCIex only, they wouldn't have sold that much (as with AGP). There are just not the same circumstances as with the big graphic card suppliers. But there are no other sound cards from any supplier out there with PCIex! There is a market!!! Creative still would sell their sound cards, just not only for the old PCI, but for the new PCIe, too. I mean, if someone wants to buy a sound card from Creative, he doesn't care if its for the old or the new PCIe, he's going to buy this sound card from Creative anyway.
    So Creative doesn't lose one customer, but is winning customers who are limited in their choice of sound cards.
    It might be an idea to do a collection of signatures to prove, that there are people willing to buy such a sound card. Or at least a survey.
    Other thought: Some graphic cards had a so called bridge chip, to convert them from AGP to PCIe and the other way around (Like in the new 7800GS from Nvidia). This shouldn't be hard to implement in a sound card, too. It's just converting the electrical signals. They can just go to Nvidia and ask them how it works. I would actullay be willing to pay a little more for this kind of "customer pleasantness" (sorry about the bad language). If it's a fair price that is. Let's say ten or 5 bucks. (If it's sold in Europe it's going to be doubled anyway, but that's OK)
    THERE'S GOT TO BE A WAY!!!!!!!!!!!

Maybe you are looking for

  • No signal from XBOX 360 when connected to a 65HT2U through HDMI

    Good day peepz! I tried to connect a  XBOX 360 to my 65HT2U and it says no video signal I already tried using other HDMI cables and resetting the XBOX display settings by using Y and the right trigger Still it shows no video signal The weird thing is

  • How to upload RAW images from Nikon 600 into Elements 11?

    Hi recently purchased Elements 11 and cannot load Raw images from also recently purchased Nikon D600. Is there a download and if so where is it and how does it work? Many thanks in advance trevor

  • How to get GUID_ZONE for Transport Zone bapi

    Can any one please tell me how to get GUID_ZONE  so that I can use it in BAPI /SCTM/BAPI_ZONE_SAVEMULTI std transaction (t.code - /n/scmtms/zone) is getting it from somewhere but i am not able to find out. Please help.

  • How to control page transitions?

    Hi all, I would like to know if anyone knows how to easily control page transitions in a web application. The goal is to maintain a coherent session state even when the user uses browser navigation buttons (back, forward) and direct link to internal

  • Unable to start DSC Shared Memory

    I am running LabView 7.0 (I know its an older setup), with DSC and Lookout OPC to do Serial communications to an Omron PLC. I needed to update the Ni-DAQ because the PCI-6220 board needs the driver. I upgraded to NI-DAQ 7.5 and now a get the Unable t