public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Martin Knoblauch <Martin.Knoblauch@TeraPort.de>
To: mike@tuxnami.org,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	kai@tp1.ruhr-uni-bochum.de, jgarzik@mandrakesoft.com
Subject: Re: Problems with eepro100 and kernel 2.4.6
Date: Wed, 11 Jul 2001 13:43:32 +0200	[thread overview]
Message-ID: <3B4C3BE4.324B3264@TeraPort.de> (raw)
In-Reply-To: <3B4C1E5B.C859CF6D@TeraPort.de>

Martin Knoblauch wrote:
> 
> >I have just upgraded from Linux Kernel 2.4.5 to 2.4.6 and I have a small annoying problem with >the eepro100 driver. Every time I put my system into an APM suspend and
> >then resume the machine, the driver stops working and will not let me bring up the interface >until I remove the module and reinstall it. I am using the exact same config as I
> >did in 2.4.5. Computer is a Compaq Armada M700. I inserted in this message what I do at the >command line and my syslog. It's not a big issue, just something that is a little
> >annoying.
> >
> >Mike Crawford
> Mike,
> 
>  this one maybe related to the report I did on Monday (2.4.6.-ac2:
> Problems with eepro100), although my problems only started (surfaced)
> when going from 2.4.6-ac1 to -ac2. What kind of system do you have?
> Laptop? Which make?
> 
> Martin

Mike,

 could you just check out this small patch? It disables putting the
eepro100 into D2 mode at all. Not a solution, but maybe a hint if it
scares away the problem.


% linux-2.4.6-ac2/drivers/net > diff -rc1 eepro100.c-orig eepro100.c***
eepro100.c-orig     Wed Jul 11 13:39:40 2001
--- eepro100.c  Wed Jul 11 13:27:43 2001
***************
*** 1854,1856 ****
 
!       pci_set_power_state(sp->pdev, 2);
 
--- 1854,1856 ----
 
!       pci_set_power_state(sp->pdev, 0); /* MKN */


Martin
-- 
------------------------------------------------------------------
Martin Knoblauch         |    email:  Martin.Knoblauch@TeraPort.de
TeraPort GmbH            |    Phone:  +49-89-510857-309
C+ITS                    |    Fax:    +49-89-510857-111
http://www.teraport.de   |    Mobile: +49-170-4904759

  reply	other threads:[~2001-07-11 11:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-11  9:37 Problems with eepro100 and kernel 2.4.6 Martin Knoblauch
2001-07-11 11:43 ` Martin Knoblauch [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-07-10 18:51 Mike Crawford

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=3B4C3BE4.324B3264@TeraPort.de \
    --to=martin.knoblauch@teraport.de \
    --cc=jgarzik@mandrakesoft.com \
    --cc=kai@tp1.ruhr-uni-bochum.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mike@tuxnami.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox