Quote:
Originally Posted by JBravo The DVB-T 3030 cards are inserted in PCI#4 and PCI#5 and are installed ok in windows. To differentiate the two cards in windows, I did a search and replace in the *.inf file of the Twinhan driver and replaced the the name "Mantis" with"Mentos". Now got one DVB-T Mantis device and one DVB-T Mentos device installed, both are of course using the same MtsBDA.sys driver. |
Unfortunately its not possible to add multiple device support such easily into device drivers. The driver code itself needs to support multiple devices properly.
With such hack there is no any guarantee what will happen. Drivers mosts likely will install nicely, but the actual results will depend on the driver code.