From: Sam Vilain <sam@vilain.net>
To: linux-kernel@vger.kernel.org
Subject: eepro100 quirk with APM suspend on Dell laptops
Date: Tue, 30 Oct 2001 04:36:02 +0000 [thread overview]
Message-ID: <E15yQd9-0005Rm-00@hoffman.vilain.net> (raw)
Hi there,
With the earlier discussion about the eepro100 vs the e100, and with
hotplug PCI going into the -ac series kernel, I think it's topical I
discuss an APM related quirk.
If you buy a Dell Inspiron with the inbuilt ethernet option, you get a PCI
eepro100. If you suspend and resume, however, the card seems to be in a
funny state that an rmmod/modprobe won't fix.
I worked around the problem, by adding to the APM config this pre-suspend
action:
ifdown eth0
rmmod eepro100
And to the resume action:
setpci -s8:4 4=17 5=1 c=8 d=20 11=f0 12=ff 13=fb \
14=c1 15=dc 1a=e0 1b=fb 33=fc 3c=b
ifup eth0
The setpci command was derived by comparing the contents of the PCI
configuration area for that device before and after a suspend, and
updating only the areas that changed.
Is this a job for `PCI hotplug', a eepro100 driver bug, or something else?
Sam.
next reply other threads:[~2001-10-30 4:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-30 4:36 Sam Vilain [this message]
2001-10-30 5:17 ` Andrew Morton
2001-10-30 7:56 ` arjan
2001-10-30 16:44 ` Alex Bligh - linux-kernel
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=E15yQd9-0005Rm-00@hoffman.vilain.net \
--to=sam@vilain.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®