Hello all,
Ten days ago I wrote a message regarding the addon of a DE602 onto Tru64
4.0F
WITHOUT booting the generic kernel (genvmunix).
The tests proved the information added to the kernel config file was not
sufficient :
For one DE602 card, there was needed to add the following extra line to the
kernel config file.
bus pci2000 at pci ? slot ?
For any additional DE602, one additional line like this will thus be needed.
This represents the PCI-TO-PCI bridge builtin within each DE602 which is
detected by genvmunix but not by already configured kernels.
Regards,
+++++++++++++++++
my previous mail :
+++++++++++++++++
Hello all,
I got the right answer from Andy Pavitt (tx a lot Andy!)
(for a good reason I refuse to boot genvmunix)
Kernel config file :
#
# Static Driver Definitions
#
config_driver ee
Console :
>>> set eia0_mode FastFd
>>> set eib0_mode FastFd
rc.config :
interfaces ee0 and ee1
inet start file :
with NETRAIN
/usr/sbin/lan_config -i nr0 -a 0 -s 100 -x 1
withOUT NETRAIN
/usr/sbin/lan_config -i ee0 -a 0 -s 100 -x 1
/usr/sbin/lan_config -i ee1 -a 0 -s 100 -x 1
Regards,
Lucien HERCAUD
Received on Mon Mar 10 2003 - 16:23:49 NZDT