Modelo: PCI 9815 Multi-I/O Controller (ID do modelo: 1997)
Specific options must sometimes be passed to the parport_pc driver using modprobe in order for the card to work properly. See the following PDF for detailed instructions: http://www.asix.com.tw/FrootAttach/driver/MCS98xx_Linux_Driver_Installation_Guide_v100.pdf
To get this driver working I needed to get port addresses using lspci
#lspci -v 04:04.0 Communication controller: MosChip Semiconductor Technology Ltd. PCI 9815 Multi-I/O Controller (rev 01) Subsystem: LSI Logic / Symbios Logic 2P0S (2 port parallel adaptor) Flags: medium devsel, IRQ 7 I/O ports at c050 [size=8] I/O ports at c040 [size=8] I/O ports at c030 [size=8] I/O ports at c020 [size=8] I/O ports at c010 [size=8] I/O ports at c000 [size=16] Kernel modules: parport_pcI then made a file inside /etc/modprobe.d that passes specific addresses into the driver at each boot
/etc/modprobe.d/01-MCS98XX.CONF: # # Special settings for the MCS98xx parallel driver to work correctly # ########################################################################### options parport_pc io=0x378,0xc050,0xc030 irq=4,18,18
| Dispositivos 3G | 34 |
| Acquisition cards | 35 |
| Bluetooth | 59 |
| Placas de rede | 174 |
| Leitores de impressão digital | 14 |
| Controladores de host | 171 |
| Modems | 18 |
| Notebook | 810 |
| Printers | 127 |
| Adaptadores RAID | 20 |
| Scanners | 24 |
| Leitores de cartão SD | 57 |
| Placas de som | 148 |
| Placas de vídeo | 348 |
| Webcams | 136 |
| Placas wifi | 237 |
| TOTAL | 2412 |