Next: Identification of P-PCI-LV
Up: Installation
Previous: How to get
- Make a device driver and test programs.
% make clean
% make
- Make the device files. Major number is 70 as default.
You can change the value for your Linux system.
% su
# make devices
- Load the device driver in Linux kernel.
# /sbin/insmod ppci.o
- Make sure if it is successfully loaded.
% dmesg
If you can find, a message "PPCI has been installed.", it's OK.
Yoshiji Yasu
2002年08月06日 18時03分20秒