|
From: Serge L. <fi...@in...> - 2008-01-13 16:59:49
|
Andrea Montefusco wrote: ... > integrated on the motherboard; this one needs two driver, the 8390 and the > ne2k-pci (the 8390 first). > > I solved the problem with a horrible kludge, I have insert another MODULE2 > line in ifcfg-eth1 as follows: > > DEVICE=eth1 > ONBOOT=yes > MODULE="8390" > MODULE2="ne2k-pci" ... > In DL environment, which is the right way to accomodate two driver for a > single card in more polite way ? Have you tried the following? MODULE="8390 ne2k-pci" i.e. 2 modules in one line? -- Sincerely, Serge Leschinsky |