mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Justin Mattock" <justinmattock@gmail.com>
To: "Tejun Heo" <htejun@gmail.com>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>,
	linux-kernel@vger.kernel.org, Alan <alan@lxorguk.ukuu.org.uk>,
	"Jeff Garzik" <jeff@garzik.org>, "Pavel Machek" <pavel@ucw.cz>
Subject: Re: suspend
Date: Thu, 3 Apr 2008 00:44:24 +0000	[thread overview]
Message-ID: <dd18b0c30804021744m67fe4db4m8aed3897945baaa8@mail.gmail.com> (raw)
In-Reply-To: <47F42259.8030603@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1540 bytes --]

Hello; attached is kern.log as asked and lspci -nn.
I've noticed some avc's in there. makes me wonder if this is why
wpa_supplicant isnt working after a wakeup
regards;
                Justin P. Mattock

On Thu, Apr 3, 2008 at 12:18 AM, Tejun Heo <htejun@gmail.com> wrote:
> Hello,
>
>  Justin Mattock wrote:
>
> >
> > >  > [ 1233.811794] sd 2:0:1:0: [sda] Starting disk
> > >  > [ 1234.013599] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
> > >  > [ 1234.013601] ata1.00: ACPI cmd ef/03:44:00:00:00:a0 filtered out
> > >  > [ 1234.180232] ata1.00: configured for UDMA/66
> > >  > [ 1222.732011] ata3.01: NODEV after polling detection
> > >  > [ 1222.732016] ata3.01: revalidation failed (errno=-2)
> > >
> >
>
>  I presume this is ata_piix, right?  What's hanging off of ata3.01?  An
> optical drive?
>
>  What happened is that, after resuming, libata reseted the channel and
> issued IDENTIFY[_PACKET] to make sure the device was still there.  The
> device violated the state machine transition in the same way as when there's
> no device attached.  libata paused for a while and retries and the device
> responded correctly at the retry.  Things like this can happen.  The problem
> is that libata resume is currently synchronous and retries like this hold
> the machine back from reaching operational status even when there's no
> reason for resume retrial on optical drive to delay the rest of resume
> process.
>
>  Can you please post full kernel log and the result of 'lspci -nn'?
>
>  --
>  tejun
>



-- 
Justin P. Mattock

[-- Attachment #2: lspci --]
[-- Type: application/octet-stream, Size: 2374 bytes --]

00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub [8086:27a0] (rev 03)
00:01.0 PCI bridge [0604]: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express PCI Express Root Port [8086:27a1] (rev 03)
00:07.0 Performance counters [1101]: Intel Corporation Unknown device [8086:27a3] (rev 03)
00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller [8086:27d8] (rev 02)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 [8086:27d0] (rev 02)
00:1c.1 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 [8086:27d2] (rev 02)
00:1c.2 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 [8086:27d4] (rev 02)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 [8086:27c8] (rev 02)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 [8086:27c9] (rev 02)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 [8086:27ca] (rev 02)
00:1d.3 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 [8086:27cb] (rev 02)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller [8086:27cc] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge [8086:27b9] (rev 02)
00:1f.1 IDE interface [0101]: Intel Corporation 82801G (ICH7 Family) IDE Controller [8086:27df] (rev 02)
00:1f.2 IDE interface [0101]: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller [8086:27c4] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation 82801G (ICH7 Family) SMBus Controller [8086:27da] (rev 02)
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc M56P [Radeon Mobility X1600] [1002:71c5]
02:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller [11ab:4362] (rev 22)
03:00.0 Network controller [0280]: Atheros Communications, Inc. AR5418 802.11abgn Wireless PCI Express Adapter [168c:0024] (rev 01)
0c:03.0 FireWire (IEEE 1394) [0c00]: Texas Instruments TSB82AA2 IEEE-1394b Link Layer Controller [104c:8025] (rev 01)

  reply	other threads:[~2008-04-03  0:44 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-02  6:31 suspend Justin Mattock
2008-04-02 12:19 ` suspend Rafael J. Wysocki
2008-04-02 15:53   ` suspend Justin Mattock
2008-04-02 17:39     ` suspend Rafael J. Wysocki
2008-04-02 19:18       ` suspend Justin Mattock
2008-04-02 22:21         ` suspend Rafael J. Wysocki
2008-04-03  0:00           ` suspend Justin Mattock
2008-04-03  0:18         ` suspend Tejun Heo
2008-04-03  0:44           ` Justin Mattock [this message]
2008-04-03  1:01             ` suspend Tejun Heo
2008-04-03  1:16               ` suspend Justin Mattock
2008-04-02 23:09       ` suspend Stefan Schweizer
2008-04-02 23:55         ` suspend Rafael J. Wysocki
2008-04-03  7:32           ` suspend Oliver Neukum
2008-04-03  7:42             ` suspend Stefan Schweizer
2008-04-03  8:02               ` suspend Oliver Neukum
2008-04-03  8:29               ` suspend Oliver Neukum
2008-04-03  8:53                 ` suspend Stefan Schweizer
2008-04-03 23:14                   ` suspend Justin Mattock
  -- strict thread matches above, loose matches on Subject: below --
2008-03-31 19:10 suspend Justin Mattock

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=dd18b0c30804021744m67fe4db4m8aed3897945baaa8@mail.gmail.com \
    --to=justinmattock@gmail.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=htejun@gmail.com \
    --cc=jeff@garzik.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel@ucw.cz \
    --cc=rjw@sisk.pl \
    /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®