From: "Michael S. Zick" <lkml@morethan.org>
To: Alan Stern <stern@rowland.harvard.edu>
Cc: Oliver Neukum <oliver@neukum.org>, Jiri Kosina <jkosina@suse.cz>,
linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: Re: Null Pointer BUG in uhci_hcd
Date: Wed, 8 Jul 2009 18:56:09 -0500 [thread overview]
Message-ID: <200907081856.12191.lkml@morethan.org> (raw)
In-Reply-To: <Pine.LNX.4.44L0.0907081555310.22105-100000@iolanthe.rowland.org>
On Wed July 8 2009, Alan Stern wrote:
> On Wed, 8 Jul 2009, Michael S. Zick wrote:
>
> > But, then again, we might just get lucky:
> > ehci_hcd 0000:00:10.4: Unlink after no-IRQ? Controller is probably using the wrong IRQ.
> > usb 1-5: khubd timed out on ep0in len=18/64
>
> Like I've been telling you all along, the hardware isn't working. I
> suspect it's worse than a simple interrupt-routing mistake.
>
> > > > For more information enable CONFIG_USB_DEBUG and CONFIG_DEBUG_FS, then
> > > > see what's sitting in the usb/uhci/* files in debugfs.
> > > >
> >
> > Anything in particular to look for/at?
>
> Just post the contents of those files.
>
Done:
root@cb01:/sys/kernel/debug/uhci# cat *
Root-hub state: suspended FSBR: 0
HC status
usbcmd = 0048 Maxp32 CF EGSM
usbstat = 0020 HCHalted
usbint = 0002
usbfrnum = (1)4a8
flbaseadd = 19c7f000
sof = 40
stat1 = 0480 OverCurrent
stat2 = 0480 OverCurrent
Most recent frame: 52a (298) Last ISO frame: 52a (298)
Periodic load table
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
Total: 0, #INT: 0, #ISO: 0
Root-hub state: suspended FSBR: 0
HC status
usbcmd = 0048 Maxp32 CF EGSM
usbstat = 0020 HCHalted
usbint = 0002
usbfrnum = (1)4a0
flbaseadd = 19c63000
sof = 40
stat1 = 0480 OverCurrent
stat2 = 0480 OverCurrent
Most recent frame: 528 (296) Last ISO frame: 528 (296)
Periodic load table
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
Total: 0, #INT: 0, #ISO: 0
Root-hub state: running FSBR: 0
HC status
usbcmd = 00c1 Maxp64 CF RS
usbstat = 0000
usbint = 000f
usbfrnum = (0)c1c
flbaseadd = 19c9c000
sof = 40
stat1 = 0495 OverCurrent Enabled Connected
stat2 = 0495 OverCurrent Enabled Connected
Most recent frame: 56aee (750) Last ISO frame: 56aee (750)
Periodic load table
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
Total: 17, #INT: 1, #ISO: 0
And, at no extra cost:
root@cb01:/sys/kernel/debug/ehci/0000:00:10.4# cat *
size = 256
bus pci, device 0000:00:10.4
EHCI Host Controller
EHCI 1.00, hcd state 4
ownership 01000001 linux
SMI sts/enable 0xe00f0000
structural params 0x00103206
capability params 0x00006872
status 100f Halt FLR PCD ERR INT
command 010008 (park)=0 ithresh=1 period=256 HALT
intrenable 37 IAA FATAL PCD ERR INT
uframe 14db
port 1 status 701000 POWER sig=se0
port 2 status 701000 POWER sig=se0
port 3 status 701000 POWER sig=se0
port 4 status 701000 POWER sig=se0
port 5 status 703802 POWER OWNER sig=j CSC
port 6 status 703802 POWER OWNER sig=j CSC
irq normal 0 err 0 reclaim 0 (lost 20)
complete 0 unlink 20
Mike
> Alan Stern
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>
next prev parent reply other threads:[~2009-07-08 23:56 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-05 22:20 Null Pointer BUG in uhci_hcd Michael S. Zick
2009-07-07 9:13 ` Jiri Kosina
2009-07-07 14:08 ` Oliver Neukum
2009-07-07 14:32 ` Michael S. Zick
2009-07-07 15:10 ` Alan Stern
2009-07-07 15:23 ` Michael S. Zick
2009-07-07 15:31 ` Alan Stern
2009-07-07 15:43 ` Michael S. Zick
2009-07-07 17:28 ` Alan Stern
2009-07-07 17:56 ` Michael S. Zick
2009-07-07 19:21 ` Alan Stern
2009-07-07 19:51 ` Michael S. Zick
2009-07-07 20:00 ` Alan Stern
2009-07-07 20:52 ` Michael S. Zick
2009-07-07 21:24 ` Michael S. Zick
2009-07-08 19:54 ` Alan Stern
2009-07-08 14:43 ` Michael S. Zick
2009-07-08 16:30 ` Michael S. Zick
2009-07-08 16:38 ` Michael S. Zick
2009-07-11 19:07 ` uhci_hcd fails to off-line device/hub on error condition Michael S. Zick
2009-07-12 15:16 ` Alan Stern
2009-07-08 19:57 ` Null Pointer BUG in uhci_hcd Alan Stern
2009-07-08 20:22 ` Michael S. Zick
2009-07-08 21:02 ` Alan Stern
2009-07-08 22:31 ` Michael S. Zick
2009-07-09 14:18 ` Alan Stern
2009-07-08 23:56 ` Michael S. Zick [this message]
2009-07-08 23:59 ` Michael S. Zick
2009-07-09 14:20 ` Alan Stern
2009-07-09 14:46 ` Michael S. Zick
2009-07-09 15:08 ` Alan Stern
2009-07-09 16:07 ` Michael S. Zick
2009-07-09 20:58 ` Michael S. Zick
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=200907081856.12191.lkml@morethan.org \
--to=lkml@morethan.org \
--cc=jkosina@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=oliver@neukum.org \
--cc=stern@rowland.harvard.edu \
/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