<quote who="[EMAIL PROTECTED]">

> The only problem I have come across so far is I can't switch make the 
> gigabit eth0 and the 100mbit eth1.
> The 100mbit driver is built into the kernel while the gigabit is a module.

That's your problem. If they were both modules, you could just load them in
the right order and go. If they were both built in to the kernel, they'd
default to the order of the cards in your PCI slots (hardware order).

You used to be able to pass parameters to the kernel to tell it which card
was which, so you may be able to do something funky like that if you have to
keep the kernel config as it is.

- Jeff

-- 
  "A 'lame' server is a server that is SUPPOSED to be authoritative, but,   
      when asked, says: 'Me? I know nothing, I'm from Madrid!'" - Ralf      
                                Hildebrandt                                 
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to