From: "Stefan Dösinger" <stefandoesinger-RbZlAiThDcE@public.gmane.org>
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Cc: Joshua Wise <joshua-NtISFavHD68j5TC/SZClsA@public.gmane.org>,
hgfelger-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org,
jamey.hicks-VXdhtT5mjnY@public.gmane.org
Subject: Re: ACPI on hp tc1100
Date: Sun, 5 Dec 2004 22:14:24 +0100 [thread overview]
Message-ID: <200412052214.25733.stefandoesinger@gmx.at> (raw)
In-Reply-To: <41B377AE.7080108-NtISFavHD68j5TC/SZClsA@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 689 bytes --]
> Ah. In fact, when this system resumes from suspend, the wireless card
> refuses to work. Errors in dmesg:
> <system power on>
> ipw2100: eth0: ipw2100_verify failed: -5
> ipw2100: eth0: Failed to power on the adapter.
> ipw2100: eth0: Failed to start the firmware.
> Restarting tasks... done
> <I try to reload the driver>
> ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 1.0.1
> ipw2100: Copyright(c) 2003-2004 Intel Corporation
> ACPI: PCI interrupt 0000:02:05.0[A] -> GSI 15 (level, low) -> IRQ 15
> ipw2100Device not found via register read.
>
> I will see if removing the driver before bringing the system down helps.
Try the attached patch(against the ipw2100 driver.
Stefan
[-- Attachment #2: ipw2100-2.6.10-rc2.patch --]
[-- Type: text/x-diff, Size: 373 bytes --]
--- ipw2100-1.0.0.orig/ipw2100.c 2004-11-11 22:48:55.000000000 +0800
+++ ipw2100-1.0.0/ipw2100.c 2004-11-21 11:07:56.000000000 +0800
@@ -6664,6 +6664,8 @@ static int ipw2100_suspend(struct pci_de
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10)
pci_save_state(pci_dev, priv->pm_state);
+#else
+ pci_save_state(pci_dev);
#endif
pci_set_power_state(pci_dev, state);
next prev parent reply other threads:[~2004-12-05 21:14 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-05 4:40 ACPI on hp tc1100 Joshua Wise
[not found] ` <41B2912D.8020105-NtISFavHD68j5TC/SZClsA@public.gmane.org>
2004-12-05 11:24 ` liste-9nAOAgdJVo4b1SvskN2V4Q
[not found] ` <Pine.LNX.4.60.0412051210070.990-KnfdeQs3A3X/9pzu0YdTqQ@public.gmane.org>
2004-12-05 21:03 ` Joshua Wise
[not found] ` <41B377AE.7080108-NtISFavHD68j5TC/SZClsA@public.gmane.org>
2004-12-05 21:14 ` Stefan Dösinger [this message]
[not found] ` <200412052214.25733.stefandoesinger-RbZlAiThDcE@public.gmane.org>
2004-12-05 23:32 ` Joshua Wise
2004-12-26 7:17 ` Joshua Wise
[not found] ` <41CE656C.1050500-NtISFavHD68j5TC/SZClsA@public.gmane.org>
2004-12-26 7:31 ` Dave Jones
[not found] ` <20041226073113.GA919-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2004-12-26 20:24 ` Joshua Wise
[not found] ` <41CF1DF0.60504-NtISFavHD68j5TC/SZClsA@public.gmane.org>
2004-12-26 20:36 ` Dave Jones
[not found] ` <20041226203637.GB26474-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2004-12-26 20:52 ` Joshua Wise
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=200412052214.25733.stefandoesinger@gmx.at \
--to=stefandoesinger-rbzlaithdce@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=hgfelger-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org \
--cc=jamey.hicks-VXdhtT5mjnY@public.gmane.org \
--cc=joshua-NtISFavHD68j5TC/SZClsA@public.gmane.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