-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

At some point hitherto, Chris hath spake thusly:
> The issue I have is that during system startup, the BIOS finds,
> identifies and allocates resources for my 2nd network card (Tried 2
> different ones in different slots) however, during system startup, the
> OS is unable to start the card because of SIOCGIFFLAGS device not found
> error...

Sounds like either your second card uses a different driver than the
first card and it isn't loaded, or it's not working properly.  My
guess is the first...

The SIOCGIFFLAGS is a flag to the ioctl() system call, which is
attempting to get the flags for the interface (IIRC it stands, more or
less, for [S]ocket [I]/[O] [C]ontrol, [G]et [I]nter[F]ace [FLAGS]).
If the call fails with a device not found error, it's usually either
because there's no such card, there's no driver for it loaded, or it's
not working.

Check the output of ifconfig -a to see if the kernel sees the card.
Also, make sure you're using the right device name for it.  If it's a
token ring card, for example, it's not eth1.  The right name might
depend on the driver...

- -- 
Derek Martin               [EMAIL PROTECTED]    
- ---------------------------------------------
I prefer mail encrypted with PGP/GPG!
GnuPG Key ID: 0x81CFE75D
Retrieve my public key at http://pgp.mit.edu
Learn more about it at http://www.gnupg.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9HUthdjdlQoHP510RAiBQAKCN3cvcCaKTwzIF1dF8W3fjDxvmJQCcCPyp
kz6e7vj3WZeryqWjWfW7uaw=
=wy+F
-----END PGP SIGNATURE-----

*****************************************************************
To unsubscribe from this list, send mail to [EMAIL PROTECTED]
with the text 'unsubscribe gnhlug' in the message body.
*****************************************************************

Reply via email to