zentara wrote:
> 
> [EMAIL PROTECTED] wrote:
> >
> > Hello:
> >
> > I'm trying to configure my second ethernet card via YAST by selecting the
> > following:
> >
> > System Administration|Network Configuration|Network Base Configuration
> >
> > ...however, the option "Network Base Configuration" isn't enabled?  Why is
> > this so?  How can I accomplish using this configuration option.  I simply
> > want to activate another ethernet card and at the same time, assign an IP
> > to it (192.168.1.1)
> 
> The card must be recognized at boot time before it
> can be configured in the network. If it's pnp, it must
> be setup with isapnp.conf. If it's PCI it's automatically
> found.
> 
> Then you must set the card up with options in
> /etc/conf.modules or build it into your kernel.
> 
> For eth0 you should have a couple of lines like:
> alias eth0  ne
> options ne irq=* i/o=*
> 
> You should have similar entries for eth1,
> alias eth1  ne2k-pci
> options ne2k-pci irq=* i/o=*

e.g.     irq=5   io=0x300        (_without_ slash)
or       irq=5,7 io=0x300,0x320  (example from /etc/conf.modules)

Henning

-- 
  H. Henning Vossieck - [EMAIL PROTECTED] - http://www.ndh.net/home/vossieck/
   49 2291 3010/6519
--
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to