Differenze tra la revisione del 07:21, 28 ottobre 2018, creata da daavve, e la revisione del 07:10, 28 ottobre 2018
Nota: il testo in rosso è stato cancellato dalla revisione precedente, il testo in verde è stato aggiunto in questa revisione e il testo in grigio non è stato cambiato
differenze nel campo: marca
MosChip-Semiconductor-Technology-Ltd.
differenze nel campo: nome del modello
PCI 9815 Multi-I/O Controller
differenze nel campo: eventuali altri nomi del dispositivo
MCS9805
MCS9815
MCS9820
MCS9835
MCS9845
LSI Logic / Symbios Logic 2P0S (2 port parallel adaptor)
differenze nel campo: sottotipo (laser, inkjet, ..)
pcmcia-controller
differenze nel campo: codice VendorID:ProductID del prodotto
9710:9815
differenze nel campo: anno di commercializzazione
not-specified
differenze nel campo: interfaccia
PCI
differenze nel campo: distribuzione GNU/Linux usata per il test
debian
differenze nel campo: testato con il seguente kernel libre
4.19.0-arch1-1-ARCH
differenze nel campo: funziona con il software libero?
yes
differenze nel campo: driver liberi usati
parport_pc
differenze nel campo: Descrizione
MCS9805, MCS9815, MCS9820, MCS9835 and MCS9845 PCI Serial / Parallel ports on Linux platform.
[p]
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: [a]http://www.asix.com.tw/FrootAttach/driver/MCS98xx_Linux_Driver_Installation_Guide_v100.pdf[/a]
[/p]

[p]
A file can be created inside /etc/modprobe.d To get this driver working I needed to set parport_pc options at each boot. My get port addresses using lspci
[/p]

[code]
#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) takes
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_pc
[/code]

I then made a file inside /etc/modprobe.d that passed specific addresses into
the following options driver at each boot

[code]
/etc/modprobe.d/01-MCS98XX.CONF:
#
# Special settings for the MCS98xx parallel driver
to work correctly on my machine:
[/p] #
[p] ###########################################################################
etc/modprobe.d/01-MCS98XX.CONF:
options parport_pc io=0x378,0xc050,0xc030 irq=4,18,18
[/p]

[/code]
I contenuti di questa pagina sono di Pubblico Dominio. (leggi la pagina CC0 per informazioni dettagliate). Chiunque è libero di copiare, modificare, pubblicare, usare, vendere, o distribuire tale contenuto per qualsiasi fine, commerciale o non commerciale, e con ogni mezzo.
h-node.org is a hardware database project. It runs the h-source PHP software, commit cdeda15, available under the GNU General Public (GPLv3) License.
JavaScript license information