All of lore.kernel.org
 help / color / mirror / Atom feed
From: Willy Tarreau <willy@w.ods.org>
To: harish.vasudeva@amd.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: need help with SIOCSIFFLAGS..
Date: Sat, 20 Jul 2002 10:54:21 +0200	[thread overview]
Message-ID: <20020720085421.GA3672@alpha.home.local> (raw)
In-Reply-To: <CB35231B9D59D311B18600508B0EDF2F04F28515@caexmta9.amd.com>

>  when i try to bind my network driver with : ifconfig eth0 IP netmask MASK, i get this msg:
> 
> SIOCSIFFLAGS : Resource Temporarily Unavailable
> 
>  any ideas why this occurs? where can i get additional info on this?

May be the I/O ports and/or the IRQ are in use by another device at
the time you do this. ifconfig also sets the device up, so the driver
will try to reserve resources. Isn't this an ISA card bound to IRQ 3
while your COM2 is being used, for example ?

Regards,
Willy


      reply	other threads:[~2002-07-20  8:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-19 22:11 need help with SIOCSIFFLAGS harish.vasudeva
2002-07-20  8:54 ` Willy Tarreau [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020720085421.GA3672@alpha.home.local \
    --to=willy@w.ods.org \
    --cc=harish.vasudeva@amd.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.