Re: xhci_hcd ERROR no room on ep ring, xhci_hcd WARN Event TRB for slot 1 ep 4 with no TDs queued?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Sarah,

will do

--
Sander

Tuesday, August 10, 2010, 7:14:43 PM, you wrote:

> On Tue, Aug 10, 2010 at 06:24:35PM +0800, Xu, Andiry wrote:
>> Hi Sander,
>> 
>> I've run USB2.0 TV tuner for 24 hours and do not see memfree becomes 0
>> as you see. The free mem stays almost the same.
>> 
>> I assume you are running on xen. Can you try a default kernel and see if
>> this issue still occurs?

> You could also turn on the kernel memory leak debugging with
> CONFIG_DEBUG_KMEMLEAK, and mount debugfs before you load the driver.
> That should tell you if the driver is leaking memory.

> Sarah Sharp

>> > -----Original Message-----
>> > From: Sander Eikelenboom [mailto:linux@xxxxxxxxxxxxxx]
>> > Sent: Monday, August 09, 2010 1:00 AM
>> > To: Xu, Andiry
>> > Cc: Sarah Sharp; linux-usb@xxxxxxxxxxxxxxx
>> > Subject: Re: xhci_hcd ERROR no room on ep ring, xhci_hcd WARN Event
>> TRB
>> > for slot 1 ep 4 with no TDs queued?
>> > 
>> > Hello Andiry,
>> > 
>> > Got some extra info, it seems free mem has become 0.
>> > 
>> > Some hopefully relevant data from /proc has been attached together
>> with
>> > the syslog.
>> > 
>> > --
>> > 
>> > Sander
>> > 
>> > 
>> > 
>> > 
>> > Tuesday, August 3, 2010, 11:35:39 AM, you wrote:
>> > 
>> > > Please remove the last patch and apply isoc_length3.patch; Send the
>> log
>> > > to me when you hit the error again. Then remove isoc_length3.patch
>> and
>> > > apply isoc_length4.patch, to see if there is any issue when running
>> > > stress test.
>> > 
>> > > Thanks & Best regards,
>> > > Andiry
>> > >
>> > 
>> > >> -----Original Message-----
>> > >> From: Sander Eikelenboom [mailto:linux@xxxxxxxxxxxxxx]
>> > >> Sent: Tuesday, August 03, 2010 4:32 PM
>> > >> To: Xu, Andiry
>> > >> Cc: Sarah Sharp; linux-usb@xxxxxxxxxxxxxxx
>> > >> Subject: Re: xhci_hcd ERROR no room on ep ring, xhci_hcd WARN Event
>> > > TRB
>> > >> for slot 1 ep 4 with no TDs queued?
>> > >>
>> > >> Hello Andiry,
>> > >>
>> > >> I have hit the DMA error again, syslog is attached.
>> > >>
>> > >> --
>> > >>
>> > >> Sander
>> > >>
>> > >>
>> > >>
>> > >> Monday, August 2, 2010, 12:10:14 PM, you wrote:
>> > >>
>> > >> > Hi Sander,
>> > >>
>> > >> > The last patch fixed transfer length error and ep ring full
>> error,
>> > > But
>> > >> > I'm still wondering what caused the "ERROR Transfer event TRB DMA
>> > > ptr
>> > >> > not part of current TD" error. Perhaps it's hard to trigger and I
>> > > cannot
>> > >> > reproduce it. If you have time, you can run more stress test.
>> > >>
>> > >> > The lsusb issue seems not related with xHCI driver. The error is
>> on
>> > > usb
>> > >> > 3-2 and from the dmesg, it's using ohci-hcd. I don't know why it
>> > > happens
>> > >> > and I can not reproduce it on my platform either.
>> > >>
>> > >> > Thanks & Best regards,
>> > >> > Andiry
>> > >> >
>> > >> >> -----Original Message-----
>> > >> >> From: Sander Eikelenboom [mailto:linux@xxxxxxxxxxxxxx]
>> > >> >> Sent: Friday, July 30, 2010 9:46 PM
>> > >> >> To: Xu, Andiry
>> > >> >> Cc: Sarah Sharp; linux-usb@xxxxxxxxxxxxxxx
>> > >> >> Subject: Re: xhci_hcd ERROR no room on ep ring, xhci_hcd WARN
>> Event
>> > >> > TRB
>> > >> >> for slot 1 ep 4 with no TDs queued?
>> > >> >>
>> > >> >> Hello Andiry,
>> > >> >>
>> > >> >> It has run for more then 3 times as long since the last error,
>> and
>> > >> > haven't
>> > >> >> seen the error again. So i hope this patch has fixed it.
>> > >> >>
>> > >> >> What I do still get is the error when issueing lsusb -v .. -vv
>> or
>> > >> > -vvv, it
>> > >> >> doesn't occur with issueing a "lsusb" without the verbose
>> option.
>> > >> >>
>> > >> >> [94279.845351] usb 3-2: usbfs: USBDEVFS_CONTROL failed cmd lsusb
>> > > rqt
>> > >> > 128
>> > >> >> rq 6 len 255 ret -62
>> > >> >> [94279.873104] xhci_hcd 0000:04:00.0: WARN: Stalled endpoint
>> > >> >> [95696.586014] xhci_hcd 0000:04:00.0: Miss service interval
>> error,
>> > > set
>> > >> >> skip flag
>> > >> >> [95696.586143] xhci_hcd 0000:04:00.0: Found td. Clear skip flag.
>> > >> >> [95869.841654] usb 3-2: usbfs: USBDEVFS_CONTROL failed cmd lsusb
>> > > rqt
>> > >> > 128
>> > >> >> rq 6 len 255 ret -62
>> > >> >> [95869.862149] xhci_hcd 0000:04:00.0: WARN: Stalled endpoint
>> > >> >> [95877.388187] usb 3-2: usbfs: USBDEVFS_CONTROL failed cmd lsusb
>> > > rqt
>> > >> > 128
>> > >> >> rq 6 len 255 ret -62
>> > >> >> [95877.410350] xhci_hcd 0000:04:00.0: WARN: Stalled endpoint
>> > >> >> [95996.138745] xhci_hcd 0000:04:00.0: Miss service interval
>> error,
>> > > set
>> > >> >> skip flag
>> > >> >> [95996.139075] xhci_hcd 0000:04:00.0: Found td. Clear skip flag.
>> > >> >> [96042.141094] xhci_hcd 0000:04:00.0: WARN: Stalled endpoint
>> > >> >>
>> > >> >>
>> > >> >> Complete dmesg attached again.
>> > >> >>
>> > >> >> --
>> > >> >> Sander
>> > >> >>
>> > >> >>
>> > >> >> Thursday, July 29, 2010, 5:23:35 AM, you wrote:
>> > >> >>
>> > >> >> > Please remove last patch and patch this one. Send the dmesg to
>> me
>> > >> > when
>> > >> >> > capture the error messages again.
>> > >> >>
>> > >> >> > Thanks & Best regards,
>> > >> >> > Andiry
>> > >> >> >
>> > >> >>
>> > >> >> >> -----Original Message-----
>> > >> >> >> From: Sander Eikelenboom [mailto:linux@xxxxxxxxxxxxxx]
>> > >> >> >> Sent: Thursday, July 29, 2010 4:58 AM
>> > >> >> >> To: Xu, Andiry
>> > >> >> >> Cc: Sarah Sharp; linux-usb@xxxxxxxxxxxxxxx
>> > >> >> >> Subject: Re: xhci_hcd ERROR no room on ep ring, xhci_hcd WARN
>> > > Event
>> > >> >> > TRB
>> > >> >> >> for slot 1 ep 4 with no TDs queued?
>> > >> >> >>
>> > >> >> >> Hello Andiry,
>> > >> >> >>
>> > >> >> >> Sorry, it seems I cheered to early.
>> > >> >> >>
>> > >> >> >> After a lot of:
>> > >> >> >> [31125.308484] xhci_hcd 0000:04:00.0: ERROR Transfer event
>> TRB
>> > > DMA
>> > >> > ptr
>> > >> >> > not
>> > >> >> >> part of current TD
>> > >> >> >>
>> > >> >> >> The device stops working and the capture program seems to be
>> in
>> > > a
>> > >> >> > deadlock
>> > >> >> >> afterwards.
>> > >> >> >>
>> > >> >> >> Complete dmesg attached.
>> > >> >> >>
>> > >> >> >> --
>> > >> >> >> Sander
>> > >> >> >>
>> > >> >> >>
>> > >> >> >>
>> > >> >> >> Wednesday, July 28, 2010, 9:47:56 AM, you wrote:
>> > >> >> >>
>> > >> >> >> > Please let me know if you still get the error messages.
>> > >> >> >>
>> > >> >> >> > Thanks & Best regards,
>> > >> >> >> > Andiry
>> > >> >> >> >
>> > >> >> >> >> -----Original Message-----
>> > >> >> >> >> From: Sander Eikelenboom [mailto:linux@xxxxxxxxxxxxxx]
>> > >> >> >> >> Sent: Tuesday, July 27, 2010 10:36 PM
>> > >> >> >> >> To: Xu, Andiry
>> > >> >> >> >> Cc: Sarah Sharp; linux-usb@xxxxxxxxxxxxxxx
>> > >> >> >> >> Subject: Re: xhci_hcd ERROR no room on ep ring, xhci_hcd
>> WARN
>> > >> > Event
>> > >> >> >> > TRB
>> > >> >> >> >> for slot 1 ep 4 with no TDs queued?
>> > >> >> >> >>
>> > >> >> >> >> Hello Andiry,
>> > >> >> >> >>
>> > >> >> >> >> So far .. so good ..
>> > >> >> >> >>
>> > >> >> >> >> Only the debug messages:
>> > >> >> >> >>
>> > >> >> >> >> [  274.410867] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [  274.410890] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 1474.462759] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 1474.462868] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 1773.834680] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 1773.834859] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 2073.949443] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 2073.949459] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 2073.949604] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 2374.361547] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 2374.361815] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 2674.630575] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 2674.630820] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 2973.887365] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 2973.887561] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 2973.887590] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 2973.887609] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 2973.888015] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 2973.888050] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 2973.888144] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 3574.259315] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 3574.259426] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 4173.724859] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 4173.725243] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 4173.725265] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 4173.725284] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 4774.266247] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 4774.266267] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 5074.452735] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 5074.452884] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 5974.197997] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 5974.198198] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 6274.556990] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 6274.557343] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 7474.507602] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 7474.507765] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 8073.732213] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 8073.732731] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 8073.732762] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 8073.732782] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 8373.979425] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 8373.979462] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 8674.094890] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 8674.095237] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 9273.732020] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 9273.732295] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [ 9574.021298] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [ 9574.021317] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [10474.281059] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [10474.281167] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [10774.498124] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [10774.498291] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [11073.920084] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [11073.920419] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [11374.213435] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [11374.213948] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [11674.180624] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [11674.180791] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [12274.285620] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [12274.285655] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [12574.537564] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [12574.537564] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [13474.558193] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [13474.558193] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >> [14073.855973] xhci_hcd 0000:04:00.0: Miss service
>> interval
>> > >> > error,
>> > >> >> > set
>> > >> >> >> >> skip flag
>> > >> >> >> >> [14073.856021] xhci_hcd 0000:04:00.0: Found td. Clear skip
>> > > flag.
>> > >> >> >> >>
>> > >> >> >> >>
>> > >> >> >> >> --
>> > >> >> >> >> Sander
>> > >> >> >> >>
>> > >> >> >> >> Tuesday, July 27, 2010, 8:51:14 AM, you wrote:
>> > >> >> >> >>
>> > >> >> >> >> > Please remove the last patch and try this one.
>> > >> >> >> >>
>> > >> >> >> >> > Thanks & Best regards,
>> > >> >> >> >> > Andiry
>> > >> >> >> >> >
>> > >> >> >> >> >> -----Original Message-----
>> > >> >> >> >> >> From: Sander Eikelenboom [mailto:linux@xxxxxxxxxxxxxx]
>> > >> >> >> >> >> Sent: Tuesday, July 27, 2010 1:58 AM
>> > >> >> >> >> >> To: Xu, Andiry
>> > >> >> >> >> >> Cc: Sarah Sharp; linux-usb@xxxxxxxxxxxxxxx
>> > >> >> >> >> >> Subject: Re: xhci_hcd ERROR no room on ep ring,
>> xhci_hcd
>> > > WARN
>> > >> >> > Event
>> > >> >> >> >> > TRB
>> > >> >> >> >> >> for slot 1 ep 4 with no TDs queued?
>> > >> >> >> >> >>
>> > >> >> >> >> >> Hi Andiry,
>> > >> >> >> >> >>
>> > >> >> >> >> >> I have applied your patch, the device still seems to
>> > >> > functional,
>> > >> >> >> > but i
>> > >> >> >> >> >> have the first output allready, complete dmesg
>> attached.
>> > >> >> >> >> >> Also attached a lsusb -vvv, while doing this i got a:
>> > >> >> >> >> >> security:~# lsusb -vvv > lsusb.txt
>> > >> >> >> >> >> cannot read device status, No such device (19)
>> > >> >> >> >> >>
>> > >> >> >> >> >> --
>> > >> >> >> >> >> Sander
>> > >> >> >> >> >>
>> > >> >> >> >> >>
>> > >> >> >> >> >> [ 2345.519014] xhci_hcd 0000:04:00.0: URB transfer
>> length
>> > > is
>> > >> >> > wrong,
>> > >> >> >> >> > xHC
>> > >> >> >> >> >> issue? req. len = 185088, act. len = 227504
>> > >> >> >> >> >> [ 2345.519028] xhci_hcd 0000:04:00.0: isoc urb, td_cnt
>> =
>> > > 19,
>> > >> >> > length
>> > >> >> >> > =
>> > >> >> >> >> > 64
>> > >> >> >> >> >> [ 2345.519032] xhci_hcd 0000:04:00.0: packet 0, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519037] xhci_hcd 0000:04:00.0: packet 1, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519041] xhci_hcd 0000:04:00.0: packet 2, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519045] xhci_hcd 0000:04:00.0: packet 3, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519049] xhci_hcd 0000:04:00.0: packet 4, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519053] xhci_hcd 0000:04:00.0: packet 5, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519057] xhci_hcd 0000:04:00.0: packet 6, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519061] xhci_hcd 0000:04:00.0: packet 7, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519065] xhci_hcd 0000:04:00.0: packet 8, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519068] xhci_hcd 0000:04:00.0: packet 9, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519072] xhci_hcd 0000:04:00.0: packet 10, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519076] xhci_hcd 0000:04:00.0: packet 11, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519080] xhci_hcd 0000:04:00.0: packet 12, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519084] xhci_hcd 0000:04:00.0: packet 13, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519088] xhci_hcd 0000:04:00.0: packet 14, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519092] xhci_hcd 0000:04:00.0: packet 15, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519096] xhci_hcd 0000:04:00.0: packet 16, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519100] xhci_hcd 0000:04:00.0: packet 17, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519104] xhci_hcd 0000:04:00.0: packet 18, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519108] xhci_hcd 0000:04:00.0: packet 19, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 227504
>> > >> >> >> >> >> [ 2345.519113] xhci_hcd 0000:04:00.0: packet 20, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519117] xhci_hcd 0000:04:00.0: packet 21, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519121] xhci_hcd 0000:04:00.0: packet 22, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519125] xhci_hcd 0000:04:00.0: packet 23, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519249] xhci_hcd 0000:04:00.0: packet 24, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519253] xhci_hcd 0000:04:00.0: packet 25, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519257] xhci_hcd 0000:04:00.0: packet 26, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519261] xhci_hcd 0000:04:00.0: packet 27, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519266] xhci_hcd 0000:04:00.0: packet 28, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519269] xhci_hcd 0000:04:00.0: packet 29, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519274] xhci_hcd 0000:04:00.0: packet 30, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519278] xhci_hcd 0000:04:00.0: packet 31, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519282] xhci_hcd 0000:04:00.0: packet 32, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519286] xhci_hcd 0000:04:00.0: packet 33, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519290] xhci_hcd 0000:04:00.0: packet 34, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519294] xhci_hcd 0000:04:00.0: packet 35, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519298] xhci_hcd 0000:04:00.0: packet 36, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519302] xhci_hcd 0000:04:00.0: packet 37, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519306] xhci_hcd 0000:04:00.0: packet 38, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519310] xhci_hcd 0000:04:00.0: packet 39, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519314] xhci_hcd 0000:04:00.0: packet 40, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519318] xhci_hcd 0000:04:00.0: packet 41, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519322] xhci_hcd 0000:04:00.0: packet 42, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519326] xhci_hcd 0000:04:00.0: packet 43, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519330] xhci_hcd 0000:04:00.0: packet 44, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519334] xhci_hcd 0000:04:00.0: packet 45, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519338] xhci_hcd 0000:04:00.0: packet 46, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519342] xhci_hcd 0000:04:00.0: packet 47, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.519346] xhci_hcd 0000:04:00.0: packet 48, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.522323] xhci_hcd 0000:04:00.0: packet 49, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.522323] xhci_hcd 0000:04:00.0: packet 50, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.522323] xhci_hcd 0000:04:00.0: packet 51, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.522323] xhci_hcd 0000:04:00.0: packet 52, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.522323] xhci_hcd 0000:04:00.0: packet 53, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.522323] xhci_hcd 0000:04:00.0: packet 54, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.522323] xhci_hcd 0000:04:00.0: packet 55, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.522323] xhci_hcd 0000:04:00.0: packet 56, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.522323] xhci_hcd 0000:04:00.0: packet 57, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.522323] xhci_hcd 0000:04:00.0: packet 58, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.522323] xhci_hcd 0000:04:00.0: packet 59, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.522323] xhci_hcd 0000:04:00.0: packet 60, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.522323] xhci_hcd 0000:04:00.0: packet 61, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.522323] xhci_hcd 0000:04:00.0: packet 62, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 2345.522323] xhci_hcd 0000:04:00.0: packet 63, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.060974] xhci_hcd 0000:04:00.0: URB transfer
>> length
>> > > is
>> > >> >> > wrong,
>> > >> >> >> >> > xHC
>> > >> >> >> >> >> issue? req. len = 185088, act. len = 185920
>> > >> >> >> >> >> [ 3245.060995] xhci_hcd 0000:04:00.0: isoc urb, td_cnt
>> =
>> > > 23,
>> > >> >> > length
>> > >> >> >> > =
>> > >> >> >> >> > 64
>> > >> >> >> >> >> [ 3245.061004] xhci_hcd 0000:04:00.0: packet 0, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061013] xhci_hcd 0000:04:00.0: packet 1, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061021] xhci_hcd 0000:04:00.0: packet 2, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061029] xhci_hcd 0000:04:00.0: packet 3, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061037] xhci_hcd 0000:04:00.0: packet 4, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061045] xhci_hcd 0000:04:00.0: packet 5, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061053] xhci_hcd 0000:04:00.0: packet 6, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061065] xhci_hcd 0000:04:00.0: packet 7, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061073] xhci_hcd 0000:04:00.0: packet 8, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061081] xhci_hcd 0000:04:00.0: packet 9, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061089] xhci_hcd 0000:04:00.0: packet 10, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061097] xhci_hcd 0000:04:00.0: packet 11, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061105] xhci_hcd 0000:04:00.0: packet 12, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 155072
>> > >> >> >> >> >> [ 3245.061115] xhci_hcd 0000:04:00.0: packet 13, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 2892
>> > >> >> >> >> >> [ 3245.061124] xhci_hcd 0000:04:00.0: packet 14, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 2892
>> > >> >> >> >> >> [ 3245.061133] xhci_hcd 0000:04:00.0: packet 15, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 1928
>> > >> >> >> >> >> [ 3245.061141] xhci_hcd 0000:04:00.0: packet 16, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 2892
>> > >> >> >> >> >> [ 3245.061150] xhci_hcd 0000:04:00.0: packet 17, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 2892
>> > >> >> >> >> >> [ 3245.061159] xhci_hcd 0000:04:00.0: packet 18, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 2892
>> > >> >> >> >> >> [ 3245.061168] xhci_hcd 0000:04:00.0: packet 19, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 2892
>> > >> >> >> >> >> [ 3245.061177] xhci_hcd 0000:04:00.0: packet 20, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 2892
>> > >> >> >> >> >> [ 3245.061186] xhci_hcd 0000:04:00.0: packet 21, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 2892
>> > >> >> >> >> >> [ 3245.061194] xhci_hcd 0000:04:00.0: packet 22, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 2892
>> > >> >> >> >> >> [ 3245.061203] xhci_hcd 0000:04:00.0: packet 23, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 2892
>> > >> >> >> >> >> [ 3245.061212] xhci_hcd 0000:04:00.0: packet 24, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061220] xhci_hcd 0000:04:00.0: packet 25, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061228] xhci_hcd 0000:04:00.0: packet 26, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061236] xhci_hcd 0000:04:00.0: packet 27, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061244] xhci_hcd 0000:04:00.0: packet 28, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061252] xhci_hcd 0000:04:00.0: packet 29, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061260] xhci_hcd 0000:04:00.0: packet 30, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061268] xhci_hcd 0000:04:00.0: packet 31, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061276] xhci_hcd 0000:04:00.0: packet 32, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061284] xhci_hcd 0000:04:00.0: packet 33, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061293] xhci_hcd 0000:04:00.0: packet 34, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061301] xhci_hcd 0000:04:00.0: packet 35, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061309] xhci_hcd 0000:04:00.0: packet 36, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061317] xhci_hcd 0000:04:00.0: packet 37, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061325] xhci_hcd 0000:04:00.0: packet 38, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061333] xhci_hcd 0000:04:00.0: packet 39, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061341] xhci_hcd 0000:04:00.0: packet 40, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061349] xhci_hcd 0000:04:00.0: packet 41, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061357] xhci_hcd 0000:04:00.0: packet 42, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061365] xhci_hcd 0000:04:00.0: packet 43, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061373] xhci_hcd 0000:04:00.0: packet 44, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061381] xhci_hcd 0000:04:00.0: packet 45, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061389] xhci_hcd 0000:04:00.0: packet 46, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061396] xhci_hcd 0000:04:00.0: packet 47, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061405] xhci_hcd 0000:04:00.0: packet 48, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061413] xhci_hcd 0000:04:00.0: packet 49, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061421] xhci_hcd 0000:04:00.0: packet 50, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061428] xhci_hcd 0000:04:00.0: packet 51, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061436] xhci_hcd 0000:04:00.0: packet 52, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061444] xhci_hcd 0000:04:00.0: packet 53, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061452] xhci_hcd 0000:04:00.0: packet 54, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061460] xhci_hcd 0000:04:00.0: packet 55, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061468] xhci_hcd 0000:04:00.0: packet 56, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061476] xhci_hcd 0000:04:00.0: packet 57, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061484] xhci_hcd 0000:04:00.0: packet 58, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061492] xhci_hcd 0000:04:00.0: packet 59, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061500] xhci_hcd 0000:04:00.0: packet 60, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061508] xhci_hcd 0000:04:00.0: packet 61, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061516] xhci_hcd 0000:04:00.0: packet 62, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 3245.061524] xhci_hcd 0000:04:00.0: packet 63, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573111] xhci_hcd 0000:04:00.0: URB transfer
>> length
>> > > is
>> > >> >> > wrong,
>> > >> >> >> >> > xHC
>> > >> >> >> >> >> issue? req. len = 185088, act. len = 374996
>> > >> >> >> >> >> [ 5419.573125] xhci_hcd 0000:04:00.0: isoc urb, td_cnt
>> =
>> > > 61,
>> > >> >> > length
>> > >> >> >> > =
>> > >> >> >> >> > 64
>> > >> >> >> >> >> [ 5419.573130] xhci_hcd 0000:04:00.0: packet 0, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573134] xhci_hcd 0000:04:00.0: packet 1, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573139] xhci_hcd 0000:04:00.0: packet 2, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573143] xhci_hcd 0000:04:00.0: packet 3, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573147] xhci_hcd 0000:04:00.0: packet 4, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573151] xhci_hcd 0000:04:00.0: packet 5, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573155] xhci_hcd 0000:04:00.0: packet 6, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573159] xhci_hcd 0000:04:00.0: packet 7, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573163] xhci_hcd 0000:04:00.0: packet 8, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573167] xhci_hcd 0000:04:00.0: packet 9, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573171] xhci_hcd 0000:04:00.0: packet 10, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573174] xhci_hcd 0000:04:00.0: packet 11, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573178] xhci_hcd 0000:04:00.0: packet 12, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573182] xhci_hcd 0000:04:00.0: packet 13, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573186] xhci_hcd 0000:04:00.0: packet 14, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573190] xhci_hcd 0000:04:00.0: packet 15, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573194] xhci_hcd 0000:04:00.0: packet 16, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573198] xhci_hcd 0000:04:00.0: packet 17, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573203] xhci_hcd 0000:04:00.0: packet 18, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573207] xhci_hcd 0000:04:00.0: packet 19, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573211] xhci_hcd 0000:04:00.0: packet 20, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573215] xhci_hcd 0000:04:00.0: packet 21, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573219] xhci_hcd 0000:04:00.0: packet 22, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573223] xhci_hcd 0000:04:00.0: packet 23, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573227] xhci_hcd 0000:04:00.0: packet 24, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573231] xhci_hcd 0000:04:00.0: packet 25, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573235] xhci_hcd 0000:04:00.0: packet 26, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573239] xhci_hcd 0000:04:00.0: packet 27, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573243] xhci_hcd 0000:04:00.0: packet 28, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573247] xhci_hcd 0000:04:00.0: packet 29, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573251] xhci_hcd 0000:04:00.0: packet 30, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573255] xhci_hcd 0000:04:00.0: packet 31, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573259] xhci_hcd 0000:04:00.0: packet 32, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573263] xhci_hcd 0000:04:00.0: packet 33, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573267] xhci_hcd 0000:04:00.0: packet 34, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573271] xhci_hcd 0000:04:00.0: packet 35, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573275] xhci_hcd 0000:04:00.0: packet 36, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573279] xhci_hcd 0000:04:00.0: packet 37, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573283] xhci_hcd 0000:04:00.0: packet 38, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573287] xhci_hcd 0000:04:00.0: packet 39, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573292] xhci_hcd 0000:04:00.0: packet 40, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573296] xhci_hcd 0000:04:00.0: packet 41, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573299] xhci_hcd 0000:04:00.0: packet 42, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573303] xhci_hcd 0000:04:00.0: packet 43, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573308] xhci_hcd 0000:04:00.0: packet 44, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573312] xhci_hcd 0000:04:00.0: packet 45, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573316] xhci_hcd 0000:04:00.0: packet 46, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573320] xhci_hcd 0000:04:00.0: packet 47, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573324] xhci_hcd 0000:04:00.0: packet 48, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573328] xhci_hcd 0000:04:00.0: packet 49, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573332] xhci_hcd 0000:04:00.0: packet 50, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573336] xhci_hcd 0000:04:00.0: packet 51, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573340] xhci_hcd 0000:04:00.0: packet 52, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573344] xhci_hcd 0000:04:00.0: packet 53, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573348] xhci_hcd 0000:04:00.0: packet 54, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573352] xhci_hcd 0000:04:00.0: packet 55, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573356] xhci_hcd 0000:04:00.0: packet 56, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573360] xhci_hcd 0000:04:00.0: packet 57, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573364] xhci_hcd 0000:04:00.0: packet 58, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573368] xhci_hcd 0000:04:00.0: packet 59, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573372] xhci_hcd 0000:04:00.0: packet 60, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573377] xhci_hcd 0000:04:00.0: packet 61, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 374996
>> > >> >> >> >> >> [ 5419.573381] xhci_hcd 0000:04:00.0: packet 62, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >> [ 5419.573385] xhci_hcd 0000:04:00.0: packet 63, length
>> =
>> > >> > 2892,
>> > >> >> >> >> > act.length
>> > >> >> >> >> >> = 0
>> > >> >> >> >> >>
>> > >> >> >> >> >>
>> > >> >> >> >> >>
>> > >> >> >> >> >>
>> > >> >> >> >> >>
>> > >> >> >> >> >>
>> > >> >> >> >> >>
>> > >> >> >> >> >>
>> > >> >> >> >> >>
>> > >> >> >> >> >>
>> > >> >> >> >> >> Monday, July 26, 2010, 1:14:17 PM, you wrote:
>> > >> >> >> >> >>
>> > >> >> >> >> >> > Hi Sander,
>> > >> >> >> >> >>
>> > >> >> >> >> >> > I've run 24-hour test with USB2.0 TV tuner. It's also
>> > > using
>> > >> >> >> > em28xx,
>> > >> >> >> >> > and
>> > >> >> >> >> >> > the urb length is same with you, 185088. But I
>> haven't
>> > > seen
>> > >> >> >> > warning
>> > >> >> >> >> >> > message like this. And I allocate 8 segments for isoc
>> > >> >> > endpoint.
>> > >> >> >> >> > Normally
>> > >> >> >> >> >> > this should be enough unless the xHC is unable to
>> handle
>> > > it
>> > >> > on
>> > >> >> >> > time.
>> > >> >> >> >> > Can
>> > >> >> >> >> >> > you apply the attached patch to catch the
>> information?
>> > >> >> >> >> >>
>> > >> >> >> >> >> > The WARN Event TRB for slot 1 ep 4 with no TDs queued
>> > >> > should
>> > >> >> > be a
>> > >> >> >> >> > normal
>> > >> >> >> >> >> > case if it's not occurred continuous. If the tds on
>> the
>> > > ep
>> > >> >> > ring
>> > >> >> >> > are
>> > >> >> >> >> >> > cancelled and removed but the event is triggered
>> after
>> > >> > this,
>> > >> >> > the
>> > >> >> >> >> > info
>> > >> >> >> >> >> > will show.
>> > >> >> >> >> >>
>> > >> >> >> >> >> > Thanks & Best regards,
>> > >> >> >> >> >> > Andiry
>> > >> >> >> >> >> >
>> > >> >> >> >> >>
>> > >> >> >> >> >> >> -----Original Message-----
>> > >> >> >> >> >> >> From: Sander Eikelenboom
>> [mailto:linux@xxxxxxxxxxxxxx]
>> > >> >> >> >> >> >> Sent: Sunday, July 25, 2010 11:26 PM
>> > >> >> >> >> >> >> To: Sarah Sharp; linux-usb@xxxxxxxxxxxxxxx
>> > >> >> >> >> >> >> Cc: Xu, Andiry
>> > >> >> >> >> >> >> Subject: xhci_hcd ERROR no room on ep ring, xhci_hcd
>> > > WARN
>> > >> >> > Event
>> > >> >> >> > TRB
>> > >> >> >> >> >> > for
>> > >> >> >> >> >> >> slot 1 ep 4 with no TDs queued?
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >> Hi Sarah,
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >> I have tried the amd-isoc-updated branch patches, on
>> > > top
>> > >> > of a
>> > >> >> >> >> >> > 2.6.35-rc6
>> > >> >> >> >> >> >> kernel and the 4 pending xhci patches from
>> linux-next.
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >> The full log is below, but the highlights are:
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >> Jul 25 12:05:01 security kernel: [ 9035.162632]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > URB
>> > >> >> >> >> >> >> transfer length is wrong, xHC issue? req. len =
>> 185088,
>> > >> > act.
>> > >> >> > len
>> > >> >> >> > =
>> > >> >> >> >> >> > 226540
>> > >> >> >> >> >> >> Jul 25 12:30:01 security kernel: [10534.583184]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > URB
>> > >> >> >> >> >> >> transfer length is wrong, xHC issue? req. len =
>> 185088,
>> > >> > act.
>> > >> >> > len
>> > >> >> >> > =
>> > >> >> >> >> >> > 186592
>> > >> >> >> >> >> >> Jul 25 12:47:43 security kernel: [11596.938025]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> >> WARN: Stalled endpoint
>> > >> >> >> >> >> >> Jul 25 12:47:43 security kernel: [11596.952369] usb
>> > > 3-2:
>> > >> >> > usbfs:
>> > >> >> >> >> >> >> USBDEVFS_CONTROL failed cmd lsusb rqt 128 rq 6 len
>> 255
>> > > ret
>> > >> >> > -62
>> > >> >> >> >> >> >> Jul 25 13:40:01 security kernel: [14735.430879]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > URB
>> > >> >> >> >> >> >> transfer length is wrong, xHC issue? req. len =
>> 185088,
>> > >> > act.
>> > >> >> > len
>> > >> >> >> > =
>> > >> >> >> >> >> > 186052
>> > >> >> >> >> >> >> Jul 25 14:00:01 security kernel: [15935.206060]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > URB
>> > >> >> >> >> >> >> transfer length is wrong, xHC issue? req. len =
>> 185088,
>> > >> > act.
>> > >> >> > len
>> > >> >> >> > =
>> > >> >> >> >> >> > 244856
>> > >> >> >> >> >> >> Jul 25 14:55:01 security kernel: [19234.846628]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > URB
>> > >> >> >> >> >> >> transfer length is wrong, xHC issue? req. len =
>> 185088,
>> > >> > act.
>> > >> >> > len
>> > >> >> >> > =
>> > >> >> >> >> >> > 186052
>> > >> >> >> >> >> >> Jul 25 15:50:01 security kernel: [22535.096640]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > URB
>> > >> >> >> >> >> >> transfer length is wrong, xHC issue? req. len =
>> 185088,
>> > >> > act.
>> > >> >> > len
>> > >> >> >> > =
>> > >> >> >> >> >> > 186604
>> > >> >> >> >> >> >> Jul 25 15:55:58 security kernel: [22892.324302]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > URB
>> > >> >> >> >> >> >> transfer length is wrong, xHC issue? req. len =
>> 185088,
>> > >> > act.
>> > >> >> > len
>> > >> >> >> > =
>> > >> >> >> >> >> > 187980
>> > >> >> >> >> >> >> Jul 25 16:05:01 security kernel: [23434.794827]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > URB
>> > >> >> >> >> >> >> transfer length is wrong, xHC issue? req. len =
>> 185088,
>> > >> > act.
>> > >> >> > len
>> > >> >> >> > =
>> > >> >> >> >> >> > 287272
>> > >> >> >> >> >> >> Jul 25 16:40:01 security kernel: [25534.968523]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > URB
>> > >> >> >> >> >> >> transfer length is wrong, xHC issue? req. len =
>> 185088,
>> > >> > act.
>> > >> >> > len
>> > >> >> >> > =
>> > >> >> >> >> >> > 187016
>> > >> >> >> >> >> >> Jul 25 16:50:01 security kernel: [26135.312245]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> >> ERROR no room on ep ring
>> > >> >> >> >> >> >> Jul 25 16:50:01 security kernel: [26135.312312]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> >> ERROR no room on ep ring
>> > >> >> >> >> >> >> Jul 25 16:50:01 security kernel: [26135.312367]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> >> ERROR no room on ep ring
>> > >> >> >> >> >> >> Jul 25 16:50:01 security kernel: [26135.312423]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> >> ERROR no room on ep ring
>> > >> >> >> >> >> >> Jul 25 16:50:01 security kernel: [26135.312480]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> >> ERROR no room on ep ring
>> > >> >> >> >> >> >> Jul 25 16:50:01 security kernel: [26135.312489]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> >> WARN Event TRB for slot 1 ep 4 with no TDs queued?
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >> Switching on the full xhci debug log fills up my log
>> > > files
>> > >> >> > and
>> > >> >> >> > disk
>> > >> >> >> >> >> > before
>> > >> >> >> >> >> >> anything defintive happens.
>> > >> >> >> >> >> >> It allways happens after several hours (which are a
>> lot
>> > > of
>> > >> >> > usb
>> > >> >> >> >> >> > packets)
>> > >> >> >> >> >> >> Are there some relevant printk's i could add that
>> would
>> > >> > make
>> > >> >> >> >> >> > pinpointing
>> > >> >> >> >> >> >> the problem easier ?
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >> I use a usb 2.0 videograbber on the xhci (nec) host
>> > >> >> > controller.
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >> --
>> > >> >> >> >> >> >> Sander
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >> Jul 25 09:34:38 security rsyslogd: [origin
>> > >> >> > software="rsyslogd"
>> > >> >> >> >> >> >> swVersion="4.4.2" x-pid="1421"
>> > >> >> > x-info="http://www.rsyslog.com";]
>> > >> >> >> >> >> > (re)start
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > >> > Initializing
>> > >> >> >> > cgroup
>> > >> >> >> >> >> > subsys
>> > >> >> >> >> >> >> cpuset
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > >> > Initializing
>> > >> >> >> > cgroup
>> > >> >> >> >> >> > subsys
>> > >> >> >> >> >> >> cpu
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> Linux
>> > >> > version
>> > >> >> >> >> > 2.6.35-
>> > >> >> >> >> >> >> rc6+xen-konrad-swiotlb-xhci-isoc+
>> (root@serveerstertje)
>> > >> > (gcc
>> > >> >> >> >> > version
>> > >> >> >> >> >> > 4.3.2
>> > >> >> >> >> >> >> (Debian 4.3.2-1.1) ) #2 SMP Sun Jul 25 02:31:32 CEST
>> > > 2010
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> Command
>> > >> > line:
>> > >> >> >> >> >> >> root=/dev/xvda2 ro iommu=soft swiotlb=force
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000] ACPI
>> in
>> > >> >> >> >> > unprivileged
>> > >> >> >> >> >> >> domain disabled
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > >> > BIOS-provided
>> > >> >> >> >> > physical
>> > >> >> >> >> >> > RAM
>> > >> >> >> >> >> >> map:
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> Xen:
>> > >> >> >> >> > 0000000000000000
>> > >> >> >> >> >> > -
>> > >> >> >> >> >> >> 00000000000a0000 (usable)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> Xen:
>> > >> >> >> >> > 00000000000a0000
>> > >> >> >> >> >> > -
>> > >> >> >> >> >> >> 0000000000100000 (reserved)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> Xen:
>> > >> >> >> >> > 0000000000100000
>> > >> >> >> >> >> > -
>> > >> >> >> >> >> >> 0000000020000000 (usable)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000] NX
>> > >> > (Execute
>> > >> >> >> >> > Disable)
>> > >> >> >> >> >> >> protection: active
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000] DMI
>> not
>> > >> >> > present
>> > >> >> >> > or
>> > >> >> >> >> >> > invalid.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000] e820
>> > >> > update
>> > >> >> >> > range:
>> > >> >> >> >> >> >> 0000000000000000 - 0000000000001000 (usable) ==>
>> > >> > (reserved)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000] e820
>> > >> > remove
>> > >> >> >> > range:
>> > >> >> >> >> >> >> 00000000000a0000 - 0000000000100000 (usable)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000] No
>> AGP
>> > >> > bridge
>> > >> >> >> > found
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > > last_pfn =
>> > >> >> >> > 0x20000
>> > >> >> >> >> >> >> max_arch_pfn = 0x400000000
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> initial
>> > >> >> > memory
>> > >> >> >> >> > mapped
>> > >> >> >> >> >> > : 0
>> > >> >> >> >> >> >> - 20000000
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > >> >> >> >> > init_memory_mapping:
>> > >> >> >> >> >> >> 0000000000000000-0000000020000000
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > >> > 0000000000 -
>> > >> >> >> >> >> > 0020000000
>> > >> >> >> >> >> >> page 4k
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> kernel
>> > >> > direct
>> > >> >> >> >> > mapping
>> > >> >> >> >> >> >> tables up to 20000000 @ 100000-202000
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > > RAMDISK:
>> > >> >> >> > 01816000 -
>> > >> >> >> >> >> >> 02b6e000
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000] Zone
>> > > PFN
>> > >> >> > ranges:
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> DMA
>> > >> >> >> >> > 0x00000001
>> > >> >> >> >> >> ->>
>> > >> >> >> >> >> >> 0x00001000
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> DMA32
>> > >> >> >> >> > 0x00001000
>> > >> >> >> >> >> ->>
>> > >> >> >> >> >> >> 0x00100000
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > > Normal
>> > >> >> > empty
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> Movable
>> > >> > zone
>> > >> >> >> > start
>> > >> >> >> >> > PFN
>> > >> >> >> >> >> > for
>> > >> >> >> >> >> >> each node
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > >> >> >> > early_node_map[2]
>> > >> >> >> >> >> > active
>> > >> >> >> >> >> >> PFN ranges
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> 0:
>> > >> >> >> > 0x00000001
>> > >> >> >> >> ->>
>> > >> >> >> >> >> >> 0x000000a0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> 0:
>> > >> >> >> > 0x00000100
>> > >> >> >> >> ->>
>> > >> >> >> >> >> >> 0x00020000
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000] On
>> node
>> > > 0
>> > >> >> >> >> > totalpages:
>> > >> >> >> >> >> >> 130975
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> DMA
>> > >> > zone:
>> > >> >> > 56
>> > >> >> >> >> > pages
>> > >> >> >> >> >> > used
>> > >> >> >> >> >> >> for memmap
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> DMA
>> > >> > zone: 0
>> > >> >> >> > pages
>> > >> >> >> >> >> >> reserved
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> DMA
>> > >> > zone:
>> > >> >> > 3943
>> > >> >> >> >> >> > pages,
>> > >> >> >> >> >> >> LIFO batch:0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> DMA32
>> > >> > zone:
>> > >> >> >> > 1736
>> > >> >> >> >> >> > pages
>> > >> >> >> >> >> >> used for memmap
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> DMA32
>> > >> > zone:
>> > >> >> >> >> > 125240
>> > >> >> >> >> >> > pages,
>> > >> >> >> >> >> >> LIFO batch:31
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000] SMP:
>> > >> > Allowing
>> > >> >> > 2
>> > >> >> >> >> > CPUs,
>> > >> >> >> >> >> > 0
>> > >> >> >> >> >> >> hotplug CPUs
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000] No
>> > > local
>> > >> > APIC
>> > >> >> >> >> > present
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> APIC:
>> > >> > disable
>> > >> >> >> > apic
>> > >> >> >> >> >> >> facility
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> APIC:
>> > >> >> > switched
>> > >> >> >> > to
>> > >> >> >> >> > apic
>> > >> >> >> >> >> >> NOOP
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > >> > nr_irqs_gsi:
>> > >> >> > 16
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > > Allocating
>> > >> >> > PCI
>> > >> >> >> >> >> > resources
>> > >> >> >> >> >> >> starting at 20000000 (gap: 20000000:e0000000)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> Booting
>> > >> >> >> >> >> > paravirtualized
>> > >> >> >> >> >> >> kernel on Xen
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000] Xen
>> > >> > version:
>> > >> >> >> >> >> > 4.0.1-rc5-pre
>> > >> >> >> >> >> >> (preserve-AD)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > >> > setup_percpu:
>> > >> >> >> >> >> > NR_CPUS:32
>> > >> >> >> >> >> >> nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > > early_res
>> > >> >> > array
>> > >> >> >> > is
>> > >> >> >> >> >> > doubled
>> > >> >> >> >> >> >> to 64 at [3000 - 37ff]
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> PERCPU:
>> > >> >> > Embedded
>> > >> >> >> > 29
>> > >> >> >> >> >> >> pages/cpu @ffff880002c8c000 s86144 r8192 d24448
>> u118784
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > >> > pcpu-alloc:
>> > >> >> >> > s86144
>> > >> >> >> >> >> > r8192
>> > >> >> >> >> >> >> d24448 u118784 alloc=29*4096
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > >> > pcpu-alloc:
>> > >> >> > [0]
>> > >> >> >> > 0
>> > >> >> >> >> > [0]
>> > >> >> >> >> >> > 1
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> trying
>> > > to
>> > >> > map
>> > >> >> >> >> >> > vcpu_info 0
>> > >> >> >> >> >> >> at ffff880002c97020, mfn 14859e, offset 32
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000] cpu
>> 0
>> > >> > using
>> > >> >> >> >> > vcpu_info
>> > >> >> >> >> >> > at
>> > >> >> >> >> >> >> ffff880002c97020
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> trying
>> > > to
>> > >> > map
>> > >> >> >> >> >> > vcpu_info 1
>> > >> >> >> >> >> >> at ffff880002cb4020, mfn 148581, offset 32
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000] cpu
>> 1
>> > >> > using
>> > >> >> >> >> > vcpu_info
>> > >> >> >> >> >> > at
>> > >> >> >> >> >> >> ffff880002cb4020
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000] Xen:
>> > > using
>> > >> >> >> >> > vcpu_info
>> > >> >> >> >> >> >> placement
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> Built 1
>> > >> >> >> > zonelists
>> > >> >> >> >> > in
>> > >> >> >> >> >> > Zone
>> > >> >> >> >> >> >> order, mobility grouping on.  Total pages: 129183
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> Kernel
>> > >> >> > command
>> > >> >> >> >> > line:
>> > >> >> >> >> >> >> root=/dev/xvda2 ro iommu=soft swiotlb=force
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000] PID
>> > > hash
>> > >> >> > table
>> > >> >> >> >> >> > entries:
>> > >> >> >> >> >> >> 2048 (order: 2, 16384 bytes)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> Dentry
>> > >> > cache
>> > >> >> >> > hash
>> > >> >> >> >> >> > table
>> > >> >> >> >> >> >> entries: 65536 (order: 7, 524288 bytes)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > >> > Inode-cache
>> > >> >> > hash
>> > >> >> >> >> > table
>> > >> >> >> >> >> >> entries: 32768 (order: 6, 262144 bytes)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> Placing
>> > >> > 64MB
>> > >> >> >> >> > software
>> > >> >> >> >> >> > IO
>> > >> >> >> >> >> >> TLB between ffff880003d00000 - ffff880007d00000
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > > software
>> > >> > IO
>> > >> >> > TLB
>> > >> >> >> > at
>> > >> >> >> >> >> > phys
>> > >> >> >> >> >> >> 0x3d00000 - 0x7d00000
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > > Subtract
>> > >> > (42
>> > >> >> >> > early
>> > >> >> >> >> >> >> reservations)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]   #1
>> > >> >> > [0002c71000
>> > >> >> >> > -
>> > >> >> >> >> >> >> 0002c8c000]  XEN PAGETABLES
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]   #2
>> > >> >> > [0001000000
>> > >> >> >> > -
>> > >> >> >> >> >> >> 00017f5664]   TEXT DATA BSS
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]   #3
>> > >> >> > [0001816000
>> > >> >> >> > -
>> > >> >> >> >> >> >> 0002b6e000]         RAMDISK
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]   #4
>> > >> >> > [0002b6e000
>> > >> >> >> > -
>> > >> >> >> >> >> >> 0002c71000]  XEN START INFO
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]   #5
>> > >> >> > [0000001000
>> > >> >> >> > -
>> > >> >> >> >> >> >> 0000003000]      TRAMPOLINE
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]   #6
>> > >> >> > [0000100000
>> > >> >> >> > -
>> > >> >> >> >> >> >> 00001e4000]         PGTABLE
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]   #7
>> > >> >> > [00017f5680
>> > >> >> >> > -
>> > >> >> >> >> >> >> 00017f6680]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]   #8
>> > >> >> > [00017f6680
>> > >> >> >> > -
>> > >> >> >> >> >> >> 00017f66c0]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]   #9
>> > >> >> > [00017f7000
>> > >> >> >> > -
>> > >> >> >> >> >> >> 00017f8000]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #10
>> > >> >> >> > [00017f8000 -
>> > >> >> >> >> >> >> 00017f9000]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #11
>> > >> >> >> > [00017f9000 -
>> > >> >> >> >> >> >> 00017fa000]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #12
>> > >> >> >> > [00017fa000 -
>> > >> >> >> >> >> >> 00017fb000]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #13
>> > >> >> >> > [00017fb000 -
>> > >> >> >> >> >> >> 00017fc000]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #14
>> > >> >> >> > [00017fc000 -
>> > >> >> >> >> >> >> 00017fd000]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #15
>> > >> >> >> > [0003600000 -
>> > >> >> >> >> >> >> 0003d00000]        MEMMAP 0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #16
>> > >> >> >> > [00017f66c0 -
>> > >> >> >> >> >> >> 00017f6840]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #17
>> > >> >> >> > [00017fd000 -
>> > >> >> >> >> >> >> 0001800000]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #18
>> > >> >> >> > [0001800000 -
>> > >> >> >> >> >> >> 0001801000]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #19
>> > >> >> >> > [0001801000 -
>> > >> >> >> >> >> >> 0001802000]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #20
>> > >> >> >> > [0001802000 -
>> > >> >> >> >> >> >> 0001803000]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #21
>> > >> >> >> > [00017f6840 -
>> > >> >> >> >> >> >> 00017f6920]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #22
>> > >> >> >> > [00017f6940 -
>> > >> >> >> >> >> >> 00017f69a8]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #23
>> > >> >> >> > [00017f69c0 -
>> > >> >> >> >> >> >> 00017f6a28]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #24
>> > >> >> >> > [00017f6a40 -
>> > >> >> >> >> >> >> 00017f6aa8]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #25
>> > >> >> >> > [00017f6ac0 -
>> > >> >> >> >> >> >> 00017f6aec]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #26
>> > >> >> >> > [00017f6b00 -
>> > >> >> >> >> >> >> 00017f6b2c]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #27
>> > >> >> >> > [0002c8c000 -
>> > >> >> >> >> >> >> 0002cc6000]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #28
>> > >> >> >> > [00017f6b40 -
>> > >> >> >> >> >> >> 00017f6b48]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #29
>> > >> >> >> > [00017f6b80 -
>> > >> >> >> >> >> >> 00017f6b88]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #30
>> > >> >> >> > [00017f6bc0 -
>> > >> >> >> >> >> >> 00017f6bc8]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #31
>> > >> >> >> > [00017f6c00 -
>> > >> >> >> >> >> >> 00017f6c10]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #32
>> > >> >> >> > [00017f6c40 -
>> > >> >> >> >> >> >> 00017f6d40]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #33
>> > >> >> >> > [00017f6d40 -
>> > >> >> >> >> >> >> 00017f6d88]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #34
>> > >> >> >> > [00017f6dc0 -
>> > >> >> >> >> >> >> 00017f6e08]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #35
>> > >> >> >> > [0001803000 -
>> > >> >> >> >> >> >> 0001807000]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #36
>> > >> >> >> > [0002cc6000 -
>> > >> >> >> >> >> >> 0002d46000]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #37
>> > >> >> >> > [0002d46000 -
>> > >> >> >> >> >> >> 0002d86000]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #38
>> > >> >> >> > [0003d00000 -
>> > >> >> >> >> >> >> 0007d00000]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #39
>> > >> >> >> > [0002d86000 -
>> > >> >> >> >> >> >> 0002da6000]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #40
>> > >> >> >> > [0002da6000 -
>> > >> >> >> >> >> >> 0002de6000]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> #41
>> > >> >> >> > [0000003800 -
>> > >> >> >> >> >> >> 000000b800]         BOOTMEM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> Memory:
>> > >> >> >> >> >> > 419684k/524288k
>> > >> >> >> >> >> >> available (4288k kernel code, 388k absent, 104216k
>> > >> > reserved,
>> > >> >> >> > 2327k
>> > >> >> >> >> >> > data,
>> > >> >> >> >> >> >> 496k init)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > >> > Hierarchical
>> > >> >> > RCU
>> > >> >> >> >> >> >> implementation.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > >> >> >> > RCU-based
>> > >> >> >> >> >> >> detection of stalled CPUs is disabled.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > >> >> > Verbose
>> > >> >> >> >> >> > stalled-
>> > >> >> >> >> >> >> CPUs detection is disabled.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > >> > NR_IRQS:1280
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > > Console:
>> > >> >> > colour
>> > >> >> >> >> > dummy
>> > >> >> >> >> >> >> device 80x25
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> console
>> > >> >> > [tty0]
>> > >> >> >> >> > enabled
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> console
>> > >> >> > [hvc0]
>> > >> >> >> >> > enabled
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000] Xen:
>> > > using
>> > >> >> >> > vcpuop
>> > >> >> >> >> >> > timer
>> > >> >> >> >> >> >> interface
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > > installing
>> > >> >> > Xen
>> > >> >> >> >> > timer
>> > >> >> >> >> >> > for
>> > >> >> >> >> >> >> CPU 0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.000000]
>> > > Detected
>> > >> >> >> > 3200.210
>> > >> >> >> >> > MHz
>> > >> >> >> >> >> >> processor.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000]
>> > >> > Calibrating
>> > >> >> >> > delay
>> > >> >> >> >> > loop
>> > >> >> >> >> >> >> (skipped), value calculated using timer frequency..
>> > >> > 6400.42
>> > >> >> >> >> > BogoMIPS
>> > >> >> >> >> >> >> (lpj=12800840)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000]
>> > > pid_max:
>> > >> >> >> > default:
>> > >> >> >> >> >> > 32768
>> > >> >> >> >> >> >> minimum: 301
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000]
>> > > Security
>> > >> >> >> > Framework
>> > >> >> >> >> >> >> initialized
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000]
>> > > SELinux:
>> > >> >> >> > Disabled
>> > >> >> >> >> > at
>> > >> >> >> >> >> > boot.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000]
>> > >> > Mount-cache
>> > >> >> > hash
>> > >> >> >> >> > table
>> > >> >> >> >> >> >> entries: 256
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000]
>> > >> > Initializing
>> > >> >> >> > cgroup
>> > >> >> >> >> >> > subsys
>> > >> >> >> >> >> >> ns
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000]
>> > >> > Initializing
>> > >> >> >> > cgroup
>> > >> >> >> >> >> > subsys
>> > >> >> >> >> >> >> cpuacct
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000]
>> > >> > Initializing
>> > >> >> >> > cgroup
>> > >> >> >> >> >> > subsys
>> > >> >> >> >> >> >> devices
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000]
>> tseg:
>> > >> >> > 0000000000
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000] CPU:
>> > >> > Physical
>> > >> >> >> >> >> > Processor ID:
>> > >> >> >> >> >> >> 0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000] CPU:
>> > >> >> > Processor
>> > >> >> >> > Core
>> > >> >> >> >> >> > ID: 3
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000]
>> > >> > Performance
>> > >> >> >> > Events:
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000] no
>> > > APIC,
>> > >> > boot
>> > >> >> >> > with
>> > >> >> >> >> > the
>> > >> >> >> >> >> >> "lapic" boot parameter to force-enable it.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000] no
>> > >> > hardware
>> > >> >> >> >> > sampling
>> > >> >> >> >> >> >> interrupt available.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000] AMD
>> PMU
>> > >> >> > driver.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000] ...
>> > >> > version:
>> > >> >> >> >> >> >> 0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000] ...
>> bit
>> > >> >> > width:
>> > >> >> >> >> >> >> 48
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000] ...
>> > >> > generic
>> > >> >> >> >> > registers:
>> > >> >> >> >> >> >> 4
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000] ...
>> > > value
>> > >> >> > mask:
>> > >> >> >> >> >> >> 0000ffffffffffff
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000] ...
>> max
>> > >> >> > period:
>> > >> >> >> >> >> >> 00007fffffffffff
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000] ...
>> > >> >> >> > fixed-purpose
>> > >> >> >> >> >> > events:
>> > >> >> >> >> >> >> 0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000] ...
>> > > event
>> > >> >> > mask:
>> > >> >> >> >> >> >> 000000000000000f
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.004000] SMP
>> > >> >> >> > alternatives:
>> > >> >> >> >> >> >> switching to UP code
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.012218]
>> > > installing
>> > >> >> > Xen
>> > >> >> >> >> > timer
>> > >> >> >> >> >> > for
>> > >> >> >> >> >> >> CPU 1
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.012253] SMP
>> > >> >> >> > alternatives:
>> > >> >> >> >> >> >> switching to SMP code
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.016110]
>> Brought
>> > > up
>> > >> > 2
>> > >> >> >> > CPUs
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.016659]
>> Grant
>> > >> > table
>> > >> >> >> >> >> > initialized
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.016672]
>> > > regulator:
>> > >> >> > core
>> > >> >> >> >> >> > version
>> > >> >> >> >> >> >> 0.5
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.016854] NET:
>> > >> >> > Registered
>> > >> >> >> >> >> > protocol
>> > >> >> >> >> >> >> family 16
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.018799] PCI:
>> > >> > setting
>> > >> >> > up
>> > >> >> >> > Xen
>> > >> >> >> >> >> > PCI
>> > >> >> >> >> >> >> frontend stub
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.018811] PCI:
>> > >> >> >> >> >> > pci_cache_line_size
>> > >> >> >> >> >> >> set to 64 bytes
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.024249] bio:
>> > >> > create
>> > >> >> > slab
>> > >> >> >> >> >> > <bio-0>
>> > >> >> >> >> >> >> at 0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.024479]
>> ACPI:
>> > >> >> >> > Interpreter
>> > >> >> >> >> >> > disabled.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.024686]
>> > >> > xen_balloon:
>> > >> >> >> >> >> > Initialising
>> > >> >> >> >> >> >> balloon driver.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.026408]
>> vgaarb:
>> > >> >> > loaded
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.026694] SCSI
>> > >> >> > subsystem
>> > >> >> >> >> >> > initialized
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.026781]
>> libata
>> > >> >> > version
>> > >> >> >> > 3.00
>> > >> >> >> >> >> > loaded.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.026897]
>> > > usbcore:
>> > >> >> >> > registered
>> > >> >> >> >> >> > new
>> > >> >> >> >> >> >> interface driver usbfs
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.027003]
>> > > usbcore:
>> > >> >> >> > registered
>> > >> >> >> >> >> > new
>> > >> >> >> >> >> >> interface driver hub
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.027079]
>> > > usbcore:
>> > >> >> >> > registered
>> > >> >> >> >> >> > new
>> > >> >> >> >> >> >> device driver usb
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.027348] PCI:
>> > >> > System
>> > >> >> > does
>> > >> >> >> >> > not
>> > >> >> >> >> >> >> support PCI
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.027351] PCI:
>> > >> > System
>> > >> >> > does
>> > >> >> >> >> > not
>> > >> >> >> >> >> >> support PCI
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.027558]
>> > > Switching
>> > >> > to
>> > >> >> >> >> >> > clocksource
>> > >> >> >> >> >> >> xen
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.027663] pnp:
>> > > PnP
>> > >> >> > ACPI:
>> > >> >> >> >> >> > disabled
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.027664] NET:
>> > >> >> > Registered
>> > >> >> >> >> >> > protocol
>> > >> >> >> >> >> >> family 2
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.027664] IP
>> > > route
>> > >> >> > cache
>> > >> >> >> > hash
>> > >> >> >> >> >> > table
>> > >> >> >> >> >> >> entries: 4096 (order: 3, 32768 bytes)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.027664] TCP
>> > >> >> > established
>> > >> >> >> >> > hash
>> > >> >> >> >> >> > table
>> > >> >> >> >> >> >> entries: 16384 (order: 6, 262144 bytes)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.027664] TCP
>> > > bind
>> > >> > hash
>> > >> >> >> > table
>> > >> >> >> >> >> >> entries: 16384 (order: 6, 262144 bytes)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.027664] TCP:
>> > > Hash
>> > >> >> > tables
>> > >> >> >> >> >> >> configured (established 16384 bind 16384)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.027664] TCP
>> > > reno
>> > >> >> >> > registered
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.027664] UDP
>> > > hash
>> > >> >> > table
>> > >> >> >> >> >> > entries:
>> > >> >> >> >> >> >> 256 (order: 1, 8192 bytes)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.027664]
>> > > UDP-Lite
>> > >> > hash
>> > >> >> >> > table
>> > >> >> >> >> >> >> entries: 256 (order: 1, 8192 bytes)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.027664] NET:
>> > >> >> > Registered
>> > >> >> >> >> >> > protocol
>> > >> >> >> >> >> >> family 1
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.027664] PCI:
>> > > CLS 0
>> > >> >> >> > bytes,
>> > >> >> >> >> >> > default
>> > >> >> >> >> >> >> 64
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.027664]
>> Trying
>> > > to
>> > >> >> > unpack
>> > >> >> >> >> >> > rootfs
>> > >> >> >> >> >> >> image as initramfs...
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.041042]
>> Freeing
>> > >> >> > initrd
>> > >> >> >> >> > memory:
>> > >> >> >> >> >> >> 19808k freed
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.046478]
>> > > PCI-DMA:
>> > >> >> > Using
>> > >> >> >> >> >> > software
>> > >> >> >> >> >> >> bounce buffering for IO (SWIOTLB)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.046488]
>> Placing
>> > >> > 64MB
>> > >> >> >> >> > software
>> > >> >> >> >> >> > IO
>> > >> >> >> >> >> >> TLB between ffff880003d00000 - ffff880007d00000
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.046493]
>> > > software
>> > >> > IO
>> > >> >> > TLB
>> > >> >> >> > at
>> > >> >> >> >> >> > phys
>> > >> >> >> >> >> >> 0x3d00000 - 0x7d00000
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.046820]
>> > > platform
>> > >> >> >> > rtc_cmos:
>> > >> >> >> >> >> >> registered platform RTC device (no PNP device found)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.047473]
>> audit:
>> > >> >> >> > initializing
>> > >> >> >> >> >> >> netlink socket (disabled)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.047485]
>> > > type=2000
>> > >> >> >> >> >> >> audit(1280043266.562:1): initialized
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.047738] VFS:
>> > > Disk
>> > >> >> > quotas
>> > >> >> >> >> >> >> dquot_6.5.2
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.047765]
>> > >> > Dquot-cache
>> > >> >> > hash
>> > >> >> >> >> > table
>> > >> >> >> >> >> >> entries: 512 (order 0, 4096 bytes)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.048082]
>> NILFS
>> > >> > version
>> > >> >> > 2
>> > >> >> >> >> > loaded
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.048664]
>> Btrfs
>> > >> > loaded
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.048699]
>> msgmni
>> > > has
>> > >> >> > been
>> > >> >> >> > set
>> > >> >> >> >> > to
>> > >> >> >> >> >> > 858
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.048977] alg:
>> No
>> > >> > test
>> > >> >> > for
>> > >> >> >> >> >> > stdrng
>> > >> >> >> >> >> >> (krng)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.049048]
>> Block
>> > >> > layer
>> > >> >> > SCSI
>> > >> >> >> >> >> > generic
>> > >> >> >> >> >> >> (bsg) driver version 0.4 loaded (major 253)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.049053] io
>> > >> > scheduler
>> > >> >> >> > noop
>> > >> >> >> >> >> >> registered
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.049056] io
>> > >> > scheduler
>> > >> >> >> >> > deadline
>> > >> >> >> >> >> >> registered
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.049077] io
>> > >> > scheduler
>> > >> >> > cfq
>> > >> >> >> >> >> >> registered (default)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.049263]
>> > > pci-stub:
>> > >> >> >> > invalid
>> > >> >> >> >> > id
>> > >> >> >> >> >> >> string ""
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.052814]
>> > >> > Event-channel
>> > >> >> >> >> > device
>> > >> >> >> >> >> >> installed.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.053546]
>> > > pcifront
>> > >> >> > pci-0:
>> > >> >> >> >> >> > Installing
>> > >> >> >> >> >> >> PCI frontend
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.053629]
>> > > pcifront
>> > >> >> > pci-0:
>> > >> >> >> >> >> > Creating
>> > >> >> >> >> >> >> PCI Frontend Bus 0000:04
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.160749] pci
>> > >> >> >> > 0000:04:00.0:
>> > >> >> >> >> > reg
>> > >> >> >> >> >> > 10:
>> > >> >> >> >> >> >> [mem 0xf9700000-0xf9701fff 64bit]
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.160855]
>> Linux
>> > >> > agpgart
>> > >> >> >> >> >> > interface
>> > >> >> >> >> >> >> v0.103
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.160903]
>> Serial:
>> > >> >> >> > 8250/16550
>> > >> >> >> >> >> > driver,
>> > >> >> >> >> >> >> 4 ports, IRQ sharing enabled
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.162326]
>> > > pcifront
>> > >> >> > pci-0:
>> > >> >> >> >> >> > claiming
>> > >> >> >> >> >> >> resource 0000:04:00.0/0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.162470]
>> > > pcifront
>> > >> >> > pci-0:
>> > >> >> >> >> >> > Creating
>> > >> >> >> >> >> >> PCI Frontend Bus 0000:0a
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.162494] brd:
>> > >> > module
>> > >> >> >> > loaded
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.162661] pci
>> > >> >> >> > 0000:0a:01.0:
>> > >> >> >> >> > reg
>> > >> >> >> >> >> > 10:
>> > >> >> >> >> >> >> [mem 0xf9b00000-0xf9b00fff]
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.162951] pci
>> > >> >> >> > 0000:0a:01.0:
>> > >> >> >> >> >> > supports
>> > >> >> >> >> >> >> D1 D2
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.163121] pci
>> > >> >> >> > 0000:0a:01.1:
>> > >> >> >> >> > reg
>> > >> >> >> >> >> > 10:
>> > >> >> >> >> >> >> [mem 0xf9b01000-0xf9b01fff]
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.163401] pci
>> > >> >> >> > 0000:0a:01.1:
>> > >> >> >> >> >> > supports
>> > >> >> >> >> >> >> D1 D2
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.163562] pci
>> > >> >> >> > 0000:0a:01.2:
>> > >> >> >> >> > reg
>> > >> >> >> >> >> > 10:
>> > >> >> >> >> >> >> [mem 0xf9b02000-0xf9b02fff]
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.163819] pci
>> > >> >> >> > 0000:0a:01.2:
>> > >> >> >> >> >> > supports
>> > >> >> >> >> >> >> D1 D2
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.164323]
>> > > pcifront
>> > >> >> > pci-0:
>> > >> >> >> >> >> > claiming
>> > >> >> >> >> >> >> resource 0000:0a:01.0/0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.164323]
>> > > pcifront
>> > >> >> > pci-0:
>> > >> >> >> >> >> > claiming
>> > >> >> >> >> >> >> resource 0000:0a:01.1/0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.164323]
>> > > pcifront
>> > >> >> > pci-0:
>> > >> >> >> >> >> > claiming
>> > >> >> >> >> >> >> resource 0000:0a:01.2/0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.182850]
>> e1000:
>> > >> >> > Intel(R)
>> > >> >> >> >> >> > PRO/1000
>> > >> >> >> >> >> >> Network Driver - version 7.3.21-k6-NAPI
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.182858]
>> e1000:
>> > >> >> > Copyright
>> > >> >> >> >> > (c)
>> > >> >> >> >> >> > 1999-
>> > >> >> >> >> >> >> 2006 Intel Corporation.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.182903]
>> e1000e:
>> > >> >> > Intel(R)
>> > >> >> >> >> >> > PRO/1000
>> > >> >> >> >> >> >> Network Driver - 1.0.2-k4
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.182907]
>> e1000e:
>> > >> >> >> > Copyright
>> > >> >> >> >> > (c)
>> > >> >> >> >> >> > 1999
>> > >> >> >> >> >> >> - 2009 Intel Corporation.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.182952]
>> > > Intel(R)
>> > >> >> > Gigabit
>> > >> >> >> >> >> > Ethernet
>> > >> >> >> >> >> >> Network Driver - version 2.1.0-k2
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.182956]
>> > > Copyright
>> > >> > (c)
>> > >> >> >> >> >> > 2007-2009
>> > >> >> >> >> >> >> Intel Corporation.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.183039]
>> > >> > Initialising
>> > >> >> > Xen
>> > >> >> >> >> >> > virtual
>> > >> >> >> >> >> >> ethernet driver.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.189923]
>> > > blkfront:
>> > >> >> > xvda1:
>> > >> >> >> >> >> > barriers
>> > >> >> >> >> >> >> enabled
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.193938] tun:
>> > >> >> > Universal
>> > >> >> >> >> > TUN/TAP
>> > >> >> >> >> >> >> device driver, 1.6
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.193945] tun:
>> > > (C)
>> > >> >> >> > 1999-2004
>> > >> >> >> >> > Max
>> > >> >> >> >> >> >> Krasnyansky <maxk@xxxxxxxxxxxx>
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.194089]
>> > > ehci_hcd:
>> > >> > USB
>> > >> >> >> > 2.0
>> > >> >> >> >> >> >> 'Enhanced' Host Controller (EHCI) Driver
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.194202]
>> > > ehci_hcd
>> > >> >> >> >> > 0000:0a:01.2:
>> > >> >> >> >> >> >> enabling device (0000 -> 0002)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.194409]
>> > > ehci_hcd
>> > >> >> >> >> > 0000:0a:01.2:
>> > >> >> >> >> >> > Xen
>> > >> >> >> >> >> >> PCI enabling IRQ: 46
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.194496]
>> > > ehci_hcd
>> > >> >> >> >> > 0000:0a:01.2:
>> > >> >> >> >> >> >> EHCI Host Controller
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.194626]
>> > > ehci_hcd
>> > >> >> >> >> > 0000:0a:01.2:
>> > >> >> >> >> >> > new
>> > >> >> >> >> >> >> USB bus registered, assigned bus number 1
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.194762]
>> > > ehci_hcd
>> > >> >> >> >> > 0000:0a:01.2:
>> > >> >> >> >> >> >> Enabling legacy PCI PM
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.216199]
>> > > ehci_hcd
>> > >> >> >> >> > 0000:0a:01.2:
>> > >> >> >> >> >> > irq
>> > >> >> >> >> >> >> 46, io mem 0xf9b02000
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.217198]
>> > > blkfront:
>> > >> >> > xvda2:
>> > >> >> >> >> >> > barriers
>> > >> >> >> >> >> >> enabled
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.217978]
>> > > blkfront:
>> > >> >> > xvdb1:
>> > >> >> >> >> >> > barriers
>> > >> >> >> >> >> >> enabled
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.228108]
>> > > ehci_hcd
>> > >> >> >> >> > 0000:0a:01.2:
>> > >> >> >> >> >> > USB
>> > >> >> >> >> >> >> 2.0 started, EHCI 1.00
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.228209] usb
>> > > usb1:
>> > >> > New
>> > >> >> >> > USB
>> > >> >> >> >> >> > device
>> > >> >> >> >> >> >> found, idVendor=1d6b, idProduct=0002
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.228228] usb
>> > > usb1:
>> > >> > New
>> > >> >> >> > USB
>> > >> >> >> >> >> > device
>> > >> >> >> >> >> >> strings: Mfr=3, Product=2, SerialNumber=1
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.228247] usb
>> > > usb1:
>> > >> >> >> > Product:
>> > >> >> >> >> >> > EHCI
>> > >> >> >> >> >> >> Host Controller
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.228262] usb
>> > > usb1:
>> > >> >> >> >> >> > Manufacturer:
>> > >> >> >> >> >> >> Linux 2.6.35-rc6+xen-konrad-swiotlb-xhci-isoc+
>> ehci_hcd
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.228280] usb
>> > > usb1:
>> > >> >> >> >> >> > SerialNumber:
>> > >> >> >> >> >> >> 0000:0a:01.2
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.228476] hub
>> > >> > 1-0:1.0:
>> > >> >> > USB
>> > >> >> >> >> > hub
>> > >> >> >> >> >> > found
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.228493] hub
>> > >> > 1-0:1.0:
>> > >> >> > 5
>> > >> >> >> >> > ports
>> > >> >> >> >> >> >> detected
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.228629]
>> > > ohci_hcd:
>> > >> > USB
>> > >> >> >> > 1.1
>> > >> >> >> >> >> > 'Open'
>> > >> >> >> >> >> >> Host Controller (OHCI) Driver
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.228688]
>> > > ohci_hcd
>> > >> >> >> >> > 0000:0a:01.0:
>> > >> >> >> >> >> >> enabling device (0000 -> 0002)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.228888]
>> > > ohci_hcd
>> > >> >> >> >> > 0000:0a:01.0:
>> > >> >> >> >> >> > Xen
>> > >> >> >> >> >> >> PCI enabling IRQ: 44
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.228945]
>> > > ohci_hcd
>> > >> >> >> >> > 0000:0a:01.0:
>> > >> >> >> >> >> >> OHCI Host Controller
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.229054]
>> > > ohci_hcd
>> > >> >> >> >> > 0000:0a:01.0:
>> > >> >> >> >> >> > new
>> > >> >> >> >> >> >> USB bus registered, assigned bus number 2
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.229097]
>> > > ohci_hcd
>> > >> >> >> >> > 0000:0a:01.0:
>> > >> >> >> >> >> > irq
>> > >> >> >> >> >> >> 44, io mem 0xf9b00000
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.313977] usb
>> > > usb2:
>> > >> > New
>> > >> >> >> > USB
>> > >> >> >> >> >> > device
>> > >> >> >> >> >> >> found, idVendor=1d6b, idProduct=0001
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.314003] usb
>> > > usb2:
>> > >> > New
>> > >> >> >> > USB
>> > >> >> >> >> >> > device
>> > >> >> >> >> >> >> strings: Mfr=3, Product=2, SerialNumber=1
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.314021] usb
>> > > usb2:
>> > >> >> >> > Product:
>> > >> >> >> >> >> > OHCI
>> > >> >> >> >> >> >> Host Controller
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.314034] usb
>> > > usb2:
>> > >> >> >> >> >> > Manufacturer:
>> > >> >> >> >> >> >> Linux 2.6.35-rc6+xen-konrad-swiotlb-xhci-isoc+
>> ohci_hcd
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.314055] usb
>> > > usb2:
>> > >> >> >> >> >> > SerialNumber:
>> > >> >> >> >> >> >> 0000:0a:01.0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.314567] hub
>> > >> > 2-0:1.0:
>> > >> >> > USB
>> > >> >> >> >> > hub
>> > >> >> >> >> >> > found
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.314598] hub
>> > >> > 2-0:1.0:
>> > >> >> > 3
>> > >> >> >> >> > ports
>> > >> >> >> >> >> >> detected
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.315103]
>> > > ohci_hcd
>> > >> >> >> >> > 0000:0a:01.1:
>> > >> >> >> >> >> >> enabling device (0000 -> 0002)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.315553]
>> > > ohci_hcd
>> > >> >> >> >> > 0000:0a:01.1:
>> > >> >> >> >> >> > Xen
>> > >> >> >> >> >> >> PCI enabling IRQ: 45
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.315701]
>> > > ohci_hcd
>> > >> >> >> >> > 0000:0a:01.1:
>> > >> >> >> >> >> >> OHCI Host Controller
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.315931]
>> > > ohci_hcd
>> > >> >> >> >> > 0000:0a:01.1:
>> > >> >> >> >> >> > new
>> > >> >> >> >> >> >> USB bus registered, assigned bus number 3
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.316086]
>> > > ohci_hcd
>> > >> >> >> >> > 0000:0a:01.1:
>> > >> >> >> >> >> > irq
>> > >> >> >> >> >> >> 45, io mem 0xf9b01000
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.401923] usb
>> > > usb3:
>> > >> > New
>> > >> >> >> > USB
>> > >> >> >> >> >> > device
>> > >> >> >> >> >> >> found, idVendor=1d6b, idProduct=0001
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.401930] usb
>> > > usb3:
>> > >> > New
>> > >> >> >> > USB
>> > >> >> >> >> >> > device
>> > >> >> >> >> >> >> strings: Mfr=3, Product=2, SerialNumber=1
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.401934] usb
>> > > usb3:
>> > >> >> >> > Product:
>> > >> >> >> >> >> > OHCI
>> > >> >> >> >> >> >> Host Controller
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.401937] usb
>> > > usb3:
>> > >> >> >> >> >> > Manufacturer:
>> > >> >> >> >> >> >> Linux 2.6.35-rc6+xen-konrad-swiotlb-xhci-isoc+
>> ohci_hcd
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.401941] usb
>> > > usb3:
>> > >> >> >> >> >> > SerialNumber:
>> > >> >> >> >> >> >> 0000:0a:01.1
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.402085] hub
>> > >> > 3-0:1.0:
>> > >> >> > USB
>> > >> >> >> >> > hub
>> > >> >> >> >> >> > found
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.402094] hub
>> > >> > 3-0:1.0:
>> > >> >> > 2
>> > >> >> >> >> > ports
>> > >> >> >> >> >> >> detected
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.402201]
>> > > uhci_hcd:
>> > >> > USB
>> > >> >> >> >> >> > Universal
>> > >> >> >> >> >> >> Host Controller Interface driver
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.402305]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> >> enabling device (0000 -> 0002)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.402511]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > Xen
>> > >> >> >> >> >> >> PCI enabling IRQ: 40
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.402603]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> >> setting latency timer to 64
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.402615]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> >> xHCI Host Controller
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.402745]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > new
>> > >> >> >> >> >> >> USB bus registered, assigned bus number 4
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.402917]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > irq
>> > >> >> >> >> >> >> 40, io mem 0xf9700000
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.406250] usb
>> > > usb4:
>> > >> > No
>> > >> >> >> >> >> > SuperSpeed
>> > >> >> >> >> >> >> endpoint companion for config 1  interface 0
>> altsetting
>> > > 0
>> > >> > ep
>> > >> >> >> > 129:
>> > >> >> >> >> >> > using
>> > >> >> >> >> >> >> minimum values
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.406268] usb
>> > > usb4:
>> > >> > New
>> > >> >> >> > USB
>> > >> >> >> >> >> > device
>> > >> >> >> >> >> >> found, idVendor=1d6b, idProduct=0003
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.406272] usb
>> > > usb4:
>> > >> > New
>> > >> >> >> > USB
>> > >> >> >> >> >> > device
>> > >> >> >> >> >> >> strings: Mfr=3, Product=2, SerialNumber=1
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.406276] usb
>> > > usb4:
>> > >> >> >> > Product:
>> > >> >> >> >> >> > xHCI
>> > >> >> >> >> >> >> Host Controller
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.406279] usb
>> > > usb4:
>> > >> >> >> >> >> > Manufacturer:
>> > >> >> >> >> >> >> Linux 2.6.35-rc6+xen-konrad-swiotlb-xhci-isoc+
>> xhci_hcd
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.406283] usb
>> > > usb4:
>> > >> >> >> >> >> > SerialNumber:
>> > >> >> >> >> >> >> 0000:04:00.0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.406356] xHCI
>> > >> >> >> >> > xhci_add_endpoint
>> > >> >> >> >> >> >> called for root hub
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.406358] xHCI
>> > >> >> >> >> >> > xhci_check_bandwidth
>> > >> >> >> >> >> >> called for root hub
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.406405] hub
>> > >> > 4-0:1.0:
>> > >> >> > USB
>> > >> >> >> >> > hub
>> > >> >> >> >> >> > found
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.406411] hub
>> > >> > 4-0:1.0:
>> > >> >> > 4
>> > >> >> >> >> > ports
>> > >> >> >> >> >> >> detected
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.406679] PNP:
>> No
>> > >> > PS/2
>> > >> >> >> >> >> > controller
>> > >> >> >> >> >> >> found. Probing ports directly.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.407496]
>> > > i8042.c:
>> > >> > No
>> > >> >> >> >> > controller
>> > >> >> >> >> >> >> found.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.407617]
>> mice:
>> > > PS/2
>> > >> >> > mouse
>> > >> >> >> >> >> > device
>> > >> >> >> >> >> >> common for all mice
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.407785]
>> > > rtc_cmos
>> > >> >> >> > rtc_cmos:
>> > >> >> >> >> > rtc
>> > >> >> >> >> >> >> core: registered rtc_cmos as rtc0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.407842]
>> > > rtc_cmos:
>> > >> >> > probe
>> > >> >> >> > of
>> > >> >> >> >> >> >> rtc_cmos failed with error -38
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.408085] IR
>> NEC
>> > >> >> > protocol
>> > >> >> >> >> >> > handler
>> > >> >> >> >> >> >> initialized
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.408091] IR
>> > > RC5(x)
>> > >> >> >> > protocol
>> > >> >> >> >> >> > handler
>> > >> >> >> >> >> >> initialized
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.408095] IR
>> RC6
>> > >> >> > protocol
>> > >> >> >> >> >> > handler
>> > >> >> >> >> >> >> initialized
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.408098] IR
>> JVC
>> > >> >> > protocol
>> > >> >> >> >> >> > handler
>> > >> >> >> >> >> >> initialized
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.408101] IR
>> Sony
>> > >> >> > protocol
>> > >> >> >> >> >> > handler
>> > >> >> >> >> >> >> initialized
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.408264]
>> > >> >> > device-mapper:
>> > >> >> >> >> > ioctl:
>> > >> >> >> >> >> >> 4.17.0-ioctl (2010-03-05) initialised:
>> > > dm-devel@xxxxxxxxxx
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.408358]
>> > >> >> > device-mapper:
>> > >> >> >> >> >> > multipath:
>> > >> >> >> >> >> >> version 1.1.1 loaded
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.408371]
>> > >> >> > device-mapper:
>> > >> >> >> >> >> > multipath
>> > >> >> >> >> >> >> round-robin: version 1.0.0 loaded
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.408541]
>> > > cpuidle:
>> > >> >> > using
>> > >> >> >> >> >> > governor
>> > >> >> >> >> >> >> ladder
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.408548] No
>> iBFT
>> > >> >> >> > detected.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.409610]
>> > > usbcore:
>> > >> >> >> > registered
>> > >> >> >> >> >> > new
>> > >> >> >> >> >> >> interface driver hiddev
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.409657]
>> > > usbcore:
>> > >> >> >> > registered
>> > >> >> >> >> >> > new
>> > >> >> >> >> >> >> interface driver usbhid
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.409661]
>> usbhid:
>> > >> > USB
>> > >> >> > HID
>> > >> >> >> >> > core
>> > >> >> >> >> >> >> driver
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.409798] TCP
>> > > cubic
>> > >> >> >> >> > registered
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.409803] NET:
>> > >> >> > Registered
>> > >> >> >> >> >> > protocol
>> > >> >> >> >> >> >> family 17
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.409831]
>> Bridge
>> > >> >> >> > firewalling
>> > >> >> >> >> >> >> registered
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.409980]
>> > > registered
>> > >> >> >> >> > taskstats
>> > >> >> >> >> >> >> version 1
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.410247]
>> XENBUS:
>> > >> >> > Device
>> > >> >> >> > with
>> > >> >> >> >> > no
>> > >> >> >> >> >> >> driver: device/console/0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.410261]
>> > >> >> >> >> > drivers/rtc/hctosys.c:
>> > >> >> >> >> >> >> unable to open rtc device (rtc0)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.410335]
>> Freeing
>> > >> >> > unused
>> > >> >> >> >> > kernel
>> > >> >> >> >> >> >> memory: 496k freed
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.548108] usb
>> > > 1-3:
>> > >> > new
>> > >> >> >> > high
>> > >> >> >> >> >> > speed
>> > >> >> >> >> >> >> USB device using ehci_hcd and address 2
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.682066] usb
>> > > 1-3:
>> > >> > New
>> > >> >> > USB
>> > >> >> >> >> >> > device
>> > >> >> >> >> >> >> found, idVendor=05e3, idProduct=0608
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.682080] usb
>> > > 1-3:
>> > >> > New
>> > >> >> > USB
>> > >> >> >> >> >> > device
>> > >> >> >> >> >> >> strings: Mfr=0, Product=1, SerialNumber=0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.682088] usb
>> > > 1-3:
>> > >> >> >> > Product:
>> > >> >> >> >> >> > USB2.0
>> > >> >> >> >> >> >> Hub
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.682414] hub
>> > >> > 1-3:1.0:
>> > >> >> > USB
>> > >> >> >> >> > hub
>> > >> >> >> >> >> > found
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    0.682944] hub
>> > >> > 1-3:1.0:
>> > >> >> > 4
>> > >> >> >> >> > ports
>> > >> >> >> >> >> >> detected
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.000020] usb
>> > > 3-2:
>> > >> > new
>> > >> >> > low
>> > >> >> >> >> > speed
>> > >> >> >> >> >> > USB
>> > >> >> >> >> >> >> device using ohci_hcd and address 2
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.052858]
>> > > EXT3-fs:
>> > >> >> >> > barriers
>> > >> >> >> >> > not
>> > >> >> >> >> >> >> enabled
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.066961]
>> > > kjournald
>> > >> >> >> > starting.
>> > >> >> >> >> >> >> Commit interval 5 seconds
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.066983]
>> EXT3-fs
>> > >> >> > (xvda2):
>> > >> >> >> >> >> > mounted
>> > >> >> >> >> >> >> filesystem with writeback data mode
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.172116] usb
>> > > 3-2:
>> > >> > New
>> > >> >> > USB
>> > >> >> >> >> >> > device
>> > >> >> >> >> >> >> found, idVendor=10cf, idProduct=5500
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.172145] usb
>> > > 3-2:
>> > >> > New
>> > >> >> > USB
>> > >> >> >> >> >> > device
>> > >> >> >> >> >> >> strings: Mfr=1, Product=2, SerialNumber=0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.172165] usb
>> > > 3-2:
>> > >> >> >> > Product:
>> > >> >> >> >> > USB
>> > >> >> >> >> >> >> K8055
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.172178] usb
>> > > 3-2:
>> > >> >> >> >> > Manufacturer:
>> > >> >> >> >> >> >> Velleman
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.188285]
>> > >> > generic-usb
>> > >> >> >> >> >> >> 0003:10CF:5500.0001: hiddev96,hidraw0: USB HID v1.00
>> > >> > Device
>> > >> >> >> >> > [Velleman
>> > >> >> >> >> >> > USB
>> > >> >> >> >> >> >> K8055] on usb-0000:0a:01.1-2/input0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.300186] usb
>> > > 4-3:
>> > >> > new
>> > >> >> >> > high
>> > >> >> >> >> >> > speed
>> > >> >> >> >> >> >> USB device using xhci_hcd and address 0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.318069] usb
>> > > 4-3:
>> > >> > New
>> > >> >> > USB
>> > >> >> >> >> >> > device
>> > >> >> >> >> >> >> found, idVendor=eb1a, idProduct=2860
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.318102] usb
>> > > 4-3:
>> > >> > New
>> > >> >> > USB
>> > >> >> >> >> >> > device
>> > >> >> >> >> >> >> strings: Mfr=0, Product=0, SerialNumber=0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.318315] usb
>> > > 4-3:
>> > >> > ep
>> > >> >> > 0x81
>> > >> >> >> > -
>> > >> >> >> >> >> >> rounding interval to 1024 microframes
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.318372] usb
>> > > 4-3:
>> > >> > ep
>> > >> >> > 0x82
>> > >> >> >> > -
>> > >> >> >> >> >> >> rounding interval to 1 microframes
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.318437] usb
>> > > 4-3:
>> > >> > ep
>> > >> >> > 0x84
>> > >> >> >> > -
>> > >> >> >> >> >> >> rounding interval to 1 microframes
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.392482] usb
>> > > 1-3.4:
>> > >> >> > new
>> > >> >> >> > high
>> > >> >> >> >> >> > speed
>> > >> >> >> >> >> >> USB device using ehci_hcd and address 4
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.491787] usb
>> > > 1-3.4:
>> > >> >> > New
>> > >> >> >> > USB
>> > >> >> >> >> >> > device
>> > >> >> >> >> >> >> found, idVendor=2304, idProduct=0208
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.491817] usb
>> > > 1-3.4:
>> > >> >> > New
>> > >> >> >> > USB
>> > >> >> >> >> >> > device
>> > >> >> >> >> >> >> strings: Mfr=2, Product=1, SerialNumber=0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.491838] usb
>> > > 1-3.4:
>> > >> >> >> > Product:
>> > >> >> >> >> >> > PCTV
>> > >> >> >> >> >> >> USB2 PAL
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    1.491852] usb
>> > > 1-3.4:
>> > >> >> >> >> >> > Manufacturer:
>> > >> >> >> >> >> >> Pinnacle Systems GmbH
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    2.794873]
>> udev:
>> > >> >> > starting
>> > >> >> >> >> > version
>> > >> >> >> >> >> > 149
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    3.370948]
>> input:
>> > > PC
>> > >> >> >> > Speaker
>> > >> >> >> >> > as
>> > >> >> >> >> >> >> /devices/platform/pcspkr/input/input0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    3.594660]
>> Linux
>> > >> > video
>> > >> >> >> > capture
>> > >> >> >> >> >> >> interface: v2.00
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    3.642783]
>> em28xx:
>> > >> > New
>> > >> >> >> > device
>> > >> >> >> >> > @
>> > >> >> >> >> >> > 480
>> > >> >> >> >> >> >> Mbps (eb1a:2860, interface 0, class 0)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    3.643288]
>> em28xx
>> > > #0:
>> > >> >> > chip
>> > >> >> >> > ID
>> > >> >> >> >> > is
>> > >> >> >> >> >> >> em2860
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    3.737119]
>> em28xx
>> > > #0:
>> > >> >> > board
>> > >> >> >> >> > has
>> > >> >> >> >> >> > no
>> > >> >> >> >> >> >> eeprom
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    3.748852]
>> em28xx
>> > > #0:
>> > >> >> >> >> > Identified
>> > >> >> >> >> >> > as
>> > >> >> >> >> >> >> Unknown EM2750/28xx video grabber (card=1)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    3.778089]
>> em28xx
>> > > #0:
>> > >> >> > found
>> > >> >> >> >> > i2c
>> > >> >> >> >> >> >> device @ 0x4a [saa7113h]
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    3.847003]
>> em28xx
>> > > #0:
>> > >> >> > Your
>> > >> >> >> >> > board
>> > >> >> >> >> >> > has
>> > >> >> >> >> >> >> no unique USB ID.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    3.847030]
>> em28xx
>> > > #0:
>> > >> > A
>> > >> >> >> > hint
>> > >> >> >> >> > were
>> > >> >> >> >> >> >> successfully done, based on i2c devicelist hash.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    3.847051]
>> em28xx
>> > > #0:
>> > >> >> > This
>> > >> >> >> >> > method
>> > >> >> >> >> >> > is
>> > >> >> >> >> >> >> not 100% failproof.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    3.847066]
>> em28xx
>> > > #0:
>> > >> > If
>> > >> >> >> > the
>> > >> >> >> >> >> > board
>> > >> >> >> >> >> >> were missdetected, please email this log to:
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    3.847083]
>> em28xx
>> > > #0:
>> > >> >> >> > V4L
>> > >> >> >> >> >> >> Mailing List  <linux-media@xxxxxxxxxxxxxxx>
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    3.847098]
>> em28xx
>> > > #0:
>> > >> >> > Board
>> > >> >> >> >> >> > detected
>> > >> >> >> >> >> >> as EM2860/SAA711X Reference Design
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    3.847114]
>> em28xx
>> > > #0:
>> > >> >> >> >> > Registering
>> > >> >> >> >> >> >> snapshot button...
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    3.847305]
>> input:
>> > >> > em28xx
>> > >> >> >> >> > snapshot
>> > >> >> >> >> >> >> button as
>> > >> >> >> >> >
>> > > /devices/pci-0/pci0000:04/0000:04:00.0/usb4/4-3/input/input1
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    4.229033]
>> saa7115
>> > >> >> > 0-0025:
>> > >> >> >> >> >> > saa7113
>> > >> >> >> >> >> >> found (1f7113d0e100000) @ 0x4a (em28xx #0)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    4.936556]
>> em28xx
>> > > #0:
>> > >> >> >> > Config
>> > >> >> >> >> >> > register
>> > >> >> >> >> >> >> raw data: 0x00
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    4.984128]
>> em28xx
>> > > #0:
>> > >> >> > v4l2
>> > >> >> >> >> > driver
>> > >> >> >> >> >> >> version 0.1.2
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    4.984182] usb
>> > > 4-3:
>> > >> > ep
>> > >> >> > 0x81
>> > >> >> >> > -
>> > >> >> >> >> >> >> rounding interval to 1024 microframes
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    4.984277] usb
>> > > 4-3:
>> > >> > ep
>> > >> >> > 0x82
>> > >> >> >> > -
>> > >> >> >> >> >> >> rounding interval to 1 microframes
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    4.984366] usb
>> > > 4-3:
>> > >> > ep
>> > >> >> > 0x84
>> > >> >> >> > -
>> > >> >> >> >> >> >> rounding interval to 1 microframes
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.476289]
>> em28xx
>> > > #0:
>> > >> >> > V4L2
>> > >> >> >> >> > video
>> > >> >> >> >> >> >> device registered as video0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.476319]
>> em28xx
>> > > #0:
>> > >> >> > V4L2
>> > >> >> >> > VBI
>> > >> >> >> >> >> > device
>> > >> >> >> >> >> >> registered as vbi0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.476363]
>> em28xx:
>> > >> > New
>> > >> >> >> > device
>> > >> >> >> >> >> >> Pinnacle Systems GmbH PCTV USB2 PAL @ 480 Mbps
>> > > (2304:0208,
>> > >> >> >> >> > interface
>> > >> >> >> >> >> > 0,
>> > >> >> >> >> >> >> class 0)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.480830]
>> em28xx
>> > > #1:
>> > >> >> > chip
>> > >> >> >> > ID
>> > >> >> >> >> > is
>> > >> >> >> >> >> >> em2820 (or em2710)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.612753]
>> em28xx
>> > > #1:
>> > >> >> > i2c
>> > >> >> >> >> > eeprom
>> > >> >> >> >> >> > 00:
>> > >> >> >> >> >> >> 1a eb 67 95 04 23 08 02 10 00 1e 03 98 1e 6a 2e
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.612849]
>> em28xx
>> > > #1:
>> > >> >> > i2c
>> > >> >> >> >> > eeprom
>> > >> >> >> >> >> > 10:
>> > >> >> >> >> >> >> 00 00 06 57 6e 00 00 00 8e 00 00 00 07 00 00 00
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.612927]
>> em28xx
>> > > #1:
>> > >> >> > i2c
>> > >> >> >> >> > eeprom
>> > >> >> >> >> >> > 20:
>> > >> >> >> >> >> >> 16 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.612997]
>> em28xx
>> > > #1:
>> > >> >> > i2c
>> > >> >> >> >> > eeprom
>> > >> >> >> >> >> > 30:
>> > >> >> >> >> >> >> 00 00 20 40 20 80 02 20 10 01 00 00 00 00 00 00
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.613065]
>> em28xx
>> > > #1:
>> > >> >> > i2c
>> > >> >> >> >> > eeprom
>> > >> >> >> >> >> > 40:
>> > >> >> >> >> >> >> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.613133]
>> em28xx
>> > > #1:
>> > >> >> > i2c
>> > >> >> >> >> > eeprom
>> > >> >> >> >> >> > 50:
>> > >> >> >> >> >> >> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.613201]
>> em28xx
>> > > #1:
>> > >> >> > i2c
>> > >> >> >> >> > eeprom
>> > >> >> >> >> >> > 60:
>> > >> >> >> >> >> >> 00 00 00 00 00 00 00 00 00 00 2e 03 50 00 69 00
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.613268]
>> em28xx
>> > > #1:
>> > >> >> > i2c
>> > >> >> >> >> > eeprom
>> > >> >> >> >> >> > 70:
>> > >> >> >> >> >> >> 6e 00 6e 00 61 00 63 00 6c 00 65 00 20 00 53 00
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.613336]
>> em28xx
>> > > #1:
>> > >> >> > i2c
>> > >> >> >> >> > eeprom
>> > >> >> >> >> >> > 80:
>> > >> >> >> >> >> >> 79 00 73 00 74 00 65 00 6d 00 73 00 20 00 47 00
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.613404]
>> em28xx
>> > > #1:
>> > >> >> > i2c
>> > >> >> >> >> > eeprom
>> > >> >> >> >> >> > 90:
>> > >> >> >> >> >> >> 6d 00 62 00 48 00 00 00 1e 03 50 00 43 00 54 00
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.613492]
>> em28xx
>> > > #1:
>> > >> >> > i2c
>> > >> >> >> >> > eeprom
>> > >> >> >> >> >> > a0:
>> > >> >> >> >> >> >> 56 00 20 00 55 00 53 00 42 00 32 00 20 00 50 00
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.613560]
>> em28xx
>> > > #1:
>> > >> >> > i2c
>> > >> >> >> >> > eeprom
>> > >> >> >> >> >> > b0:
>> > >> >> >> >> >> >> 41 00 4c 00 00 00 06 03 31 00 00 00 00 00 00 00
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.613628]
>> em28xx
>> > > #1:
>> > >> >> > i2c
>> > >> >> >> >> > eeprom
>> > >> >> >> >> >> > c0:
>> > >> >> >> >> >> >> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.613694]
>> em28xx
>> > > #1:
>> > >> >> > i2c
>> > >> >> >> >> > eeprom
>> > >> >> >> >> >> > d0:
>> > >> >> >> >> >> >> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.613762]
>> em28xx
>> > > #1:
>> > >> >> > i2c
>> > >> >> >> >> > eeprom
>> > >> >> >> >> >> > e0:
>> > >> >> >> >> >> >> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.613829]
>> em28xx
>> > > #1:
>> > >> >> > i2c
>> > >> >> >> >> > eeprom
>> > >> >> >> >> >> > f0:
>> > >> >> >> >> >> >> 00 00 00 00 00 00 00 00 07 56 d9 35 01 ed 0b f8
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.613900]
>> em28xx
>> > > #1:
>> > >> >> >> > EEPROM
>> > >> >> >> >> > ID=
>> > >> >> >> >> >> >> 0x9567eb1a, EEPROM hash = 0x0fd77740
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.613915]
>> em28xx
>> > > #1:
>> > >> >> >> > EEPROM
>> > >> >> >> >> >> > info:
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.613925]
>> em28xx
>> > > #1:
>> > >> >> >> >> > AC97
>> > >> >> >> >> >> > audio
>> > >> >> >> >> >> >> (5 sample rates)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.613937]
>> em28xx
>> > > #1:
>> > >> >> >> >> > 500mA
>> > >> >> >> >> >> > max
>> > >> >> >> >> >> >> power
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.613950]
>> em28xx
>> > > #1:
>> > >> >> >> >> > Table
>> > >> >> >> >> >> > at
>> > >> >> >> >> >> >> 0x06, strings=0x1e98, 0x2e6a, 0x0000
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.615641]
>> em28xx
>> > > #1:
>> > >> >> >> >> > Identified
>> > >> >> >> >> >> > as
>> > >> >> >> >> >> >> Pinnacle PCTV USB 2 (card=3)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.637877]
>> > > Registered
>> > >> > IR
>> > >> >> >> >> > keymap
>> > >> >> >> >> >> > rc-
>> > >> >> >> >> >> >> pinnacle-grey
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.638119]
>> input:
>> > > i2c
>> > >> > IR
>> > >> >> >> > (i2c
>> > >> >> >> >> > IR
>> > >> >> >> >> >> >> (EM28XX Pinnacle as /devices/virtual/rc/rc0/input2
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.638206] rc0:
>> > > i2c
>> > >> > IR
>> > >> >> > (i2c
>> > >> >> >> > IR
>> > >> >> >> >> >> >> (EM28XX Pinnacle as /devices/virtual/rc/rc0
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.638225]
>> > >> > ir-kbd-i2c:
>> > >> >> > i2c
>> > >> >> >> > IR
>> > >> >> >> >> >> > (i2c IR
>> > >> >> >> >> >> >> (EM28XX Pinnacle detected at i2c-1/1-0047/ir0
>> [em28xx
>> > > #1]
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    5.640361] i2c
>> IR
>> > >> > (i2c
>> > >> >> > IR
>> > >> >> >> >> > (EM28XX
>> > >> >> >> >> >> >> Pinnacle: unknown key: key=0x00 down=1
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    6.000831]
>> saa7115
>> > >> >> > 1-0025:
>> > >> >> >> >> >> > saa7113
>> > >> >> >> >> >> >> found (1f7113d0e100000) @ 0x4a (em28xx #1)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    6.840304]
>> tuner
>> > >> > 1-0043:
>> > >> >> >> > chip
>> > >> >> >> >> >> > found @
>> > >> >> >> >> >> >> 0x86 (em28xx #1)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    6.857908]
>> tda9887
>> > >> >> > 1-0043:
>> > >> >> >> >> >> > creating
>> > >> >> >> >> >> >> new instance
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    6.857937]
>> tda9887
>> > >> >> > 1-0043:
>> > >> >> >> >> >> >> tda988[5/6/7] found
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    6.871621]
>> tuner
>> > >> > 1-0063:
>> > >> >> >> > chip
>> > >> >> >> >> >> > found @
>> > >> >> >> >> >> >> 0xc6 (em28xx #1)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    6.878195]
>> > >> > tuner-simple
>> > >> >> >> >> > 1-0063:
>> > >> >> >> >> >> >> creating new instance
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    6.878203]
>> > >> > tuner-simple
>> > >> >> >> >> > 1-0063:
>> > >> >> >> >> >> > type
>> > >> >> >> >> >> >> set to 37 (LG PAL (newer TAPC series))
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    6.924352]
>> em28xx
>> > > #1:
>> > >> >> >> > Config
>> > >> >> >> >> >> > register
>> > >> >> >> >> >> >> raw data: 0x10
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    6.948241]
>> em28xx
>> > > #1:
>> > >> >> > AC97
>> > >> >> >> >> > vendor
>> > >> >> >> >> >> > ID
>> > >> >> >> >> >> >> = 0xffffffff
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    6.960341]
>> em28xx
>> > > #1:
>> > >> >> > AC97
>> > >> >> >> >> >> > features =
>> > >> >> >> >> >> >> 0x6a90
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    6.960363]
>> em28xx
>> > > #1:
>> > >> >> > Empia
>> > >> >> >> >> > 202
>> > >> >> >> >> >> > AC97
>> > >> >> >> >> >> >> audio processor detected
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    7.420113]
>> em28xx
>> > > #1:
>> > >> >> > v4l2
>> > >> >> >> >> > driver
>> > >> >> >> >> >> >> version 0.1.2
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    8.252296]
>> em28xx
>> > > #1:
>> > >> >> > V4L2
>> > >> >> >> >> > video
>> > >> >> >> >> >> >> device registered as video1
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    8.264214]
>> em28xx
>> > >> > audio
>> > >> >> >> > device
>> > >> >> >> >> >> >> (2304:0208): interface 1, class 1
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    8.264258]
>> em28xx
>> > >> > audio
>> > >> >> >> > device
>> > >> >> >> >> >> >> (2304:0208): interface 2, class 1
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    8.264335]
>> > > usbcore:
>> > >> >> >> > registered
>> > >> >> >> >> >> > new
>> > >> >> >> >> >> >> interface driver em28xx
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    8.264353]
>> em28xx
>> > >> > driver
>> > >> >> >> >> > loaded
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    8.413501]
>> 4:2:1:
>> > >> >> > endpoint
>> > >> >> >> >> > lacks
>> > >> >> >> >> >> >> sample rate attribute bit, cannot set.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    8.413618]
>> 4:2:2:
>> > >> >> > endpoint
>> > >> >> >> >> > lacks
>> > >> >> >> >> >> >> sample rate attribute bit, cannot set.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    8.413738]
>> 4:2:3:
>> > >> >> > endpoint
>> > >> >> >> >> > lacks
>> > >> >> >> >> >> >> sample rate attribute bit, cannot set.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    8.413859]
>> 4:2:4:
>> > >> >> > endpoint
>> > >> >> >> >> > lacks
>> > >> >> >> >> >> >> sample rate attribute bit, cannot set.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    8.413981]
>> 4:2:5:
>> > >> >> > endpoint
>> > >> >> >> >> > lacks
>> > >> >> >> >> >> >> sample rate attribute bit, cannot set.
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    8.417772]
>> > > usbcore:
>> > >> >> >> > registered
>> > >> >> >> >> >> > new
>> > >> >> >> >> >> >> interface driver snd-usb-audio
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    8.732176]
>> Adding
>> > >> >> > 524284k
>> > >> >> >> > swap
>> > >> >> >> >> > on
>> > >> >> >> >> >> >> /dev/xvda1.  Priority:-1 extents:1 across:524284k SS
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    8.899118]
>> EXT3-fs
>> > >> >> > (xvda2):
>> > >> >> >> >> > using
>> > >> >> >> >> >> >> internal journal
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [    9.996762] fuse
>> > > init
>> > >> >> > (API
>> > >> >> >> >> > version
>> > >> >> >> >> >> >> 7.14)
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [   10.112740]
>> > > EXT3-fs:
>> > >> >> >> > barriers
>> > >> >> >> >> > not
>> > >> >> >> >> >> >> enabled
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [   10.121746]
>> > > kjournald
>> > >> >> >> > starting.
>> > >> >> >> >> >> >> Commit interval 5 seconds
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [   10.137752]
>> EXT3-fs
>> > >> >> > (xvdb1):
>> > >> >> >> >> > using
>> > >> >> >> >> >> >> internal journal
>> > >> >> >> >> >> >> Jul 25 09:34:38 security kernel: [   10.137793]
>> EXT3-fs
>> > >> >> > (xvdb1):
>> > >> >> >> >> >> > mounted
>> > >> >> >> >> >> >> filesystem with journal data mode
>> > >> >> >> >> >> >> Jul 25 09:34:39 security nullmailer[1484]:
>> Rescanning
>> > >> > queue.
>> > >> >> >> >> >> >> Jul 25 09:34:40 security /usr/sbin/cron[1541]:
>> (CRON)
>> > > INFO
>> > >> >> >> > (pidfile
>> > >> >> >> >> > fd
>> > >> >> >> >> >> > = 3)
>> > >> >> >> >> >> >> Jul 25 09:34:40 security /usr/sbin/cron[1542]:
>> (CRON)
>> > >> > STARTUP
>> > >> >> >> > (fork
>> > >> >> >> >> >> > ok)
>> > >> >> >> >> >> >> Jul 25 09:34:40 security /usr/sbin/cron[1542]:
>> (CRON)
>> > > INFO
>> > >> >> >> > (Running
>> > >> >> >> >> >> >> @reboot jobs)
>> > >> >> >> >> >> >> Jul 25 09:34:40 security ntpdate[1370]: no server
>> > > suitable
>> > >> >> > for
>> > >> >> >> >> >> >> synchronization found
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [0] Processing
>> thread
>> > > 0 -
>> > >> >> >> > config
>> > >> >> >> >> > file
>> > >> >> >> >> >> >> /etc/motion/motion.conf
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [0] Processing
>> config
>> > >> > file
>> > >> >> >> >> >> >> /etc/motion/thread1.conf
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [0] Unknown config
>> > > option
>> > >> >> >> >> >> >> "night_compensate"
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [0] Unknown config
>> > > option
>> > >> >> >> >> > "low_cpu"
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [0] Processing
>> config
>> > >> > file
>> > >> >> >> >> >> >> /etc/motion/thread2.conf
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [0] Unknown config
>> > > option
>> > >> >> >> >> >> >> "night_compensate"
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [0] Unknown config
>> > > option
>> > >> >> >> >> > "low_cpu"
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [0] Motion 3.2.11
>> > > Started
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [0] Created process
>> id
>> > >> > file
>> > >> >> >> >> >> >> /var/run/motion/motion.pid. Process ID is 1556
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [0] Motion running
>> as
>> > >> > daemon
>> > >> >> >> >> > process
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [0] ffmpeg
>> > >> > LIBAVCODEC_BUILD
>> > >> >> >> >> > 3412992
>> > >> >> >> >> >> >> LIBAVFORMAT_BUILD 3415808
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [0] Thread 1 is
>> from
>> > >> >> >> >> >> >> /etc/motion/thread1.conf
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [0] Thread 2 is
>> from
>> > >> >> >> >> >> >> /etc/motion/thread2.conf
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] Thread 1
>> started
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [2] Thread 2
>> started
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] cap.driver:
>> > > "em28xx"
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] cap.card:
>> > >> >> > "EM2860/SAA711X
>> > >> >> >> >> >> > Reference
>> > >> >> >> >> >> >> Design"
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] cap.bus_info:
>> > >> >> >> >> >> > "usb-0000:04:00.0-3"
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1]
>> > >> >> > cap.capabilities=0x05000051
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] - VIDEO_CAPTURE
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] - VBI_CAPTURE
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] - READWRITE
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] - STREAMING
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] Supported
>> > > palettes:
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] 0: YUYV (16 bpp
>> > > YUY2,
>> > >> >> >> > 4:2:2,
>> > >> >> >> >> >> > packed)
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] Selected
>> palette
>> > > YUYV
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] index_format 6
>> > > Test
>> > >> >> > palette
>> > >> >> >> >> > YUYV
>> > >> >> >> >> >> >> (720x576)
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] Using palette
>> YUYV
>> > >> >> >> > (720x576)
>> > >> >> >> >> >> >> bytesperlines 1440 sizeimage 829440 colorspace
>> 00000001
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] found control
>> > >> >> > 0x00980900,
>> > >> >> >> >> >> >> "Brightness", range 0,255
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1]
>> #011"Brightness",
>> > >> >> > default
>> > >> >> >> > 128,
>> > >> >> >> >> >> >> current 128
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] found control
>> > >> >> > 0x00980901,
>> > >> >> >> >> >> > "Contrast",
>> > >> >> >> >> >> >> range 0,127
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] #011"Contrast",
>> > >> > default
>> > >> >> > 64,
>> > >> >> >> >> >> > current
>> > >> >> >> >> >> >> 64
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] found control
>> > >> >> > 0x00980902,
>> > >> >> >> >> >> >> "Saturation", range 0,127
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1]
>> #011"Saturation",
>> > >> >> > default
>> > >> >> >> > 64,
>> > >> >> >> >> >> > current
>> > >> >> >> >> >> >> 64
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] found control
>> > >> >> > 0x00980903,
>> > >> >> >> >> > "Hue",
>> > >> >> >> >> >> >> range -128,127
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] #011"Hue",
>> default
>> > > 0,
>> > >> >> >> > current
>> > >> >> >> >> > 0
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] mmap
>> information:
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] frames=4
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] 0 length=829440
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] 1 length=829440
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] 2 length=829440
>> > >> >> >> >> >> >> Jul 25 09:34:41 security motion: [1] 3 length=829440
>> > >> >> >> >> >> >> Jul 25 09:34:42 security motion: [1] Resizing
>> > > pre_capture
>> > >> >> > buffer
>> > >> >> >> > to
>> > >> >> >> >> > 1
>> > >> >> >> >> >> >> items
>> > >> >> >> >> >> >> Jul 25 09:34:42 security motion: [2] cap.driver:
>> > > "em28xx"
>> > >> >> >> >> >> >> Jul 25 09:34:42 security motion: [2] cap.card:
>> > > "Pinnacle
>> > >> > PCTV
>> > >> >> >> > USB
>> > >> >> >> >> > 2"
>> > >> >> >> >> >> >> Jul 25 09:34:42 security motion: [2] cap.bus_info:
>> > >> >> >> >> >> > "usb-0000:0a:01.2-3.4"
>> > >> >> >> >> >> >> Jul 25 09:34:42 security motion: [2]
>> > >> >> > cap.capabilities=0x05030041
>> > >> >> >> >> >> >> Jul 25 09:34:42 security motion: [2] - VIDEO_CAPTURE
>> > >> >> >> >> >> >> Jul 25 09:34:42 security motion: [2] - TUNER
>> > >> >> >> >> >> >> Jul 25 09:34:42 security motion: [2] - AUDIO
>> > >> >> >> >> >> >> Jul 25 09:34:42 security motion: [2] - READWRITE
>> > >> >> >> >> >> >> Jul 25 09:34:42 security motion: [2] - STREAMING
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2] Supported
>> > > palettes:
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2] 0: YUYV (16 bpp
>> > > YUY2,
>> > >> >> >> > 4:2:2,
>> > >> >> >> >> >> > packed)
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2] Selected
>> palette
>> > > YUYV
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2] index_format 6
>> > > Test
>> > >> >> > palette
>> > >> >> >> >> > YUYV
>> > >> >> >> >> >> >> (720x576)
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2] Using palette
>> YUYV
>> > >> >> >> > (720x576)
>> > >> >> >> >> >> >> bytesperlines 1440 sizeimage 829440 colorspace
>> 00000001
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2] found control
>> > >> >> > 0x00980900,
>> > >> >> >> >> >> >> "Brightness", range 0,255
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2]
>> #011"Brightness",
>> > >> >> > default
>> > >> >> >> > 128,
>> > >> >> >> >> >> >> current 128
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2] found control
>> > >> >> > 0x00980901,
>> > >> >> >> >> >> > "Contrast",
>> > >> >> >> >> >> >> range 0,127
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2] #011"Contrast",
>> > >> > default
>> > >> >> > 64,
>> > >> >> >> >> >> > current
>> > >> >> >> >> >> >> 64
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2] found control
>> > >> >> > 0x00980902,
>> > >> >> >> >> >> >> "Saturation", range 0,127
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2]
>> #011"Saturation",
>> > >> >> > default
>> > >> >> >> > 64,
>> > >> >> >> >> >> > current
>> > >> >> >> >> >> >> 64
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2] found control
>> > >> >> > 0x00980903,
>> > >> >> >> >> > "Hue",
>> > >> >> >> >> >> >> range -128,127
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2] #011"Hue",
>> default
>> > > 0,
>> > >> >> >> > current
>> > >> >> >> >> > 0
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2] mmap
>> information:
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2] frames=4
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2] 0 length=829440
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2] 1 length=829440
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2] 2 length=829440
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2] 3 length=829440
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2] Resizing
>> > > pre_capture
>> > >> >> > buffer
>> > >> >> >> > to
>> > >> >> >> >> > 1
>> > >> >> >> >> >> >> items
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [1] Resizing
>> > > pre_capture
>> > >> >> > buffer
>> > >> >> >> > to
>> > >> >> >> >> > 15
>> > >> >> >> >> >> >> items
>> > >> >> >> >> >> >> Jul 25 09:34:43 security motion: [2] Resizing
>> > > pre_capture
>> > >> >> > buffer
>> > >> >> >> > to
>> > >> >> >> >> > 10
>> > >> >> >> >> >> >> items
>> > >> >> >> >> >> >> Jul 25 09:39:03 security /USR/SBIN/CRON[1784]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> > [
>> > >> >> >> > -x
>> > >> >> >> >> >> >> /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ]
>> &&
>> > >> > find
>> > >> >> >> >> >> > /var/lib/php5/
>> > >> >> >> >> >> >> -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0
>> |
>> > >> > xargs
>> > >> >> > -n
>> > >> >> >> > 200
>> > >> >> >> >> > -r
>> > >> >> >> >> >> > -0
>> > >> >> >> >> >> >> rm)
>> > >> >> >> >> >> >> Jul 25 10:09:02 security /USR/SBIN/CRON[2848]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> > [
>> > >> >> >> > -x
>> > >> >> >> >> >> >> /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ]
>> &&
>> > >> > find
>> > >> >> >> >> >> > /var/lib/php5/
>> > >> >> >> >> >> >> -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0
>> |
>> > >> > xargs
>> > >> >> > -n
>> > >> >> >> > 200
>> > >> >> >> >> > -r
>> > >> >> >> >> >> > -0
>> > >> >> >> >> >> >> rm)
>> > >> >> >> >> >> >> Jul 25 10:17:01 security /USR/SBIN/CRON[3138]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> > cd
>> > >> >> >> > /
>> > >> >> >> >> > &&
>> > >> >> >> >> >> > run-
>> > >> >> >> >> >> >> parts --report /etc/cron.hourly)
>> > >> >> >> >> >> >> Jul 25 10:39:01 security /USR/SBIN/CRON[3936]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> > [
>> > >> >> >> > -x
>> > >> >> >> >> >> >> /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ]
>> &&
>> > >> > find
>> > >> >> >> >> >> > /var/lib/php5/
>> > >> >> >> >> >> >> -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0
>> |
>> > >> > xargs
>> > >> >> > -n
>> > >> >> >> > 200
>> > >> >> >> >> > -r
>> > >> >> >> >> >> > -0
>> > >> >> >> >> >> >> rm)
>> > >> >> >> >> >> >> Jul 25 11:09:01 security /USR/SBIN/CRON[5098]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> > [
>> > >> >> >> > -x
>> > >> >> >> >> >> >> /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ]
>> &&
>> > >> > find
>> > >> >> >> >> >> > /var/lib/php5/
>> > >> >> >> >> >> >> -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0
>> |
>> > >> > xargs
>> > >> >> > -n
>> > >> >> >> > 200
>> > >> >> >> >> > -r
>> > >> >> >> >> >> > -0
>> > >> >> >> >> >> >> rm)
>> > >> >> >> >> >> >> Jul 25 11:17:01 security /USR/SBIN/CRON[5388]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> > cd
>> > >> >> >> > /
>> > >> >> >> >> > &&
>> > >> >> >> >> >> > run-
>> > >> >> >> >> >> >> parts --report /etc/cron.hourly)
>> > >> >> >> >> >> >> Jul 25 11:39:01 security /USR/SBIN/CRON[6320]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> > [
>> > >> >> >> > -x
>> > >> >> >> >> >> >> /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ]
>> &&
>> > >> > find
>> > >> >> >> >> >> > /var/lib/php5/
>> > >> >> >> >> >> >> -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0
>> |
>> > >> > xargs
>> > >> >> > -n
>> > >> >> >> > 200
>> > >> >> >> >> > -r
>> > >> >> >> >> >> > -0
>> > >> >> >> >> >> >> rm)
>> > >> >> >> >> >> >> Jul 25 12:05:01 security kernel: [ 9035.162632]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > URB
>> > >> >> >> >> >> >> transfer length is wrong, xHC issue? req. len =
>> 185088,
>> > >> > act.
>> > >> >> > len
>> > >> >> >> > =
>> > >> >> >> >> >> > 226540
>> > >> >> >> >> >> >> Jul 25 12:09:01 security /USR/SBIN/CRON[7430]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> > [
>> > >> >> >> > -x
>> > >> >> >> >> >> >> /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ]
>> &&
>> > >> > find
>> > >> >> >> >> >> > /var/lib/php5/
>> > >> >> >> >> >> >> -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0
>> |
>> > >> > xargs
>> > >> >> > -n
>> > >> >> >> > 200
>> > >> >> >> >> > -r
>> > >> >> >> >> >> > -0
>> > >> >> >> >> >> >> rm)
>> > >> >> >> >> >> >> Jul 25 12:17:01 security /USR/SBIN/CRON[7741]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> > cd
>> > >> >> >> > /
>> > >> >> >> >> > &&
>> > >> >> >> >> >> > run-
>> > >> >> >> >> >> >> parts --report /etc/cron.hourly)
>> > >> >> >> >> >> >> Jul 25 12:30:01 security kernel: [10534.583184]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > URB
>> > >> >> >> >> >> >> transfer length is wrong, xHC issue? req. len =
>> 185088,
>> > >> > act.
>> > >> >> > len
>> > >> >> >> > =
>> > >> >> >> >> >> > 186592
>> > >> >> >> >> >> >> Jul 25 12:39:01 security /USR/SBIN/CRON[8550]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> > [
>> > >> >> >> > -x
>> > >> >> >> >> >> >> /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ]
>> &&
>> > >> > find
>> > >> >> >> >> >> > /var/lib/php5/
>> > >> >> >> >> >> >> -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0
>> |
>> > >> > xargs
>> > >> >> > -n
>> > >> >> >> > 200
>> > >> >> >> >> > -r
>> > >> >> >> >> >> > -0
>> > >> >> >> >> >> >> rm)
>> > >> >> >> >> >> >> Jul 25 12:47:43 security kernel: [11596.938025]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> >> WARN: Stalled endpoint
>> > >> >> >> >> >> >> Jul 25 12:47:43 security kernel: [11596.952369] usb
>> > > 3-2:
>> > >> >> > usbfs:
>> > >> >> >> >> >> >> USBDEVFS_CONTROL failed cmd lsusb rqt 128 rq 6 len
>> 255
>> > > ret
>> > >> >> > -62
>> > >> >> >> >> >> >> Jul 25 13:09:02 security /USR/SBIN/CRON[9693]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> > [
>> > >> >> >> > -x
>> > >> >> >> >> >> >> /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ]
>> &&
>> > >> > find
>> > >> >> >> >> >> > /var/lib/php5/
>> > >> >> >> >> >> >> -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0
>> |
>> > >> > xargs
>> > >> >> > -n
>> > >> >> >> > 200
>> > >> >> >> >> > -r
>> > >> >> >> >> >> > -0
>> > >> >> >> >> >> >> rm)
>> > >> >> >> >> >> >> Jul 25 13:17:01 security /USR/SBIN/CRON[10003]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> >> > cd /
>> > >> >> >> >> > &&
>> > >> >> >> >> >> >> run-parts --report /etc/cron.hourly)
>> > >> >> >> >> >> >> Jul 25 13:39:01 security /USR/SBIN/CRON[10808]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> > [
>> > >> >> >> > -x
>> > >> >> >> >> >> >> /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ]
>> &&
>> > >> > find
>> > >> >> >> >> >> > /var/lib/php5/
>> > >> >> >> >> >> >> -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0
>> |
>> > >> > xargs
>> > >> >> > -n
>> > >> >> >> > 200
>> > >> >> >> >> > -r
>> > >> >> >> >> >> > -0
>> > >> >> >> >> >> >> rm)
>> > >> >> >> >> >> >> Jul 25 13:40:01 security kernel: [14735.430879]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > URB
>> > >> >> >> >> >> >> transfer length is wrong, xHC issue? req. len =
>> 185088,
>> > >> > act.
>> > >> >> > len
>> > >> >> >> > =
>> > >> >> >> >> >> > 186052
>> > >> >> >> >> >> >> Jul 25 14:00:01 security kernel: [15935.206060]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > URB
>> > >> >> >> >> >> >> transfer length is wrong, xHC issue? req. len =
>> 185088,
>> > >> > act.
>> > >> >> > len
>> > >> >> >> > =
>> > >> >> >> >> >> > 244856
>> > >> >> >> >> >> >> Jul 25 14:09:01 security /USR/SBIN/CRON[11999]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> > [
>> > >> >> >> > -x
>> > >> >> >> >> >> >> /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ]
>> &&
>> > >> > find
>> > >> >> >> >> >> > /var/lib/php5/
>> > >> >> >> >> >> >> -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0
>> |
>> > >> > xargs
>> > >> >> > -n
>> > >> >> >> > 200
>> > >> >> >> >> > -r
>> > >> >> >> >> >> > -0
>> > >> >> >> >> >> >> rm)
>> > >> >> >> >> >> >> Jul 25 14:17:01 security /USR/SBIN/CRON[12290]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> >> > cd /
>> > >> >> >> >> > &&
>> > >> >> >> >> >> >> run-parts --report /etc/cron.hourly)
>> > >> >> >> >> >> >> Jul 25 14:39:01 security /USR/SBIN/CRON[13072]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> > [
>> > >> >> >> > -x
>> > >> >> >> >> >> >> /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ]
>> &&
>> > >> > find
>> > >> >> >> >> >> > /var/lib/php5/
>> > >> >> >> >> >> >> -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0
>> |
>> > >> > xargs
>> > >> >> > -n
>> > >> >> >> > 200
>> > >> >> >> >> > -r
>> > >> >> >> >> >> > -0
>> > >> >> >> >> >> >> rm)
>> > >> >> >> >> >> >> Jul 25 14:55:01 security kernel: [19234.846628]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > URB
>> > >> >> >> >> >> >> transfer length is wrong, xHC issue? req. len =
>> 185088,
>> > >> > act.
>> > >> >> > len
>> > >> >> >> > =
>> > >> >> >> >> >> > 186052
>> > >> >> >> >> >> >> Jul 25 15:09:01 security /USR/SBIN/CRON[14216]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> > [
>> > >> >> >> > -x
>> > >> >> >> >> >> >> /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ]
>> &&
>> > >> > find
>> > >> >> >> >> >> > /var/lib/php5/
>> > >> >> >> >> >> >> -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0
>> |
>> > >> > xargs
>> > >> >> > -n
>> > >> >> >> > 200
>> > >> >> >> >> > -r
>> > >> >> >> >> >> > -0
>> > >> >> >> >> >> >> rm)
>> > >> >> >> >> >> >> Jul 25 15:17:01 security /USR/SBIN/CRON[14508]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> >> > cd /
>> > >> >> >> >> > &&
>> > >> >> >> >> >> >> run-parts --report /etc/cron.hourly)
>> > >> >> >> >> >> >> Jul 25 15:39:01 security /USR/SBIN/CRON[15309]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> > [
>> > >> >> >> > -x
>> > >> >> >> >> >> >> /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ]
>> &&
>> > >> > find
>> > >> >> >> >> >> > /var/lib/php5/
>> > >> >> >> >> >> >> -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0
>> |
>> > >> > xargs
>> > >> >> > -n
>> > >> >> >> > 200
>> > >> >> >> >> > -r
>> > >> >> >> >> >> > -0
>> > >> >> >> >> >> >> rm)
>> > >> >> >> >> >> >> Jul 25 15:50:01 security kernel: [22535.096640]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > URB
>> > >> >> >> >> >> >> transfer length is wrong, xHC issue? req. len =
>> 185088,
>> > >> > act.
>> > >> >> > len
>> > >> >> >> > =
>> > >> >> >> >> >> > 186604
>> > >> >> >> >> >> >> Jul 25 15:55:58 security kernel: [22892.324302]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > URB
>> > >> >> >> >> >> >> transfer length is wrong, xHC issue? req. len =
>> 185088,
>> > >> > act.
>> > >> >> > len
>> > >> >> >> > =
>> > >> >> >> >> >> > 187980
>> > >> >> >> >> >> >> Jul 25 16:05:01 security kernel: [23434.794827]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > URB
>> > >> >> >> >> >> >> transfer length is wrong, xHC issue? req. len =
>> 185088,
>> > >> > act.
>> > >> >> > len
>> > >> >> >> > =
>> > >> >> >> >> >> > 287272
>> > >> >> >> >> >> >> Jul 25 16:09:01 security /USR/SBIN/CRON[16397]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> > [
>> > >> >> >> > -x
>> > >> >> >> >> >> >> /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ]
>> &&
>> > >> > find
>> > >> >> >> >> >> > /var/lib/php5/
>> > >> >> >> >> >> >> -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0
>> |
>> > >> > xargs
>> > >> >> > -n
>> > >> >> >> > 200
>> > >> >> >> >> > -r
>> > >> >> >> >> >> > -0
>> > >> >> >> >> >> >> rm)
>> > >> >> >> >> >> >> Jul 25 16:17:01 security /USR/SBIN/CRON[16687]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> >> > cd /
>> > >> >> >> >> > &&
>> > >> >> >> >> >> >> run-parts --report /etc/cron.hourly)
>> > >> >> >> >> >> >> Jul 25 16:39:02 security /USR/SBIN/CRON[17598]:
>> (root)
>> > > CMD
>> > >> > (
>> > >> >> > [
>> > >> >> >> > -x
>> > >> >> >> >> >> >> /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ]
>> &&
>> > >> > find
>> > >> >> >> >> >> > /var/lib/php5/
>> > >> >> >> >> >> >> -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0
>> |
>> > >> > xargs
>> > >> >> > -n
>> > >> >> >> > 200
>> > >> >> >> >> > -r
>> > >> >> >> >> >> > -0
>> > >> >> >> >> >> >> rm)
>> > >> >> >> >> >> >> Jul 25 16:40:01 security kernel: [25534.968523]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> > URB
>> > >> >> >> >> >> >> transfer length is wrong, xHC issue? req. len =
>> 185088,
>> > >> > act.
>> > >> >> > len
>> > >> >> >> > =
>> > >> >> >> >> >> > 187016
>> > >> >> >> >> >> >> Jul 25 16:50:01 security kernel: [26135.312245]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> >> ERROR no room on ep ring
>> > >> >> >> >> >> >> Jul 25 16:50:01 security kernel: [26135.312312]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> >> ERROR no room on ep ring
>> > >> >> >> >> >> >> Jul 25 16:50:01 security kernel: [26135.312367]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> >> ERROR no room on ep ring
>> > >> >> >> >> >> >> Jul 25 16:50:01 security kernel: [26135.312423]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> >> ERROR no room on ep ring
>> > >> >> >> >> >> >> Jul 25 16:50:01 security kernel: [26135.312480]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> >> ERROR no room on ep ring
>> > >> >> >> >> >> >> Jul 25 16:50:01 security kernel: [26135.312489]
>> > > xhci_hcd
>> > >> >> >> >> > 0000:04:00.0:
>> > >> >> >> >> >> >> WARN Event TRB for slot 1 ep 4 with no TDs queued?
>> > >> >> >> >> >> >> Jul 25 16:50:31 security motion: [0] Thread 1 -
>> > > Watchdog
>> > >> >> >> > timeout,
>> > >> >> >> >> >> > trying
>> > >> >> >> >> >> >> to do a graceful restart
>> > >> >> >> >> >> >> Jul 25 16:51:31 security motion: [0] Thread 1 -
>> > > Watchdog
>> > >> >> >> > timeout,
>> > >> >> >> >> > did
>> > >> >> >> >> >> > NOT
>> > >> >> >> >> >> >> restart graceful,killing it!
>> > >> >> >> >> >> >> Jul 25 16:51:31 security motion: [0] Calling
>> > > vid_close()
>> > >> > from
>> > >> >> >> >> >> >> motion_cleanup
>> > >> >> >> >> >> >> Jul 25 16:51:31 security motion: [0] Closing video
>> > > device
>> > >> >> >> >> > /dev/kworld
>> > >> >> >> >> >> >> Jul 25 16:54:26 security kernel: [26400.136138]
>> INFO:
>> > > task
>> > >> >> >> >> > motion:1556
>> > >> >> >> >> >> >> blocked for more than 120 seconds.
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >>
>> > >> >> >> >> >> >>
>> > >> >> >> >> >>
>> > >> >> >> >> >>
>> > >> >> >> >> >>
>> > >> >> >> >> >>
>> > >> >> >> >> >> --
>> > >> >> >> >> >> Best regards,
>> > >> >> >> >> >>  Sander
>> > >> > mailto:linux@xxxxxxxxxxxxxx
>> > >> >> >> >>
>> > >> >> >> >>
>> > >> >> >> >>
>> > >> >> >> >> --
>> > >> >> >> >> Best regards,
>> > >> >> >> >>  Sander
>> > > mailto:linux@xxxxxxxxxxxxxx
>> > >> >> >> >>
>> > >> >> >>
>> > >> >> >>
>> > >> >> >>
>> > >> >> >>
>> > >> >> >>
>> > >> >> >> --
>> > >> >> >> Best regards,
>> > >> >> >>  Sander
>> mailto:linux@xxxxxxxxxxxxxx
>> > >> >>
>> > >> >>
>> > >> >>
>> > >> >> --
>> > >> >> Best regards,
>> > >> >>  Sander                            mailto:linux@xxxxxxxxxxxxxx
>> > >>
>> > >>
>> > >>
>> > >>
>> > >> --
>> > >> Best regards,
>> > >>  Sander                            mailto:linux@xxxxxxxxxxxxxx
>> > 
>> > 
>> > 
>> > --
>> > Best regards,
>> >  Sander                            mailto:linux@xxxxxxxxxxxxxx
>> 



-- 
Best regards,
 Sander                            mailto:linux@xxxxxxxxxxxxxx

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux