Teledyne-lecroy Protocol PCI Express Script Automation Test Tool Bedienungsanleitung Seite 19

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 55
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 18
Teledyne LeCroy PCI Express Script Automation Test Tool User Manual
15
2.5.2.2.2 Module Installation
You must have root privileges to install the module. Preferably, use the sudo command to install the module with
root privileges. During installation, you can pass optional commands to control the module.
$ sudo insmod pcide.ko <option=0|1>
The available options are:
poll=1
poll=0 is for module to use an interrupt.
If you omit this parameter, default is 0.
Important: Use the poll=1 polling mode when testing with the Summit Z2 Trainer traffic
msi=1
msi=0 is for legacy interrupts. Legacy interrupts are ignored if you use the poll=1 option.
If you omit this parameter, default is 0.
debug=1
debug=0 prints normal messages.
mcfg=<ADDRESS>
aer=<ADDRESS>
An example of module installation with options is:
$ sudo insmod pcide.ko debug=1 poll=1
2.5.2.2.3 Module Removal
To remove the module, type:
$ sudo rmmod pcide
Using the above methods, the module does not stay loaded in memory. You must install the module after each
reboot. To
To install the module so that it stays loaded in memory, you can:
o Call the sudo insmod … command from a script run at boot time with root privileges.
o Copy the pcide.ko file into the path /lib/modules/$(uname r) where it will load automatically.
$(uname r) will resolve into the particular kernel version number that is currently running.
Seitenansicht 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 54 55

Kommentare zu diesen Handbüchern

Keine Kommentare