[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

carte pci port //



Bonjour,

J'ai déjà un port parallèle à l'adresse 378 irq 7 on board mais je veux
ajouter un  port parallèle sous forme d'une carte PCI à installer. Voici ce que dit
/proc/pci à son sujet :

>   Bus  0, device  12, function  0:
>     Communication controller: Unknown vendor Unknown device (rev 1).
>       Vendor id=9710. Device id=9815.
>       Medium devsel.  Fast back-to-back capable.  IRQ 11.  
>       I/O at 0xa800 [0xa801].
>       I/O at 0xa400 [0xa401].
>       I/O at 0xa000 [0xa001].
>       I/O at 0x9800 [0x9801].
>       I/O at 0x9400 [0x9401].
>       I/O at 0x9000 [0x9001].

Dans la doc d'installation il y a marqué :

> To load the generic 'parport' code
> Type 			insmod parport.o
> To load the architecture-dependent code to tell 'parport' code
> 			insmod parport_pc.o  io=0x378,0xc000,0xc800
> 			irq=7, irq=11, none
> You have three PC-style ports, one at 0x378 with IRQ 7, one at
> 0xc000 with  IRQ11, one at 0xc800 with no IRQ.
> Check the attached printer device [optional]
> Once the architecture-dependent part of the paraport code is loaded
> into the kernel. You could enter the following command  
>  			insmod parport_probe.o 

Étant donné que mes modules parport.o, parport_pc.o et parport_probe.o
sont bien chargés au départ comment fais-je pour passer les paramètres
io=0x378,0xc000,0xc800 irq=7, irq=11, none à parport_pc.o ? Et dois-je
tous les passer ? 

merci

-- 
Philippe Monroux



Reply to: