* Re: 2,6.26-rc4-git2 - long pause during boot [not found] <200806010415.05290.chris2553@googlemail.com> @ 2008-06-06 5:17 ` Andrew Morton 2008-06-06 6:07 ` Chris Clayton 2008-06-06 10:45 ` Rafael J. Wysocki 0 siblings, 2 replies; 40+ messages in thread From: Andrew Morton @ 2008-06-06 5:17 UTC (permalink / raw) To: chris2553; +Cc: LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki On Sun, 1 Jun 2008 04:15:05 +0000 Chris Clayton <chris2553@googlemail.com> wrote: > Hi, > > I've just started testing 2.6.26 on my desktop machine and have found that I get > a long pause (20 seconds or so) as the system boots. By pause I mean that the > boot messages that normally scroll by stop doing so for, as I say, about 20 > seconds. > > I've done a bisect and arrived at: > > b0ed43360fdca227048d88a08290365cb681c1a8 is first bad commit > commit b0ed43360fdca227048d88a08290365cb681c1a8 > Author: Hannes Reinecke <hare@suse.de> > Date: Tue Mar 18 14:32:28 2008 +0100 > > [SCSI] add scsi_host and scsi_target to scsi_bus > > This patch implements scsi_host and scsi_target device types > and adds both to the scsi_bus. > > Signed-off-by: Hannes Reinecke <hare@suse.de> > Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> > Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com> > > :040000 040000 4e3140909966b4c9aa987d34ee4078d283fe0351 > 46e4fd28cc537ba700eb4f5652abf043fed4d76d M drivers > > The config file for that kernel is attached as are the kernel log for booting > that kernel and the bisect log. > > I've also noticed that it takes much longer for icons to appear on my desktop > when I plug a usb storage device in. (The icons are shown/hidden by a simple > sctript that is run via udev when the device is attached/detached.) Do you believe that this is the same period? 20 seconds? > Let me know of any way I can help solve this. > > Please cc me to any reply as I'm not subscribed. cc's added. Rafael, we might need to track this as a post-2.6.26 regression. ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-06 5:17 ` 2,6.26-rc4-git2 - long pause during boot Andrew Morton @ 2008-06-06 6:07 ` Chris Clayton 2008-06-06 6:21 ` Andrew Morton 2008-06-06 14:11 ` James Bottomley 2008-06-06 10:45 ` Rafael J. Wysocki 1 sibling, 2 replies; 40+ messages in thread From: Chris Clayton @ 2008-06-06 6:07 UTC (permalink / raw) To: Andrew Morton; +Cc: LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki On Friday 06 June 2008, Andrew Morton wrote: > On Sun, 1 Jun 2008 04:15:05 +0000 Chris Clayton <chris2553@googlemail.com> wrote: > > Hi, > > > > I've just started testing 2.6.26 on my desktop machine and have found > > that I get a long pause (20 seconds or so) as the system boots. By pause > > I mean that the boot messages that normally scroll by stop doing so for, > > as I say, about 20 seconds. > > > > I've done a bisect and arrived at: > > > > b0ed43360fdca227048d88a08290365cb681c1a8 is first bad commit > > commit b0ed43360fdca227048d88a08290365cb681c1a8 > > Author: Hannes Reinecke <hare@suse.de> > > Date: Tue Mar 18 14:32:28 2008 +0100 > > > > [SCSI] add scsi_host and scsi_target to scsi_bus > > > > This patch implements scsi_host and scsi_target device types > > and adds both to the scsi_bus. > > > > Signed-off-by: Hannes Reinecke <hare@suse.de> > > Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> > > Signed-off-by: James Bottomley > > <James.Bottomley@HansenPartnership.com> > > > > :040000 040000 4e3140909966b4c9aa987d34ee4078d283fe0351 > > > > 46e4fd28cc537ba700eb4f5652abf043fed4d76d M drivers > > > > The config file for that kernel is attached as are the kernel log for > > booting that kernel and the bisect log. > > > > I've also noticed that it takes much longer for icons to appear on my > > desktop when I plug a usb storage device in. (The icons are shown/hidden > > by a simple sctript that is run via udev when the device is > > attached/detached.) > > Do you believe that this is the same period? 20 seconds? > Thanks for the reply, Andrew. I was beginning to think that I'd committed an LKML sin :-) Yes, it is about the same. On 2.6.25.4 (and earlier), the icons appear within a second or two, but with 2.6.26-rc2 or later, it takes about 20 seconds. I've now built and installed -rc5 and am seeing the same behaviour. I've also built -rc5 on my laptop. On that my kernel uses the older IDE drivers rather than libata. The boot proceeds with no pause, but I do see the same delay in the desktop icons appearing when I attach a usb-storage device. > > Let me know of any way I can help solve this. > > > > Please cc me to any reply as I'm not subscribed. > > cc's added. > > Rafael, we might need to track this as a post-2.6.26 regression. -- Beauty is in the eye of the beerholder. ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-06 6:07 ` Chris Clayton @ 2008-06-06 6:21 ` Andrew Morton 2008-06-06 6:25 ` Andrew Morton 2008-06-06 14:11 ` James Bottomley 1 sibling, 1 reply; 40+ messages in thread From: Andrew Morton @ 2008-06-06 6:21 UTC (permalink / raw) To: chris2553; +Cc: LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki On Fri, 6 Jun 2008 06:07:29 +0000 Chris Clayton <chris2553@googlemail.com> wrote: > On Friday 06 June 2008, Andrew Morton wrote: > > On Sun, 1 Jun 2008 04:15:05 +0000 Chris Clayton <chris2553@googlemail.com> > wrote: > > > Hi, > > > > > > I've just started testing 2.6.26 on my desktop machine and have found > > > that I get a long pause (20 seconds or so) as the system boots. By pause > > > I mean that the boot messages that normally scroll by stop doing so for, > > > as I say, about 20 seconds. > > > > > > I've done a bisect and arrived at: > > > > > > b0ed43360fdca227048d88a08290365cb681c1a8 is first bad commit > > > commit b0ed43360fdca227048d88a08290365cb681c1a8 > > > Author: Hannes Reinecke <hare@suse.de> > > > Date: Tue Mar 18 14:32:28 2008 +0100 > > > > > > [SCSI] add scsi_host and scsi_target to scsi_bus > > > > > > This patch implements scsi_host and scsi_target device types > > > and adds both to the scsi_bus. > > > > > > Signed-off-by: Hannes Reinecke <hare@suse.de> > > > Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> > > > Signed-off-by: James Bottomley > > > <James.Bottomley@HansenPartnership.com> > > > > > > :040000 040000 4e3140909966b4c9aa987d34ee4078d283fe0351 > > > > > > 46e4fd28cc537ba700eb4f5652abf043fed4d76d M drivers > > > > > > The config file for that kernel is attached as are the kernel log for > > > booting that kernel and the bisect log. > > > > > > I've also noticed that it takes much longer for icons to appear on my > > > desktop when I plug a usb storage device in. (The icons are shown/hidden > > > by a simple sctript that is run via udev when the device is > > > attached/detached.) > > > > Do you believe that this is the same period? 20 seconds? > > > > Thanks for the reply, Andrew. I was beginning to think that I'd committed an > LKML sin :-) Well you did - you reported a bug. <watches wodim wibble for five minutes then report "CD/DVD-Recorder not ready." Pretends not to have noticed.> > Yes, it is about the same. On 2.6.25.4 (and earlier), the icons appear within a > second or two, but with 2.6.26-rc2 or later, it takes about 20 seconds. I've > now built and installed -rc5 and am seeing the same behaviour. > > I've also built -rc5 on my laptop. On that my kernel uses the older IDE drivers > rather than libata. The boot proceeds with no pause, but I do see the same > delay in the desktop icons appearing when I attach a usb-storage device. OK that makes sense. ata and usb use the scsi layer. IDE does not. ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-06 6:21 ` Andrew Morton @ 2008-06-06 6:25 ` Andrew Morton 2008-06-06 15:22 ` James Bottomley 0 siblings, 1 reply; 40+ messages in thread From: Andrew Morton @ 2008-06-06 6:25 UTC (permalink / raw) To: chris2553, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki On Thu, 5 Jun 2008 23:21:45 -0700 Andrew Morton <akpm@linux-foundation.org> wrote: > <watches wodim wibble for five minutes then report "CD/DVD-Recorder > not ready." Pretends not to have noticed.> It goes much better when the CD is inserted upside up. ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-06 6:25 ` Andrew Morton @ 2008-06-06 15:22 ` James Bottomley 2008-06-06 18:03 ` Andrew Morton 0 siblings, 1 reply; 40+ messages in thread From: James Bottomley @ 2008-06-06 15:22 UTC (permalink / raw) To: Andrew Morton Cc: chris2553, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki On Thu, 2008-06-05 at 23:25 -0700, Andrew Morton wrote: > On Thu, 5 Jun 2008 23:21:45 -0700 Andrew Morton <akpm@linux-foundation.org> wrote: > > > <watches wodim wibble for five minutes then report "CD/DVD-Recorder > > not ready." Pretends not to have noticed.> > > It goes much better when the CD is inserted upside up. So I can close this regression if I send you a pack of CD ring labels with "other way up" on them for you to affix to the underside of your CDs ... ? James ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-06 15:22 ` James Bottomley @ 2008-06-06 18:03 ` Andrew Morton 2008-06-06 18:40 ` James Bottomley 0 siblings, 1 reply; 40+ messages in thread From: Andrew Morton @ 2008-06-06 18:03 UTC (permalink / raw) To: James Bottomley Cc: chris2553, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki On Fri, 06 Jun 2008 10:22:22 -0500 James Bottomley <James.Bottomley@HansenPartnership.com> wrote: > On Thu, 2008-06-05 at 23:25 -0700, Andrew Morton wrote: > > On Thu, 5 Jun 2008 23:21:45 -0700 Andrew Morton <akpm@linux-foundation.org> wrote: > > > > > <watches wodim wibble for five minutes then report "CD/DVD-Recorder > > > not ready." Pretends not to have noticed.> > > > > It goes much better when the CD is inserted upside up. > > So I can close this regression if I send you a pack of CD ring labels > with "other way up" on them for you to affix to the underside of your > CDs ... ? > Would prefer double-sided CDs. Is this 20-second-delay thing known-about/expected/etc? ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-06 18:03 ` Andrew Morton @ 2008-06-06 18:40 ` James Bottomley 2008-06-07 5:16 ` Chris Clayton [not found] ` <1212777612.16182.21.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> 0 siblings, 2 replies; 40+ messages in thread From: James Bottomley @ 2008-06-06 18:40 UTC (permalink / raw) To: Andrew Morton Cc: chris2553, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki On Fri, 2008-06-06 at 11:03 -0700, Andrew Morton wrote: > On Fri, 06 Jun 2008 10:22:22 -0500 James Bottomley <James.Bottomley@HansenPartnership.com> wrote: > > > On Thu, 2008-06-05 at 23:25 -0700, Andrew Morton wrote: > > > On Thu, 5 Jun 2008 23:21:45 -0700 Andrew Morton <akpm@linux-foundation.org> wrote: > > > > > > > <watches wodim wibble for five minutes then report "CD/DVD-Recorder > > > > not ready." Pretends not to have noticed.> > > > > > > It goes much better when the CD is inserted upside up. > > > > So I can close this regression if I send you a pack of CD ring labels > > with "other way up" on them for you to affix to the underside of your > > CDs ... ? > > > > Would prefer double-sided CDs. I just discovered my budget only runs to a permanent marker for you to write the instructions on the rim yourself ... > Is this 20-second-delay thing known-about/expected/etc? If it's not the scsi_bus_uevent problem, then no, it isn't. The odd thing is that it occurs in the middle of USB initialisation from the log: > Jun 6 17:25:19 upstairs kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller > Jun 6 17:25:19 upstairs kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1 > Jun 6 17:25:19 upstairs kernel: uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000a800 > Jun 6 17:25:19 upstairs kernel: usb usb1: configuration #1 chosen from 1 choice > Jun 6 17:25:19 upstairs kernel: hub 1-0:1.0: USB hub found > Jun 6 17:25:19 upstairs kernel: hub 1-0:1.0: 2 ports detected > Jun 6 17:25:44 upstairs kernel: ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver > Jun 6 17:25:44 upstairs kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 > Jun 6 17:25:44 upstairs kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 > Jun 6 17:25:44 upstairs kernel: usb usb1: Product: UHCI Host Controller > Jun 6 17:25:44 upstairs kernel: usb usb1: Manufacturer: Linux 2.6.26-rc5 uhci_hcd Note the jump from 19 to 44 seconds. There's another one here: > Jun 6 17:25:44 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode. > Jun 6 17:25:44 upstairs kernel: Adding 4096532k swap on /dev/sda5. Priority:-1 extents:1 across:4096532k > Jun 6 17:25:44 upstairs kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 > Jun 6 17:25:44 upstairs kernel: ip_tables: (C) 2000-2006 Netfilter Core Team > Jun 6 17:25:44 upstairs kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max) > Jun 6 17:25:44 upstairs kernel: parport_pc 00:06: disabled > Jun 6 17:25:44 upstairs kernel: pnp: the driver 'parport_pc' has been unregistered > Jun 6 17:25:44 upstairs kernel: ieee1394: Node removed: ID:BUS[0-00:1023] GUID[00110666000013cc] > Jun 6 17:26:31 upstairs kernel: usb 11-2: new high speed USB device using ehci_hcd and address 3 > Jun 6 17:26:31 upstairs kernel: usb 11-2: configuration #1 chosen from 1 choice > Jun 6 17:26:31 upstairs kernel: usb 11-2: New USB device found, idVendor=0930, idProduct=6545 > Jun 6 17:26:31 upstairs kernel: usb 11-2: New USB device strings: Mfr=0, Product=2, SerialNumber=3 > Jun 6 17:26:31 upstairs kernel: usb 11-2: Product: USB Flash Memory > Jun 6 17:26:31 upstairs kernel: usb 11-2: SerialNumber: 0EC065712361A91E I'm a bit baffled as to how that could be SCSI related, but I suppose it could be udev related somehow. Perhaps turning on driver core debugging might help (that's CONFIG_DEBUG DRIVER ... it depends on CONFIG_DEBUG_KERNEL for activation). Hopefully the verbose kernel logs from here might tell us what's going on in the lacunae. James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-06 18:40 ` James Bottomley @ 2008-06-07 5:16 ` Chris Clayton [not found] ` <1212777612.16182.21.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> 1 sibling, 0 replies; 40+ messages in thread From: Chris Clayton @ 2008-06-07 5:16 UTC (permalink / raw) To: James Bottomley Cc: Andrew Morton, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki [-- Attachment #1: Type: text/plain, Size: 4108 bytes --] On Friday 06 June 2008, James Bottomley wrote: > On Fri, 2008-06-06 at 11:03 -0700, Andrew Morton wrote: > > On Fri, 06 Jun 2008 10:22:22 -0500 James Bottomley <James.Bottomley@HansenPartnership.com> wrote: > > > On Thu, 2008-06-05 at 23:25 -0700, Andrew Morton wrote: > > > > On Thu, 5 Jun 2008 23:21:45 -0700 Andrew Morton <akpm@linux-foundation.org> wrote: > > > > > <watches wodim wibble for five minutes then report "CD/DVD-Recorder > > > > > not ready." Pretends not to have noticed.> > > > > > > > > It goes much better when the CD is inserted upside up. > > > > > > So I can close this regression if I send you a pack of CD ring labels > > > with "other way up" on them for you to affix to the underside of your > > > CDs ... ? > > > > Would prefer double-sided CDs. > > I just discovered my budget only runs to a permanent marker for you to > write the instructions on the rim yourself ... > > > Is this 20-second-delay thing known-about/expected/etc? > > If it's not the scsi_bus_uevent problem, then no, it isn't. > > The odd thing is that it occurs in the middle of USB initialisation from > > the log: > > Jun 6 17:25:19 upstairs kernel: uhci_hcd 0000:00:1d.0: UHCI Host > > Controller Jun 6 17:25:19 upstairs kernel: uhci_hcd 0000:00:1d.0: new > > USB bus registered, assigned bus number 1 Jun 6 17:25:19 upstairs > > kernel: uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000a800 Jun 6 17:25:19 > > upstairs kernel: usb usb1: configuration #1 chosen from 1 choice Jun 6 > > 17:25:19 upstairs kernel: hub 1-0:1.0: USB hub found > > Jun 6 17:25:19 upstairs kernel: hub 1-0:1.0: 2 ports detected > > Jun 6 17:25:44 upstairs kernel: ohci_hcd: 2006 August 04 USB 1.1 'Open' > > Host Controller (OHCI) Driver Jun 6 17:25:44 upstairs kernel: usb usb1: > > New USB device found, idVendor=1d6b, idProduct=0001 Jun 6 17:25:44 > > upstairs kernel: usb usb1: New USB device strings: Mfr=3, Product=2, > > SerialNumber=1 Jun 6 17:25:44 upstairs kernel: usb usb1: Product: UHCI > > Host Controller Jun 6 17:25:44 upstairs kernel: usb usb1: Manufacturer: > > Linux 2.6.26-rc5 uhci_hcd > > Note the jump from 19 to 44 seconds. > > There's another one here: > > Jun 6 17:25:44 upstairs kernel: EXT3-fs: mounted filesystem with > > ordered data mode. Jun 6 17:25:44 upstairs kernel: Adding 4096532k swap > > on /dev/sda5. Priority:-1 extents:1 across:4096532k Jun 6 17:25:44 > > upstairs kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 Jun 6 > > 17:25:44 upstairs kernel: ip_tables: (C) 2000-2006 Netfilter Core Team > > Jun 6 17:25:44 upstairs kernel: nf_conntrack version 0.5.0 (16384 > > buckets, 65536 max) Jun 6 17:25:44 upstairs kernel: parport_pc 00:06: > > disabled > > Jun 6 17:25:44 upstairs kernel: pnp: the driver 'parport_pc' has been > > unregistered Jun 6 17:25:44 upstairs kernel: ieee1394: Node removed: > > ID:BUS[0-00:1023] GUID[00110666000013cc] Jun 6 17:26:31 upstairs > > kernel: usb 11-2: new high speed USB device using ehci_hcd and address 3 > > Jun 6 17:26:31 upstairs kernel: usb 11-2: configuration #1 chosen from 1 > > choice Jun 6 17:26:31 upstairs kernel: usb 11-2: New USB device found, > > idVendor=0930, idProduct=6545 Jun 6 17:26:31 upstairs kernel: usb 11-2: > > New USB device strings: Mfr=0, Product=2, SerialNumber=3 Jun 6 17:26:31 > > upstairs kernel: usb 11-2: Product: USB Flash Memory Jun 6 17:26:31 > > upstairs kernel: usb 11-2: SerialNumber: 0EC065712361A91E > > I'm a bit baffled as to how that could be SCSI related, but I suppose it > could be udev related somehow. Perhaps turning on driver core debugging > might help (that's CONFIG_DEBUG DRIVER ... it depends on > CONFIG_DEBUG_KERNEL for activation). Hopefully the verbose kernel logs > from here might tell us what's going on in the lacunae. > OK, here's a boot log with driver core debugging turned on. Hope it helps! (Oh, and thanks for adding the word lacunae to my vocabulary. I'd never come across it before.) Chris > James -- Beauty is in the eye of the beerholder. [-- Attachment #2: driverdebug.log --] [-- Type: text/x-log, Size: 101813 bytes --] Jun 7 04:51:03 upstairs kernel: klogd 1.3-3, log source = /proc/kmsg started. Jun 7 04:51:03 upstairs kernel: Inspecting /boot/System.map-2.6.26-rc5 Jun 7 04:51:04 upstairs kernel: Loaded 26357 symbols from /boot/System.map-2.6.26-rc5. Jun 7 04:51:04 upstairs kernel: Symbols match kernel version 2.6.26. Jun 7 04:51:04 upstairs kernel: No module symbols loaded - kernel modules not enabled. Jun 7 04:51:04 upstairs kernel: evice, IDs PNP0c04 (active) Jun 7 04:51:04 upstairs kernel: pnp 00:05: parse allocated resources Jun 7 04:51:04 upstairs kernel: pnp 00:05: add irq 6 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:05: add dma 2 flags 0x0 Jun 7 04:51:04 upstairs kernel: pnp 00:05: add io 0x3f0-0x3f5 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:05: add io 0x3f7-0x3f7 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:05: parse resource options Jun 7 04:51:04 upstairs kernel: pnp 00:05: new independent option Jun 7 04:51:04 upstairs kernel: pnp 00:05: new dependent option (priority 0x0) Jun 7 04:51:04 upstairs kernel: pnp 00:05: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000040 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:05: dma bitmask 0x4 flags 0x0 Jun 7 04:51:04 upstairs kernel: pnp 00:05: io min 0x3f0 max 0x3f0 align 1 size 6 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:05: io min 0x3f7 max 0x3f7 align 1 size 1 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:05: new dependent option (priority 0x1) Jun 7 04:51:04 upstairs kernel: pnp 00:05: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:05: dma bitmask 0xe flags 0x0 Jun 7 04:51:04 upstairs kernel: pnp 00:05: io min 0x3f0 max 0x3f0 align 1 size 6 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:05: io min 0x3f7 max 0x3f7 align 1 size 1 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:05: new dependent option (priority 0x1) Jun 7 04:51:04 upstairs kernel: pnp 00:05: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:05: dma bitmask 0xe flags 0x0 Jun 7 04:51:04 upstairs kernel: pnp 00:05: io min 0x370 max 0x370 align 1 size 6 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:05: io min 0x377 max 0x377 align 1 size 1 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:05: end dependent options Jun 7 04:51:04 upstairs kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active) Jun 7 04:51:04 upstairs kernel: pnp 00:06: parse allocated resources Jun 7 04:51:04 upstairs kernel: pnp 00:06: add io 0x378-0x37f flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:06: add io 0x778-0x77b flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:06: add irq 7 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:06: add dma 3 flags 0x0 Jun 7 04:51:04 upstairs kernel: pnp 00:06: parse resource options Jun 7 04:51:04 upstairs kernel: pnp 00:06: new independent option Jun 7 04:51:04 upstairs kernel: pnp 00:06: new dependent option (priority 0x0) Jun 7 04:51:04 upstairs kernel: pnp 00:06: io min 0x378 max 0x378 align 1 size 8 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:06: io min 0x778 max 0x778 align 1 size 4 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:06: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000080 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:06: dma bitmask 0x8 flags 0x0 Jun 7 04:51:04 upstairs kernel: pnp 00:06: new dependent option (priority 0x1) Jun 7 04:51:04 upstairs kernel: pnp 00:06: io min 0x378 max 0x378 align 1 size 8 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:06: io min 0x778 max 0x778 align 1 size 4 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:06: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:06: dma bitmask 0xb flags 0x0 Jun 7 04:51:04 upstairs kernel: pnp 00:06: new dependent option (priority 0x1) Jun 7 04:51:04 upstairs kernel: pnp 00:06: io min 0x278 max 0x278 align 1 size 8 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:06: io min 0x678 max 0x678 align 1 size 4 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:06: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:06: dma bitmask 0xb flags 0x0 Jun 7 04:51:04 upstairs kernel: pnp 00:06: new dependent option (priority 0x1) Jun 7 04:51:04 upstairs kernel: pnp 00:06: io min 0x3bc max 0x3bc align 1 size 4 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:06: io min 0x7bc max 0x7bc align 1 size 4 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:06: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:06: dma bitmask 0xb flags 0x0 Jun 7 04:51:04 upstairs kernel: pnp 00:06: end dependent options Jun 7 04:51:04 upstairs kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0401 (active) Jun 7 04:51:04 upstairs kernel: pnp 00:07: parse allocated resources Jun 7 04:51:04 upstairs kernel: pnp 00:07: add io 0x0-0xffffffff flags 0x10000001 Jun 7 04:51:04 upstairs kernel: pnp 00:07: add io 0x0-0xffffffff flags 0x10000001 Jun 7 04:51:04 upstairs kernel: pnp 00:07: add io 0x290-0x297 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:07: PNP0c02: calling quirk_system_pci_resources+0x0/0x1c1 Jun 7 04:51:04 upstairs kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) Jun 7 04:51:04 upstairs kernel: pnp 00:08: parse allocated resources Jun 7 04:51:04 upstairs kernel: pnp 00:08: add io 0x10-0x1f flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: add io 0x22-0x3f flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: add io 0x44-0x5f flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: add io 0x62-0x63 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: add io 0x65-0x6f flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: add io 0x72-0x7f flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: add io 0x80-0x80 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: add io 0x84-0x86 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: add io 0x88-0x88 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: add io 0x8c-0x8e flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: add io 0x90-0x9f flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: add io 0xa2-0xbf flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: add io 0xe0-0xef flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: add io 0x4d0-0x4d1 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: add io 0x800-0x87f flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: add io 0x400-0x41f flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: add io 0x480-0x4bf flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: add mem 0xfed20000-0xfed8ffff flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: add mem 0xffb00000-0xffbfffff flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: PNP0c02: calling quirk_system_pci_resources+0x0/0x1c1 Jun 7 04:51:04 upstairs kernel: pnp 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) Jun 7 04:51:04 upstairs kernel: pnp 00:09: parse allocated resources Jun 7 04:51:04 upstairs kernel: pnp 00:09: add mem 0xfec00000-0xfec00fff flags 0x0 Jun 7 04:51:04 upstairs kernel: pnp 00:09: add mem 0xfee00000-0xfee00fff flags 0x0 Jun 7 04:51:04 upstairs kernel: pnp 00:09: PNP0c02: calling quirk_system_pci_resources+0x0/0x1c1 Jun 7 04:51:04 upstairs kernel: pnp 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) Jun 7 04:51:04 upstairs kernel: pnp 00:0a: parse allocated resources Jun 7 04:51:04 upstairs kernel: pnp 00:0a: add io 0x60-0x60 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:0a: add io 0x64-0x64 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:0a: add irq 1 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) Jun 7 04:51:04 upstairs kernel: pnp 00:0b: parse allocated resources Jun 7 04:51:04 upstairs kernel: pnp 00:0b: add io 0x3f8-0x3ff flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:0b: add irq 4 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:0b: parse resource options Jun 7 04:51:04 upstairs kernel: pnp 00:0b: new independent option Jun 7 04:51:04 upstairs kernel: pnp 00:0b: new dependent option (priority 0x0) Jun 7 04:51:04 upstairs kernel: pnp 00:0b: io min 0x3f8 max 0x3f8 align 4 size 8 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:0b: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000010 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:0b: new dependent option (priority 0x1) Jun 7 04:51:04 upstairs kernel: pnp 00:0b: io min 0x3f8 max 0x3f8 align 1 size 8 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:0b: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:0b: new dependent option (priority 0x1) Jun 7 04:51:04 upstairs kernel: pnp 00:0b: io min 0x2f8 max 0x2f8 align 1 size 8 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:0b: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:0b: new dependent option (priority 0x1) Jun 7 04:51:04 upstairs kernel: pnp 00:0b: io min 0x3e8 max 0x3e8 align 1 size 8 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:0b: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:0b: new dependent option (priority 0x1) Jun 7 04:51:04 upstairs kernel: pnp 00:0b: io min 0x2e8 max 0x2e8 align 1 size 8 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:0b: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:0b: end dependent options Jun 7 04:51:04 upstairs kernel: pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active) Jun 7 04:51:04 upstairs kernel: pnp 00:0c: parse allocated resources Jun 7 04:51:04 upstairs kernel: pnp 00:0c: add mem 0x0-0x9ffff flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:0c: add mem 0xc0000-0xdffff flags 0x0 Jun 7 04:51:04 upstairs kernel: pnp 00:0c: add mem 0xe0000-0xfffff flags 0x0 Jun 7 04:51:04 upstairs kernel: pnp 00:0c: add mem 0x100000-0x7ffeffff flags 0x1 Jun 7 04:51:04 upstairs kernel: pnp 00:0c: add mem 0xfff00000-0xffffffff flags 0x0 Jun 7 04:51:04 upstairs kernel: pnp 00:0c: PNP0c01: calling quirk_system_pci_resources+0x0/0x1c1 Jun 7 04:51:04 upstairs kernel: pnp 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active) Jun 7 04:51:04 upstairs kernel: pnp: PnP ACPI: found 13 devices Jun 7 04:51:04 upstairs kernel: ACPI: ACPI bus type pnp unregistered Jun 7 04:51:04 upstairs kernel: SCSI subsystem initialized Jun 7 04:51:04 upstairs kernel: libata version 3.00 loaded. Jun 7 04:51:04 upstairs kernel: usbcore: registered new interface driver usbfs Jun 7 04:51:04 upstairs kernel: usbcore: registered new interface driver hub Jun 7 04:51:04 upstairs kernel: usbcore: registered new device driver usb Jun 7 04:51:04 upstairs kernel: PCI: Using ACPI for IRQ routing Jun 7 04:51:04 upstairs kernel: pnp: the driver 'system' has been registered Jun 7 04:51:04 upstairs kernel: system 00:07: ioport range 0x290-0x297 has been reserved Jun 7 04:51:04 upstairs kernel: system 00:07: iomem range 0x0-0x0 could not be reserved Jun 7 04:51:04 upstairs last message repeated 23 times Jun 7 04:51:04 upstairs kernel: system 00:07: driver attached Jun 7 04:51:04 upstairs kernel: system 00:08: ioport range 0x4d0-0x4d1 has been reserved Jun 7 04:51:04 upstairs kernel: system 00:08: ioport range 0x800-0x87f has been reserved Jun 7 04:51:04 upstairs kernel: system 00:08: ioport range 0x400-0x41f has been reserved Jun 7 04:51:04 upstairs kernel: system 00:08: ioport range 0x480-0x4bf has been reserved Jun 7 04:51:04 upstairs kernel: system 00:08: iomem range 0xfed20000-0xfed8ffff has been reserved Jun 7 04:51:04 upstairs kernel: system 00:08: iomem range 0xffb00000-0xffbfffff could not be reserved Jun 7 04:51:04 upstairs kernel: system 00:08: iomem range 0x0-0x0 could not be reserved Jun 7 04:51:04 upstairs last message repeated 21 times Jun 7 04:51:04 upstairs kernel: system 00:08: driver attached Jun 7 04:51:04 upstairs kernel: system 00:09: iomem range 0xfec00000-0xfec00fff has been reserved Jun 7 04:51:04 upstairs kernel: system 00:09: iomem range 0xfee00000-0xfee00fff has been reserved Jun 7 04:51:04 upstairs kernel: system 00:09: iomem range 0x0-0x0 could not be reserved Jun 7 04:51:04 upstairs last message repeated 21 times Jun 7 04:51:04 upstairs kernel: system 00:09: driver attached Jun 7 04:51:04 upstairs kernel: system 00:0c: iomem range 0x0-0x9ffff could not be reserved Jun 7 04:51:04 upstairs kernel: system 00:0c: iomem range 0xc0000-0xdffff could not be reserved Jun 7 04:51:04 upstairs kernel: system 00:0c: iomem range 0xe0000-0xfffff could not be reserved Jun 7 04:51:04 upstairs kernel: system 00:0c: iomem range 0x100000-0x7ffeffff could not be reserved Jun 7 04:51:04 upstairs kernel: system 00:0c: iomem range 0xfff00000-0xffffffff could not be reserved Jun 7 04:51:04 upstairs kernel: system 00:0c: iomem range 0x0-0x0 could not be reserved Jun 7 04:51:04 upstairs last message repeated 18 times Jun 7 04:51:04 upstairs kernel: system 00:0c: driver attached Jun 7 04:51:04 upstairs kernel: PCI: Bridge: 0000:00:01.0 Jun 7 04:51:04 upstairs kernel: IO window: c000-cfff Jun 7 04:51:04 upstairs kernel: MEM window: 0xfa000000-0xfbefffff Jun 7 04:51:04 upstairs kernel: PREFETCH window: 0x00000000f0000000-0x00000000f8ffffff Jun 7 04:51:04 upstairs kernel: PCI: Bridge: 0000:00:1e.0 Jun 7 04:51:04 upstairs kernel: IO window: d000-efff Jun 7 04:51:04 upstairs kernel: MEM window: 0xfbf00000-0xfbffffff Jun 7 04:51:04 upstairs kernel: PREFETCH window: disabled. Jun 7 04:51:04 upstairs kernel: PCI: Setting latency timer of device 0000:00:1e.0 to 64 Jun 7 04:51:04 upstairs kernel: NET: Registered protocol family 2 Jun 7 04:51:04 upstairs kernel: IP route cache hash table entries: 32768 (order: 5, 131072 bytes) Jun 7 04:51:04 upstairs kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes) Jun 7 04:51:04 upstairs kernel: TCP bind hash table entries: 65536 (order: 7, 524288 bytes) Jun 7 04:51:04 upstairs kernel: TCP: Hash tables configured (established 131072 bind 65536) Jun 7 04:51:04 upstairs kernel: TCP reno registered Jun 7 04:51:04 upstairs kernel: NET: Registered protocol family 1 Jun 7 04:51:04 upstairs kernel: highmem bounce pool size: 64 pages Jun 7 04:51:04 upstairs kernel: msgmni has been set to 1750 for ipc namespace c03dea00 Jun 7 04:51:04 upstairs kernel: io scheduler noop registered Jun 7 04:51:04 upstairs kernel: io scheduler cfq registered (default) Jun 7 04:51:04 upstairs kernel: pci 0000:01:00.0: Boot video device Jun 7 04:51:04 upstairs kernel: input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 Jun 7 04:51:04 upstairs kernel: ACPI: Power Button (FF) [PWRF] Jun 7 04:51:04 upstairs kernel: input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1 Jun 7 04:51:04 upstairs kernel: ACPI: Power Button (CM) [PWRB] Jun 7 04:51:04 upstairs kernel: ACPI: ACPI0007:00 is registered as cooling_device0 Jun 7 04:51:04 upstairs kernel: ACPI: Processor [CPU1] (supports 8 throttling states) Jun 7 04:51:04 upstairs kernel: ACPI: ACPI0007:01 is registered as cooling_device1 Jun 7 04:51:04 upstairs kernel: Real Time Clock Driver v1.12ac Jun 7 04:51:04 upstairs kernel: Linux agpgart interface v0.103 Jun 7 04:51:04 upstairs kernel: agpgart: Detected an Intel 865 Chipset. Jun 7 04:51:04 upstairs kernel: agpgart: AGP aperture is 64M @ 0xec000000 Jun 7 04:51:04 upstairs kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled Jun 7 04:51:04 upstairs kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A Jun 7 04:51:04 upstairs kernel: pnp: the driver 'serial' has been registered Jun 7 04:51:04 upstairs kernel: 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A Jun 7 04:51:04 upstairs kernel: serial 00:0b: driver attached Jun 7 04:51:04 upstairs kernel: 8139too Fast Ethernet driver 0.9.28 Jun 7 04:51:04 upstairs kernel: ACPI: PCI Interrupt 0000:02:0d.0[A] -> GSI 23 (level, low) -> IRQ 23 Jun 7 04:51:04 upstairs kernel: eth0: RealTek RTL8139 at 0xf8816c00, 00:17:31:a9:1d:48, IRQ 23 Jun 7 04:51:04 upstairs kernel: eth0: Identified 8139 chip type 'RTL-8100B/8139D' Jun 7 04:51:04 upstairs kernel: Driver 'sd' needs updating - please use bus_type methods Jun 7 04:51:04 upstairs kernel: Driver 'sr' needs updating - please use bus_type methods Jun 7 04:51:04 upstairs kernel: ata_piix 0000:00:1f.1: version 2.12 Jun 7 04:51:04 upstairs kernel: ata_piix 0000:00:1f.1: enabling device (0005 -> 0007) Jun 7 04:51:04 upstairs kernel: ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18 Jun 7 04:51:04 upstairs kernel: PCI: Setting latency timer of device 0000:00:1f.1 to 64 Jun 7 04:51:04 upstairs kernel: scsi0 : ata_piix Jun 7 04:51:04 upstairs kernel: scsi1 : ata_piix Jun 7 04:51:04 upstairs kernel: ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfc00 irq 14 Jun 7 04:51:04 upstairs kernel: ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfc08 irq 15 Jun 7 04:51:04 upstairs kernel: ata1.00: ATA-7: MAXTOR STM3250820A, 3.AAE, max UDMA/100 Jun 7 04:51:04 upstairs kernel: ata1.00: 488397168 sectors, multi 16: LBA48 Jun 7 04:51:04 upstairs kernel: ata1.01: ATA-7: Maxtor 6L160P0, BAJ41G20, max UDMA/133 Jun 7 04:51:04 upstairs kernel: ata1.01: 320173056 sectors, multi 16: LBA48 Jun 7 04:51:04 upstairs kernel: ata1.00: configured for UDMA/100 Jun 7 04:51:04 upstairs kernel: ata1.01: configured for UDMA/100 Jun 7 04:51:04 upstairs kernel: ata2.00: ATAPI: SONY DVD RW DW-G120A, MYS2, max UDMA/66 Jun 7 04:51:04 upstairs kernel: ata2.01: ATAPI: PHILIPS DVDR1628P1, Q2.2, max UDMA/33 Jun 7 04:51:04 upstairs kernel: Switched to NOHz mode on CPU #1 Jun 7 04:51:04 upstairs kernel: Switched to NOHz mode on CPU #0 Jun 7 04:51:04 upstairs kernel: ata2.00: configured for UDMA/66 Jun 7 04:51:04 upstairs kernel: ata2.01: configured for UDMA/33 Jun 7 04:51:04 upstairs kernel: scsi 0:0:0:0: Direct-Access ATA MAXTOR STM325082 3.AA PQ: 0 ANSI: 5 Jun 7 04:51:04 upstairs kernel: sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB) Jun 7 04:51:04 upstairs kernel: sd 0:0:0:0: [sda] Write Protect is off Jun 7 04:51:04 upstairs kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 Jun 7 04:51:04 upstairs kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Jun 7 04:51:04 upstairs kernel: sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB) Jun 7 04:51:04 upstairs kernel: sd 0:0:0:0: [sda] Write Protect is off Jun 7 04:51:04 upstairs kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 Jun 7 04:51:04 upstairs kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Jun 7 04:51:04 upstairs kernel: sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 > Jun 7 04:51:04 upstairs kernel: sd 0:0:0:0: [sda] Attached SCSI disk Jun 7 04:51:04 upstairs kernel: scsi 0:0:1:0: Direct-Access ATA Maxtor 6L160P0 BAJ4 PQ: 0 ANSI: 5 Jun 7 04:51:04 upstairs kernel: sd 0:0:1:0: [sdb] 320173056 512-byte hardware sectors (163929 MB) Jun 7 04:51:04 upstairs kernel: sd 0:0:1:0: [sdb] Write Protect is off Jun 7 04:51:04 upstairs kernel: sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00 Jun 7 04:51:04 upstairs kernel: sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Jun 7 04:51:04 upstairs kernel: sd 0:0:1:0: [sdb] 320173056 512-byte hardware sectors (163929 MB) Jun 7 04:51:04 upstairs kernel: sd 0:0:1:0: [sdb] Write Protect is off Jun 7 04:51:04 upstairs kernel: sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00 Jun 7 04:51:04 upstairs kernel: sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Jun 7 04:51:04 upstairs kernel: sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 sdb6 sdb7 sdb8 > Jun 7 04:51:04 upstairs kernel: sdb2: <bsd: sdb9 sdb10 sdb11 sdb12 sdb13 > Jun 7 04:51:04 upstairs kernel: sd 0:0:1:0: [sdb] Attached SCSI disk Jun 7 04:51:04 upstairs kernel: scsi 1:0:0:0: CD-ROM SONY DVD RW DW-G120A MYS2 PQ: 0 ANSI: 5 Jun 7 04:51:04 upstairs kernel: sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray Jun 7 04:51:04 upstairs kernel: Uniform CD-ROM driver Revision: 3.20 Jun 7 04:51:04 upstairs kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0 Jun 7 04:51:04 upstairs kernel: scsi 1:0:1:0: CD-ROM PHILIPS DVDR1628P1 Q2.2 PQ: 0 ANSI: 5 Jun 7 04:51:04 upstairs kernel: sr1: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray Jun 7 04:51:04 upstairs kernel: sr 1:0:1:0: Attached scsi CD-ROM sr1 Jun 7 04:51:04 upstairs kernel: ACPI: PCI Interrupt 0000:00:1f.2[A] -> GSI 18 (level, low) -> IRQ 18 Jun 7 04:51:04 upstairs kernel: ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ] Jun 7 04:51:04 upstairs kernel: PCI: Setting latency timer of device 0000:00:1f.2 to 64 Jun 7 04:51:04 upstairs kernel: scsi2 : ata_piix Jun 7 04:51:04 upstairs kernel: scsi3 : ata_piix Jun 7 04:51:04 upstairs kernel: ata3: SATA max UDMA/133 cmd 0x9800 ctl 0x9400 bmdma 0x8400 irq 18 Jun 7 04:51:04 upstairs kernel: ata4: SATA max UDMA/133 cmd 0x9000 ctl 0x8800 bmdma 0x8408 irq 18 Jun 7 04:51:04 upstairs kernel: ata3.00: ATA-7: Hitachi HDS721616PLA380, P22OA70A, max UDMA/133 Jun 7 04:51:04 upstairs kernel: ata3.00: 321672960 sectors, multi 16: LBA48 NCQ (depth 0/32) Jun 7 04:51:04 upstairs kernel: ata3.00: configured for UDMA/133 Jun 7 04:51:04 upstairs kernel: scsi 2:0:0:0: Direct-Access ATA Hitachi HDS72161 P22O PQ: 0 ANSI: 5 Jun 7 04:51:04 upstairs kernel: sd 2:0:0:0: [sdc] 321672960 512-byte hardware sectors (164697 MB) Jun 7 04:51:04 upstairs kernel: sd 2:0:0:0: [sdc] Write Protect is off Jun 7 04:51:04 upstairs kernel: sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00 Jun 7 04:51:04 upstairs kernel: sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Jun 7 04:51:04 upstairs kernel: sd 2:0:0:0: [sdc] 321672960 512-byte hardware sectors (164697 MB) Jun 7 04:51:04 upstairs kernel: sd 2:0:0:0: [sdc] Write Protect is off Jun 7 04:51:04 upstairs kernel: sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00 Jun 7 04:51:04 upstairs kernel: sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Jun 7 04:51:04 upstairs kernel: sdc: sdc1 sdc2 Jun 7 04:51:04 upstairs kernel: sd 2:0:0:0: [sdc] Attached SCSI disk Jun 7 04:51:04 upstairs kernel: pnp: the driver 'i8042 kbd' has been registered Jun 7 04:51:04 upstairs kernel: i8042 kbd 00:0a: driver attached Jun 7 04:51:04 upstairs kernel: pnp: the driver 'i8042 aux' has been registered Jun 7 04:51:04 upstairs kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 Jun 7 04:51:04 upstairs kernel: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp Jun 7 04:51:04 upstairs kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Jun 7 04:51:04 upstairs kernel: mice: PS/2 mouse device common for all mice Jun 7 04:51:04 upstairs kernel: Advanced Linux Sound Architecture Driver Version 1.0.16. Jun 7 04:51:04 upstairs kernel: ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 17 (level, low) -> IRQ 17 Jun 7 04:51:04 upstairs kernel: PCI: Setting latency timer of device 0000:00:1f.5 to 64 Jun 7 04:51:34 upstairs kernel: intel8x0_measure_ac97_clock: measured 50842 usecs Jun 7 04:51:34 upstairs kernel: intel8x0: clocking to 48000 Jun 7 04:51:34 upstairs kernel: ALSA device list: Jun 7 04:51:34 upstairs kernel: #0: Intel ICH5 with ALC655 at irq 17 Jun 7 04:51:34 upstairs kernel: TCP cubic registered Jun 7 04:51:34 upstairs kernel: NET: Registered protocol family 15 Jun 7 04:51:34 upstairs kernel: p4-clockmod: P4/Xeon(TM) CPU On-Demand Clock Modulation available Jun 7 04:51:34 upstairs kernel: Starting balanced_irq Jun 7 04:51:34 upstairs kernel: Using IPI No-Shortcut mode Jun 7 04:51:34 upstairs kernel: kjournald starting. Commit interval 5 seconds Jun 7 04:51:34 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 7 04:51:34 upstairs kernel: VFS: Mounted root (ext3 filesystem) readonly. Jun 7 04:51:34 upstairs kernel: Freeing unused kernel memory: 200k freed Jun 7 04:51:34 upstairs kernel: EXT3 FS on sdc1, internal journal Jun 7 04:51:34 upstairs kernel: ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 23 Jun 7 04:51:34 upstairs kernel: PCI: Setting latency timer of device 0000:00:1d.7 to 64 Jun 7 04:51:34 upstairs kernel: ehci_hcd 0000:00:1d.7: EHCI Host Controller Jun 7 04:51:34 upstairs kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 Jun 7 04:51:34 upstairs kernel: ehci_hcd 0000:00:1d.7: debug port 1 Jun 7 04:51:34 upstairs kernel: PCI: cache line size of 128 is not supported by device 0000:00:1d.7 Jun 7 04:51:34 upstairs kernel: ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf9fffc00 Jun 7 04:51:34 upstairs kernel: ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 Jun 7 04:51:34 upstairs kernel: usb usb1: configuration #1 chosen from 1 choice Jun 7 04:51:34 upstairs kernel: hub 1-0:1.0: USB hub found Jun 7 04:51:34 upstairs kernel: hub 1-0:1.0: 8 ports detected Jun 7 04:51:34 upstairs kernel: ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver Jun 7 04:51:34 upstairs kernel: USB Universal Host Controller Interface driver v3.0 Jun 7 04:51:34 upstairs kernel: pnp: the driver 'parport_pc' has been registered Jun 7 04:51:34 upstairs kernel: parport_pc 00:06: reported by Plug and Play ACPI Jun 7 04:51:34 upstairs kernel: parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP(,...)] Jun 7 04:51:34 upstairs kernel: parport_pc 00:06: driver attached Jun 7 04:51:34 upstairs kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 Jun 7 04:51:34 upstairs kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 04:51:34 upstairs kernel: usb usb1: Product: EHCI Host Controller Jun 7 04:51:34 upstairs kernel: usb usb1: Manufacturer: Linux 2.6.26-rc5 ehci_hcd Jun 7 04:51:34 upstairs kernel: usb usb1: SerialNumber: 0000:00:1d.7 Jun 7 04:51:34 upstairs kernel: ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 16 Jun 7 04:51:34 upstairs kernel: PCI: Setting latency timer of device 0000:00:1d.0 to 64 Jun 7 04:51:34 upstairs kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller Jun 7 04:51:34 upstairs kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 Jun 7 04:51:34 upstairs kernel: uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000a800 Jun 7 04:51:34 upstairs kernel: usb usb2: configuration #1 chosen from 1 choice Jun 7 04:51:34 upstairs kernel: hub 2-0:1.0: USB hub found Jun 7 04:51:34 upstairs kernel: hub 2-0:1.0: 2 ports detected Jun 7 04:51:34 upstairs kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 Jun 7 04:51:34 upstairs kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 04:51:34 upstairs kernel: usb usb2: Product: UHCI Host Controller Jun 7 04:51:34 upstairs kernel: usb usb2: Manufacturer: Linux 2.6.26-rc5 uhci_hcd Jun 7 04:51:34 upstairs kernel: usb usb2: SerialNumber: 0000:00:1d.0 Jun 7 04:51:34 upstairs kernel: ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19 Jun 7 04:51:34 upstairs kernel: PCI: Setting latency timer of device 0000:00:1d.1 to 64 Jun 7 04:51:34 upstairs kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller Jun 7 04:51:34 upstairs kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 Jun 7 04:51:34 upstairs kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000b000 Jun 7 04:51:34 upstairs kernel: usb usb3: configuration #1 chosen from 1 choice Jun 7 04:51:34 upstairs kernel: hub 3-0:1.0: USB hub found Jun 7 04:51:34 upstairs kernel: hub 3-0:1.0: 2 ports detected Jun 7 04:51:34 upstairs kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 Jun 7 04:51:34 upstairs kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 04:51:34 upstairs kernel: usb usb3: Product: UHCI Host Controller Jun 7 04:51:34 upstairs kernel: usb usb3: Manufacturer: Linux 2.6.26-rc5 uhci_hcd Jun 7 04:51:34 upstairs kernel: usb usb3: SerialNumber: 0000:00:1d.1 Jun 7 04:51:34 upstairs kernel: ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18 Jun 7 04:51:34 upstairs kernel: PCI: Setting latency timer of device 0000:00:1d.2 to 64 Jun 7 04:51:34 upstairs kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller Jun 7 04:51:34 upstairs kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 Jun 7 04:51:34 upstairs kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000b400 Jun 7 04:51:34 upstairs kernel: usb usb4: configuration #1 chosen from 1 choice Jun 7 04:51:34 upstairs kernel: hub 4-0:1.0: USB hub found Jun 7 04:51:34 upstairs kernel: hub 4-0:1.0: 2 ports detected Jun 7 04:51:34 upstairs kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 Jun 7 04:51:34 upstairs kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 04:51:34 upstairs kernel: usb usb4: Product: UHCI Host Controller Jun 7 04:51:34 upstairs kernel: usb usb4: Manufacturer: Linux 2.6.26-rc5 uhci_hcd Jun 7 04:51:34 upstairs kernel: usb usb4: SerialNumber: 0000:00:1d.2 Jun 7 04:51:34 upstairs kernel: ACPI: PCI Interrupt 0000:02:09.2[C] -> GSI 19 (level, low) -> IRQ 19 Jun 7 04:51:34 upstairs kernel: ehci_hcd 0000:02:09.2: EHCI Host Controller Jun 7 04:51:34 upstairs kernel: ehci_hcd 0000:02:09.2: new USB bus registered, assigned bus number 5 Jun 7 04:51:34 upstairs kernel: ehci_hcd 0000:02:09.2: irq 19, io mem 0xfbfffc00 Jun 7 04:51:34 upstairs kernel: ACPI: PCI Interrupt 0000:00:1d.3[A] -> GSI 16 (level, low) -> IRQ 16 Jun 7 04:51:34 upstairs kernel: PCI: Setting latency timer of device 0000:00:1d.3 to 64 Jun 7 04:51:34 upstairs kernel: uhci_hcd 0000:00:1d.3: UHCI Host Controller Jun 7 04:51:34 upstairs kernel: uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 6 Jun 7 04:51:34 upstairs kernel: uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000b800 Jun 7 04:51:34 upstairs kernel: usb usb6: configuration #1 chosen from 1 choice Jun 7 04:51:34 upstairs kernel: hub 6-0:1.0: USB hub found Jun 7 04:51:34 upstairs kernel: hub 6-0:1.0: 2 ports detected Jun 7 04:51:34 upstairs kernel: ehci_hcd 0000:02:09.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 Jun 7 04:51:34 upstairs kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 Jun 7 04:51:34 upstairs kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 04:51:34 upstairs kernel: usb usb6: Product: UHCI Host Controller Jun 7 04:51:34 upstairs kernel: usb usb6: Manufacturer: Linux 2.6.26-rc5 uhci_hcd Jun 7 04:51:34 upstairs kernel: usb usb6: SerialNumber: 0000:00:1d.3 Jun 7 04:51:34 upstairs kernel: usb usb5: configuration #1 chosen from 1 choice Jun 7 04:51:34 upstairs kernel: hub 5-0:1.0: USB hub found Jun 7 04:51:34 upstairs kernel: hub 5-0:1.0: 4 ports detected Jun 7 04:51:34 upstairs kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002 Jun 7 04:51:34 upstairs kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 04:51:34 upstairs kernel: usb usb5: Product: EHCI Host Controller Jun 7 04:51:34 upstairs kernel: usb usb5: Manufacturer: Linux 2.6.26-rc5 ehci_hcd Jun 7 04:51:34 upstairs kernel: usb usb5: SerialNumber: 0000:02:09.2 Jun 7 04:51:34 upstairs kernel: ACPI: PCI Interrupt 0000:02:0a.2[C] -> GSI 23 (level, low) -> IRQ 23 Jun 7 04:51:34 upstairs kernel: ehci_hcd 0000:02:0a.2: EHCI Host Controller Jun 7 04:51:34 upstairs kernel: ehci_hcd 0000:02:0a.2: new USB bus registered, assigned bus number 7 Jun 7 04:51:34 upstairs kernel: ehci_hcd 0000:02:0a.2: irq 23, io mem 0xfbfff800 Jun 7 04:51:34 upstairs kernel: usb 2-2: new full speed USB device using uhci_hcd and address 2 Jun 7 04:51:34 upstairs kernel: ehci_hcd 0000:02:0a.2: USB 2.0 started, EHCI 0.95, driver 10 Dec 2004 Jun 7 04:51:34 upstairs kernel: usb usb7: configuration #1 chosen from 1 choice Jun 7 04:51:34 upstairs kernel: hub 7-0:1.0: USB hub found Jun 7 04:51:34 upstairs kernel: hub 7-0:1.0: 5 ports detected Jun 7 04:51:34 upstairs kernel: usb 2-2: configuration #1 chosen from 1 choice Jun 7 04:51:34 upstairs kernel: usb 2-2: New USB device found, idVendor=06bd, idProduct=2061 Jun 7 04:51:34 upstairs kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Jun 7 04:51:34 upstairs kernel: usb 2-2: Product: SNAPSCAN Jun 7 04:51:34 upstairs kernel: usb 2-2: Manufacturer: AGFA Jun 7 04:51:34 upstairs kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002 Jun 7 04:51:34 upstairs kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 04:51:34 upstairs kernel: usb usb7: Product: EHCI Host Controller Jun 7 04:51:34 upstairs kernel: usb usb7: Manufacturer: Linux 2.6.26-rc5 ehci_hcd Jun 7 04:51:34 upstairs kernel: usb usb7: SerialNumber: 0000:02:0a.2 Jun 7 04:51:34 upstairs kernel: ACPI: PCI Interrupt 0000:02:09.0[A] -> GSI 17 (level, low) -> IRQ 17 Jun 7 04:51:34 upstairs kernel: uhci_hcd 0000:02:09.0: UHCI Host Controller Jun 7 04:51:34 upstairs kernel: uhci_hcd 0000:02:09.0: new USB bus registered, assigned bus number 8 Jun 7 04:51:34 upstairs kernel: uhci_hcd 0000:02:09.0: irq 17, io base 0x0000e400 Jun 7 04:51:34 upstairs kernel: usb usb8: configuration #1 chosen from 1 choice Jun 7 04:51:34 upstairs kernel: hub 8-0:1.0: USB hub found Jun 7 04:51:34 upstairs kernel: hub 8-0:1.0: 2 ports detected Jun 7 04:51:34 upstairs kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0001 Jun 7 04:51:34 upstairs kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 04:51:34 upstairs kernel: usb usb8: Product: UHCI Host Controller Jun 7 04:51:34 upstairs kernel: usb usb8: Manufacturer: Linux 2.6.26-rc5 uhci_hcd Jun 7 04:51:34 upstairs kernel: usb usb8: SerialNumber: 0000:02:09.0 Jun 7 04:51:34 upstairs kernel: ACPI: PCI Interrupt 0000:02:09.1[B] -> GSI 18 (level, low) -> IRQ 18 Jun 7 04:51:34 upstairs kernel: uhci_hcd 0000:02:09.1: UHCI Host Controller Jun 7 04:51:34 upstairs kernel: uhci_hcd 0000:02:09.1: new USB bus registered, assigned bus number 9 Jun 7 04:51:34 upstairs kernel: uhci_hcd 0000:02:09.1: irq 18, io base 0x0000e800 Jun 7 04:51:34 upstairs kernel: usb usb9: configuration #1 chosen from 1 choice Jun 7 04:51:34 upstairs kernel: hub 9-0:1.0: USB hub found Jun 7 04:51:34 upstairs kernel: hub 9-0:1.0: 2 ports detected Jun 7 04:51:34 upstairs kernel: usb 3-2: new low speed USB device using uhci_hcd and address 2 Jun 7 04:51:34 upstairs kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0001 Jun 7 04:51:34 upstairs kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 04:51:34 upstairs kernel: usb usb9: Product: UHCI Host Controller Jun 7 04:51:34 upstairs kernel: usb usb9: Manufacturer: Linux 2.6.26-rc5 uhci_hcd Jun 7 04:51:34 upstairs kernel: usb usb9: SerialNumber: 0000:02:09.1 Jun 7 04:51:34 upstairs kernel: ACPI: PCI Interrupt 0000:02:0a.0[A] -> GSI 21 (level, low) -> IRQ 21 Jun 7 04:51:34 upstairs kernel: ohci_hcd 0000:02:0a.0: OHCI Host Controller Jun 7 04:51:34 upstairs kernel: ohci_hcd 0000:02:0a.0: new USB bus registered, assigned bus number 10 Jun 7 04:51:34 upstairs kernel: ohci_hcd 0000:02:0a.0: irq 21, io mem 0xfbffd000 Jun 7 04:51:34 upstairs kernel: usb 3-2: configuration #1 chosen from 1 choice Jun 7 04:51:34 upstairs kernel: usb 3-2: New USB device found, idVendor=045e, idProduct=00f1 Jun 7 04:51:34 upstairs kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Jun 7 04:51:34 upstairs kernel: usb 3-2: Product: Microsoft Wireless Desktop Receiver 3.1A Jun 7 04:51:34 upstairs kernel: usb 3-2: Manufacturer: Microsft Jun 7 04:51:34 upstairs kernel: usb 5-1: new high speed USB device using ehci_hcd and address 2 Jun 7 04:51:34 upstairs kernel: usb 5-1: configuration #1 chosen from 1 choice Jun 7 04:51:34 upstairs kernel: usb 5-1: New USB device found, idVendor=2040, idProduct=9950 Jun 7 04:51:34 upstairs kernel: usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Jun 7 04:51:34 upstairs kernel: usb 5-1: Product: WinTV Nova-DT Jun 7 04:51:34 upstairs kernel: usb 5-1: Manufacturer: Hauppauge Jun 7 04:51:34 upstairs kernel: usb 5-1: SerialNumber: 4030248054 Jun 7 04:51:34 upstairs kernel: dib0700: loaded with support for 7 different device-types Jun 7 04:51:34 upstairs kernel: usb 7-3: new high speed USB device using ehci_hcd and address 2 Jun 7 04:51:34 upstairs kernel: usb 7-3: configuration #1 chosen from 1 choice Jun 7 04:51:34 upstairs kernel: hub 7-3:1.0: USB hub found Jun 7 04:51:34 upstairs kernel: hub 7-3:1.0: 4 ports detected Jun 7 04:51:34 upstairs kernel: usb usb10: configuration #1 chosen from 1 choice Jun 7 04:51:34 upstairs kernel: hub 10-0:1.0: USB hub found Jun 7 04:51:34 upstairs kernel: hub 10-0:1.0: 3 ports detected Jun 7 04:51:34 upstairs kernel: usb 7-3: New USB device found, idVendor=0409, idProduct=0059 Jun 7 04:51:34 upstairs kernel: usb 7-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Jun 7 04:51:34 upstairs kernel: dvb-usb: found a 'Hauppauge Nova-T 500 Dual DVB-T' in cold state, will try to load a firmware Jun 7 04:51:34 upstairs kernel: firmware: requesting dvb-usb-dib0700-1.10.fw Jun 7 04:51:34 upstairs kernel: dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.10.fw' Jun 7 04:51:34 upstairs kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0001 Jun 7 04:51:34 upstairs kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 04:51:34 upstairs kernel: usb usb10: Product: OHCI Host Controller Jun 7 04:51:34 upstairs kernel: usb usb10: Manufacturer: Linux 2.6.26-rc5 ohci_hcd Jun 7 04:51:34 upstairs kernel: usb usb10: SerialNumber: 0000:02:0a.0 Jun 7 04:51:34 upstairs kernel: ACPI: PCI Interrupt 0000:02:0b.0[A] -> GSI 22 (level, low) -> IRQ 22 Jun 7 04:51:34 upstairs kernel: ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[22] MMIO=[fbfff000-fbfff7ff] Max Packet=[2048] IR/IT contexts=[4/8] Jun 7 04:51:34 upstairs kernel: ACPI: PCI Interrupt 0000:02:0a.1[B] -> GSI 22 (level, low) -> IRQ 22 Jun 7 04:51:34 upstairs kernel: ohci_hcd 0000:02:0a.1: OHCI Host Controller Jun 7 04:51:34 upstairs kernel: ohci_hcd 0000:02:0a.1: new USB bus registered, assigned bus number 11 Jun 7 04:51:34 upstairs kernel: ohci_hcd 0000:02:0a.1: irq 22, io mem 0xfbffe000 Jun 7 04:51:34 upstairs kernel: input: Microsft Microsoft Wireless Desktop Receiver 3.1A as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input2 Jun 7 04:51:34 upstairs kernel: dib0700: firmware started successfully. Jun 7 04:51:34 upstairs kernel: input: USB HID v1.11 Keyboard [Microsft Microsoft Wireless Desktop Receiver 3.1A] on usb-0000:00:1d.1-2 Jun 7 04:51:34 upstairs kernel: input: Microsft Microsoft Wireless Desktop Receiver 3.1A as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.1/input/input3 Jun 7 04:51:34 upstairs kernel: input: USB HID v1.11 Mouse [Microsft Microsoft Wireless Desktop Receiver 3.1A] on usb-0000:00:1d.1-2 Jun 7 04:51:34 upstairs kernel: usb usb11: configuration #1 chosen from 1 choice Jun 7 04:51:34 upstairs kernel: hub 11-0:1.0: USB hub found Jun 7 04:51:34 upstairs kernel: hub 11-0:1.0: 2 ports detected Jun 7 04:51:34 upstairs kernel: dvb-usb: found a 'Hauppauge Nova-T 500 Dual DVB-T' in warm state. Jun 7 04:51:34 upstairs kernel: dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. Jun 7 04:51:34 upstairs kernel: DVB: registering new adapter (Hauppauge Nova-T 500 Dual DVB-T) Jun 7 04:51:34 upstairs kernel: DVB: registering frontend 0 (DiBcom 3000MC/P)... Jun 7 04:51:34 upstairs kernel: MT2060: successfully identified (IF1 = 1230) Jun 7 04:51:34 upstairs kernel: usb usb11: New USB device found, idVendor=1d6b, idProduct=0001 Jun 7 04:51:34 upstairs kernel: usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 04:51:34 upstairs kernel: usb usb11: Product: OHCI Host Controller Jun 7 04:51:34 upstairs kernel: usb usb11: Manufacturer: Linux 2.6.26-rc5 ohci_hcd Jun 7 04:51:34 upstairs kernel: usb usb11: SerialNumber: 0000:02:0a.1 Jun 7 04:51:34 upstairs kernel: dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. Jun 7 04:51:34 upstairs kernel: DVB: registering new adapter (Hauppauge Nova-T 500 Dual DVB-T) Jun 7 04:51:34 upstairs kernel: DVB: registering frontend 1 (DiBcom 3000MC/P)... Jun 7 04:51:34 upstairs kernel: ieee1394: Host added: ID:BUS[0-00:1023] GUID[00110666000013cc] Jun 7 04:51:34 upstairs kernel: MT2060: successfully identified (IF1 = 1234) Jun 7 04:51:34 upstairs kernel: input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:1e.0/0000:02:09.2/usb5/5-1/input/input4 Jun 7 04:51:34 upstairs kernel: dvb-usb: schedule remote query interval to 150 msecs. Jun 7 04:51:34 upstairs kernel: dvb-usb: Hauppauge Nova-T 500 Dual DVB-T successfully initialized and connected. Jun 7 04:51:34 upstairs kernel: usbcore: registered new interface driver usbhid Jun 7 04:51:34 upstairs kernel: usbhid: v2.6:USB HID core driver Jun 7 04:51:34 upstairs kernel: usbcore: registered new interface driver dvb_usb_dib0700 Jun 7 04:51:34 upstairs kernel: fuse init (API version 7.9) Jun 7 04:51:34 upstairs kernel: kjournald starting. Commit interval 5 seconds Jun 7 04:51:34 upstairs kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 7 04:51:34 upstairs kernel: EXT3 FS on sdb6, internal journal Jun 7 04:51:34 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 7 04:51:34 upstairs kernel: kjournald starting. Commit interval 5 seconds Jun 7 04:51:34 upstairs kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 7 04:51:34 upstairs kernel: EXT3 FS on sda6, internal journal Jun 7 04:51:34 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 7 04:51:34 upstairs kernel: kjournald starting. Commit interval 5 seconds Jun 7 04:51:34 upstairs kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 7 04:51:34 upstairs kernel: EXT3 FS on sda7, internal journal Jun 7 04:51:34 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 7 04:51:34 upstairs kernel: kjournald starting. Commit interval 5 seconds Jun 7 04:51:34 upstairs kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 7 04:51:34 upstairs kernel: EXT3 FS on sdc2, internal journal Jun 7 04:51:34 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 7 04:51:34 upstairs kernel: Adding 4096532k swap on /dev/sda5. Priority:-1 extents:1 across:4096532k Jun 7 04:51:34 upstairs kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 Jun 7 04:51:34 upstairs kernel: ip_tables: (C) 2000-2006 Netfilter Core Team Jun 7 04:51:34 upstairs kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max) Jun 7 04:51:34 upstairs kernel: parport_pc 00:06: disabled Jun 7 04:51:34 upstairs kernel: pnp: the driver 'parport_pc' has been unregistered Jun 7 04:51:34 upstairs kernel: ieee1394: Node removed: ID:BUS[0-00:1023] GUID[00110666000013cc] Jun 7 05:04:29 upstairs kernel: klogd 1.3-3, log source = /proc/kmsg started. Jun 7 05:04:29 upstairs kernel: Inspecting /boot/System.map-2.6.26-rc5 Jun 7 05:04:30 upstairs kernel: Loaded 26367 symbols from /boot/System.map-2.6.26-rc5. Jun 7 05:04:30 upstairs kernel: Symbols match kernel version 2.6.26. Jun 7 05:04:30 upstairs kernel: No module symbols loaded - kernel modules not enabled. Jun 7 05:04:30 upstairs kernel: _add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device 2-0:1.0 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:2-0:1.0 Jun 7 05:04:30 upstairs kernel: bus: 'usb': driver_probe_device: matched device 2-0:1.0 with driver hub Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: probing driver hub with device 2-0:1.0 Jun 7 05:04:30 upstairs kernel: hub 2-0:1.0: USB hub found Jun 7 05:04:30 upstairs kernel: hub 2-0:1.0: 2 ports detected Jun 7 05:04:30 upstairs kernel: bus: 'pci': add driver ohci1394 Jun 7 05:04:30 upstairs kernel: driver: '2-0:1.0': driver_bound: bound to device 'hub' Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: bound device 2-0:1.0 to driver hub Jun 7 05:04:30 upstairs kernel: device: 'usbdev2.1_ep81': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev2.1_ep81 Jun 7 05:04:30 upstairs kernel: driver: 'usb2': driver_bound: bound to device 'usb' Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: bound device usb2 to driver usb Jun 7 05:04:30 upstairs kernel: device: 'usbdev2.1_ep00': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev2.1_ep00 Jun 7 05:04:30 upstairs kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 Jun 7 05:04:30 upstairs kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 05:04:30 upstairs kernel: usb usb2: Product: UHCI Host Controller Jun 7 05:04:30 upstairs kernel: usb usb2: Manufacturer: Linux 2.6.26-rc5 uhci_hcd Jun 7 05:04:30 upstairs kernel: usb usb2: SerialNumber: 0000:00:1d.1 Jun 7 05:04:30 upstairs kernel: driver: '0000:00:1d.1': driver_bound: bound to device 'uhci_hcd' Jun 7 05:04:30 upstairs kernel: bus: 'pci': really_probe: bound device 0000:00:1d.1 to driver uhci_hcd Jun 7 05:04:30 upstairs kernel: bus: 'pci': driver_probe_device: matched device 0000:00:1d.2 with driver uhci_hcd Jun 7 05:04:30 upstairs kernel: bus: 'pci': really_probe: probing driver uhci_hcd with device 0000:00:1d.2 Jun 7 05:04:30 upstairs kernel: ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18 Jun 7 05:04:30 upstairs kernel: PCI: Setting latency timer of device 0000:00:1d.2 to 64 Jun 7 05:04:30 upstairs kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller Jun 7 05:04:30 upstairs kernel: device: 'usb_host3': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usb_host3 Jun 7 05:04:30 upstairs kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3 Jun 7 05:04:30 upstairs kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000b400 Jun 7 05:04:30 upstairs kernel: device: 'usb3': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device usb3 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:usb3 Jun 7 05:04:30 upstairs kernel: bus: 'usb': driver_probe_device: matched device usb3 with driver usb Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device usb3 Jun 7 05:04:30 upstairs kernel: usb usb3: configuration #1 chosen from 1 choice Jun 7 05:04:30 upstairs kernel: device: '3-0:1.0': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device 3-0:1.0 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:3-0:1.0 Jun 7 05:04:30 upstairs kernel: bus: 'usb': driver_probe_device: matched device 3-0:1.0 with driver hub Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: probing driver hub with device 3-0:1.0 Jun 7 05:04:30 upstairs kernel: hub 3-0:1.0: USB hub found Jun 7 05:04:30 upstairs kernel: hub 3-0:1.0: 2 ports detected Jun 7 05:04:30 upstairs kernel: driver: '3-0:1.0': driver_bound: bound to device 'hub' Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: bound device 3-0:1.0 to driver hub Jun 7 05:04:30 upstairs kernel: device: 'usbdev3.1_ep81': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev3.1_ep81 Jun 7 05:04:30 upstairs kernel: driver: 'usb3': driver_bound: bound to device 'usb' Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: bound device usb3 to driver usb Jun 7 05:04:30 upstairs kernel: device: 'usbdev3.1_ep00': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev3.1_ep00 Jun 7 05:04:30 upstairs kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 Jun 7 05:04:30 upstairs kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 05:04:30 upstairs kernel: usb usb3: Product: UHCI Host Controller Jun 7 05:04:30 upstairs kernel: usb usb3: Manufacturer: Linux 2.6.26-rc5 uhci_hcd Jun 7 05:04:30 upstairs kernel: usb usb3: SerialNumber: 0000:00:1d.2 Jun 7 05:04:30 upstairs kernel: driver: '0000:00:1d.2': driver_bound: bound to device 'uhci_hcd' Jun 7 05:04:30 upstairs kernel: bus: 'pci': really_probe: bound device 0000:00:1d.2 to driver uhci_hcd Jun 7 05:04:30 upstairs kernel: bus: 'pci': driver_probe_device: matched device 0000:00:1d.3 with driver uhci_hcd Jun 7 05:04:30 upstairs kernel: bus: 'pci': really_probe: probing driver uhci_hcd with device 0000:00:1d.3 Jun 7 05:04:30 upstairs kernel: ACPI: PCI Interrupt 0000:00:1d.3[A] -> GSI 16 (level, low) -> IRQ 16 Jun 7 05:04:30 upstairs kernel: PCI: Setting latency timer of device 0000:00:1d.3 to 64 Jun 7 05:04:30 upstairs kernel: uhci_hcd 0000:00:1d.3: UHCI Host Controller Jun 7 05:04:30 upstairs kernel: device: 'usb_host4': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usb_host4 Jun 7 05:04:30 upstairs kernel: uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4 Jun 7 05:04:30 upstairs kernel: uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000b800 Jun 7 05:04:30 upstairs kernel: device: 'usb4': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device usb4 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:usb4 Jun 7 05:04:30 upstairs kernel: bus: 'usb': driver_probe_device: matched device usb4 with driver usb Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device usb4 Jun 7 05:04:30 upstairs kernel: usb usb4: configuration #1 chosen from 1 choice Jun 7 05:04:30 upstairs kernel: device: '4-0:1.0': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device 4-0:1.0 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:4-0:1.0 Jun 7 05:04:30 upstairs kernel: bus: 'usb': driver_probe_device: matched device 4-0:1.0 with driver hub Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: probing driver hub with device 4-0:1.0 Jun 7 05:04:30 upstairs kernel: hub 4-0:1.0: USB hub found Jun 7 05:04:30 upstairs kernel: hub 4-0:1.0: 2 ports detected Jun 7 05:04:30 upstairs kernel: usb 1-2: new full speed USB device using uhci_hcd and address 2 Jun 7 05:04:30 upstairs kernel: device: '1-2': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device 1-2 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:1-2 Jun 7 05:04:30 upstairs kernel: bus: 'usb': driver_probe_device: matched device 1-2 with driver usb Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device 1-2 Jun 7 05:04:30 upstairs kernel: usb 1-2: configuration #1 chosen from 1 choice Jun 7 05:04:30 upstairs kernel: device: '1-2:1.0': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device 1-2:1.0 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:1-2:1.0 Jun 7 05:04:30 upstairs kernel: device: 'usbdev1.2_ep81': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev1.2_ep81 Jun 7 05:04:30 upstairs kernel: device: 'usbdev1.2_ep02': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev1.2_ep02 Jun 7 05:04:30 upstairs kernel: device: 'usbdev1.2_ep83': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev1.2_ep83 Jun 7 05:04:30 upstairs kernel: driver: '1-2': driver_bound: bound to device 'usb' Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: bound device 1-2 to driver usb Jun 7 05:04:30 upstairs kernel: device: 'usbdev1.2_ep00': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev1.2_ep00 Jun 7 05:04:30 upstairs kernel: usb 1-2: New USB device found, idVendor=06bd, idProduct=2061 Jun 7 05:04:30 upstairs kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Jun 7 05:04:30 upstairs kernel: usb 1-2: Product: SNAPSCAN Jun 7 05:04:30 upstairs kernel: usb 1-2: Manufacturer: AGFA Jun 7 05:04:30 upstairs kernel: driver: '4-0:1.0': driver_bound: bound to device 'hub' Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: bound device 4-0:1.0 to driver hub Jun 7 05:04:30 upstairs kernel: device: 'usbdev4.1_ep81': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev4.1_ep81 Jun 7 05:04:30 upstairs kernel: driver: 'usb4': driver_bound: bound to device 'usb' Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: bound device usb4 to driver usb Jun 7 05:04:30 upstairs kernel: device: 'usbdev4.1_ep00': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev4.1_ep00 Jun 7 05:04:30 upstairs kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 Jun 7 05:04:30 upstairs kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 05:04:30 upstairs kernel: usb usb4: Product: UHCI Host Controller Jun 7 05:04:30 upstairs kernel: usb usb4: Manufacturer: Linux 2.6.26-rc5 uhci_hcd Jun 7 05:04:30 upstairs kernel: usb usb4: SerialNumber: 0000:00:1d.3 Jun 7 05:04:30 upstairs kernel: driver: '0000:00:1d.3': driver_bound: bound to device 'uhci_hcd' Jun 7 05:04:30 upstairs kernel: bus: 'pci': really_probe: bound device 0000:00:1d.3 to driver uhci_hcd Jun 7 05:04:30 upstairs kernel: bus: 'pci': driver_probe_device: matched device 0000:00:1d.7 with driver ehci_hcd Jun 7 05:04:30 upstairs kernel: bus: 'pci': really_probe: probing driver ehci_hcd with device 0000:00:1d.7 Jun 7 05:04:30 upstairs kernel: ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 23 Jun 7 05:04:30 upstairs kernel: PCI: Setting latency timer of device 0000:00:1d.7 to 64 Jun 7 05:04:30 upstairs kernel: ehci_hcd 0000:00:1d.7: EHCI Host Controller Jun 7 05:04:30 upstairs kernel: device: 'usb_host5': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usb_host5 Jun 7 05:04:30 upstairs kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5 Jun 7 05:04:30 upstairs kernel: ehci_hcd 0000:00:1d.7: debug port 1 Jun 7 05:04:30 upstairs kernel: PCI: cache line size of 128 is not supported by device 0000:00:1d.7 Jun 7 05:04:30 upstairs kernel: ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf9fffc00 Jun 7 05:04:30 upstairs kernel: ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 Jun 7 05:04:30 upstairs kernel: device: 'usb5': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device usb5 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:usb5 Jun 7 05:04:30 upstairs kernel: bus: 'usb': driver_probe_device: matched device usb5 with driver usb Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device usb5 Jun 7 05:04:30 upstairs kernel: usb usb5: configuration #1 chosen from 1 choice Jun 7 05:04:30 upstairs kernel: device: '5-0:1.0': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device 5-0:1.0 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:5-0:1.0 Jun 7 05:04:30 upstairs kernel: bus: 'usb': driver_probe_device: matched device 5-0:1.0 with driver hub Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: probing driver hub with device 5-0:1.0 Jun 7 05:04:30 upstairs kernel: hub 5-0:1.0: USB hub found Jun 7 05:04:30 upstairs kernel: hub 5-0:1.0: 8 ports detected Jun 7 05:04:30 upstairs kernel: driver: '5-0:1.0': driver_bound: bound to device 'hub' Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: bound device 5-0:1.0 to driver hub Jun 7 05:04:30 upstairs kernel: device: 'usbdev5.1_ep81': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev5.1_ep81 Jun 7 05:04:30 upstairs kernel: driver: 'usb5': driver_bound: bound to device 'usb' Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: bound device usb5 to driver usb Jun 7 05:04:30 upstairs kernel: device: 'usbdev5.1_ep00': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev5.1_ep00 Jun 7 05:04:30 upstairs kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002 Jun 7 05:04:30 upstairs kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 05:04:30 upstairs kernel: usb usb5: Product: EHCI Host Controller Jun 7 05:04:30 upstairs kernel: usb usb5: Manufacturer: Linux 2.6.26-rc5 ehci_hcd Jun 7 05:04:30 upstairs kernel: usb usb5: SerialNumber: 0000:00:1d.7 Jun 7 05:04:30 upstairs kernel: driver: '0000:00:1d.7': driver_bound: bound to device 'ehci_hcd' Jun 7 05:04:30 upstairs kernel: bus: 'pci': really_probe: bound device 0000:00:1d.7 to driver ehci_hcd Jun 7 05:04:30 upstairs kernel: bus: 'pci': driver_probe_device: matched device 0000:02:09.0 with driver uhci_hcd Jun 7 05:04:30 upstairs kernel: bus: 'pci': really_probe: probing driver uhci_hcd with device 0000:02:09.0 Jun 7 05:04:30 upstairs kernel: ACPI: PCI Interrupt 0000:02:09.0[A] -> GSI 17 (level, low) -> IRQ 17 Jun 7 05:04:30 upstairs kernel: uhci_hcd 0000:02:09.0: UHCI Host Controller Jun 7 05:04:30 upstairs kernel: device: 'usb_host6': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usb_host6 Jun 7 05:04:30 upstairs kernel: uhci_hcd 0000:02:09.0: new USB bus registered, assigned bus number 6 Jun 7 05:04:30 upstairs kernel: uhci_hcd 0000:02:09.0: irq 17, io base 0x0000e400 Jun 7 05:04:30 upstairs kernel: device: 'usb6': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device usb6 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:usb6 Jun 7 05:04:30 upstairs kernel: bus: 'usb': driver_probe_device: matched device usb6 with driver usb Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device usb6 Jun 7 05:04:30 upstairs kernel: usb usb6: configuration #1 chosen from 1 choice Jun 7 05:04:30 upstairs kernel: device: '6-0:1.0': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device 6-0:1.0 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:6-0:1.0 Jun 7 05:04:30 upstairs kernel: bus: 'usb': driver_probe_device: matched device 6-0:1.0 with driver hub Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: probing driver hub with device 6-0:1.0 Jun 7 05:04:30 upstairs kernel: hub 6-0:1.0: USB hub found Jun 7 05:04:30 upstairs kernel: hub 6-0:1.0: 2 ports detected Jun 7 05:04:30 upstairs kernel: driver: '6-0:1.0': driver_bound: bound to device 'hub' Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: bound device 6-0:1.0 to driver hub Jun 7 05:04:30 upstairs kernel: device: 'usbdev6.1_ep81': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev6.1_ep81 Jun 7 05:04:30 upstairs kernel: driver: 'usb6': driver_bound: bound to device 'usb' Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: bound device usb6 to driver usb Jun 7 05:04:30 upstairs kernel: device: 'usbdev6.1_ep00': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev6.1_ep00 Jun 7 05:04:30 upstairs kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 Jun 7 05:04:30 upstairs kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 05:04:30 upstairs kernel: usb usb6: Product: UHCI Host Controller Jun 7 05:04:30 upstairs kernel: usb usb6: Manufacturer: Linux 2.6.26-rc5 uhci_hcd Jun 7 05:04:30 upstairs kernel: usb usb6: SerialNumber: 0000:02:09.0 Jun 7 05:04:30 upstairs kernel: driver: '0000:02:09.0': driver_bound: bound to device 'uhci_hcd' Jun 7 05:04:30 upstairs kernel: bus: 'pci': really_probe: bound device 0000:02:09.0 to driver uhci_hcd Jun 7 05:04:30 upstairs kernel: bus: 'pci': driver_probe_device: matched device 0000:02:09.1 with driver uhci_hcd Jun 7 05:04:30 upstairs kernel: bus: 'pci': really_probe: probing driver uhci_hcd with device 0000:02:09.1 Jun 7 05:04:30 upstairs kernel: ACPI: PCI Interrupt 0000:02:09.1[B] -> GSI 18 (level, low) -> IRQ 18 Jun 7 05:04:30 upstairs kernel: uhci_hcd 0000:02:09.1: UHCI Host Controller Jun 7 05:04:30 upstairs kernel: device: 'usb_host7': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usb_host7 Jun 7 05:04:30 upstairs kernel: uhci_hcd 0000:02:09.1: new USB bus registered, assigned bus number 7 Jun 7 05:04:30 upstairs kernel: uhci_hcd 0000:02:09.1: irq 18, io base 0x0000e800 Jun 7 05:04:30 upstairs kernel: device: 'usb7': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device usb7 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:usb7 Jun 7 05:04:30 upstairs kernel: bus: 'usb': driver_probe_device: matched device usb7 with driver usb Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device usb7 Jun 7 05:04:30 upstairs kernel: usb usb7: configuration #1 chosen from 1 choice Jun 7 05:04:30 upstairs kernel: device: '7-0:1.0': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device 7-0:1.0 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:7-0:1.0 Jun 7 05:04:30 upstairs kernel: bus: 'usb': driver_probe_device: matched device 7-0:1.0 with driver hub Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: probing driver hub with device 7-0:1.0 Jun 7 05:04:30 upstairs kernel: hub 7-0:1.0: USB hub found Jun 7 05:04:30 upstairs kernel: hub 7-0:1.0: 2 ports detected Jun 7 05:04:30 upstairs kernel: driver: '7-0:1.0': driver_bound: bound to device 'hub' Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: bound device 7-0:1.0 to driver hub Jun 7 05:04:30 upstairs kernel: device: 'usbdev7.1_ep81': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev7.1_ep81 Jun 7 05:04:30 upstairs kernel: driver: 'usb7': driver_bound: bound to device 'usb' Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: bound device usb7 to driver usb Jun 7 05:04:30 upstairs kernel: device: 'usbdev7.1_ep00': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev7.1_ep00 Jun 7 05:04:30 upstairs kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 Jun 7 05:04:30 upstairs kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 05:04:30 upstairs kernel: usb usb7: Product: UHCI Host Controller Jun 7 05:04:30 upstairs kernel: usb usb7: Manufacturer: Linux 2.6.26-rc5 uhci_hcd Jun 7 05:04:30 upstairs kernel: usb usb7: SerialNumber: 0000:02:09.1 Jun 7 05:04:30 upstairs kernel: driver: '0000:02:09.1': driver_bound: bound to device 'uhci_hcd' Jun 7 05:04:30 upstairs kernel: bus: 'pci': really_probe: bound device 0000:02:09.1 to driver uhci_hcd Jun 7 05:04:30 upstairs kernel: bus: 'pci': driver_probe_device: matched device 0000:02:09.2 with driver ehci_hcd Jun 7 05:04:30 upstairs kernel: bus: 'pci': really_probe: probing driver ehci_hcd with device 0000:02:09.2 Jun 7 05:04:30 upstairs kernel: ACPI: PCI Interrupt 0000:02:09.2[C] -> GSI 19 (level, low) -> IRQ 19 Jun 7 05:04:30 upstairs kernel: ehci_hcd 0000:02:09.2: EHCI Host Controller Jun 7 05:04:30 upstairs kernel: device: 'usb_host8': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usb_host8 Jun 7 05:04:30 upstairs kernel: ehci_hcd 0000:02:09.2: new USB bus registered, assigned bus number 8 Jun 7 05:04:30 upstairs kernel: ehci_hcd 0000:02:09.2: irq 19, io mem 0xfbfffc00 Jun 7 05:04:30 upstairs kernel: ehci_hcd 0000:02:09.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 Jun 7 05:04:30 upstairs kernel: device: 'usb8': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device usb8 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:usb8 Jun 7 05:04:30 upstairs kernel: bus: 'usb': driver_probe_device: matched device usb8 with driver usb Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device usb8 Jun 7 05:04:30 upstairs kernel: usb usb8: configuration #1 chosen from 1 choice Jun 7 05:04:30 upstairs kernel: device: '8-0:1.0': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device 8-0:1.0 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:8-0:1.0 Jun 7 05:04:30 upstairs kernel: bus: 'usb': driver_probe_device: matched device 8-0:1.0 with driver hub Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: probing driver hub with device 8-0:1.0 Jun 7 05:04:30 upstairs kernel: hub 8-0:1.0: USB hub found Jun 7 05:04:30 upstairs kernel: hub 8-0:1.0: 4 ports detected Jun 7 05:04:30 upstairs kernel: driver: '8-0:1.0': driver_bound: bound to device 'hub' Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: bound device 8-0:1.0 to driver hub Jun 7 05:04:30 upstairs kernel: device: 'usbdev8.1_ep81': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev8.1_ep81 Jun 7 05:04:30 upstairs kernel: driver: 'usb8': driver_bound: bound to device 'usb' Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: bound device usb8 to driver usb Jun 7 05:04:30 upstairs kernel: device: 'usbdev8.1_ep00': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev8.1_ep00 Jun 7 05:04:30 upstairs kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0002 Jun 7 05:04:30 upstairs kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 05:04:30 upstairs kernel: usb usb8: Product: EHCI Host Controller Jun 7 05:04:30 upstairs kernel: usb usb8: Manufacturer: Linux 2.6.26-rc5 ehci_hcd Jun 7 05:04:30 upstairs kernel: usb usb8: SerialNumber: 0000:02:09.2 Jun 7 05:04:30 upstairs kernel: driver: '0000:02:09.2': driver_bound: bound to device 'ehci_hcd' Jun 7 05:04:30 upstairs kernel: bus: 'pci': really_probe: bound device 0000:02:09.2 to driver ehci_hcd Jun 7 05:04:30 upstairs kernel: bus: 'pci': driver_probe_device: matched device 0000:02:0a.0 with driver ohci_hcd Jun 7 05:04:30 upstairs kernel: bus: 'pci': really_probe: probing driver ohci_hcd with device 0000:02:0a.0 Jun 7 05:04:30 upstairs kernel: ACPI: PCI Interrupt 0000:02:0a.0[A] -> GSI 21 (level, low) -> IRQ 21 Jun 7 05:04:30 upstairs kernel: ohci_hcd 0000:02:0a.0: OHCI Host Controller Jun 7 05:04:30 upstairs kernel: device: 'usb_host9': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usb_host9 Jun 7 05:04:30 upstairs kernel: ohci_hcd 0000:02:0a.0: new USB bus registered, assigned bus number 9 Jun 7 05:04:30 upstairs kernel: ohci_hcd 0000:02:0a.0: irq 21, io mem 0xfbffd000 Jun 7 05:04:30 upstairs kernel: usb 1-2: USB disconnect, address 2 Jun 7 05:04:30 upstairs kernel: PM: Removing info for usb:1-2:1.0 Jun 7 05:04:30 upstairs kernel: bus: 'usb': remove device 1-2:1.0 Jun 7 05:04:30 upstairs kernel: device: 'usbdev1.2_ep81': device_unregister Jun 7 05:04:30 upstairs kernel: PM: Removing info for No Bus:usbdev1.2_ep81 Jun 7 05:04:30 upstairs kernel: device: 'usbdev1.2_ep02': device_unregister Jun 7 05:04:30 upstairs kernel: PM: Removing info for No Bus:usbdev1.2_ep02 Jun 7 05:04:30 upstairs kernel: device: 'usbdev1.2_ep83': device_unregister Jun 7 05:04:30 upstairs kernel: PM: Removing info for No Bus:usbdev1.2_ep83 Jun 7 05:04:30 upstairs kernel: device: 'usbdev1.2_ep00': device_unregister Jun 7 05:04:30 upstairs kernel: PM: Removing info for No Bus:usbdev1.2_ep00 Jun 7 05:04:30 upstairs kernel: PM: Removing info for usb:1-2 Jun 7 05:04:30 upstairs kernel: bus: 'usb': remove device 1-2 Jun 7 05:04:30 upstairs kernel: usb 1-2: new full speed USB device using uhci_hcd and address 3 Jun 7 05:04:30 upstairs kernel: device: '1-2': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device 1-2 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:1-2 Jun 7 05:04:30 upstairs kernel: bus: 'usb': driver_probe_device: matched device 1-2 with driver usb Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device 1-2 Jun 7 05:04:30 upstairs kernel: usb 1-2: configuration #1 chosen from 1 choice Jun 7 05:04:30 upstairs kernel: device: '1-2:1.0': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device 1-2:1.0 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:1-2:1.0 Jun 7 05:04:30 upstairs kernel: device: 'usbdev1.3_ep81': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev1.3_ep81 Jun 7 05:04:30 upstairs kernel: device: 'usbdev1.3_ep02': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev1.3_ep02 Jun 7 05:04:30 upstairs kernel: device: 'usbdev1.3_ep83': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev1.3_ep83 Jun 7 05:04:30 upstairs kernel: driver: '1-2': driver_bound: bound to device 'usb' Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: bound device 1-2 to driver usb Jun 7 05:04:30 upstairs kernel: device: 'usbdev1.3_ep00': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev1.3_ep00 Jun 7 05:04:30 upstairs kernel: usb 1-2: New USB device found, idVendor=06bd, idProduct=2061 Jun 7 05:04:30 upstairs kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Jun 7 05:04:30 upstairs kernel: usb 1-2: Product: SNAPSCAN Jun 7 05:04:30 upstairs kernel: usb 1-2: Manufacturer: AGFA Jun 7 05:04:30 upstairs kernel: device: 'usb9': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device usb9 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:usb9 Jun 7 05:04:30 upstairs kernel: bus: 'usb': driver_probe_device: matched device usb9 with driver usb Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device usb9 Jun 7 05:04:30 upstairs kernel: usb usb9: configuration #1 chosen from 1 choice Jun 7 05:04:30 upstairs kernel: device: '9-0:1.0': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device 9-0:1.0 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:9-0:1.0 Jun 7 05:04:30 upstairs kernel: bus: 'usb': driver_probe_device: matched device 9-0:1.0 with driver hub Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: probing driver hub with device 9-0:1.0 Jun 7 05:04:30 upstairs kernel: hub 9-0:1.0: USB hub found Jun 7 05:04:30 upstairs kernel: hub 9-0:1.0: 3 ports detected Jun 7 05:04:30 upstairs kernel: usb 8-1: new high speed USB device using ehci_hcd and address 2 Jun 7 05:04:30 upstairs kernel: device: '8-1': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device 8-1 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:8-1 Jun 7 05:04:30 upstairs kernel: bus: 'usb': driver_probe_device: matched device 8-1 with driver usb Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device 8-1 Jun 7 05:04:30 upstairs kernel: usb 8-1: configuration #1 chosen from 1 choice Jun 7 05:04:30 upstairs kernel: device: '8-1:1.0': device_add Jun 7 05:04:30 upstairs kernel: bus: 'usb': add device 8-1:1.0 Jun 7 05:04:30 upstairs kernel: PM: Adding info for usb:8-1:1.0 Jun 7 05:04:30 upstairs kernel: device: 'usbdev8.2_ep01': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev8.2_ep01 Jun 7 05:04:30 upstairs kernel: device: 'usbdev8.2_ep81': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev8.2_ep81 Jun 7 05:04:30 upstairs kernel: device: 'usbdev8.2_ep82': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev8.2_ep82 Jun 7 05:04:30 upstairs kernel: device: 'usbdev8.2_ep83': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev8.2_ep83 Jun 7 05:04:30 upstairs kernel: driver: '8-1': driver_bound: bound to device 'usb' Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: bound device 8-1 to driver usb Jun 7 05:04:30 upstairs kernel: device: 'usbdev8.2_ep00': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev8.2_ep00 Jun 7 05:04:30 upstairs kernel: usb 8-1: New USB device found, idVendor=2040, idProduct=9950 Jun 7 05:04:30 upstairs kernel: usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Jun 7 05:04:30 upstairs kernel: usb 8-1: Product: WinTV Nova-DT Jun 7 05:04:30 upstairs kernel: usb 8-1: Manufacturer: Hauppauge Jun 7 05:04:30 upstairs kernel: usb 8-1: SerialNumber: 4030248054 Jun 7 05:04:30 upstairs kernel: driver: '9-0:1.0': driver_bound: bound to device 'hub' Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: bound device 9-0:1.0 to driver hub Jun 7 05:04:30 upstairs kernel: device: 'usbdev9.1_ep81': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev9.1_ep81 Jun 7 05:04:30 upstairs kernel: driver: 'usb9': driver_bound: bound to device 'usb' Jun 7 05:04:30 upstairs kernel: bus: 'usb': really_probe: bound device usb9 to driver usb Jun 7 05:04:30 upstairs kernel: device: 'usbdev9.1_ep00': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usbdev9.1_ep00 Jun 7 05:04:30 upstairs kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0001 Jun 7 05:04:30 upstairs kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 05:04:30 upstairs kernel: usb usb9: Product: OHCI Host Controller Jun 7 05:04:30 upstairs kernel: usb usb9: Manufacturer: Linux 2.6.26-rc5 ohci_hcd Jun 7 05:04:30 upstairs kernel: usb usb9: SerialNumber: 0000:02:0a.0 Jun 7 05:04:30 upstairs kernel: driver: '0000:02:0a.0': driver_bound: bound to device 'ohci_hcd' Jun 7 05:04:30 upstairs kernel: bus: 'pci': really_probe: bound device 0000:02:0a.0 to driver ohci_hcd Jun 7 05:04:30 upstairs kernel: bus: 'pci': driver_probe_device: matched device 0000:02:0a.2 with driver ehci_hcd Jun 7 05:04:30 upstairs kernel: bus: 'pci': really_probe: probing driver ehci_hcd with device 0000:02:0a.2 Jun 7 05:04:30 upstairs kernel: ACPI: PCI Interrupt 0000:02:0a.2[C] -> GSI 23 (level, low) -> IRQ 23 Jun 7 05:04:30 upstairs kernel: ehci_hcd 0000:02:0a.2: EHCI Host Controller Jun 7 05:04:30 upstairs kernel: device: 'usb_host10': device_add Jun 7 05:04:30 upstairs kernel: PM: Adding info for No Bus:usb_host10 Jun 7 05:04:30 upstairs kernel: ehci_hcd 0000:02:0a.2: new USB bus registered, assigned bus number 10 Jun 7 05:04:30 upstairs kernel: ehci_hcd 0000:02:0a.2: irq 23, io mem 0xfbfff800 Jun 7 05:04:30 upstairs kernel: usb 2-2: new low speed USB device using uhci_hcd and address 2 Jun 7 05:04:30 upstairs kernel: ehci_hcd 0000:02:0a.2: USB 2.0 started, EHCI 0.95, driver 10 Dec 2004 Jun 7 05:05:03 upstairs kernel: device: 'usb10': device_add Jun 7 05:05:03 upstairs kernel: bus: 'usb': add device usb10 Jun 7 05:05:03 upstairs kernel: PM: Adding info for usb:usb10 Jun 7 05:05:03 upstairs kernel: bus: 'usb': driver_probe_device: matched device usb10 with driver usb Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device usb10 Jun 7 05:05:03 upstairs kernel: usb usb10: configuration #1 chosen from 1 choice Jun 7 05:05:03 upstairs kernel: device: '10-0:1.0': device_add Jun 7 05:05:03 upstairs kernel: bus: 'usb': add device 10-0:1.0 Jun 7 05:05:03 upstairs kernel: PM: Adding info for usb:10-0:1.0 Jun 7 05:05:03 upstairs kernel: bus: 'usb': driver_probe_device: matched device 10-0:1.0 with driver hub Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: probing driver hub with device 10-0:1.0 Jun 7 05:05:03 upstairs kernel: hub 10-0:1.0: USB hub found Jun 7 05:05:03 upstairs kernel: hub 10-0:1.0: 5 ports detected Jun 7 05:05:03 upstairs kernel: device: '2-2': device_add Jun 7 05:05:03 upstairs kernel: bus: 'usb': add device 2-2 Jun 7 05:05:03 upstairs kernel: PM: Adding info for usb:2-2 Jun 7 05:05:03 upstairs kernel: bus: 'usb': driver_probe_device: matched device 2-2 with driver usb Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device 2-2 Jun 7 05:05:03 upstairs kernel: usb 2-2: configuration #1 chosen from 1 choice Jun 7 05:05:03 upstairs kernel: device: '2-2:1.0': device_add Jun 7 05:05:03 upstairs kernel: bus: 'usb': add device 2-2:1.0 Jun 7 05:05:03 upstairs kernel: PM: Adding info for usb:2-2:1.0 Jun 7 05:05:03 upstairs kernel: device: 'usbdev2.2_ep81': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:usbdev2.2_ep81 Jun 7 05:05:03 upstairs kernel: device: '2-2:1.1': device_add Jun 7 05:05:03 upstairs kernel: bus: 'usb': add device 2-2:1.1 Jun 7 05:05:03 upstairs kernel: PM: Adding info for usb:2-2:1.1 Jun 7 05:05:03 upstairs kernel: device: 'usbdev2.2_ep82': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:usbdev2.2_ep82 Jun 7 05:05:03 upstairs kernel: driver: '2-2': driver_bound: bound to device 'usb' Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: bound device 2-2 to driver usb Jun 7 05:05:03 upstairs kernel: device: 'usbdev2.2_ep00': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:usbdev2.2_ep00 Jun 7 05:05:03 upstairs kernel: usb 2-2: New USB device found, idVendor=045e, idProduct=00f1 Jun 7 05:05:03 upstairs kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Jun 7 05:05:03 upstairs kernel: usb 2-2: Product: Microsoft Wireless Desktop Receiver 3.1A Jun 7 05:05:03 upstairs kernel: usb 2-2: Manufacturer: Microsft Jun 7 05:05:03 upstairs kernel: driver: '10-0:1.0': driver_bound: bound to device 'hub' Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: bound device 10-0:1.0 to driver hub Jun 7 05:05:03 upstairs kernel: device: 'usbdev10.1_ep81': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:usbdev10.1_ep81 Jun 7 05:05:03 upstairs kernel: driver: 'usb10': driver_bound: bound to device 'usb' Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: bound device usb10 to driver usb Jun 7 05:05:03 upstairs kernel: device: 'usbdev10.1_ep00': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:usbdev10.1_ep00 Jun 7 05:05:03 upstairs kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0002 Jun 7 05:05:03 upstairs kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 05:05:03 upstairs kernel: usb usb10: Product: EHCI Host Controller Jun 7 05:05:03 upstairs kernel: usb usb10: Manufacturer: Linux 2.6.26-rc5 ehci_hcd Jun 7 05:05:03 upstairs kernel: usb usb10: SerialNumber: 0000:02:0a.2 Jun 7 05:05:03 upstairs kernel: driver: '0000:02:0a.2': driver_bound: bound to device 'ehci_hcd' Jun 7 05:05:03 upstairs kernel: bus: 'pci': really_probe: bound device 0000:02:0a.2 to driver ehci_hcd Jun 7 05:05:03 upstairs kernel: bus: 'pci': driver_probe_device: matched device 0000:02:0a.1 with driver ohci_hcd Jun 7 05:05:03 upstairs kernel: bus: 'pci': really_probe: probing driver ohci_hcd with device 0000:02:0a.1 Jun 7 05:05:03 upstairs kernel: ACPI: PCI Interrupt 0000:02:0a.1[B] -> GSI 22 (level, low) -> IRQ 22 Jun 7 05:05:03 upstairs kernel: ohci_hcd 0000:02:0a.1: OHCI Host Controller Jun 7 05:05:03 upstairs kernel: device: 'usb_host11': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:usb_host11 Jun 7 05:05:03 upstairs kernel: ohci_hcd 0000:02:0a.1: new USB bus registered, assigned bus number 11 Jun 7 05:05:03 upstairs kernel: ohci_hcd 0000:02:0a.1: irq 22, io mem 0xfbffe000 Jun 7 05:05:03 upstairs kernel: usb 10-3: new high speed USB device using ehci_hcd and address 2 Jun 7 05:05:03 upstairs kernel: device: '10-3': device_add Jun 7 05:05:03 upstairs kernel: bus: 'usb': add device 10-3 Jun 7 05:05:03 upstairs kernel: PM: Adding info for usb:10-3 Jun 7 05:05:03 upstairs kernel: bus: 'usb': driver_probe_device: matched device 10-3 with driver usb Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device 10-3 Jun 7 05:05:03 upstairs kernel: usb 10-3: configuration #1 chosen from 1 choice Jun 7 05:05:03 upstairs kernel: device: '10-3:1.0': device_add Jun 7 05:05:03 upstairs kernel: bus: 'usb': add device 10-3:1.0 Jun 7 05:05:03 upstairs kernel: PM: Adding info for usb:10-3:1.0 Jun 7 05:05:03 upstairs kernel: bus: 'usb': driver_probe_device: matched device 10-3:1.0 with driver hub Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: probing driver hub with device 10-3:1.0 Jun 7 05:05:03 upstairs kernel: hub 10-3:1.0: USB hub found Jun 7 05:05:03 upstairs kernel: hub 10-3:1.0: 4 ports detected Jun 7 05:05:03 upstairs kernel: driver: '10-3:1.0': driver_bound: bound to device 'hub' Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: bound device 10-3:1.0 to driver hub Jun 7 05:05:03 upstairs kernel: device: 'usbdev10.2_ep81': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:usbdev10.2_ep81 Jun 7 05:05:03 upstairs kernel: driver: '10-3': driver_bound: bound to device 'usb' Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: bound device 10-3 to driver usb Jun 7 05:05:03 upstairs kernel: device: 'usbdev10.2_ep00': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:usbdev10.2_ep00 Jun 7 05:05:03 upstairs kernel: usb 10-3: New USB device found, idVendor=0409, idProduct=0059 Jun 7 05:05:03 upstairs kernel: usb 10-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Jun 7 05:05:03 upstairs kernel: device: 'usb11': device_add Jun 7 05:05:03 upstairs kernel: bus: 'usb': add device usb11 Jun 7 05:05:03 upstairs kernel: PM: Adding info for usb:usb11 Jun 7 05:05:03 upstairs kernel: bus: 'usb': driver_probe_device: matched device usb11 with driver usb Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device usb11 Jun 7 05:05:03 upstairs kernel: usb usb11: configuration #1 chosen from 1 choice Jun 7 05:05:03 upstairs kernel: device: '11-0:1.0': device_add Jun 7 05:05:03 upstairs kernel: bus: 'usb': add device 11-0:1.0 Jun 7 05:05:03 upstairs kernel: PM: Adding info for usb:11-0:1.0 Jun 7 05:05:03 upstairs kernel: bus: 'usb': driver_probe_device: matched device 11-0:1.0 with driver hub Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: probing driver hub with device 11-0:1.0 Jun 7 05:05:03 upstairs kernel: hub 11-0:1.0: USB hub found Jun 7 05:05:03 upstairs kernel: hub 11-0:1.0: 2 ports detected Jun 7 05:05:03 upstairs kernel: driver: '11-0:1.0': driver_bound: bound to device 'hub' Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: bound device 11-0:1.0 to driver hub Jun 7 05:05:03 upstairs kernel: device: 'usbdev11.1_ep81': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:usbdev11.1_ep81 Jun 7 05:05:03 upstairs kernel: driver: 'usb11': driver_bound: bound to device 'usb' Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: bound device usb11 to driver usb Jun 7 05:05:03 upstairs kernel: device: 'usbdev11.1_ep00': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:usbdev11.1_ep00 Jun 7 05:05:03 upstairs kernel: usb usb11: New USB device found, idVendor=1d6b, idProduct=0001 Jun 7 05:05:03 upstairs kernel: usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 7 05:05:03 upstairs kernel: usb usb11: Product: OHCI Host Controller Jun 7 05:05:03 upstairs kernel: usb usb11: Manufacturer: Linux 2.6.26-rc5 ohci_hcd Jun 7 05:05:03 upstairs kernel: usb usb11: SerialNumber: 0000:02:0a.1 Jun 7 05:05:03 upstairs kernel: driver: '0000:02:0a.1': driver_bound: bound to device 'ohci_hcd' Jun 7 05:05:03 upstairs kernel: bus: 'pci': really_probe: bound device 0000:02:0a.1 to driver ohci_hcd Jun 7 05:05:03 upstairs kernel: bus: 'pci': driver_probe_device: matched device 0000:02:0b.0 with driver ohci1394 Jun 7 05:05:03 upstairs kernel: bus: 'pci': really_probe: probing driver ohci1394 with device 0000:02:0b.0 Jun 7 05:05:03 upstairs kernel: ACPI: PCI Interrupt 0000:02:0b.0[A] -> GSI 22 (level, low) -> IRQ 22 Jun 7 05:05:03 upstairs kernel: device: 'fw-host0': device_add Jun 7 05:05:03 upstairs kernel: bus: 'ieee1394': add device fw-host0 Jun 7 05:05:03 upstairs kernel: PM: Adding info for ieee1394:fw-host0 Jun 7 05:05:03 upstairs kernel: driver: 'fw-host0': driver_bound: bound to device 'nodemgr' Jun 7 05:05:03 upstairs kernel: device: 'fw-host0': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:fw-host0 Jun 7 05:05:03 upstairs kernel: ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[22] MMIO=[fbfff000-fbfff7ff] Max Packet=[2048] IR/IT contexts=[4/8] Jun 7 05:05:03 upstairs kernel: driver: '0000:02:0b.0': driver_bound: bound to device 'ohci1394' Jun 7 05:05:03 upstairs kernel: bus: 'pci': really_probe: bound device 0000:02:0b.0 to driver ohci1394 Jun 7 05:05:03 upstairs kernel: bus: 'usb': add driver usbhid Jun 7 05:05:03 upstairs kernel: bus: 'usb': driver_probe_device: matched device 2-2:1.0 with driver usbhid Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: probing driver usbhid with device 2-2:1.0 Jun 7 05:05:03 upstairs kernel: bus: 'i2c': registered Jun 7 05:05:03 upstairs kernel: device class 'i2c-adapter': registering Jun 7 05:05:03 upstairs kernel: bus: 'i2c': add driver dummy Jun 7 05:05:03 upstairs kernel: device: 'input2': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:input2 Jun 7 05:05:03 upstairs kernel: input: Microsft Microsoft Wireless Desktop Receiver 3.1A as /devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/input/input2 Jun 7 05:05:03 upstairs kernel: device: 'event2': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:event2 Jun 7 05:05:03 upstairs kernel: input: USB HID v1.11 Keyboard [Microsft Microsoft Wireless Desktop Receiver 3.1A] on usb-0000:00:1d.1-2 Jun 7 05:05:03 upstairs kernel: driver: '2-2:1.0': driver_bound: bound to device 'usbhid' Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: bound device 2-2:1.0 to driver usbhid Jun 7 05:05:03 upstairs kernel: bus: 'usb': driver_probe_device: matched device 2-2:1.1 with driver usbhid Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: probing driver usbhid with device 2-2:1.1 Jun 7 05:05:03 upstairs kernel: device class 'firmware': registering Jun 7 05:05:03 upstairs kernel: device class 'dvb': registering Jun 7 05:05:03 upstairs kernel: dib0700: loaded with support for 7 different device-types Jun 7 05:05:03 upstairs kernel: bus: 'usb': add driver dvb_usb_dib0700 Jun 7 05:05:03 upstairs kernel: bus: 'usb': driver_probe_device: matched device 8-1:1.0 with driver dvb_usb_dib0700 Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: probing driver dvb_usb_dib0700 with device 8-1:1.0 Jun 7 05:05:03 upstairs kernel: dvb-usb: found a 'Hauppauge Nova-T 500 Dual DVB-T' in warm state. Jun 7 05:05:03 upstairs kernel: device: 'i2c-0': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:i2c-0 Jun 7 05:05:03 upstairs kernel: dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. Jun 7 05:05:03 upstairs kernel: DVB: registering new adapter (Hauppauge Nova-T 500 Dual DVB-T) Jun 7 05:05:03 upstairs kernel: device: 'dvb0.demux0': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:dvb0.demux0 Jun 7 05:05:03 upstairs kernel: device: 'dvb0.dvr0': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:dvb0.dvr0 Jun 7 05:05:03 upstairs kernel: device: 'dvb0.net0': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:dvb0.net0 Jun 7 05:05:03 upstairs kernel: device: 'input3': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:input3 Jun 7 05:05:03 upstairs kernel: input: Microsft Microsoft Wireless Desktop Receiver 3.1A as /devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.1/input/input3 Jun 7 05:05:03 upstairs kernel: device: 'mouse0': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:mouse0 Jun 7 05:05:03 upstairs kernel: device: 'event3': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:event3 Jun 7 05:05:03 upstairs kernel: input: USB HID v1.11 Mouse [Microsft Microsoft Wireless Desktop Receiver 3.1A] on usb-0000:00:1d.1-2 Jun 7 05:05:03 upstairs kernel: driver: '2-2:1.1': driver_bound: bound to device 'usbhid' Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: bound device 2-2:1.1 to driver usbhid Jun 7 05:05:03 upstairs kernel: usbcore: registered new interface driver usbhid Jun 7 05:05:03 upstairs kernel: usbhid: v2.6:USB HID core driver Jun 7 05:05:03 upstairs kernel: device: 'i2c-1': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:i2c-1 Jun 7 05:05:03 upstairs kernel: DVB: registering frontend 0 (DiBcom 3000MC/P)... Jun 7 05:05:03 upstairs kernel: device: 'dvb0.frontend0': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:dvb0.frontend0 Jun 7 05:05:03 upstairs kernel: MT2060: successfully identified (IF1 = 1230) Jun 7 05:05:03 upstairs kernel: dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. Jun 7 05:05:03 upstairs kernel: DVB: registering new adapter (Hauppauge Nova-T 500 Dual DVB-T) Jun 7 05:05:03 upstairs kernel: device: 'dvb1.demux0': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:dvb1.demux0 Jun 7 05:05:03 upstairs kernel: device: 'dvb1.dvr0': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:dvb1.dvr0 Jun 7 05:05:03 upstairs kernel: device: 'dvb1.net0': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:dvb1.net0 Jun 7 05:05:03 upstairs kernel: device: 'i2c-2': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:i2c-2 Jun 7 05:05:03 upstairs kernel: DVB: registering frontend 1 (DiBcom 3000MC/P)... Jun 7 05:05:03 upstairs kernel: device: 'dvb1.frontend0': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:dvb1.frontend0 Jun 7 05:05:03 upstairs kernel: MT2060: successfully identified (IF1 = 1234) Jun 7 05:05:03 upstairs kernel: device: '00110666000013cc': device_add Jun 7 05:05:03 upstairs kernel: bus: 'ieee1394': add device 00110666000013cc Jun 7 05:05:03 upstairs kernel: PM: Adding info for ieee1394:00110666000013cc Jun 7 05:05:03 upstairs kernel: device: '00110666000013cc': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:00110666000013cc Jun 7 05:05:03 upstairs kernel: ieee1394: Host added: ID:BUS[0-00:1023] GUID[00110666000013cc] Jun 7 05:05:03 upstairs kernel: device: 'input4': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:input4 Jun 7 05:05:03 upstairs kernel: input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:1e.0/0000:02:09.2/usb8/8-1/input/input4 Jun 7 05:05:03 upstairs kernel: device: 'event4': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:event4 Jun 7 05:05:03 upstairs kernel: dvb-usb: schedule remote query interval to 150 msecs. Jun 7 05:05:03 upstairs kernel: dvb-usb: Hauppauge Nova-T 500 Dual DVB-T successfully initialized and connected. Jun 7 05:05:03 upstairs kernel: driver: '8-1:1.0': driver_bound: bound to device 'dvb_usb_dib0700' Jun 7 05:05:03 upstairs kernel: bus: 'usb': really_probe: bound device 8-1:1.0 to driver dvb_usb_dib0700 Jun 7 05:05:03 upstairs kernel: usbcore: registered new interface driver dvb_usb_dib0700 Jun 7 05:05:03 upstairs kernel: fuse init (API version 7.9) Jun 7 05:05:03 upstairs kernel: device: 'fuse': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:fuse Jun 7 05:05:03 upstairs kernel: device: '8:1-fuseblk': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:8:1-fuseblk Jun 7 05:05:03 upstairs kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 7 05:05:03 upstairs kernel: kjournald starting. Commit interval 5 seconds Jun 7 05:05:03 upstairs kernel: EXT3 FS on sdb6, internal journal Jun 7 05:05:03 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 7 05:05:03 upstairs kernel: kjournald starting. Commit interval 5 seconds Jun 7 05:05:03 upstairs kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 7 05:05:03 upstairs kernel: EXT3 FS on sda6, internal journal Jun 7 05:05:03 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 7 05:05:03 upstairs kernel: kjournald starting. Commit interval 5 seconds Jun 7 05:05:03 upstairs kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 7 05:05:03 upstairs kernel: EXT3 FS on sda7, internal journal Jun 7 05:05:03 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 7 05:05:03 upstairs kernel: kjournald starting. Commit interval 5 seconds Jun 7 05:05:03 upstairs kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 7 05:05:03 upstairs kernel: EXT3 FS on sdc2, internal journal Jun 7 05:05:03 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 7 05:05:03 upstairs kernel: Adding 4096532k swap on /dev/sda5. Priority:-1 extents:1 across:4096532k Jun 7 05:05:03 upstairs kernel: device: 'vcs1': device_unregister Jun 7 05:05:03 upstairs kernel: PM: Removing info for No Bus:vcs1 Jun 7 05:05:03 upstairs kernel: device: 'vcs1': device_create_release Jun 7 05:05:03 upstairs kernel: device: 'vcsa1': device_unregister Jun 7 05:05:03 upstairs kernel: PM: Removing info for No Bus:vcsa1 Jun 7 05:05:03 upstairs kernel: device: 'vcsa1': device_create_release Jun 7 05:05:03 upstairs kernel: device: 'vcs1': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:vcs1 Jun 7 05:05:03 upstairs kernel: device: 'vcsa1': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:vcsa1 Jun 7 05:05:03 upstairs kernel: device: 'vcs1': device_unregister Jun 7 05:05:03 upstairs kernel: PM: Removing info for No Bus:vcs1 Jun 7 05:05:03 upstairs kernel: device: 'vcs1': device_create_release Jun 7 05:05:03 upstairs kernel: device: 'vcsa1': device_unregister Jun 7 05:05:03 upstairs kernel: PM: Removing info for No Bus:vcsa1 Jun 7 05:05:03 upstairs kernel: device: 'vcsa1': device_create_release Jun 7 05:05:03 upstairs kernel: device: 'vcs1': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:vcs1 Jun 7 05:05:03 upstairs kernel: device: 'vcsa1': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:vcsa1 Jun 7 05:05:03 upstairs kernel: device: 'vcs1': device_unregister Jun 7 05:05:03 upstairs kernel: PM: Removing info for No Bus:vcs1 Jun 7 05:05:03 upstairs kernel: device: 'vcs1': device_create_release Jun 7 05:05:03 upstairs kernel: device: 'vcsa1': device_unregister Jun 7 05:05:03 upstairs kernel: PM: Removing info for No Bus:vcsa1 Jun 7 05:05:03 upstairs kernel: device: 'vcsa1': device_create_release Jun 7 05:05:03 upstairs kernel: device: 'vcs1': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:vcs1 Jun 7 05:05:03 upstairs kernel: device: 'vcsa1': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:vcsa1 Jun 7 05:05:03 upstairs kernel: device: 'vcs1': device_unregister Jun 7 05:05:03 upstairs kernel: PM: Removing info for No Bus:vcs1 Jun 7 05:05:03 upstairs kernel: device: 'vcs1': device_create_release Jun 7 05:05:03 upstairs kernel: device: 'vcsa1': device_unregister Jun 7 05:05:03 upstairs kernel: PM: Removing info for No Bus:vcsa1 Jun 7 05:05:03 upstairs kernel: device: 'vcsa1': device_create_release Jun 7 05:05:03 upstairs kernel: device: 'vcs1': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:vcs1 Jun 7 05:05:03 upstairs kernel: device: 'vcsa1': device_add Jun 7 05:05:03 upstairs kernel: PM: Adding info for No Bus:vcsa1 Jun 7 05:05:03 upstairs kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 Jun 7 05:05:03 upstairs kernel: ip_tables: (C) 2000-2006 Netfilter Core Team Jun 7 05:05:03 upstairs kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max) Jun 7 05:05:03 upstairs kernel: bus: 'pci': remove driver parport_pc Jun 7 05:05:03 upstairs kernel: driver: 'parport_pc': driver_release Jun 7 05:05:03 upstairs kernel: bus: 'pnp': remove driver parport_pc Jun 7 05:05:03 upstairs kernel: parport_pc 00:06: disabled Jun 7 05:05:03 upstairs kernel: driver: 'parport_pc': driver_release Jun 7 05:05:06 upstairs kernel: pnp: the driver 'parport_pc' has been unregistered Jun 7 05:05:06 upstairs kernel: bus: 'platform': remove driver parport_pc Jun 7 05:05:06 upstairs kernel: driver: 'parport_pc': driver_release Jun 7 05:05:06 upstairs kernel: bus: 'pci': remove driver ohci1394 Jun 7 05:05:06 upstairs kernel: ieee1394: Node removed: ID:BUS[0-00:1023] GUID[00110666000013cc] Jun 7 05:05:06 upstairs kernel: device: '00110666000013cc': device_unregister Jun 7 05:05:06 upstairs kernel: PM: Removing info for No Bus:00110666000013cc Jun 7 05:05:06 upstairs kernel: device: '00110666000013cc': device_unregister Jun 7 05:05:06 upstairs kernel: PM: Removing info for ieee1394:00110666000013cc Jun 7 05:05:06 upstairs kernel: bus: 'ieee1394': remove device 00110666000013cc Jun 7 05:05:06 upstairs kernel: device: 'fw-host0': device_unregister Jun 7 05:05:06 upstairs kernel: PM: Removing info for No Bus:fw-host0 Jun 7 05:05:06 upstairs kernel: device: 'fw-host0': device_unregister Jun 7 05:05:06 upstairs kernel: PM: Removing info for ieee1394:fw-host0 Jun 7 05:05:06 upstairs kernel: bus: 'ieee1394': remove device fw-host0 Jun 7 05:05:06 upstairs kernel: driver: 'ohci1394': driver_release Jun 7 05:05:06 upstairs kernel: bus: 'ieee1394': remove driver nodemgr Jun 7 05:05:06 upstairs kernel: driver: 'nodemgr': driver_release Jun 7 05:05:06 upstairs kernel: device class 'ieee1394': unregistering Jun 7 05:05:06 upstairs kernel: class 'ieee1394': release. Jun 7 05:05:06 upstairs kernel: class 'ieee1394' does not have a release() function, be careful Jun 7 05:05:06 upstairs kernel: device class 'ieee1394_node': unregistering Jun 7 05:05:06 upstairs kernel: class 'ieee1394_node': release. Jun 7 05:05:06 upstairs kernel: class 'ieee1394_node' does not have a release() function, be careful Jun 7 05:05:06 upstairs kernel: device class 'ieee1394_protocol': unregistering Jun 7 05:05:06 upstairs kernel: class 'ieee1394_protocol': release. Jun 7 05:05:06 upstairs kernel: class_create_release called for ieee1394_protocol Jun 7 05:05:06 upstairs kernel: device class 'ieee1394_host': unregistering Jun 7 05:05:06 upstairs kernel: class 'ieee1394_host': release. Jun 7 05:05:06 upstairs kernel: class 'ieee1394_host' does not have a release() function, be careful Jun 7 05:05:06 upstairs kernel: bus: 'ieee1394': unregistering Jun 7 05:05:06 upstairs kernel: device: 'vcs3': device_add Jun 7 05:05:06 upstairs kernel: PM: Adding info for No Bus:vcs3 Jun 7 05:05:06 upstairs kernel: device: 'vcsa3': device_add Jun 7 05:05:06 upstairs kernel: PM: Adding info for No Bus:vcsa3 Jun 7 05:05:06 upstairs kernel: device: 'vcs2': device_add Jun 7 05:05:06 upstairs kernel: PM: Adding info for No Bus:vcs2 Jun 7 05:05:06 upstairs kernel: device: 'vcsa2': device_add Jun 7 05:05:06 upstairs kernel: PM: Adding info for No Bus:vcsa2 Jun 7 05:05:06 upstairs kernel: device: 'vcs4': device_add Jun 7 05:05:06 upstairs kernel: PM: Adding info for No Bus:vcs4 Jun 7 05:05:06 upstairs kernel: device: 'vcsa4': device_add Jun 7 05:05:06 upstairs kernel: PM: Adding info for No Bus:vcsa4 Jun 7 05:05:06 upstairs kernel: device: 'vcs5': device_add Jun 7 05:05:06 upstairs kernel: PM: Adding info for No Bus:vcs5 Jun 7 05:05:06 upstairs kernel: device: 'vcsa5': device_add Jun 7 05:05:06 upstairs kernel: PM: Adding info for No Bus:vcsa5 ^ permalink raw reply [flat|nested] 40+ messages in thread
[parent not found: <1212777612.16182.21.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>]
* Re: 2,6.26-rc4-git2 - long pause during boot [not found] ` <1212777612.16182.21.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> @ 2008-06-08 6:19 ` Chris Clayton [not found] ` <200806080619.17531.chris2553-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 40+ messages in thread From: Chris Clayton @ 2008-06-08 6:19 UTC (permalink / raw) To: James Bottomley Cc: Andrew Morton, LKML, linux-scsi-u79uwXL29TY76Z2rM5mHXA, Hannes Reinecke, Rafael J. Wysocki, linux-usb-u79uwXL29TY76Z2rM5mHXA [-- Attachment #1: Type: text/plain, Size: 4593 bytes --] --Boundary-00=_NG3SIU63+Zdv2JV Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 06 June 2008, James Bottomley wrote: > On Fri, 2008-06-06 at 11:03 -0700, Andrew Morton wrote: > > On Fri, 06 Jun 2008 10:22:22 -0500 James Bottomley=20 <James.Bottomley-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org> wrote: > > > On Thu, 2008-06-05 at 23:25 -0700, Andrew Morton wrote: > > > > On Thu, 5 Jun 2008 23:21:45 -0700 Andrew Morton=20 <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org> wrote: > > > > > <watches wodim wibble for five minutes then report "CD/DVD-Record= er > > > > > not ready." Pretends not to have noticed.> > > > > > > > > It goes much better when the CD is inserted upside up. > > > > > > So I can close this regression if I send you a pack of CD ring labels > > > with "other way up" on them for you to affix to the underside of your > > > CDs ... ? > > > > Would prefer double-sided CDs. > > I just discovered my budget only runs to a permanent marker for you to > write the instructions on the rim yourself ... > > > Is this 20-second-delay thing known-about/expected/etc? > > If it's not the scsi_bus_uevent problem, then no, it isn't. > > The odd thing is that it occurs in the middle of USB initialisation from > Because of this oddity, I've also built 2.6.26-rc5-git2 with verbose USB debugging on. A boot log from that kernel is attached. You will see lots of ETIME errors from usb. A log from a similarly verbose 2.6.25.5 kernel does not show these errors. usb-devel added to cc list. > the log: > > =EF=BB=BFJun 6 17:25:19 upstairs kernel: uhci_hcd 0000:00:1d.0: UHCI H= ost > > Controller Jun 6 17:25:19 upstairs kernel: uhci_hcd 0000:00:1d.0: new > > USB bus registered, assigned bus number 1 Jun 6 17:25:19 upstairs > > kernel: uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000a800 Jun 6 17:25:= 19 > > upstairs kernel: usb usb1: configuration #1 chosen from 1 choice Jun 6 > > 17:25:19 upstairs kernel: hub 1-0:1.0: USB hub found > > Jun 6 17:25:19 upstairs kernel: hub 1-0:1.0: 2 ports detected > > Jun 6 17:25:44 upstairs kernel: ohci_hcd: 2006 August 04 USB 1.1 'Open' > > Host Controller (OHCI) Driver Jun 6 17:25:44 upstairs kernel: usb usb1: > > New USB device found, idVendor=3D1d6b, idProduct=3D0001 Jun 6 17:25:44 > > upstairs kernel: usb usb1: New USB device strings: Mfr=3D3, Product=3D2, > > SerialNumber=3D1 Jun 6 17:25:44 upstairs kernel: usb usb1: Product: UH= CI > > Host Controller Jun 6 17:25:44 upstairs kernel: usb usb1: Manufacturer: > > Linux 2.6.26-rc5 uhci_hcd > > Note the jump from 19 to 44 seconds. > > There's another one here: > > =EF=BB=BFJun 6 17:25:44 upstairs kernel: EXT3-fs: mounted filesystem w= ith > > ordered data mode. Jun 6 17:25:44 upstairs kernel: Adding 4096532k swap > > on /dev/sda5. Priority:-1 extents:1 across:4096532k Jun 6 17:25:44 > > upstairs kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 Jun 6 > > 17:25:44 upstairs kernel: ip_tables: (C) 2000-2006 Netfilter Core Team > > Jun 6 17:25:44 upstairs kernel: nf_conntrack version 0.5.0 (16384 > > buckets, 65536 max) Jun 6 17:25:44 upstairs kernel: parport_pc 00:06: > > disabled > > Jun 6 17:25:44 upstairs kernel: pnp: the driver 'parport_pc' has been > > unregistered Jun 6 17:25:44 upstairs kernel: ieee1394: Node removed: > > ID:BUS[0-00:1023] GUID[00110666000013cc] Jun 6 17:26:31 upstairs > > kernel: usb 11-2: new high speed USB device using ehci_hcd and address 3 > > Jun 6 17:26:31 upstairs kernel: usb 11-2: configuration #1 chosen from= 1 > > choice Jun 6 17:26:31 upstairs kernel: usb 11-2: New USB device found, > > idVendor=3D0930, idProduct=3D6545 Jun 6 17:26:31 upstairs kernel: usb = 11-2: > > New USB device strings: Mfr=3D0, Product=3D2, SerialNumber=3D3 Jun 6 1= 7:26:31 > > upstairs kernel: usb 11-2: Product: USB Flash Memory Jun 6 17:26:31 > > upstairs kernel: usb 11-2: SerialNumber: 0EC065712361A91E > > I'm a bit baffled as to how that could be SCSI related, but I suppose it > could be udev related somehow. Perhaps turning on driver core debugging > might help (that's CONFIG_DEBUG DRIVER ... it depends on > CONFIG_DEBUG_KERNEL for activation). Hopefully the verbose kernel logs > from here might tell us what's going on in the lacunae. > Triggered by James' bafflement and for my own peace of mind, I've run another bisect session. This time I started with v2.6.26 as good and v2.6.26-rc2 as bad. It highlighted the same patch as the "culprit". Chris > James -- Beauty is in the eye of the beerholder. [-- Attachment #2: driver+usbdebug.log --] [-- Type: text/x-log, Size: 57321 bytes --] Jun 8 05:26:34 upstairs kernel: klogd 1.3-3, log source = /proc/kmsg started. Jun 8 05:26:34 upstairs kernel: Inspecting /boot/System.map-2.6.26-rc5-git2 Jun 8 05:26:35 upstairs kernel: Loaded 26388 symbols from /boot/System.map-2.6.26-rc5-git2. Jun 8 05:26:35 upstairs kernel: Symbols match kernel version 2.6.26. Jun 8 05:26:35 upstairs kernel: No module symbols loaded - kernel modules not enabled. Jun 8 05:26:35 upstairs kernel: n from 1 choice Jun 8 05:26:35 upstairs kernel: usb usb7: adding 7-0:1.0 (config #1, interface 0) Jun 8 05:26:35 upstairs kernel: device: '7-0:1.0': device_add Jun 8 05:26:35 upstairs kernel: bus: 'usb': add device 7-0:1.0 Jun 8 05:26:35 upstairs kernel: PM: Adding info for usb:7-0:1.0 Jun 8 05:26:35 upstairs kernel: usb 7-0:1.0: uevent Jun 8 05:26:35 upstairs kernel: bus: 'usb': driver_probe_device: matched device 7-0:1.0 with driver hub Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: probing driver hub with device 7-0:1.0 Jun 8 05:26:35 upstairs kernel: hub 7-0:1.0: usb_probe_interface Jun 8 05:26:35 upstairs kernel: hub 7-0:1.0: usb_probe_interface - got id Jun 8 05:26:35 upstairs kernel: hub 7-0:1.0: USB hub found Jun 8 05:26:35 upstairs kernel: hub 7-0:1.0: 2 ports detected Jun 8 05:26:35 upstairs kernel: hub 7-0:1.0: standalone hub Jun 8 05:26:35 upstairs kernel: hub 7-0:1.0: no power switching (usb 1.0) Jun 8 05:26:35 upstairs kernel: hub 7-0:1.0: global over-current protection Jun 8 05:26:35 upstairs kernel: hub 7-0:1.0: power on to power good time: 510ms Jun 8 05:26:35 upstairs kernel: hub 7-0:1.0: local power source is good Jun 8 05:26:35 upstairs kernel: hub 7-0:1.0: no over-current condition exists Jun 8 05:26:35 upstairs kernel: hub 7-0:1.0: trying to enable port power on non-switchable hub Jun 8 05:26:35 upstairs kernel: hub 6-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x501 Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:00:1d.7: port 2 full speed --> companion Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:00:1d.7: GetStatus port 2 status 003801 POWER OWNER sig=j CONNECT Jun 8 05:26:35 upstairs kernel: hub 6-0:1.0: port 2 not reset yet, waiting 50ms Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:00:1d.7: GetStatus port 2 status 003002 POWER OWNER sig=se0 CSC Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:00:1d.7: GetStatus port 4 status 001403 POWER sig=k CSC CONNECT Jun 8 05:26:35 upstairs kernel: hub 6-0:1.0: port 4, status 0501, change 0001, 480 Mb/s Jun 8 05:26:35 upstairs kernel: hub 6-0:1.0: debounce: port 4: total 100ms stable 100ms status 0x501 Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:00:1d.7: port 4 low speed --> companion Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:00:1d.7: GetStatus port 4 status 003002 POWER OWNER sig=se0 CSC Jun 8 05:26:35 upstairs kernel: hub 1-2:1.0: state 7 ports 4 chg 0000 evt 0000 Jun 8 05:26:35 upstairs kernel: hub 6-0:1.0: state 7 ports 8 chg 0000 evt 0010 Jun 8 05:26:35 upstairs kernel: hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 Jun 8 05:26:35 upstairs kernel: uhci_hcd 0000:00:1d.0: port 2 portsc 0093,00 Jun 8 05:26:35 upstairs kernel: hub 2-0:1.0: port 2, status 0101, change 0001, 12 Mb/s Jun 8 05:26:35 upstairs kernel: hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x101 Jun 8 05:26:35 upstairs kernel: driver: '7-0:1.0': driver_bound: bound to device 'hub' Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: bound device 7-0:1.0 to driver hub Jun 8 05:26:35 upstairs kernel: device: 'usbdev7.1_ep81': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usbdev7.1_ep81 Jun 8 05:26:35 upstairs kernel: drivers/usb/core/inode.c: creating file '001' Jun 8 05:26:35 upstairs kernel: driver: 'usb7': driver_bound: bound to device 'usb' Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: bound device usb7 to driver usb Jun 8 05:26:35 upstairs kernel: device: 'usbdev7.1_ep00': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usbdev7.1_ep00 Jun 8 05:26:35 upstairs kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 Jun 8 05:26:35 upstairs kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 8 05:26:35 upstairs kernel: usb usb7: Product: OHCI Host Controller Jun 8 05:26:35 upstairs kernel: usb usb7: Manufacturer: Linux 2.6.26-rc5-git2 ohci_hcd Jun 8 05:26:35 upstairs kernel: usb usb7: SerialNumber: 0000:02:0a.1 Jun 8 05:26:35 upstairs kernel: driver: '0000:02:0a.1': driver_bound: bound to device 'ohci_hcd' Jun 8 05:26:35 upstairs kernel: bus: 'pci': really_probe: bound device 0000:02:0a.1 to driver ohci_hcd Jun 8 05:26:35 upstairs kernel: bus: 'pci': driver_probe_device: matched device 0000:02:09.0 with driver uhci_hcd Jun 8 05:26:35 upstairs kernel: bus: 'pci': really_probe: probing driver uhci_hcd with device 0000:02:09.0 Jun 8 05:26:35 upstairs kernel: ACPI: PCI Interrupt 0000:02:09.0[A] -> GSI 17 (level, low) -> IRQ 17 Jun 8 05:26:35 upstairs kernel: uhci_hcd 0000:02:09.0: UHCI Host Controller Jun 8 05:26:35 upstairs kernel: device: 'usb_host8': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usb_host8 Jun 8 05:26:35 upstairs kernel: drivers/usb/core/inode.c: creating file '008' Jun 8 05:26:35 upstairs kernel: uhci_hcd 0000:02:09.0: new USB bus registered, assigned bus number 8 Jun 8 05:26:35 upstairs kernel: uhci_hcd 0000:02:09.0: detected 2 ports Jun 8 05:26:35 upstairs kernel: uhci_hcd 0000:02:09.0: uhci_check_and_reset_hc: cmd = 0x0000 Jun 8 05:26:35 upstairs kernel: uhci_hcd 0000:02:09.0: Performing full reset Jun 8 05:26:35 upstairs kernel: uhci_hcd 0000:02:09.0: irq 17, io base 0x0000e400 Jun 8 05:26:35 upstairs kernel: usb usb8: default language 0x0409 Jun 8 05:26:35 upstairs kernel: device: 'usb8': device_add Jun 8 05:26:35 upstairs kernel: bus: 'usb': add device usb8 Jun 8 05:26:35 upstairs kernel: PM: Adding info for usb:usb8 Jun 8 05:26:35 upstairs kernel: usb usb8: uevent Jun 8 05:26:35 upstairs kernel: bus: 'usb': driver_probe_device: matched device usb8 with driver usb Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device usb8 Jun 8 05:26:35 upstairs kernel: usb usb8: usb_probe_device Jun 8 05:26:35 upstairs kernel: usb usb8: configuration #1 chosen from 1 choice Jun 8 05:26:35 upstairs kernel: usb usb8: adding 8-0:1.0 (config #1, interface 0) Jun 8 05:26:35 upstairs kernel: device: '8-0:1.0': device_add Jun 8 05:26:35 upstairs kernel: bus: 'usb': add device 8-0:1.0 Jun 8 05:26:35 upstairs kernel: PM: Adding info for usb:8-0:1.0 Jun 8 05:26:35 upstairs kernel: usb 8-0:1.0: uevent Jun 8 05:26:35 upstairs kernel: bus: 'usb': driver_probe_device: matched device 8-0:1.0 with driver hub Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: probing driver hub with device 8-0:1.0 Jun 8 05:26:35 upstairs kernel: hub 8-0:1.0: usb_probe_interface Jun 8 05:26:35 upstairs kernel: hub 8-0:1.0: usb_probe_interface - got id Jun 8 05:26:35 upstairs kernel: hub 8-0:1.0: USB hub found Jun 8 05:26:35 upstairs kernel: hub 8-0:1.0: 2 ports detected Jun 8 05:26:35 upstairs kernel: hub 8-0:1.0: standalone hub Jun 8 05:26:35 upstairs kernel: hub 8-0:1.0: no power switching (usb 1.0) Jun 8 05:26:35 upstairs kernel: hub 8-0:1.0: individual port over-current protection Jun 8 05:26:35 upstairs kernel: hub 8-0:1.0: power on to power good time: 2ms Jun 8 05:26:35 upstairs kernel: hub 8-0:1.0: local power source is good Jun 8 05:26:35 upstairs kernel: hub 8-0:1.0: trying to enable port power on non-switchable hub Jun 8 05:26:35 upstairs kernel: usb 2-2: new full speed USB device using uhci_hcd and address 3 Jun 8 05:26:35 upstairs kernel: usb 2-2: ep0 maxpacket = 8 Jun 8 05:26:35 upstairs kernel: driver: '8-0:1.0': driver_bound: bound to device 'hub' Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: bound device 8-0:1.0 to driver hub Jun 8 05:26:35 upstairs kernel: device: 'usbdev8.1_ep81': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usbdev8.1_ep81 Jun 8 05:26:35 upstairs kernel: drivers/usb/core/inode.c: creating file '001' Jun 8 05:26:35 upstairs kernel: driver: 'usb8': driver_bound: bound to device 'usb' Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: bound device usb8 to driver usb Jun 8 05:26:35 upstairs kernel: device: 'usbdev8.1_ep00': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usbdev8.1_ep00 Jun 8 05:26:35 upstairs kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0001 Jun 8 05:26:35 upstairs kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 8 05:26:35 upstairs kernel: usb usb8: Product: UHCI Host Controller Jun 8 05:26:35 upstairs kernel: usb usb8: Manufacturer: Linux 2.6.26-rc5-git2 uhci_hcd Jun 8 05:26:35 upstairs kernel: usb usb8: SerialNumber: 0000:02:09.0 Jun 8 05:26:35 upstairs kernel: driver: '0000:02:09.0': driver_bound: bound to device 'uhci_hcd' Jun 8 05:26:35 upstairs kernel: bus: 'pci': really_probe: bound device 0000:02:09.0 to driver uhci_hcd Jun 8 05:26:35 upstairs kernel: bus: 'pci': driver_probe_device: matched device 0000:02:09.1 with driver uhci_hcd Jun 8 05:26:35 upstairs kernel: bus: 'pci': really_probe: probing driver uhci_hcd with device 0000:02:09.1 Jun 8 05:26:35 upstairs kernel: ACPI: PCI Interrupt 0000:02:09.1[B] -> GSI 18 (level, low) -> IRQ 18 Jun 8 05:26:35 upstairs kernel: uhci_hcd 0000:02:09.1: UHCI Host Controller Jun 8 05:26:35 upstairs kernel: device: 'usb_host9': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usb_host9 Jun 8 05:26:35 upstairs kernel: drivers/usb/core/inode.c: creating file '009' Jun 8 05:26:35 upstairs kernel: uhci_hcd 0000:02:09.1: new USB bus registered, assigned bus number 9 Jun 8 05:26:35 upstairs kernel: uhci_hcd 0000:02:09.1: detected 2 ports Jun 8 05:26:35 upstairs kernel: uhci_hcd 0000:02:09.1: uhci_check_and_reset_hc: cmd = 0x0000 Jun 8 05:26:35 upstairs kernel: uhci_hcd 0000:02:09.1: Performing full reset Jun 8 05:26:35 upstairs kernel: uhci_hcd 0000:02:09.1: irq 18, io base 0x0000e800 Jun 8 05:26:35 upstairs kernel: usb usb9: default language 0x0409 Jun 8 05:26:35 upstairs kernel: device: 'usb9': device_add Jun 8 05:26:35 upstairs kernel: bus: 'usb': add device usb9 Jun 8 05:26:35 upstairs kernel: PM: Adding info for usb:usb9 Jun 8 05:26:35 upstairs kernel: usb usb9: uevent Jun 8 05:26:35 upstairs kernel: bus: 'usb': driver_probe_device: matched device usb9 with driver usb Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device usb9 Jun 8 05:26:35 upstairs kernel: usb usb9: usb_probe_device Jun 8 05:26:35 upstairs kernel: usb usb9: configuration #1 chosen from 1 choice Jun 8 05:26:35 upstairs kernel: usb usb9: adding 9-0:1.0 (config #1, interface 0) Jun 8 05:26:35 upstairs kernel: device: '9-0:1.0': device_add Jun 8 05:26:35 upstairs kernel: bus: 'usb': add device 9-0:1.0 Jun 8 05:26:35 upstairs kernel: PM: Adding info for usb:9-0:1.0 Jun 8 05:26:35 upstairs kernel: usb 9-0:1.0: uevent Jun 8 05:26:35 upstairs kernel: bus: 'usb': driver_probe_device: matched device 9-0:1.0 with driver hub Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: probing driver hub with device 9-0:1.0 Jun 8 05:26:35 upstairs kernel: hub 9-0:1.0: usb_probe_interface Jun 8 05:26:35 upstairs kernel: hub 9-0:1.0: usb_probe_interface - got id Jun 8 05:26:35 upstairs kernel: hub 9-0:1.0: USB hub found Jun 8 05:26:35 upstairs kernel: hub 9-0:1.0: 2 ports detected Jun 8 05:26:35 upstairs kernel: hub 9-0:1.0: standalone hub Jun 8 05:26:35 upstairs kernel: hub 9-0:1.0: no power switching (usb 1.0) Jun 8 05:26:35 upstairs kernel: hub 9-0:1.0: individual port over-current protection Jun 8 05:26:35 upstairs kernel: hub 9-0:1.0: power on to power good time: 2ms Jun 8 05:26:35 upstairs kernel: hub 9-0:1.0: local power source is good Jun 8 05:26:35 upstairs kernel: hub 9-0:1.0: trying to enable port power on non-switchable hub Jun 8 05:26:35 upstairs kernel: usb 2-2: default language 0x0409 Jun 8 05:26:35 upstairs kernel: device: '2-2': device_add Jun 8 05:26:35 upstairs kernel: bus: 'usb': add device 2-2 Jun 8 05:26:35 upstairs kernel: PM: Adding info for usb:2-2 Jun 8 05:26:35 upstairs kernel: usb 2-2: uevent Jun 8 05:26:35 upstairs kernel: bus: 'usb': driver_probe_device: matched device 2-2 with driver usb Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device 2-2 Jun 8 05:26:35 upstairs kernel: usb 2-2: usb_probe_device Jun 8 05:26:35 upstairs kernel: usb 2-2: configuration #1 chosen from 1 choice Jun 8 05:26:35 upstairs kernel: usb 2-2: adding 2-2:1.0 (config #1, interface 0) Jun 8 05:26:35 upstairs kernel: device: '2-2:1.0': device_add Jun 8 05:26:35 upstairs kernel: bus: 'usb': add device 2-2:1.0 Jun 8 05:26:35 upstairs kernel: PM: Adding info for usb:2-2:1.0 Jun 8 05:26:35 upstairs kernel: usb 2-2:1.0: uevent Jun 8 05:26:35 upstairs kernel: device: 'usbdev2.3_ep81': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usbdev2.3_ep81 Jun 8 05:26:35 upstairs kernel: device: 'usbdev2.3_ep02': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usbdev2.3_ep02 Jun 8 05:26:35 upstairs kernel: device: 'usbdev2.3_ep83': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usbdev2.3_ep83 Jun 8 05:26:35 upstairs kernel: drivers/usb/core/inode.c: creating file '003' Jun 8 05:26:35 upstairs kernel: driver: '2-2': driver_bound: bound to device 'usb' Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: bound device 2-2 to driver usb Jun 8 05:26:35 upstairs kernel: device: 'usbdev2.3_ep00': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usbdev2.3_ep00 Jun 8 05:26:35 upstairs kernel: usb 2-2: New USB device found, idVendor=06bd, idProduct=2061 Jun 8 05:26:35 upstairs kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Jun 8 05:26:35 upstairs kernel: usb 2-2: Product: SNAPSCAN Jun 8 05:26:35 upstairs kernel: usb 2-2: Manufacturer: AGFA Jun 8 05:26:35 upstairs kernel: hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0004 Jun 8 05:26:35 upstairs kernel: uhci_hcd 0000:00:1d.1: port 2 portsc 01a3,00 Jun 8 05:26:35 upstairs kernel: hub 3-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s Jun 8 05:26:35 upstairs kernel: driver: '9-0:1.0': driver_bound: bound to device 'hub' Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: bound device 9-0:1.0 to driver hub Jun 8 05:26:35 upstairs kernel: device: 'usbdev9.1_ep81': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usbdev9.1_ep81 Jun 8 05:26:35 upstairs kernel: drivers/usb/core/inode.c: creating file '001' Jun 8 05:26:35 upstairs kernel: driver: 'usb9': driver_bound: bound to device 'usb' Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: bound device usb9 to driver usb Jun 8 05:26:35 upstairs kernel: device: 'usbdev9.1_ep00': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usbdev9.1_ep00 Jun 8 05:26:35 upstairs kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0001 Jun 8 05:26:35 upstairs kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 8 05:26:35 upstairs kernel: usb usb9: Product: UHCI Host Controller Jun 8 05:26:35 upstairs kernel: usb usb9: Manufacturer: Linux 2.6.26-rc5-git2 uhci_hcd Jun 8 05:26:35 upstairs kernel: usb usb9: SerialNumber: 0000:02:09.1 Jun 8 05:26:35 upstairs kernel: driver: '0000:02:09.1': driver_bound: bound to device 'uhci_hcd' Jun 8 05:26:35 upstairs kernel: bus: 'pci': really_probe: bound device 0000:02:09.1 to driver uhci_hcd Jun 8 05:26:35 upstairs kernel: bus: 'pci': driver_probe_device: matched device 0000:02:09.2 with driver ehci_hcd Jun 8 05:26:35 upstairs kernel: bus: 'pci': really_probe: probing driver ehci_hcd with device 0000:02:09.2 Jun 8 05:26:35 upstairs kernel: ACPI: PCI Interrupt 0000:02:09.2[C] -> GSI 19 (level, low) -> IRQ 19 Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:09.2: EHCI Host Controller Jun 8 05:26:35 upstairs kernel: device: 'usb_host10': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usb_host10 Jun 8 05:26:35 upstairs kernel: drivers/usb/core/inode.c: creating file '010' Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:09.2: new USB bus registered, assigned bus number 10 Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:09.2: reset hcs_params 0x2204 dbg=0 cc=2 pcc=2 ordered !ppc ports=4 Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:09.2: reset hcc_params 6872 thresh 7 uframes 256/512/1024 Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:09.2: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:09.2: MWI active Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:09.2: supports USB remote wakeup Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:09.2: irq 19, io mem 0xfbfffc00 Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:09.2: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:09.2: init command 010009 (park)=0 ithresh=1 period=256 RUN Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:09.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 Jun 8 05:26:35 upstairs kernel: usb usb10: default language 0x0409 Jun 8 05:26:35 upstairs kernel: device: 'usb10': device_add Jun 8 05:26:35 upstairs kernel: bus: 'usb': add device usb10 Jun 8 05:26:35 upstairs kernel: PM: Adding info for usb:usb10 Jun 8 05:26:35 upstairs kernel: usb usb10: uevent Jun 8 05:26:35 upstairs kernel: bus: 'usb': driver_probe_device: matched device usb10 with driver usb Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device usb10 Jun 8 05:26:35 upstairs kernel: usb usb10: usb_probe_device Jun 8 05:26:35 upstairs kernel: usb usb10: configuration #1 chosen from 1 choice Jun 8 05:26:35 upstairs kernel: usb usb10: adding 10-0:1.0 (config #1, interface 0) Jun 8 05:26:35 upstairs kernel: device: '10-0:1.0': device_add Jun 8 05:26:35 upstairs kernel: bus: 'usb': add device 10-0:1.0 Jun 8 05:26:35 upstairs kernel: PM: Adding info for usb:10-0:1.0 Jun 8 05:26:35 upstairs kernel: usb 10-0:1.0: uevent Jun 8 05:26:35 upstairs kernel: bus: 'usb': driver_probe_device: matched device 10-0:1.0 with driver hub Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: probing driver hub with device 10-0:1.0 Jun 8 05:26:35 upstairs kernel: hub 10-0:1.0: usb_probe_interface Jun 8 05:26:35 upstairs kernel: hub 10-0:1.0: usb_probe_interface - got id Jun 8 05:26:35 upstairs kernel: hub 10-0:1.0: USB hub found Jun 8 05:26:35 upstairs kernel: hub 10-0:1.0: 4 ports detected Jun 8 05:26:35 upstairs kernel: hub 10-0:1.0: standalone hub Jun 8 05:26:35 upstairs kernel: hub 10-0:1.0: no power switching (usb 1.0) Jun 8 05:26:35 upstairs kernel: hub 10-0:1.0: individual port over-current protection Jun 8 05:26:35 upstairs kernel: hub 10-0:1.0: power on to power good time: 20ms Jun 8 05:26:35 upstairs kernel: hub 10-0:1.0: local power source is good Jun 8 05:26:35 upstairs kernel: hub 10-0:1.0: trying to enable port power on non-switchable hub Jun 8 05:26:35 upstairs kernel: hub 3-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 Jun 8 05:26:35 upstairs kernel: driver: '10-0:1.0': driver_bound: bound to device 'hub' Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: bound device 10-0:1.0 to driver hub Jun 8 05:26:35 upstairs kernel: device: 'usbdev10.1_ep81': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usbdev10.1_ep81 Jun 8 05:26:35 upstairs kernel: drivers/usb/core/inode.c: creating file '001' Jun 8 05:26:35 upstairs kernel: driver: 'usb10': driver_bound: bound to device 'usb' Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: bound device usb10 to driver usb Jun 8 05:26:35 upstairs kernel: device: 'usbdev10.1_ep00': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usbdev10.1_ep00 Jun 8 05:26:35 upstairs kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0002 Jun 8 05:26:35 upstairs kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 8 05:26:35 upstairs kernel: usb usb10: Product: EHCI Host Controller Jun 8 05:26:35 upstairs kernel: usb usb10: Manufacturer: Linux 2.6.26-rc5-git2 ehci_hcd Jun 8 05:26:35 upstairs kernel: usb usb10: SerialNumber: 0000:02:09.2 Jun 8 05:26:35 upstairs kernel: driver: '0000:02:09.2': driver_bound: bound to device 'ehci_hcd' Jun 8 05:26:35 upstairs kernel: bus: 'pci': really_probe: bound device 0000:02:09.2 to driver ehci_hcd Jun 8 05:26:35 upstairs kernel: bus: 'pci': driver_probe_device: matched device 0000:02:0a.2 with driver ehci_hcd Jun 8 05:26:35 upstairs kernel: bus: 'pci': really_probe: probing driver ehci_hcd with device 0000:02:0a.2 Jun 8 05:26:35 upstairs kernel: ACPI: PCI Interrupt 0000:02:0a.2[C] -> GSI 23 (level, low) -> IRQ 23 Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:0a.2: EHCI Host Controller Jun 8 05:26:35 upstairs kernel: device: 'usb_host11': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usb_host11 Jun 8 05:26:35 upstairs kernel: drivers/usb/core/inode.c: creating file '011' Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:0a.2: new USB bus registered, assigned bus number 11 Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:0a.2: reset hcs_params 0x2395 dbg=0 cc=2 pcc=3 ports=5 Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:0a.2: reset portroute 1 0 1 0 0 Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:0a.2: reset hcc_params 0002 thresh 0 uframes 256/512/1024 Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:0a.2: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:0a.2: ...powerup ports... Jun 8 05:26:35 upstairs kernel: usb 3-2: new low speed USB device using uhci_hcd and address 3 Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:0a.2: MWI active Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:0a.2: supports USB remote wakeup Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:0a.2: irq 23, io mem 0xfbfff800 Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:0a.2: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:0a.2: init command 010009 (park)=0 ithresh=1 period=256 RUN Jun 8 05:26:35 upstairs kernel: ehci_hcd 0000:02:0a.2: USB 2.0 started, EHCI 0.95, driver 10 Dec 2004 Jun 8 05:26:35 upstairs kernel: usb usb11: default language 0x0409 Jun 8 05:26:35 upstairs kernel: device: 'usb11': device_add Jun 8 05:26:35 upstairs kernel: bus: 'usb': add device usb11 Jun 8 05:26:35 upstairs kernel: PM: Adding info for usb:usb11 Jun 8 05:26:35 upstairs kernel: usb usb11: uevent Jun 8 05:26:35 upstairs kernel: bus: 'usb': driver_probe_device: matched device usb11 with driver usb Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device usb11 Jun 8 05:26:35 upstairs kernel: usb usb11: usb_probe_device Jun 8 05:26:35 upstairs kernel: usb usb11: configuration #1 chosen from 1 choice Jun 8 05:26:35 upstairs kernel: usb usb11: adding 11-0:1.0 (config #1, interface 0) Jun 8 05:26:35 upstairs kernel: device: '11-0:1.0': device_add Jun 8 05:26:35 upstairs kernel: bus: 'usb': add device 11-0:1.0 Jun 8 05:26:35 upstairs kernel: PM: Adding info for usb:11-0:1.0 Jun 8 05:26:35 upstairs kernel: usb 11-0:1.0: uevent Jun 8 05:26:35 upstairs kernel: bus: 'usb': driver_probe_device: matched device 11-0:1.0 with driver hub Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: probing driver hub with device 11-0:1.0 Jun 8 05:26:35 upstairs kernel: hub 11-0:1.0: usb_probe_interface Jun 8 05:26:35 upstairs kernel: hub 11-0:1.0: usb_probe_interface - got id Jun 8 05:26:35 upstairs kernel: hub 11-0:1.0: USB hub found Jun 8 05:26:35 upstairs kernel: hub 11-0:1.0: 5 ports detected Jun 8 05:26:35 upstairs kernel: hub 11-0:1.0: standalone hub Jun 8 05:26:35 upstairs kernel: hub 11-0:1.0: individual port power switching Jun 8 05:26:35 upstairs kernel: hub 11-0:1.0: individual port over-current protection Jun 8 05:26:35 upstairs kernel: hub 11-0:1.0: power on to power good time: 20ms Jun 8 05:26:35 upstairs kernel: hub 11-0:1.0: local power source is good Jun 8 05:26:35 upstairs kernel: hub 11-0:1.0: enabling power on all ports Jun 8 05:26:35 upstairs kernel: usb 3-2: skipped 1 descriptor after interface Jun 8 05:26:35 upstairs kernel: usb 3-2: skipped 1 descriptor after interface Jun 8 05:26:35 upstairs kernel: usb 3-2: default language 0x0409 Jun 8 05:26:35 upstairs kernel: device: '3-2': device_add Jun 8 05:26:35 upstairs kernel: bus: 'usb': add device 3-2 Jun 8 05:26:35 upstairs kernel: PM: Adding info for usb:3-2 Jun 8 05:26:35 upstairs kernel: usb 3-2: uevent Jun 8 05:26:35 upstairs kernel: bus: 'usb': driver_probe_device: matched device 3-2 with driver usb Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device 3-2 Jun 8 05:26:35 upstairs kernel: usb 3-2: usb_probe_device Jun 8 05:26:35 upstairs kernel: usb 3-2: configuration #1 chosen from 1 choice Jun 8 05:26:35 upstairs kernel: usb 3-2: adding 3-2:1.0 (config #1, interface 0) Jun 8 05:26:35 upstairs kernel: device: '3-2:1.0': device_add Jun 8 05:26:35 upstairs kernel: bus: 'usb': add device 3-2:1.0 Jun 8 05:26:35 upstairs kernel: PM: Adding info for usb:3-2:1.0 Jun 8 05:26:35 upstairs kernel: usb 3-2:1.0: uevent Jun 8 05:26:35 upstairs kernel: device: 'usbdev3.3_ep81': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usbdev3.3_ep81 Jun 8 05:26:35 upstairs kernel: usb 3-2: adding 3-2:1.1 (config #1, interface 1) Jun 8 05:26:35 upstairs kernel: device: '3-2:1.1': device_add Jun 8 05:26:35 upstairs kernel: bus: 'usb': add device 3-2:1.1 Jun 8 05:26:35 upstairs kernel: PM: Adding info for usb:3-2:1.1 Jun 8 05:26:35 upstairs kernel: usb 3-2:1.1: uevent Jun 8 05:26:35 upstairs kernel: device: 'usbdev3.3_ep82': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usbdev3.3_ep82 Jun 8 05:26:35 upstairs kernel: drivers/usb/core/inode.c: creating file '003' Jun 8 05:26:35 upstairs kernel: driver: '3-2': driver_bound: bound to device 'usb' Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: bound device 3-2 to driver usb Jun 8 05:26:35 upstairs kernel: device: 'usbdev3.3_ep00': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usbdev3.3_ep00 Jun 8 05:26:35 upstairs kernel: usb 3-2: New USB device found, idVendor=045e, idProduct=00f1 Jun 8 05:26:35 upstairs kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Jun 8 05:26:35 upstairs kernel: usb 3-2: Product: Microsoft Wireless Desktop Receiver 3.1A Jun 8 05:26:35 upstairs kernel: usb 3-2: Manufacturer: Microsft Jun 8 05:26:35 upstairs kernel: hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000 Jun 8 05:26:35 upstairs kernel: hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0006 Jun 8 05:26:35 upstairs kernel: uhci_hcd 0000:02:09.0: port 1 portsc 009a,00 Jun 8 05:26:35 upstairs kernel: hub 8-0:1.0: port 1, status 0100, change 0003, 12 Mb/s Jun 8 05:26:35 upstairs kernel: ohci_hcd 0000:02:0a.0: urb f71cb680 path 2 ep1in 5f160000 cc 5 --> status -62 Jun 8 05:26:35 upstairs kernel: hub 1-2:1.0: transfer --> -62 Jun 8 05:26:35 upstairs kernel: driver: '11-0:1.0': driver_bound: bound to device 'hub' Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: bound device 11-0:1.0 to driver hub Jun 8 05:26:35 upstairs kernel: device: 'usbdev11.1_ep81': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usbdev11.1_ep81 Jun 8 05:26:35 upstairs kernel: drivers/usb/core/inode.c: creating file '001' Jun 8 05:26:35 upstairs kernel: driver: 'usb11': driver_bound: bound to device 'usb' Jun 8 05:26:35 upstairs kernel: bus: 'usb': really_probe: bound device usb11 to driver usb Jun 8 05:26:35 upstairs kernel: device: 'usbdev11.1_ep00': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:usbdev11.1_ep00 Jun 8 05:26:35 upstairs kernel: usb usb11: New USB device found, idVendor=1d6b, idProduct=0002 Jun 8 05:26:35 upstairs kernel: usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 8 05:26:35 upstairs kernel: usb usb11: Product: EHCI Host Controller Jun 8 05:26:35 upstairs kernel: usb usb11: Manufacturer: Linux 2.6.26-rc5-git2 ehci_hcd Jun 8 05:26:35 upstairs kernel: usb usb11: SerialNumber: 0000:02:0a.2 Jun 8 05:26:35 upstairs kernel: driver: '0000:02:0a.2': driver_bound: bound to device 'ehci_hcd' Jun 8 05:26:35 upstairs kernel: bus: 'pci': really_probe: bound device 0000:02:0a.2 to driver ehci_hcd Jun 8 05:26:35 upstairs kernel: bus: 'pci': driver_probe_device: matched device 0000:02:0b.0 with driver ohci1394 Jun 8 05:26:35 upstairs kernel: bus: 'pci': really_probe: probing driver ohci1394 with device 0000:02:0b.0 Jun 8 05:26:35 upstairs kernel: ACPI: PCI Interrupt 0000:02:0b.0[A] -> GSI 22 (level, low) -> IRQ 22 Jun 8 05:26:35 upstairs kernel: device: 'fw-host0': device_add Jun 8 05:26:35 upstairs kernel: bus: 'ieee1394': add device fw-host0 Jun 8 05:26:35 upstairs kernel: PM: Adding info for ieee1394:fw-host0 Jun 8 05:26:35 upstairs kernel: driver: 'fw-host0': driver_bound: bound to device 'nodemgr' Jun 8 05:26:35 upstairs kernel: device: 'fw-host0': device_add Jun 8 05:26:35 upstairs kernel: PM: Adding info for No Bus:fw-host0 Jun 8 05:26:35 upstairs kernel: ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[22] MMIO=[fbfff000-fbfff7ff] Max Packet=[2048] IR/IT contexts=[4/8] Jun 8 05:26:35 upstairs kernel: ohci_hcd 0000:02:0a.0: urb f71cb680 path 2 ep1in 5e160000 cc 5 --> status -62 Jun 8 05:26:35 upstairs kernel: hub 1-2:1.0: transfer --> -62 Jun 8 05:27:08 upstairs kernel: driver: '0000:02:0b.0': driver_bound: bound to device 'ohci1394' Jun 8 05:27:08 upstairs kernel: bus: 'pci': really_probe: bound device 0000:02:0b.0 to driver ohci1394 Jun 8 05:27:08 upstairs kernel: hub 8-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x100 Jun 8 05:27:08 upstairs kernel: uhci_hcd 0000:02:09.0: port 2 portsc 018a,00 Jun 8 05:27:08 upstairs kernel: hub 8-0:1.0: port 2, status 0300, change 0003, 1.5 Mb/s Jun 8 05:27:08 upstairs kernel: bus: 'usb': add driver usbhid Jun 8 05:27:08 upstairs kernel: ohci_hcd 0000:02:0a.0: urb f71cb680 path 2 ep1in 5f160000 cc 5 --> status -62 Jun 8 05:27:08 upstairs kernel: hub 1-2:1.0: transfer --> -62 Jun 8 05:27:08 upstairs kernel: hub 8-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x300 Jun 8 05:27:08 upstairs kernel: hub 9-0:1.0: state 7 ports 2 chg 0000 evt 0006 Jun 8 05:27:08 upstairs kernel: uhci_hcd 0000:02:09.1: port 1 portsc 018a,00 Jun 8 05:27:08 upstairs kernel: hub 9-0:1.0: port 1, status 0300, change 0003, 1.5 Mb/s Jun 8 05:27:08 upstairs kernel: ohci_hcd 0000:02:0a.0: urb f71cb680 path 2 ep1in 5e160000 cc 5 --> status -62 Jun 8 05:27:08 upstairs kernel: hub 1-2:1.0: transfer --> -62 Jun 8 05:27:08 upstairs kernel: hub 9-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x300 Jun 8 05:27:08 upstairs kernel: uhci_hcd 0000:02:09.1: port 2 portsc 008a,00 Jun 8 05:27:08 upstairs kernel: hub 9-0:1.0: port 2, status 0100, change 0003, 12 Mb/s Jun 8 05:27:08 upstairs kernel: ohci_hcd 0000:02:0a.0: urb f71cb680 path 2 ep1in 5f160000 cc 5 --> status -62 Jun 8 05:27:08 upstairs kernel: hub 1-2:1.0: transfer --> -62 Jun 8 05:27:08 upstairs kernel: hub 9-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100 Jun 8 05:27:08 upstairs kernel: hub 10-0:1.0: state 7 ports 4 chg 0000 evt 0000 Jun 8 05:27:08 upstairs kernel: ehci_hcd 0000:02:09.2: GetStatus port 1 status 001803 POWER sig=j CSC CONNECT Jun 8 05:27:08 upstairs kernel: hub 10-0:1.0: port 1, status 0501, change 0001, 480 Mb/s Jun 8 05:27:08 upstairs kernel: ohci_hcd 0000:02:0a.0: urb f71cb680 path 2 ep1in 5e160000 cc 5 --> status -62 Jun 8 05:27:08 upstairs kernel: hub 1-2:1.0: transfer --> -62 Jun 8 05:27:08 upstairs kernel: hub 10-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x501 Jun 8 05:27:08 upstairs kernel: ehci_hcd 0000:02:09.2: port 1 high speed Jun 8 05:27:08 upstairs kernel: ehci_hcd 0000:02:09.2: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT Jun 8 05:27:08 upstairs kernel: ohci_hcd 0000:02:0a.0: urb f71cb680 path 2 ep1in 5f160000 cc 5 --> status -62 Jun 8 05:27:08 upstairs kernel: hub 1-2:1.0: transfer --> -62 Jun 8 05:27:08 upstairs kernel: usb 10-1: new high speed USB device using ehci_hcd and address 2 Jun 8 05:27:08 upstairs kernel: usb 10-1: default language 0x0409 Jun 8 05:27:08 upstairs kernel: device: '10-1': device_add Jun 8 05:27:08 upstairs kernel: bus: 'usb': add device 10-1 Jun 8 05:27:08 upstairs kernel: PM: Adding info for usb:10-1 Jun 8 05:27:08 upstairs kernel: usb 10-1: uevent Jun 8 05:27:08 upstairs kernel: bus: 'usb': driver_probe_device: matched device 10-1 with driver usb Jun 8 05:27:08 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device 10-1 Jun 8 05:27:08 upstairs kernel: usb 10-1: usb_probe_device Jun 8 05:27:08 upstairs kernel: usb 10-1: configuration #1 chosen from 1 choice Jun 8 05:27:08 upstairs kernel: usb 10-1: adding 10-1:1.0 (config #1, interface 0) Jun 8 05:27:08 upstairs kernel: device: '10-1:1.0': device_add Jun 8 05:27:08 upstairs kernel: bus: 'usb': add device 10-1:1.0 Jun 8 05:27:08 upstairs kernel: PM: Adding info for usb:10-1:1.0 Jun 8 05:27:08 upstairs kernel: usb 10-1:1.0: uevent Jun 8 05:27:08 upstairs kernel: device: 'usbdev10.2_ep01': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:usbdev10.2_ep01 Jun 8 05:27:08 upstairs kernel: device: 'usbdev10.2_ep81': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:usbdev10.2_ep81 Jun 8 05:27:08 upstairs kernel: device: 'usbdev10.2_ep82': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:usbdev10.2_ep82 Jun 8 05:27:08 upstairs kernel: device: 'usbdev10.2_ep83': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:usbdev10.2_ep83 Jun 8 05:27:08 upstairs kernel: drivers/usb/core/inode.c: creating file '002' Jun 8 05:27:08 upstairs kernel: driver: '10-1': driver_bound: bound to device 'usb' Jun 8 05:27:08 upstairs kernel: bus: 'usb': really_probe: bound device 10-1 to driver usb Jun 8 05:27:08 upstairs kernel: device: 'usbdev10.2_ep00': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:usbdev10.2_ep00 Jun 8 05:27:08 upstairs kernel: usb 10-1: New USB device found, idVendor=2040, idProduct=9950 Jun 8 05:27:08 upstairs kernel: usb 10-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Jun 8 05:27:08 upstairs kernel: usb 10-1: Product: WinTV Nova-DT Jun 8 05:27:08 upstairs kernel: usb 10-1: Manufacturer: Hauppauge Jun 8 05:27:08 upstairs kernel: usb 10-1: SerialNumber: 4030248054 Jun 8 05:27:08 upstairs kernel: hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0004 Jun 8 05:27:08 upstairs kernel: ohci_hcd 0000:02:0a.0: GetStatus roothub.portstatus [1] = 0x00030100 PESC CSC PPS Jun 8 05:27:08 upstairs kernel: bus: 'usb': driver_probe_device: matched device 3-2:1.0 with driver usbhid Jun 8 05:27:08 upstairs kernel: bus: 'usb': really_probe: probing driver usbhid with device 3-2:1.0 Jun 8 05:27:08 upstairs kernel: hub 1-0:1.0: port 2, status 0100, change 0003, 12 Mb/s Jun 8 05:27:08 upstairs kernel: usbhid 3-2:1.0: usb_probe_interface Jun 8 05:27:08 upstairs kernel: usb 1-2: USB disconnect, address 2 Jun 8 05:27:08 upstairs kernel: usb 1-2: unregistering device Jun 8 05:27:08 upstairs kernel: usb 1-2: usb_disable_device nuking all URBs Jun 8 05:27:08 upstairs kernel: ohci_hcd 0000:02:0a.0: shutdown urb f71cb680 ep1in-intr Jun 8 05:27:08 upstairs kernel: usbhid 3-2:1.0: usb_probe_interface - got id Jun 8 05:27:08 upstairs kernel: usb 1-2: unregistering interface 1-2:1.0 Jun 8 05:27:08 upstairs kernel: PM: Removing info for usb:1-2:1.0 Jun 8 05:27:08 upstairs kernel: bus: 'usb': remove device 1-2:1.0 Jun 8 05:27:08 upstairs kernel: usb 1-2:1.0: uevent Jun 8 05:27:08 upstairs kernel: device: 'usbdev1.2_ep81': device_unregister Jun 8 05:27:08 upstairs kernel: PM: Removing info for No Bus:usbdev1.2_ep81 Jun 8 05:27:08 upstairs kernel: device: 'usbdev1.2_ep00': device_unregister Jun 8 05:27:08 upstairs kernel: PM: Removing info for No Bus:usbdev1.2_ep00 Jun 8 05:27:08 upstairs kernel: PM: Removing info for usb:1-2 Jun 8 05:27:08 upstairs kernel: bus: 'usb': remove device 1-2 Jun 8 05:27:08 upstairs kernel: usb 1-2: uevent Jun 8 05:27:08 upstairs kernel: device: 'input2': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:input2 Jun 8 05:27:08 upstairs kernel: input: Microsft Microsoft Wireless Desktop Receiver 3.1A as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input2 Jun 8 05:27:08 upstairs kernel: bus: 'i2c': registered Jun 8 05:27:08 upstairs kernel: device class 'i2c-adapter': registering Jun 8 05:27:08 upstairs kernel: bus: 'i2c': add driver dummy Jun 8 05:27:08 upstairs kernel: uhci_hcd 0000:00:1d.1: reserve dev 3 ep81-INT, period 8, phase 4, 118 us Jun 8 05:27:08 upstairs kernel: device: 'event2': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:event2 Jun 8 05:27:08 upstairs kernel: input: USB HID v1.11 Keyboard [Microsft Microsoft Wireless Desktop Receiver 3.1A] on usb-0000:00:1d.1-2 Jun 8 05:27:08 upstairs kernel: driver: '3-2:1.0': driver_bound: bound to device 'usbhid' Jun 8 05:27:08 upstairs kernel: bus: 'usb': really_probe: bound device 3-2:1.0 to driver usbhid Jun 8 05:27:08 upstairs kernel: bus: 'usb': driver_probe_device: matched device 3-2:1.1 with driver usbhid Jun 8 05:27:08 upstairs kernel: bus: 'usb': really_probe: probing driver usbhid with device 3-2:1.1 Jun 8 05:27:08 upstairs kernel: usbhid 3-2:1.1: usb_probe_interface Jun 8 05:27:08 upstairs kernel: usbhid 3-2:1.1: usb_probe_interface - got id Jun 8 05:27:08 upstairs kernel: device class 'firmware': registering Jun 8 05:27:08 upstairs kernel: device class 'dvb': registering Jun 8 05:27:08 upstairs kernel: dib0700: loaded with support for 7 different device-types Jun 8 05:27:08 upstairs kernel: bus: 'usb': add driver dvb_usb_dib0700 Jun 8 05:27:08 upstairs kernel: hub 1-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100 Jun 8 05:27:08 upstairs kernel: hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0000 Jun 8 05:27:08 upstairs kernel: hub 11-0:1.0: state 7 ports 5 chg 0000 evt 0000 Jun 8 05:27:08 upstairs kernel: ehci_hcd 0000:02:0a.2: GetStatus port 3 status 001803 POWER sig=j CSC CONNECT Jun 8 05:27:08 upstairs kernel: hub 11-0:1.0: port 3, status 0501, change 0001, 480 Mb/s Jun 8 05:27:08 upstairs kernel: ohci_hcd 0000:02:0a.1: auto-stop root hub Jun 8 05:27:08 upstairs kernel: device: 'input3': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:input3 Jun 8 05:27:08 upstairs kernel: input: Microsft Microsoft Wireless Desktop Receiver 3.1A as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.1/input/input3 Jun 8 05:27:08 upstairs kernel: uhci_hcd 0000:00:1d.1: reserve dev 3 ep82-INT, period 8, phase 4, 118 us Jun 8 05:27:08 upstairs kernel: device: 'mouse0': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:mouse0 Jun 8 05:27:08 upstairs kernel: device: 'event3': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:event3 Jun 8 05:27:08 upstairs kernel: input: USB HID v1.11 Mouse [Microsft Microsoft Wireless Desktop Receiver 3.1A] on usb-0000:00:1d.1-2 Jun 8 05:27:08 upstairs kernel: driver: '3-2:1.1': driver_bound: bound to device 'usbhid' Jun 8 05:27:08 upstairs kernel: bus: 'usb': really_probe: bound device 3-2:1.1 to driver usbhid Jun 8 05:27:08 upstairs kernel: hub 11-0:1.0: debounce: port 3: total 100ms stable 100ms status 0x501 Jun 8 05:27:08 upstairs kernel: ehci_hcd 0000:02:0a.2: port 3 high speed Jun 8 05:27:08 upstairs kernel: ehci_hcd 0000:02:0a.2: GetStatus port 3 status 001005 POWER sig=se0 PE CONNECT Jun 8 05:27:08 upstairs kernel: usb 11-3: new high speed USB device using ehci_hcd and address 2 Jun 8 05:27:08 upstairs kernel: device: '11-3': device_add Jun 8 05:27:08 upstairs kernel: bus: 'usb': add device 11-3 Jun 8 05:27:08 upstairs kernel: PM: Adding info for usb:11-3 Jun 8 05:27:08 upstairs kernel: usb 11-3: uevent Jun 8 05:27:08 upstairs kernel: bus: 'usb': driver_probe_device: matched device 11-3 with driver usb Jun 8 05:27:08 upstairs kernel: bus: 'usb': really_probe: probing driver usb with device 11-3 Jun 8 05:27:08 upstairs kernel: usb 11-3: usb_probe_device Jun 8 05:27:08 upstairs kernel: usb 11-3: configuration #1 chosen from 1 choice Jun 8 05:27:08 upstairs kernel: usb 11-3: adding 11-3:1.0 (config #1, interface 0) Jun 8 05:27:08 upstairs kernel: device: '11-3:1.0': device_add Jun 8 05:27:08 upstairs kernel: bus: 'usb': add device 11-3:1.0 Jun 8 05:27:08 upstairs kernel: PM: Adding info for usb:11-3:1.0 Jun 8 05:27:08 upstairs kernel: usb 11-3:1.0: uevent Jun 8 05:27:08 upstairs kernel: bus: 'usb': driver_probe_device: matched device 11-3:1.0 with driver hub Jun 8 05:27:08 upstairs kernel: bus: 'usb': really_probe: probing driver hub with device 11-3:1.0 Jun 8 05:27:08 upstairs kernel: hub 11-3:1.0: usb_probe_interface Jun 8 05:27:08 upstairs kernel: hub 11-3:1.0: usb_probe_interface - got id Jun 8 05:27:08 upstairs kernel: hub 11-3:1.0: USB hub found Jun 8 05:27:08 upstairs kernel: hub 11-3:1.0: 4 ports detected Jun 8 05:27:08 upstairs kernel: hub 11-3:1.0: standalone hub Jun 8 05:27:08 upstairs kernel: hub 11-3:1.0: ganged power switching Jun 8 05:27:08 upstairs kernel: hub 11-3:1.0: global over-current protection Jun 8 05:27:08 upstairs kernel: hub 11-3:1.0: Single TT Jun 8 05:27:08 upstairs kernel: hub 11-3:1.0: TT requires at most 16 FS bit times (1332 ns) Jun 8 05:27:08 upstairs kernel: hub 11-3:1.0: Port indicators are supported Jun 8 05:27:08 upstairs kernel: hub 11-3:1.0: power on to power good time: 100ms Jun 8 05:27:08 upstairs kernel: hub 11-3:1.0: local power source is good Jun 8 05:27:08 upstairs kernel: hub 11-3:1.0: no over-current condition exists Jun 8 05:27:08 upstairs kernel: hub 11-3:1.0: enabling power on all ports Jun 8 05:27:08 upstairs kernel: usb 11-3: link qh256-0001/f77ef100 start 255 [1/0 us] Jun 8 05:27:08 upstairs kernel: driver: '11-3:1.0': driver_bound: bound to device 'hub' Jun 8 05:27:08 upstairs kernel: bus: 'usb': really_probe: bound device 11-3:1.0 to driver hub Jun 8 05:27:08 upstairs kernel: device: 'usbdev11.2_ep81': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:usbdev11.2_ep81 Jun 8 05:27:08 upstairs kernel: drivers/usb/core/inode.c: creating file '002' Jun 8 05:27:08 upstairs kernel: driver: '11-3': driver_bound: bound to device 'usb' Jun 8 05:27:08 upstairs kernel: bus: 'usb': really_probe: bound device 11-3 to driver usb Jun 8 05:27:08 upstairs kernel: device: 'usbdev11.2_ep00': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:usbdev11.2_ep00 Jun 8 05:27:08 upstairs kernel: usb 11-3: New USB device found, idVendor=0409, idProduct=0059 Jun 8 05:27:08 upstairs kernel: usb 11-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Jun 8 05:27:08 upstairs kernel: hub 9-0:1.0: state 7 ports 2 chg 0000 evt 0000 Jun 8 05:27:08 upstairs kernel: hub 11-3:1.0: state 7 ports 4 chg 0000 evt 0000 Jun 8 05:27:08 upstairs kernel: bus: 'usb': driver_probe_device: matched device 10-1:1.0 with driver dvb_usb_dib0700 Jun 8 05:27:08 upstairs kernel: bus: 'usb': really_probe: probing driver dvb_usb_dib0700 with device 10-1:1.0 Jun 8 05:27:08 upstairs kernel: dvb_usb_dib0700 10-1:1.0: usb_probe_interface Jun 8 05:27:08 upstairs kernel: dvb_usb_dib0700 10-1:1.0: usb_probe_interface - got id Jun 8 05:27:08 upstairs kernel: dvb-usb: found a 'Hauppauge Nova-T 500 Dual DVB-T' in warm state. Jun 8 05:27:08 upstairs kernel: device: 'i2c-0': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:i2c-0 Jun 8 05:27:08 upstairs kernel: dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. Jun 8 05:27:08 upstairs kernel: DVB: registering new adapter (Hauppauge Nova-T 500 Dual DVB-T) Jun 8 05:27:08 upstairs kernel: device: 'dvb0.demux0': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:dvb0.demux0 Jun 8 05:27:08 upstairs kernel: device: 'dvb0.dvr0': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:dvb0.dvr0 Jun 8 05:27:08 upstairs kernel: device: 'dvb0.net0': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:dvb0.net0 Jun 8 05:27:08 upstairs kernel: usbcore: registered new interface driver usbhid Jun 8 05:27:08 upstairs kernel: usbhid: v2.6:USB HID core driver Jun 8 05:27:08 upstairs kernel: device: 'i2c-1': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:i2c-1 Jun 8 05:27:08 upstairs kernel: DVB: registering frontend 0 (DiBcom 3000MC/P)... Jun 8 05:27:08 upstairs kernel: device: 'dvb0.frontend0': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:dvb0.frontend0 Jun 8 05:27:08 upstairs kernel: MT2060: successfully identified (IF1 = 1230) Jun 8 05:27:08 upstairs kernel: usb usb8: suspend_rh (auto-stop) Jun 8 05:27:08 upstairs kernel: device: '00110666000013cc': device_add Jun 8 05:27:08 upstairs kernel: bus: 'ieee1394': add device 00110666000013cc Jun 8 05:27:08 upstairs kernel: PM: Adding info for ieee1394:00110666000013cc Jun 8 05:27:08 upstairs kernel: device: '00110666000013cc': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:00110666000013cc Jun 8 05:27:08 upstairs kernel: ieee1394: Host added: ID:BUS[0-00:1023] GUID[00110666000013cc] Jun 8 05:27:08 upstairs kernel: usb usb9: suspend_rh (auto-stop) Jun 8 05:27:08 upstairs kernel: dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. Jun 8 05:27:08 upstairs kernel: DVB: registering new adapter (Hauppauge Nova-T 500 Dual DVB-T) Jun 8 05:27:08 upstairs kernel: device: 'dvb1.demux0': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:dvb1.demux0 Jun 8 05:27:08 upstairs kernel: device: 'dvb1.dvr0': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:dvb1.dvr0 Jun 8 05:27:08 upstairs kernel: device: 'dvb1.net0': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:dvb1.net0 Jun 8 05:27:08 upstairs kernel: device: 'i2c-2': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:i2c-2 Jun 8 05:27:08 upstairs kernel: DVB: registering frontend 1 (DiBcom 3000MC/P)... Jun 8 05:27:08 upstairs kernel: device: 'dvb1.frontend0': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:dvb1.frontend0 Jun 8 05:27:08 upstairs kernel: MT2060: successfully identified (IF1 = 1234) Jun 8 05:27:08 upstairs kernel: ohci_hcd 0000:02:0a.0: auto-stop root hub Jun 8 05:27:08 upstairs kernel: device: 'input4': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:input4 Jun 8 05:27:08 upstairs kernel: input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:1e.0/0000:02:09.2/usb10/10-1/input/input4 Jun 8 05:27:08 upstairs kernel: device: 'event4': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:event4 Jun 8 05:27:08 upstairs kernel: dvb-usb: schedule remote query interval to 150 msecs. Jun 8 05:27:08 upstairs kernel: dvb-usb: Hauppauge Nova-T 500 Dual DVB-T successfully initialized and connected. Jun 8 05:27:08 upstairs kernel: driver: '10-1:1.0': driver_bound: bound to device 'dvb_usb_dib0700' Jun 8 05:27:08 upstairs kernel: bus: 'usb': really_probe: bound device 10-1:1.0 to driver dvb_usb_dib0700 Jun 8 05:27:08 upstairs kernel: usbcore: registered new interface driver dvb_usb_dib0700 Jun 8 05:27:08 upstairs kernel: fuse init (API version 7.9) Jun 8 05:27:08 upstairs kernel: device: 'fuse': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:fuse Jun 8 05:27:08 upstairs kernel: device: '8:1-fuseblk': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:8:1-fuseblk Jun 8 05:27:08 upstairs kernel: kjournald starting. Commit interval 5 seconds Jun 8 05:27:08 upstairs kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 8 05:27:08 upstairs kernel: EXT3 FS on sdb6, internal journal Jun 8 05:27:08 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 8 05:27:08 upstairs kernel: kjournald starting. Commit interval 5 seconds Jun 8 05:27:08 upstairs kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 8 05:27:08 upstairs kernel: EXT3 FS on sda6, internal journal Jun 8 05:27:08 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 8 05:27:08 upstairs kernel: kjournald starting. Commit interval 5 seconds Jun 8 05:27:08 upstairs kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 8 05:27:08 upstairs kernel: EXT3 FS on sda7, internal journal Jun 8 05:27:08 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 8 05:27:08 upstairs kernel: kjournald starting. Commit interval 5 seconds Jun 8 05:27:08 upstairs kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 8 05:27:08 upstairs kernel: EXT3 FS on sdc2, internal journal Jun 8 05:27:08 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 8 05:27:08 upstairs kernel: Adding 4096532k swap on /dev/sda5. Priority:-1 extents:1 across:4096532k Jun 8 05:27:08 upstairs kernel: device: 'vcs1': device_unregister Jun 8 05:27:08 upstairs kernel: PM: Removing info for No Bus:vcs1 Jun 8 05:27:08 upstairs kernel: device: 'vcs1': device_create_release Jun 8 05:27:08 upstairs kernel: device: 'vcsa1': device_unregister Jun 8 05:27:08 upstairs kernel: PM: Removing info for No Bus:vcsa1 Jun 8 05:27:08 upstairs kernel: device: 'vcsa1': device_create_release Jun 8 05:27:08 upstairs kernel: device: 'vcs1': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:vcs1 Jun 8 05:27:08 upstairs kernel: device: 'vcsa1': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:vcsa1 Jun 8 05:27:08 upstairs kernel: device: 'vcs1': device_unregister Jun 8 05:27:08 upstairs kernel: PM: Removing info for No Bus:vcs1 Jun 8 05:27:08 upstairs kernel: device: 'vcs1': device_create_release Jun 8 05:27:08 upstairs kernel: device: 'vcsa1': device_unregister Jun 8 05:27:08 upstairs kernel: PM: Removing info for No Bus:vcsa1 Jun 8 05:27:08 upstairs kernel: device: 'vcsa1': device_create_release Jun 8 05:27:08 upstairs kernel: device: 'vcs1': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:vcs1 Jun 8 05:27:08 upstairs kernel: device: 'vcsa1': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:vcsa1 Jun 8 05:27:08 upstairs kernel: device: 'vcs1': device_unregister Jun 8 05:27:08 upstairs kernel: PM: Removing info for No Bus:vcs1 Jun 8 05:27:08 upstairs kernel: device: 'vcs1': device_create_release Jun 8 05:27:08 upstairs kernel: device: 'vcsa1': device_unregister Jun 8 05:27:08 upstairs kernel: PM: Removing info for No Bus:vcsa1 Jun 8 05:27:08 upstairs kernel: device: 'vcsa1': device_create_release Jun 8 05:27:08 upstairs kernel: device: 'vcs1': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:vcs1 Jun 8 05:27:08 upstairs kernel: device: 'vcsa1': device_add Jun 8 05:27:08 upstairs kernel: PM: Adding info for No Bus:vcsa1 Jun 8 05:27:08 upstairs kernel: device: 'vcs1': device_unregister Jun 8 05:27:08 upstairs kernel: PM: Removing info for No Bus:vcs1 Jun 8 05:27:12 upstairs kernel: device: 'vcs1': device_create_release Jun 8 05:27:12 upstairs kernel: device: 'vcsa1': device_unregister Jun 8 05:27:12 upstairs kernel: PM: Removing info for No Bus:vcsa1 Jun 8 05:27:12 upstairs kernel: device: 'vcsa1': device_create_release Jun 8 05:27:12 upstairs kernel: device: 'vcs1': device_add Jun 8 05:27:12 upstairs kernel: PM: Adding info for No Bus:vcs1 Jun 8 05:27:12 upstairs kernel: device: 'vcsa1': device_add Jun 8 05:27:12 upstairs kernel: PM: Adding info for No Bus:vcsa1 Jun 8 05:27:12 upstairs kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 Jun 8 05:27:12 upstairs kernel: ip_tables: (C) 2000-2006 Netfilter Core Team Jun 8 05:27:12 upstairs kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max) Jun 8 05:27:12 upstairs kernel: bus: 'pci': remove driver parport_pc Jun 8 05:27:12 upstairs kernel: driver: 'parport_pc': driver_release Jun 8 05:27:12 upstairs kernel: bus: 'pnp': remove driver parport_pc Jun 8 05:27:12 upstairs kernel: parport_pc 00:06: disabled Jun 8 05:27:12 upstairs kernel: driver: 'parport_pc': driver_release Jun 8 05:27:12 upstairs kernel: pnp: the driver 'parport_pc' has been unregistered Jun 8 05:27:12 upstairs kernel: bus: 'platform': remove driver parport_pc Jun 8 05:27:12 upstairs kernel: driver: 'parport_pc': driver_release Jun 8 05:27:12 upstairs kernel: bus: 'pci': remove driver ohci1394 Jun 8 05:27:12 upstairs kernel: ieee1394: Node removed: ID:BUS[0-00:1023] GUID[00110666000013cc] Jun 8 05:27:12 upstairs kernel: device: '00110666000013cc': device_unregister Jun 8 05:27:12 upstairs kernel: PM: Removing info for No Bus:00110666000013cc Jun 8 05:27:12 upstairs kernel: device: '00110666000013cc': device_unregister Jun 8 05:27:12 upstairs kernel: PM: Removing info for ieee1394:00110666000013cc Jun 8 05:27:12 upstairs kernel: bus: 'ieee1394': remove device 00110666000013cc Jun 8 05:27:12 upstairs kernel: device: 'fw-host0': device_unregister Jun 8 05:27:12 upstairs kernel: PM: Removing info for No Bus:fw-host0 Jun 8 05:27:12 upstairs kernel: device: 'fw-host0': device_unregister Jun 8 05:27:12 upstairs kernel: PM: Removing info for ieee1394:fw-host0 Jun 8 05:27:12 upstairs kernel: bus: 'ieee1394': remove device fw-host0 Jun 8 05:27:12 upstairs kernel: driver: 'ohci1394': driver_release Jun 8 05:27:12 upstairs kernel: bus: 'ieee1394': remove driver nodemgr Jun 8 05:27:12 upstairs kernel: driver: 'nodemgr': driver_release Jun 8 05:27:12 upstairs kernel: device class 'ieee1394': unregistering Jun 8 05:27:12 upstairs kernel: class 'ieee1394': release. Jun 8 05:27:12 upstairs kernel: class 'ieee1394' does not have a release() function, be careful Jun 8 05:27:12 upstairs kernel: device class 'ieee1394_node': unregistering Jun 8 05:27:12 upstairs kernel: class 'ieee1394_node': release. Jun 8 05:27:12 upstairs kernel: class 'ieee1394_node' does not have a release() function, be careful Jun 8 05:27:12 upstairs kernel: device class 'ieee1394_protocol': unregistering Jun 8 05:27:12 upstairs kernel: class 'ieee1394_protocol': release. Jun 8 05:27:12 upstairs kernel: class_create_release called for ieee1394_protocol Jun 8 05:27:12 upstairs kernel: device class 'ieee1394_host': unregistering Jun 8 05:27:12 upstairs kernel: class 'ieee1394_host': release. Jun 8 05:27:12 upstairs kernel: class 'ieee1394_host' does not have a release() function, be careful Jun 8 05:27:12 upstairs kernel: bus: 'ieee1394': unregistering Jun 8 05:27:12 upstairs kernel: device: 'vcs4': device_add Jun 8 05:27:12 upstairs kernel: PM: Adding info for No Bus:vcs4 Jun 8 05:27:12 upstairs kernel: device: 'vcsa4': device_add Jun 8 05:27:12 upstairs kernel: PM: Adding info for No Bus:vcsa4 Jun 8 05:27:12 upstairs kernel: device: 'vcs3': device_add Jun 8 05:27:12 upstairs kernel: PM: Adding info for No Bus:vcs3 Jun 8 05:27:12 upstairs kernel: device: 'vcsa3': device_add Jun 8 05:27:12 upstairs kernel: PM: Adding info for No Bus:vcsa3 Jun 8 05:27:12 upstairs kernel: device: 'vcs2': device_add Jun 8 05:27:12 upstairs kernel: PM: Adding info for No Bus:vcs2 Jun 8 05:27:12 upstairs kernel: device: 'vcsa2': device_add Jun 8 05:27:12 upstairs kernel: PM: Adding info for No Bus:vcsa2 Jun 8 05:27:12 upstairs kernel: device: 'vcs5': device_add Jun 8 05:27:12 upstairs kernel: PM: Adding info for No Bus:vcs5 Jun 8 05:27:12 upstairs kernel: device: 'vcsa5': device_add Jun 8 05:27:12 upstairs kernel: PM: Adding info for No Bus:vcsa5 ^ permalink raw reply [flat|nested] 40+ messages in thread
[parent not found: <200806080619.17531.chris2553-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>]
* Re: 2,6.26-rc4-git2 - long pause during boot [not found] ` <200806080619.17531.chris2553-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> @ 2008-06-08 18:37 ` James Bottomley 2008-06-09 23:07 ` Greg KH [not found] ` <1212950276.3574.7.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> 2008-06-09 14:46 ` Alan Stern 1 sibling, 2 replies; 40+ messages in thread From: James Bottomley @ 2008-06-08 18:37 UTC (permalink / raw) To: chris2553-gM/Ye1E23mwN+BqQ9rBEUg Cc: Andrew Morton, LKML, linux-scsi-u79uwXL29TY76Z2rM5mHXA, Hannes Reinecke, Rafael J. Wysocki, linux-usb-u79uwXL29TY76Z2rM5mHXA On Sun, 2008-06-08 at 06:19 +0000, Chris Clayton wrote: > --Boundary-00=_NG3SIU63+Zdv2JV > Content-Type: text/plain; > charset="utf-8" > Content-Transfer-Encoding: quoted-printable > Content-Disposition: inline > > On Friday 06 June 2008, James Bottomley wrote: > > On Fri, 2008-06-06 at 11:03 -0700, Andrew Morton wrote: > > > On Fri, 06 Jun 2008 10:22:22 -0500 James Bottomley=20 > <James.Bottomley-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org> wrote: > > > > On Thu, 2008-06-05 at 23:25 -0700, Andrew Morton wrote: > > > > > On Thu, 5 Jun 2008 23:21:45 -0700 Andrew Morton=20 > <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org> wrote: > > > > > > <watches wodim wibble for five minutes then report "CD/DVD-Record= > er > > > > > > not ready." Pretends not to have noticed.> > > > > > > > > > > It goes much better when the CD is inserted upside up. > > > > > > > > So I can close this regression if I send you a pack of CD ring labels > > > > with "other way up" on them for you to affix to the underside of your > > > > CDs ... ? > > > > > > Would prefer double-sided CDs. > > > > I just discovered my budget only runs to a permanent marker for you to > > write the instructions on the rim yourself ... > > > > > Is this 20-second-delay thing known-about/expected/etc? > > > > If it's not the scsi_bus_uevent problem, then no, it isn't. > > > > The odd thing is that it occurs in the middle of USB initialisation from > > > > Because of this oddity, I've also built 2.6.26-rc5-git2 with verbose USB > debugging on. A boot log from that kernel is attached. You will see lots of > ETIME errors from usb. A log from a similarly verbose 2.6.25.5 kernel does not > show these errors. usb-devel added to cc list. I'm starting to think this might be a distribution problem. I tried booting my laptop on your config (only system I have with ata_piix) without an initrd (bit painful for fedora 9) and I didn't see any slow downs (in fact it was a lot faster than previously; makes note to file bug with redhat about their initramfs). The one thing the patch you identified does is to add the SCSI target to the BUS and type model for the generic device. What this does is to add extra uevents for the target. If your hotplug handlers aren't set up to expect this, they could be delaying the system progress. What hotplug scripts are you using (and does /sbin/hotplug exist)? > > > upstairs kernel: usb 11-2: Product: USB Flash Memory Jun 6 17:26:31 > > > upstairs kernel: usb 11-2: SerialNumber: 0EC065712361A91E > > > > I'm a bit baffled as to how that could be SCSI related, but I suppose it > > could be udev related somehow. Perhaps turning on driver core debugging > > might help (that's CONFIG_DEBUG DRIVER ... it depends on > > CONFIG_DEBUG_KERNEL for activation). Hopefully the verbose kernel logs > > from here might tell us what's going on in the lacunae. > > > > Triggered by James' bafflement and for my own peace of mind, I've run another > bisect session. This time I started with v2.6.26 as good and v2.6.26-rc2 as bad. > It highlighted the same patch as the "culprit". Actually, that's not really necessary. Bisection is taking you back through kernel history, so unless the bug has two separate causes, it's pretty likely to home in on the same section of code. James -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-08 18:37 ` James Bottomley @ 2008-06-09 23:07 ` Greg KH [not found] ` <20080609230747.GD23391-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org> [not found] ` <1212950276.3574.7.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> 1 sibling, 1 reply; 40+ messages in thread From: Greg KH @ 2008-06-09 23:07 UTC (permalink / raw) To: James Bottomley Cc: chris2553, Andrew Morton, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki, linux-usb On Sun, Jun 08, 2008 at 01:37:56PM -0500, James Bottomley wrote: > > Because of this oddity, I've also built 2.6.26-rc5-git2 with verbose USB > > debugging on. A boot log from that kernel is attached. You will see lots of > > ETIME errors from usb. A log from a similarly verbose 2.6.25.5 kernel does not > > show these errors. usb-devel added to cc list. > > I'm starting to think this might be a distribution problem. I tried > booting my laptop on your config (only system I have with ata_piix) > without an initrd (bit painful for fedora 9) and I didn't see any slow > downs (in fact it was a lot faster than previously; makes note to file > bug with redhat about their initramfs). What distro is this being seen on? I know that openSUSE 11.0 betas did have a bug in their init scripts that was causing a long delay, much like this one. But it has been fixed in the later releases (hopefully...) thanks, greg k-h ^ permalink raw reply [flat|nested] 40+ messages in thread
[parent not found: <20080609230747.GD23391-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>]
* Re: 2,6.26-rc4-git2 - long pause during boot [not found] ` <20080609230747.GD23391-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org> @ 2008-06-10 18:49 ` Chris Clayton 0 siblings, 0 replies; 40+ messages in thread From: Chris Clayton @ 2008-06-10 18:49 UTC (permalink / raw) To: Greg KH Cc: James Bottomley, Andrew Morton, LKML, linux-scsi-u79uwXL29TY76Z2rM5mHXA, Hannes Reinecke, Rafael J. Wysocki, linux-usb-u79uwXL29TY76Z2rM5mHXA On Monday 09 June 2008, Greg KH wrote: > On Sun, Jun 08, 2008 at 01:37:56PM -0500, James Bottomley wrote: > > > Because of this oddity, I've also built 2.6.26-rc5-git2 with verbose > > > USB debugging on. A boot log from that kernel is attached. You will see > > > lots of ETIME errors from usb. A log from a similarly verbose 2.6.25.5 > > > kernel does not show these errors. usb-devel added to cc list. > > > > I'm starting to think this might be a distribution problem. I tried > > booting my laptop on your config (only system I have with ata_piix) > > without an initrd (bit painful for fedora 9) and I didn't see any slow > > downs (in fact it was a lot faster than previously; makes note to file > > bug with redhat about their initramfs). > > What distro is this being seen on? I know that openSUSE 11.0 betas did > have a bug in their init scripts that was causing a long delay, much > like this one. But it has been fixed in the later releases > (hopefully...) > As I repied to James a few minutes ago, my desktop system was originally (the now lapsed) Peanut Linux, which was a Slackware derivative. But I've been running it for 3 or 4 years, upgrading and adding packages along the way. My udev setup is based on that in a fairly recent Slackware, although I can't now recall precisely which version. Thanks Chris > thanks, > > greg k-h -- Beauty is in the eye of the beerholder. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 40+ messages in thread
[parent not found: <1212950276.3574.7.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>]
* Re: 2,6.26-rc4-git2 - long pause during boot [not found] ` <1212950276.3574.7.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> @ 2008-06-10 22:06 ` Chris Clayton 2008-06-10 22:19 ` Alan Stern 2008-06-11 18:58 ` Chris Clayton 0 siblings, 2 replies; 40+ messages in thread From: Chris Clayton @ 2008-06-10 22:06 UTC (permalink / raw) To: James Bottomley Cc: Andrew Morton, LKML, linux-scsi-u79uwXL29TY76Z2rM5mHXA, Hannes Reinecke, Rafael J. Wysocki, linux-usb-u79uwXL29TY76Z2rM5mHXA, Stefan Richter [-- Attachment #1: Type: text/plain, Size: 13492 bytes --] [Apologies to copy recipients - I accidentally replied to only James earlier this evening. I've enclosed the text of my reply in square brackets at the relevant places below, followed, where appropriate, by my findings from tonight's investigations] On Sunday 08 June 2008, James Bottomley wrote: > On Sun, 2008-06-08 at 06:19 +0000, Chris Clayton wrote: > > --Boundary-00=_NG3SIU63+Zdv2JV > > Content-Type: text/plain; > > charset="utf-8" > > Content-Transfer-Encoding: quoted-printable > > Content-Disposition: inline > > > > On Friday 06 June 2008, James Bottomley wrote: > > > On Fri, 2008-06-06 at 11:03 -0700, Andrew Morton wrote: > > > > On Fri, 06 Jun 2008 10:22:22 -0500 James Bottomley=20 > > > > <James.Bottomley-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org> wrote: > > > > > On Thu, 2008-06-05 at 23:25 -0700, Andrew Morton wrote: > > > > > > On Thu, 5 Jun 2008 23:21:45 -0700 Andrew Morton=20 > > > > <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org> wrote: > > > > > > > <watches wodim wibble for five minutes then report > > > > > > > "CD/DVD-Record= > > > > er > > > > > > > > > not ready." Pretends not to have noticed.> > > > > > > > > > > > > It goes much better when the CD is inserted upside up. > > > > > > > > > > So I can close this regression if I send you a pack of CD ring > > > > > labels with "other way up" on them for you to affix to the > > > > > underside of your CDs ... ? > > > > > > > > Would prefer double-sided CDs. > > > > > > I just discovered my budget only runs to a permanent marker for you to > > > write the instructions on the rim yourself ... > > > > > > > Is this 20-second-delay thing known-about/expected/etc? > > > > > > If it's not the scsi_bus_uevent problem, then no, it isn't. > > > > > > The odd thing is that it occurs in the middle of USB initialisation > > > from > > > > Because of this oddity, I've also built 2.6.26-rc5-git2 with verbose USB > > debugging on. A boot log from that kernel is attached. You will see lots > > of ETIME errors from usb. A log from a similarly verbose 2.6.25.5 kernel > > does not show these errors. usb-devel added to cc list. > > I'm starting to think this might be a distribution problem. I tried > booting my laptop on your config (only system I have with ata_piix) > without an initrd (bit painful for fedora 9) and I didn't see any slow > downs (in fact it was a lot faster than previously; makes note to file > bug with redhat about their initramfs). > [OK, I'll start investigating this line. My desktop system was originally (the now lapsed) Peanut Linux, which was a Slackware derivative. But I've been running it for 3 or 4 years, upgrading and adding packages along the way. My udev setup is based on that in a fairly recent Slackware, although I can't now recall precisely which version.] For the time being I'll try and isolate what it is that causes the delay in icons appearing on my desktop when I plug in a usb-storage device. The script that shows the icon is invoked by adding the script name to udev's run list. Here is a typical rule from /etc/udev/rules.d/20-local.rules: ACTION=="add", KERNEL=="sd[a-z][0-9]", SYSFS{idProduct}=="6545", SYSFS{idVendor}=="0930", SYMLINK+="usbstickc%n", MODE="0666", RUN+="/usr/bin/udevshowicon.sh" I've added a couple of calls to logger (from util-linux-2.12r) to the script. What this has shown is that, when I plug in a usb-storage device, there seems to be a delay between the usb/scsi/usb-storage drivers setting up the device and my icon-showing script being run. Here is the snippet from the kernel log file: Jun 10 20:27:45 upstairs kernel: [ 3200.592107] hub 3-0:1.0: state 7 ports 5 chg 0000 evt 0004 Jun 10 20:27:45 upstairs kernel: [ 3200.592107] ehci_hcd 0000:02:0a.2: GetStatus port 2 status 001803 POWER sig=j CSC CONNECT Jun 10 20:27:45 upstairs kernel: [ 3200.592107] hub 3-0:1.0: port 2, status 0501, change 0001, 480 Mb/s Jun 10 20:27:45 upstairs kernel: [ 3200.695130] hub 3-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x501 Jun 10 20:27:45 upstairs kernel: [ 3200.746270] ehci_hcd 0000:02:0a.2: port 2 high speed Jun 10 20:27:45 upstairs kernel: [ 3200.746279] ehci_hcd 0000:02:0a.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT Jun 10 20:27:45 upstairs kernel: [ 3200.797136] usb 3-2: new high speed USB device using ehci_hcd and address 9 Jun 10 20:27:45 upstairs kernel: [ 3200.811464] usb 3-2: default language 0x0409 Jun 10 20:27:45 upstairs kernel: [ 3200.812116] device: '3-2': device_add Jun 10 20:27:45 upstairs kernel: [ 3200.812116] bus: 'usb': add device 3-2 Jun 10 20:27:45 upstairs kernel: [ 3200.812116] PM: Adding info for usb:3-2 Jun 10 20:27:45 upstairs kernel: [ 3200.812116] usb 3-2: uevent Jun 10 20:27:45 upstairs kernel: [ 3200.812116] bus: 'usb': driver_probe_device: matched device 3-2 with driver usb Jun 10 20:27:45 upstairs kernel: [ 3200.812116] bus: 'usb': really_probe: probing driver usb with device 3-2 Jun 10 20:27:45 upstairs kernel: [ 3200.812116] usb 3-2: usb_probe_device Jun 10 20:27:45 upstairs kernel: [ 3200.812116] usb 3-2: configuration #1 chosen from 1 choice Jun 10 20:27:45 upstairs kernel: [ 3200.814424] usb 3-2: adding 3-2:1.0 (config #1, interface 0) Jun 10 20:27:45 upstairs kernel: [ 3200.814434] device: '3-2:1.0': device_add Jun 10 20:27:45 upstairs kernel: [ 3200.814458] bus: 'usb': add device 3-2:1.0 Jun 10 20:27:45 upstairs kernel: [ 3200.814466] PM: Adding info for usb:3-2:1.0 Jun 10 20:27:45 upstairs kernel: [ 3200.814479] usb 3-2:1.0: uevent Jun 10 20:27:45 upstairs kernel: [ 3200.814520] bus: 'usb': driver_probe_device: matched device 3-2:1.0 with driver usb-storage Jun 10 20:27:45 upstairs kernel: [ 3200.814526] bus: 'usb': really_probe: probing driver usb-storage with device 3-2:1.0 Jun 10 20:27:45 upstairs kernel: [ 3200.814569] usb-storage 3-2:1.0: usb_probe_interface Jun 10 20:27:45 upstairs kernel: [ 3200.814577] usb-storage 3-2:1.0: usb_probe_interface - got id Jun 10 20:27:45 upstairs kernel: [ 3200.814982] scsi10 : SCSI emulation for USB Mass Storage devices Jun 10 20:27:45 upstairs kernel: [ 3200.814994] device: 'host10': device_add Jun 10 20:27:45 upstairs kernel: [ 3200.815006] bus: 'scsi': add device host10 Jun 10 20:27:45 upstairs kernel: [ 3200.815020] PM: Adding info for scsi:host10 Jun 10 20:27:45 upstairs kernel: [ 3200.815051] device: 'host10': device_add Jun 10 20:27:45 upstairs kernel: [ 3200.815143] PM: Adding info for No Bus:host10 Jun 10 20:27:45 upstairs kernel: [ 3200.815303] driver: '3-2:1.0': driver_bound: bound to device 'usb-storage' Jun 10 20:27:45 upstairs kernel: [ 3200.815310] bus: 'usb': really_probe: bound device 3-2:1.0 to driver usb-storage Jun 10 20:27:45 upstairs kernel: [ 3200.815325] device: 'usbdev3.9_ep81': device_add Jun 10 20:27:45 upstairs kernel: [ 3200.815375] PM: Adding info for No Bus:usbdev3.9_ep81 Jun 10 20:27:45 upstairs kernel: [ 3200.815401] device: 'usbdev3.9_ep02': device_add Jun 10 20:27:45 upstairs kernel: [ 3200.815421] PM: Adding info for No Bus:usbdev3.9_ep02 Jun 10 20:27:45 upstairs kernel: [ 3200.815437] drivers/usb/core/inode.c: creating file '009' Jun 10 20:27:45 upstairs kernel: [ 3200.815446] driver: '3-2': driver_bound: bound to device 'usb' Jun 10 20:27:45 upstairs kernel: [ 3200.815449] bus: 'usb': really_probe: bound device 3-2 to driver usb Jun 10 20:27:45 upstairs kernel: [ 3200.815459] device: 'usbdev3.9_ep00': device_add Jun 10 20:27:45 upstairs kernel: [ 3200.815478] PM: Adding info for No Bus:usbdev3.9_ep00 Jun 10 20:27:45 upstairs kernel: [ 3200.815492] usb 3-2: New USB device found, idVendor=0930, idProduct=6545 Jun 10 20:27:45 upstairs kernel: [ 3200.815495] usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=3 Jun 10 20:27:45 upstairs kernel: [ 3200.815497] usb 3-2: Product: USB Flash Memory Jun 10 20:27:45 upstairs kernel: [ 3200.815500] usb 3-2: SerialNumber: 0EC065712361A91E Jun 10 20:27:45 upstairs kernel: [ 3200.815769] usb-storage: device found at 9 Jun 10 20:27:45 upstairs kernel: [ 3200.815772] usb-storage: waiting for device to settle before scanning Jun 10 20:27:50 upstairs kernel: [ 3205.817115] scsi 10:0:0:0: Direct-Access USB Flash Memory 5.00 PQ: 0 ANSI: 0 CCS Jun 10 20:27:50 upstairs kernel: [ 3205.817115] device: 'target10:0:0': device_add Jun 10 20:27:50 upstairs kernel: [ 3205.817115] bus: 'scsi': add device target10:0:0 Jun 10 20:27:50 upstairs kernel: [ 3205.817115] PM: Adding info for scsi:target10:0:0 Jun 10 20:27:50 upstairs kernel: [ 3205.817115] device: '10:0:0:0': device_add Jun 10 20:27:50 upstairs kernel: [ 3205.817115] bus: 'scsi': add device 10:0:0:0 Jun 10 20:27:50 upstairs kernel: [ 3205.817115] PM: Adding info for scsi:10:0:0:0 Jun 10 20:27:50 upstairs kernel: [ 3205.817115] bus: 'scsi': driver_probe_device: matched device 10:0:0:0 with driver sd Jun 10 20:27:50 upstairs kernel: [ 3205.817115] bus: 'scsi': really_probe: probing driver sd with device 10:0:0:0 Jun 10 20:27:50 upstairs kernel: [ 3205.817115] device: '10:0:0:0': device_add Jun 10 20:27:50 upstairs kernel: [ 3205.817115] PM: Adding info for No Bus:10:0:0:0 Jun 10 20:27:51 upstairs kernel: [ 3206.045117] sd 10:0:0:0: [sdd] 2013184 512-byte hardware sectors (1031 MB) Jun 10 20:27:51 upstairs kernel: [ 3206.045369] sd 10:0:0:0: [sdd] Write Protect is off Jun 10 20:27:51 upstairs kernel: [ 3206.045380] sd 10:0:0:0: [sdd] Mode Sense: 23 00 00 00 Jun 10 20:27:51 upstairs kernel: [ 3206.045386] sd 10:0:0:0: [sdd] Assuming drive cache: write through Jun 10 20:27:51 upstairs kernel: [ 3206.045425] device: 'sdd': device_add Jun 10 20:27:51 upstairs kernel: [ 3206.045495] PM: Adding info for No Bus:sdd Jun 10 20:27:51 upstairs kernel: [ 3206.047204] sd 10:0:0:0: [sdd] 2013184 512-byte hardware sectors (1031 MB) Jun 10 20:27:51 upstairs kernel: [ 3206.047306] sd 10:0:0:0: [sdd] Write Protect is off Jun 10 20:27:51 upstairs kernel: [ 3206.047306] sd 10:0:0:0: [sdd] Mode Sense: 23 00 00 00 Jun 10 20:27:51 upstairs kernel: [ 3206.047306] sd 10:0:0:0: [sdd] Assuming drive cache: write through Jun 10 20:27:51 upstairs kernel: [ 3206.047306] sdd: sdd1 Jun 10 20:27:51 upstairs kernel: [ 3206.049452] device: 'sdd1': device_add Jun 10 20:27:51 upstairs kernel: [ 3206.049482] PM: Adding info for No Bus:sdd1 Jun 10 20:27:51 upstairs kernel: [ 3206.049594] device: '8:48': device_add Jun 10 20:27:51 upstairs kernel: [ 3206.049623] PM: Adding info for No Bus:8:48 Jun 10 20:27:51 upstairs kernel: [ 3206.049648] sd 10:0:0:0: [sdd] Attached SCSI removable disk Jun 10 20:27:51 upstairs kernel: [ 3206.049654] driver: '10:0:0:0': driver_bound: bound to device 'sd' Jun 10 20:27:51 upstairs kernel: [ 3206.049660] bus: 'scsi': really_probe: bound device 10:0:0:0 to driver sd Jun 10 20:27:51 upstairs kernel: [ 3206.049667] device: '10:0:0:0': device_add Jun 10 20:27:51 upstairs kernel: [ 3206.049691] PM: Adding info for No Bus:10:0:0:0 Jun 10 20:27:51 upstairs kernel: [ 3206.050108] usb-storage: device scan complete And here is the output from the calls to logger, that get written to /var/log/messages: Jun 10 20:28:07 upstairs logger: udevshowicon: starting to get icon name Jun 10 20:28:07 upstairs logger: udevshowicon: about to show usbstickc1 As you can see, 16 seconds elapses between the drivers finishing and the script being run. That's an awful time on a system that is doing nothing (because I'm busy scratching my head and looking bewildered :-) I'm using udev-121, which is pretty recent. There is a later version, but the changelog doesn't describe any fixes that (to me) sound as if they would come anywhere near this problem. I'll do so more poking about tomorrow night, but if anyone has any ideas in the meantime, I'd be very grateful. > The one thing the patch you identified does is to add the SCSI target to > the BUS and type model for the generic device. What this does is to add > extra uevents for the target. If your hotplug handlers aren't set up to > expect this, they could be delaying the system progress. > > What hotplug scripts are you using (and does /sbin/hotplug exist)? > [ I don't have hotplug installed and CONFIG_UEVENT_HELPER_PATH is set to the empty string.] > > > > upstairs kernel: usb 11-2: Product: USB Flash Memory Jun 6 17:26:31 > > > > upstairs kernel: usb 11-2: SerialNumber: 0EC065712361A91E > > > > > > I'm a bit baffled as to how that could be SCSI related, but I suppose > > > it could be udev related somehow. Perhaps turning on driver core > > > debugging might help (that's CONFIG_DEBUG DRIVER ... it depends on > > > CONFIG_DEBUG_KERNEL for activation). Hopefully the verbose kernel logs > > > from here might tell us what's going on in the lacunae. > > > > Triggered by James' bafflement and for my own peace of mind, I've run > > another bisect session. This time I started with v2.6.26 as good and > > v2.6.26-rc2 as bad. It highlighted the same patch as the "culprit". > > Actually, that's not really necessary. Bisection is taking you back > through kernel history, so unless the bug has two separate causes, it's > pretty likely to home in on the same section of code. > [I appreciate that but I was a tint bit worried that, late i the process, I had reported an erronious good or bad to git bisect and ended up in the wrong place.] > James I've also attached a log from a boot with CONFIG_PRINTK_TIME enabled. Thanks Chris -- Beauty is in the eye of the beerholder. [-- Attachment #2: printktimer.log --] [-- Type: text/x-log, Size: 53451 bytes --] Jun 10 19:14:05 upstairs kernel: klogd 1.3-3, log source = /proc/kmsg started. Jun 10 19:14:05 upstairs kernel: Inspecting /boot/System.map-2.6.26-rc5-git2 Jun 10 19:14:05 upstairs kernel: Loaded 26388 symbols from /boot/System.map-2.6.26-rc5-git2. Jun 10 19:14:05 upstairs kernel: Symbols match kernel version 2.6.26. Jun 10 19:14:05 upstairs kernel: No module symbols loaded - kernel modules not enabled. Jun 10 19:14:05 upstairs kernel: d Jun 10 19:14:05 upstairs kernel: [ 6.238912] PM: Adding info for No Bus:usbdev7.2_ep83 Jun 10 19:14:05 upstairs kernel: [ 6.238912] drivers/usb/core/inode.c: creating file '002' Jun 10 19:14:05 upstairs kernel: [ 6.238912] driver: '7-1': driver_bound: bound to device 'usb' Jun 10 19:14:05 upstairs kernel: [ 6.238912] bus: 'usb': really_probe: bound device 7-1 to driver usb Jun 10 19:14:05 upstairs kernel: [ 6.238912] device: 'usbdev7.2_ep00': device_add Jun 10 19:14:05 upstairs kernel: [ 6.238912] PM: Adding info for No Bus:usbdev7.2_ep00 Jun 10 19:14:05 upstairs kernel: [ 6.238912] usb 7-1: New USB device found, idVendor=2040, idProduct=9950 Jun 10 19:14:05 upstairs kernel: [ 6.239959] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Jun 10 19:14:05 upstairs kernel: [ 6.240012] usb 7-1: Product: WinTV Nova-DT Jun 10 19:14:05 upstairs kernel: [ 6.240062] usb 7-1: Manufacturer: Hauppauge Jun 10 19:14:05 upstairs kernel: [ 6.240112] usb 7-1: SerialNumber: 4030248054 Jun 10 19:14:05 upstairs kernel: [ 6.240166] uhci_hcd 0000:02:09.0: port 2 portsc 018a,00 Jun 10 19:14:05 upstairs kernel: [ 6.240175] hub 7-0:1.0: port 2, status 0300, change 0003, 1.5 Mb/s Jun 10 19:14:05 upstairs kernel: [ 6.343916] hub 7-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x300 Jun 10 19:14:05 upstairs kernel: [ 6.343920] hub 6-0:1.0: state 7 ports 3 chg 0000 evt 0004 Jun 10 19:14:05 upstairs kernel: [ 6.343925] hub 6-2:1.0: state 7 ports 4 chg 0000 evt 0000 Jun 10 19:14:05 upstairs kernel: [ 6.354523] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000 Jun 10 19:14:05 upstairs kernel: [ 6.497290] driver: '8-0:1.0': driver_bound: bound to device 'hub' Jun 10 19:14:05 upstairs kernel: [ 6.497290] hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0000 Jun 10 19:14:05 upstairs kernel: [ 6.497290] bus: 'usb': really_probe: bound device 8-0:1.0 to driver hub Jun 10 19:14:05 upstairs kernel: [ 6.497290] device: 'usbdev8.1_ep81': device_add Jun 10 19:14:05 upstairs kernel: [ 6.497290] PM: Adding info for No Bus:usbdev8.1_ep81 Jun 10 19:14:05 upstairs kernel: [ 6.497290] drivers/usb/core/inode.c: creating file '001' Jun 10 19:14:05 upstairs kernel: [ 6.497290] driver: 'usb8': driver_bound: bound to device 'usb' Jun 10 19:14:05 upstairs kernel: [ 6.497290] bus: 'usb': really_probe: bound device usb8 to driver usb Jun 10 19:14:05 upstairs kernel: [ 6.497290] device: 'usbdev8.1_ep00': device_add Jun 10 19:14:05 upstairs kernel: [ 6.497290] PM: Adding info for No Bus:usbdev8.1_ep00 Jun 10 19:14:05 upstairs kernel: [ 6.498149] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001 Jun 10 19:14:05 upstairs kernel: [ 6.498204] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 10 19:14:05 upstairs kernel: [ 6.498266] usb usb8: Product: OHCI Host Controller Jun 10 19:14:05 upstairs kernel: [ 6.498293] usb usb8: Manufacturer: Linux 2.6.26-rc5-git2 ohci_hcd Jun 10 19:14:05 upstairs kernel: [ 6.498349] usb usb8: SerialNumber: 0000:02:0a.1 Jun 10 19:14:05 upstairs kernel: [ 6.498405] driver: '0000:02:0a.1': driver_bound: bound to device 'ohci_hcd' Jun 10 19:14:05 upstairs kernel: [ 6.498408] bus: 'pci': really_probe: bound device 0000:02:0a.1 to driver ohci_hcd Jun 10 19:14:05 upstairs kernel: [ 6.499396] bus: 'pci': driver_probe_device: matched device 0000:02:09.1 with driver uhci_hcd Jun 10 19:14:05 upstairs kernel: [ 6.499400] bus: 'pci': really_probe: probing driver uhci_hcd with device 0000:02:09.1 Jun 10 19:14:05 upstairs kernel: [ 6.499419] ACPI: PCI Interrupt 0000:02:09.1[B] -> GSI 18 (level, low) -> IRQ 18 Jun 10 19:14:05 upstairs kernel: [ 6.499523] uhci_hcd 0000:02:09.1: UHCI Host Controller Jun 10 19:14:05 upstairs kernel: [ 6.499579] device: 'usb_host9': device_add Jun 10 19:14:05 upstairs kernel: [ 6.499591] PM: Adding info for No Bus:usb_host9 Jun 10 19:14:05 upstairs kernel: [ 6.499605] drivers/usb/core/inode.c: creating file '009' Jun 10 19:14:05 upstairs kernel: [ 6.499610] uhci_hcd 0000:02:09.1: new USB bus registered, assigned bus number 9 Jun 10 19:14:05 upstairs kernel: [ 6.499675] uhci_hcd 0000:02:09.1: detected 2 ports Jun 10 19:14:05 upstairs kernel: [ 6.499728] uhci_hcd 0000:02:09.1: uhci_check_and_reset_hc: cmd = 0x0000 Jun 10 19:14:05 upstairs kernel: [ 6.499730] uhci_hcd 0000:02:09.1: Performing full reset Jun 10 19:14:05 upstairs kernel: [ 6.499747] uhci_hcd 0000:02:09.1: irq 18, io base 0x0000e800 Jun 10 19:14:05 upstairs kernel: [ 6.499829] usb usb9: default language 0x0409 Jun 10 19:14:05 upstairs kernel: [ 6.499838] device: 'usb9': device_add Jun 10 19:14:05 upstairs kernel: [ 6.499865] bus: 'usb': add device usb9 Jun 10 19:14:05 upstairs kernel: [ 6.499870] PM: Adding info for usb:usb9 Jun 10 19:14:05 upstairs kernel: [ 6.499880] usb usb9: uevent Jun 10 19:14:05 upstairs kernel: [ 6.499890] bus: 'usb': driver_probe_device: matched device usb9 with driver usb Jun 10 19:14:05 upstairs kernel: [ 6.499892] bus: 'usb': really_probe: probing driver usb with device usb9 Jun 10 19:14:05 upstairs kernel: [ 6.499897] usb usb9: usb_probe_device Jun 10 19:14:05 upstairs kernel: [ 6.499900] usb usb9: configuration #1 chosen from 1 choice Jun 10 19:14:05 upstairs kernel: [ 6.499954] usb usb9: adding 9-0:1.0 (config #1, interface 0) Jun 10 19:14:05 upstairs kernel: [ 6.499956] device: '9-0:1.0': device_add Jun 10 19:14:05 upstairs kernel: [ 6.499969] bus: 'usb': add device 9-0:1.0 Jun 10 19:14:05 upstairs kernel: [ 6.499973] PM: Adding info for usb:9-0:1.0 Jun 10 19:14:05 upstairs kernel: [ 6.499979] usb 9-0:1.0: uevent Jun 10 19:14:05 upstairs kernel: [ 6.499990] bus: 'usb': driver_probe_device: matched device 9-0:1.0 with driver hub Jun 10 19:14:05 upstairs kernel: [ 6.499992] bus: 'usb': really_probe: probing driver hub with device 9-0:1.0 Jun 10 19:14:05 upstairs kernel: [ 6.499997] hub 9-0:1.0: usb_probe_interface Jun 10 19:14:05 upstairs kernel: [ 6.499999] hub 9-0:1.0: usb_probe_interface - got id Jun 10 19:14:05 upstairs kernel: [ 6.500001] hub 9-0:1.0: USB hub found Jun 10 19:14:05 upstairs kernel: [ 6.500057] hub 9-0:1.0: 2 ports detected Jun 10 19:14:05 upstairs kernel: [ 6.500107] hub 9-0:1.0: standalone hub Jun 10 19:14:05 upstairs kernel: [ 6.500109] hub 9-0:1.0: no power switching (usb 1.0) Jun 10 19:14:05 upstairs kernel: [ 6.500110] hub 9-0:1.0: individual port over-current protection Jun 10 19:14:05 upstairs kernel: [ 6.500113] hub 9-0:1.0: power on to power good time: 2ms Jun 10 19:14:05 upstairs kernel: [ 6.500117] hub 9-0:1.0: local power source is good Jun 10 19:14:05 upstairs kernel: [ 6.500119] hub 9-0:1.0: trying to enable port power on non-switchable hub Jun 10 19:14:05 upstairs kernel: [ 6.600298] driver: '9-0:1.0': driver_bound: bound to device 'hub' Jun 10 19:14:05 upstairs kernel: [ 6.600302] bus: 'usb': really_probe: bound device 9-0:1.0 to driver hub Jun 10 19:14:05 upstairs kernel: [ 6.600308] device: 'usbdev9.1_ep81': device_add Jun 10 19:14:05 upstairs kernel: [ 6.600335] PM: Adding info for No Bus:usbdev9.1_ep81 Jun 10 19:14:05 upstairs kernel: [ 6.600351] drivers/usb/core/inode.c: creating file '001' Jun 10 19:14:05 upstairs kernel: [ 6.600355] driver: 'usb9': driver_bound: bound to device 'usb' Jun 10 19:14:05 upstairs kernel: [ 6.600358] bus: 'usb': really_probe: bound device usb9 to driver usb Jun 10 19:14:05 upstairs kernel: [ 6.600364] device: 'usbdev9.1_ep00': device_add Jun 10 19:14:05 upstairs kernel: [ 6.600381] PM: Adding info for No Bus:usbdev9.1_ep00 Jun 10 19:14:05 upstairs kernel: [ 6.600394] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001 Jun 10 19:14:05 upstairs kernel: [ 6.600448] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 10 19:14:05 upstairs kernel: [ 6.600510] usb usb9: Product: UHCI Host Controller Jun 10 19:14:05 upstairs kernel: [ 6.600561] usb usb9: Manufacturer: Linux 2.6.26-rc5-git2 uhci_hcd Jun 10 19:14:05 upstairs kernel: [ 6.600613] usb usb9: SerialNumber: 0000:02:09.1 Jun 10 19:14:05 upstairs kernel: [ 6.600671] driver: '0000:02:09.1': driver_bound: bound to device 'uhci_hcd' Jun 10 19:14:05 upstairs kernel: [ 6.600674] bus: 'pci': really_probe: bound device 0000:02:09.1 to driver uhci_hcd Jun 10 19:14:05 upstairs kernel: [ 6.602522] hub 9-0:1.0: state 7 ports 2 chg 0000 evt 0006 Jun 10 19:14:05 upstairs kernel: [ 6.602522] bus: 'pci': driver_probe_device: matched device 0000:02:09.2 with driver ehci_hcd Jun 10 19:14:05 upstairs kernel: [ 6.602526] bus: 'pci': really_probe: probing driver ehci_hcd with device 0000:02:09.2 Jun 10 19:14:05 upstairs kernel: [ 6.602537] uhci_hcd 0000:02:09.1: port 1 portsc 008a,00 Jun 10 19:14:05 upstairs kernel: [ 6.602547] hub 9-0:1.0: port 1, status 0100, change 0003, 12 Mb/s Jun 10 19:14:05 upstairs kernel: [ 6.602547] ACPI: PCI Interrupt 0000:02:09.2[C] -> GSI 19 (level, low) -> IRQ 19 Jun 10 19:14:05 upstairs kernel: [ 6.602558] ehci_hcd 0000:02:09.2: EHCI Host Controller Jun 10 19:14:05 upstairs kernel: [ 6.602563] device: 'usb_host10': device_add Jun 10 19:14:05 upstairs kernel: [ 6.602574] PM: Adding info for No Bus:usb_host10 Jun 10 19:14:05 upstairs kernel: [ 6.602587] drivers/usb/core/inode.c: creating file '010' Jun 10 19:14:05 upstairs kernel: [ 6.602592] ehci_hcd 0000:02:09.2: new USB bus registered, assigned bus number 10 Jun 10 19:14:05 upstairs kernel: [ 6.602598] ehci_hcd 0000:02:09.2: reset hcs_params 0x2204 dbg=0 cc=2 pcc=2 ordered !ppc ports=4 Jun 10 19:14:05 upstairs kernel: [ 6.602602] ehci_hcd 0000:02:09.2: reset hcc_params 6872 thresh 7 uframes 256/512/1024 Jun 10 19:14:05 upstairs kernel: [ 6.602621] ehci_hcd 0000:02:09.2: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT Jun 10 19:14:05 upstairs kernel: [ 6.602638] ehci_hcd 0000:02:09.2: MWI active Jun 10 19:14:05 upstairs kernel: [ 6.602640] ehci_hcd 0000:02:09.2: supports USB remote wakeup Jun 10 19:14:05 upstairs kernel: [ 6.602646] ehci_hcd 0000:02:09.2: irq 19, io mem 0xfbfffc00 Jun 10 19:14:05 upstairs kernel: [ 6.602650] ehci_hcd 0000:02:09.2: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT Jun 10 19:14:05 upstairs kernel: [ 6.602656] ehci_hcd 0000:02:09.2: init command 010009 (park)=0 ithresh=1 period=256 RUN Jun 10 19:14:05 upstairs kernel: [ 6.608295] ehci_hcd 0000:02:09.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 Jun 10 19:14:05 upstairs kernel: [ 6.608370] usb usb10: default language 0x0409 Jun 10 19:14:05 upstairs kernel: [ 6.608378] device: 'usb10': device_add Jun 10 19:14:05 upstairs kernel: [ 6.608404] bus: 'usb': add device usb10 Jun 10 19:14:05 upstairs kernel: [ 6.608410] PM: Adding info for usb:usb10 Jun 10 19:14:05 upstairs kernel: [ 6.608418] usb usb10: uevent Jun 10 19:14:05 upstairs kernel: [ 6.608428] bus: 'usb': driver_probe_device: matched device usb10 with driver usb Jun 10 19:14:05 upstairs kernel: [ 6.608431] bus: 'usb': really_probe: probing driver usb with device usb10 Jun 10 19:14:05 upstairs kernel: [ 6.608437] usb usb10: usb_probe_device Jun 10 19:14:05 upstairs kernel: [ 6.608439] usb usb10: configuration #1 chosen from 1 choice Jun 10 19:14:05 upstairs kernel: [ 6.608494] usb usb10: adding 10-0:1.0 (config #1, interface 0) Jun 10 19:14:05 upstairs kernel: [ 6.608496] device: '10-0:1.0': device_add Jun 10 19:14:05 upstairs kernel: [ 6.608506] bus: 'usb': add device 10-0:1.0 Jun 10 19:14:05 upstairs kernel: [ 6.608510] PM: Adding info for usb:10-0:1.0 Jun 10 19:14:05 upstairs kernel: [ 6.608517] usb 10-0:1.0: uevent Jun 10 19:14:05 upstairs kernel: [ 6.608527] bus: 'usb': driver_probe_device: matched device 10-0:1.0 with driver hub Jun 10 19:14:05 upstairs kernel: [ 6.608530] bus: 'usb': really_probe: probing driver hub with device 10-0:1.0 Jun 10 19:14:05 upstairs kernel: [ 6.608535] hub 10-0:1.0: usb_probe_interface Jun 10 19:14:05 upstairs kernel: [ 6.608537] hub 10-0:1.0: usb_probe_interface - got id Jun 10 19:14:05 upstairs kernel: [ 6.608539] hub 10-0:1.0: USB hub found Jun 10 19:14:05 upstairs kernel: [ 6.608594] hub 10-0:1.0: 4 ports detected Jun 10 19:14:05 upstairs kernel: [ 6.608644] hub 10-0:1.0: standalone hub Jun 10 19:14:05 upstairs kernel: [ 6.608646] hub 10-0:1.0: no power switching (usb 1.0) Jun 10 19:14:05 upstairs kernel: [ 6.608648] hub 10-0:1.0: individual port over-current protection Jun 10 19:14:05 upstairs kernel: [ 6.608650] hub 10-0:1.0: power on to power good time: 20ms Jun 10 19:14:05 upstairs kernel: [ 6.608654] hub 10-0:1.0: local power source is good Jun 10 19:14:05 upstairs kernel: [ 6.608657] hub 10-0:1.0: trying to enable port power on non-switchable hub Jun 10 19:14:05 upstairs kernel: [ 6.706301] hub 9-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x100 Jun 10 19:14:05 upstairs kernel: [ 6.706308] uhci_hcd 0000:02:09.1: port 2 portsc 018a,00 Jun 10 19:14:05 upstairs kernel: [ 6.706316] hub 9-0:1.0: port 2, status 0300, change 0003, 1.5 Mb/s Jun 10 19:14:05 upstairs kernel: [ 6.710246] driver: '10-0:1.0': driver_bound: bound to device 'hub' Jun 10 19:14:05 upstairs kernel: [ 6.710250] bus: 'usb': really_probe: bound device 10-0:1.0 to driver hub Jun 10 19:14:05 upstairs kernel: [ 6.710257] device: 'usbdev10.1_ep81': device_add Jun 10 19:14:05 upstairs kernel: [ 6.710279] PM: Adding info for No Bus:usbdev10.1_ep81 Jun 10 19:14:05 upstairs kernel: [ 6.710288] drivers/usb/core/inode.c: creating file '001' Jun 10 19:14:05 upstairs kernel: [ 6.710288] driver: 'usb10': driver_bound: bound to device 'usb' Jun 10 19:14:05 upstairs kernel: [ 6.710288] bus: 'usb': really_probe: bound device usb10 to driver usb Jun 10 19:14:05 upstairs kernel: [ 6.710288] device: 'usbdev10.1_ep00': device_add Jun 10 19:14:05 upstairs kernel: [ 6.710288] PM: Adding info for No Bus:usbdev10.1_ep00 Jun 10 19:14:05 upstairs kernel: [ 6.710288] usb usb10: New USB device found, idVendor=1d6b, idProduct=0002 Jun 10 19:14:05 upstairs kernel: [ 6.710288] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 10 19:14:05 upstairs kernel: [ 6.710288] usb usb10: Product: EHCI Host Controller Jun 10 19:14:05 upstairs kernel: [ 6.710288] usb usb10: Manufacturer: Linux 2.6.26-rc5-git2 ehci_hcd Jun 10 19:14:05 upstairs kernel: [ 6.710288] usb usb10: SerialNumber: 0000:02:09.2 Jun 10 19:14:05 upstairs kernel: [ 6.710288] driver: '0000:02:09.2': driver_bound: bound to device 'ehci_hcd' Jun 10 19:14:05 upstairs kernel: [ 6.710288] bus: 'pci': really_probe: bound device 0000:02:09.2 to driver ehci_hcd Jun 10 19:14:05 upstairs kernel: [ 6.711733] bus: 'pci': driver_probe_device: matched device 0000:02:0a.2 with driver ehci_hcd Jun 10 19:14:05 upstairs kernel: [ 6.711736] bus: 'pci': really_probe: probing driver ehci_hcd with device 0000:02:0a.2 Jun 10 19:14:05 upstairs kernel: [ 6.711756] ACPI: PCI Interrupt 0000:02:0a.2[C] -> GSI 23 (level, low) -> IRQ 23 Jun 10 19:14:05 upstairs kernel: [ 6.711867] ehci_hcd 0000:02:0a.2: EHCI Host Controller Jun 10 19:14:05 upstairs kernel: [ 6.711922] device: 'usb_host11': device_add Jun 10 19:14:05 upstairs kernel: [ 6.711934] PM: Adding info for No Bus:usb_host11 Jun 10 19:14:05 upstairs kernel: [ 6.711948] drivers/usb/core/inode.c: creating file '011' Jun 10 19:14:05 upstairs kernel: [ 6.711953] ehci_hcd 0000:02:0a.2: new USB bus registered, assigned bus number 11 Jun 10 19:14:05 upstairs kernel: [ 6.712020] ehci_hcd 0000:02:0a.2: reset hcs_params 0x2395 dbg=0 cc=2 pcc=3 ports=5 Jun 10 19:14:05 upstairs kernel: [ 6.712026] ehci_hcd 0000:02:0a.2: reset portroute 1 0 1 0 0 Jun 10 19:14:05 upstairs kernel: [ 6.712030] ehci_hcd 0000:02:0a.2: reset hcc_params 0002 thresh 0 uframes 256/512/1024 Jun 10 19:14:05 upstairs kernel: [ 6.712050] ehci_hcd 0000:02:0a.2: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT Jun 10 19:14:05 upstairs kernel: [ 6.712056] ehci_hcd 0000:02:0a.2: ...powerup ports... Jun 10 19:14:05 upstairs kernel: [ 6.732419] ehci_hcd 0000:02:0a.2: MWI active Jun 10 19:14:05 upstairs kernel: [ 6.732425] ehci_hcd 0000:02:0a.2: supports USB remote wakeup Jun 10 19:14:05 upstairs kernel: [ 6.732435] ehci_hcd 0000:02:0a.2: irq 23, io mem 0xfbfff800 Jun 10 19:14:05 upstairs kernel: [ 6.732493] ehci_hcd 0000:02:0a.2: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT Jun 10 19:14:05 upstairs kernel: [ 6.732499] ehci_hcd 0000:02:0a.2: init command 010009 (park)=0 ithresh=1 period=256 RUN Jun 10 19:14:05 upstairs kernel: [ 6.738397] ehci_hcd 0000:02:0a.2: USB 2.0 started, EHCI 0.95, driver 10 Dec 2004 Jun 10 19:14:05 upstairs kernel: [ 6.738477] usb usb11: default language 0x0409 Jun 10 19:14:05 upstairs kernel: [ 6.738485] device: 'usb11': device_add Jun 10 19:14:05 upstairs kernel: [ 6.738515] bus: 'usb': add device usb11 Jun 10 19:14:05 upstairs kernel: [ 6.738527] PM: Adding info for usb:usb11 Jun 10 19:14:05 upstairs kernel: [ 6.738536] usb usb11: uevent Jun 10 19:14:05 upstairs kernel: [ 6.738550] bus: 'usb': driver_probe_device: matched device usb11 with driver usb Jun 10 19:14:05 upstairs kernel: [ 6.738553] bus: 'usb': really_probe: probing driver usb with device usb11 Jun 10 19:14:05 upstairs kernel: [ 6.738561] usb usb11: usb_probe_device Jun 10 19:14:05 upstairs kernel: [ 6.738564] usb usb11: configuration #1 chosen from 1 choice Jun 10 19:14:05 upstairs kernel: [ 6.738620] usb usb11: adding 11-0:1.0 (config #1, interface 0) Jun 10 19:14:05 upstairs kernel: [ 6.738623] device: '11-0:1.0': device_add Jun 10 19:14:05 upstairs kernel: [ 6.738633] bus: 'usb': add device 11-0:1.0 Jun 10 19:14:05 upstairs kernel: [ 6.738637] PM: Adding info for usb:11-0:1.0 Jun 10 19:14:05 upstairs kernel: [ 6.738643] usb 11-0:1.0: uevent Jun 10 19:14:05 upstairs kernel: [ 6.738654] bus: 'usb': driver_probe_device: matched device 11-0:1.0 with driver hub Jun 10 19:14:05 upstairs kernel: [ 6.738656] bus: 'usb': really_probe: probing driver hub with device 11-0:1.0 Jun 10 19:14:05 upstairs kernel: [ 6.738663] hub 11-0:1.0: usb_probe_interface Jun 10 19:14:05 upstairs kernel: [ 6.738665] hub 11-0:1.0: usb_probe_interface - got id Jun 10 19:14:05 upstairs kernel: [ 6.738667] hub 11-0:1.0: USB hub found Jun 10 19:14:05 upstairs kernel: [ 6.738723] hub 11-0:1.0: 5 ports detected Jun 10 19:14:05 upstairs kernel: [ 6.738772] hub 11-0:1.0: standalone hub Jun 10 19:14:05 upstairs kernel: [ 6.738774] hub 11-0:1.0: individual port power switching Jun 10 19:14:05 upstairs kernel: [ 6.738776] hub 11-0:1.0: individual port over-current protection Jun 10 19:14:05 upstairs kernel: [ 6.738779] hub 11-0:1.0: power on to power good time: 20ms Jun 10 19:14:05 upstairs kernel: [ 6.738783] hub 11-0:1.0: local power source is good Jun 10 19:14:05 upstairs kernel: [ 6.738785] hub 11-0:1.0: enabling power on all ports Jun 10 19:14:05 upstairs kernel: [ 6.810301] hub 9-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x300 Jun 10 19:14:05 upstairs kernel: [ 6.810306] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0002 Jun 10 19:14:05 upstairs kernel: [ 6.810313] uhci_hcd 0000:02:09.0: port 1 portsc 009a,00 Jun 10 19:14:05 upstairs kernel: [ 6.810321] hub 7-0:1.0: port 1, status 0100, change 0003, 12 Mb/s Jun 10 19:14:05 upstairs kernel: [ 6.810324] usb 7-1: USB disconnect, address 2 Jun 10 19:14:05 upstairs kernel: [ 6.810375] usb 7-1: unregistering device Jun 10 19:14:05 upstairs kernel: [ 6.810377] usb 7-1: usb_disable_device nuking all URBs Jun 10 19:14:05 upstairs kernel: [ 6.810382] usb 7-1: unregistering interface 7-1:1.0 Jun 10 19:14:05 upstairs kernel: [ 6.810384] PM: Removing info for usb:7-1:1.0 Jun 10 19:14:05 upstairs kernel: [ 6.810400] bus: 'usb': remove device 7-1:1.0 Jun 10 19:14:05 upstairs kernel: [ 6.810407] usb 7-1:1.0: uevent Jun 10 19:14:05 upstairs kernel: [ 6.810422] device: 'usbdev7.2_ep01': device_unregister Jun 10 19:14:05 upstairs kernel: [ 6.810425] PM: Removing info for No Bus:usbdev7.2_ep01 Jun 10 19:14:05 upstairs kernel: [ 6.810452] device: 'usbdev7.2_ep81': device_unregister Jun 10 19:14:05 upstairs kernel: [ 6.810454] PM: Removing info for No Bus:usbdev7.2_ep81 Jun 10 19:14:05 upstairs kernel: [ 6.810476] device: 'usbdev7.2_ep82': device_unregister Jun 10 19:14:05 upstairs kernel: [ 6.810478] PM: Removing info for No Bus:usbdev7.2_ep82 Jun 10 19:14:05 upstairs kernel: [ 6.810500] device: 'usbdev7.2_ep83': device_unregister Jun 10 19:14:05 upstairs kernel: [ 6.810502] PM: Removing info for No Bus:usbdev7.2_ep83 Jun 10 19:14:05 upstairs kernel: [ 6.810527] device: 'usbdev7.2_ep00': device_unregister Jun 10 19:14:05 upstairs kernel: [ 6.810529] PM: Removing info for No Bus:usbdev7.2_ep00 Jun 10 19:14:05 upstairs kernel: [ 6.810555] PM: Removing info for usb:7-1 Jun 10 19:14:05 upstairs kernel: [ 6.810579] bus: 'usb': remove device 7-1 Jun 10 19:14:05 upstairs kernel: [ 6.810591] usb 7-1: uevent Jun 10 19:14:05 upstairs kernel: [ 6.826817] ohci_hcd 0000:02:0a.0: urb f76dfb00 path 2 ep1in 5f160000 cc 5 --> status -62 Jun 10 19:14:05 upstairs kernel: [ 6.826817] hub 6-2:1.0: transfer --> -62 Jun 10 19:14:05 upstairs kernel: [ 6.839297] driver: '11-0:1.0': driver_bound: bound to device 'hub' Jun 10 19:14:05 upstairs kernel: [ 6.839300] bus: 'usb': really_probe: bound device 11-0:1.0 to driver hub Jun 10 19:14:05 upstairs kernel: [ 6.839306] device: 'usbdev11.1_ep81': device_add Jun 10 19:14:05 upstairs kernel: [ 6.839328] PM: Adding info for No Bus:usbdev11.1_ep81 Jun 10 19:14:05 upstairs kernel: [ 6.839344] drivers/usb/core/inode.c: creating file '001' Jun 10 19:14:05 upstairs kernel: [ 6.839349] driver: 'usb11': driver_bound: bound to device 'usb' Jun 10 19:14:05 upstairs kernel: [ 6.839352] bus: 'usb': really_probe: bound device usb11 to driver usb Jun 10 19:14:05 upstairs kernel: [ 6.839357] device: 'usbdev11.1_ep00': device_add Jun 10 19:14:05 upstairs kernel: [ 6.839374] PM: Adding info for No Bus:usbdev11.1_ep00 Jun 10 19:14:05 upstairs kernel: [ 6.839387] usb usb11: New USB device found, idVendor=1d6b, idProduct=0002 Jun 10 19:14:05 upstairs kernel: [ 6.839442] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 10 19:14:05 upstairs kernel: [ 6.839504] usb usb11: Product: EHCI Host Controller Jun 10 19:14:05 upstairs kernel: [ 6.839555] usb usb11: Manufacturer: Linux 2.6.26-rc5-git2 ehci_hcd Jun 10 19:14:05 upstairs kernel: [ 6.839607] usb usb11: SerialNumber: 0000:02:0a.2 Jun 10 19:14:05 upstairs kernel: [ 6.839659] driver: '0000:02:0a.2': driver_bound: bound to device 'ehci_hcd' Jun 10 19:14:05 upstairs kernel: [ 6.839662] bus: 'pci': really_probe: bound device 0000:02:0a.2 to driver ehci_hcd Jun 10 19:14:05 upstairs kernel: [ 6.892636] bus: 'i2c': registered Jun 10 19:14:05 upstairs kernel: [ 6.892641] device class 'i2c-adapter': registering Jun 10 19:14:05 upstairs kernel: [ 6.892654] bus: 'i2c': add driver dummy Jun 10 19:14:05 upstairs kernel: [ 6.914309] hub 7-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x100 Jun 10 19:14:05 upstairs kernel: [ 6.914316] hub 10-0:1.0: state 7 ports 4 chg 0000 evt 0000 Jun 10 19:14:05 upstairs kernel: [ 6.914325] ehci_hcd 0000:02:09.2: GetStatus port 1 status 001803 POWER sig=j CSC CONNECT Jun 10 19:14:05 upstairs kernel: [ 6.914332] hub 10-0:1.0: port 1, status 0501, change 0001, 480 Mb/s Jun 10 19:14:05 upstairs kernel: [ 6.922801] ohci_hcd 0000:02:0a.0: urb f76dfb00 path 2 ep1in 5e160000 cc 5 --> status -62 Jun 10 19:14:05 upstairs kernel: [ 6.922808] hub 6-2:1.0: transfer --> -62 Jun 10 19:14:05 upstairs kernel: [ 6.947291] device class 'firmware': registering Jun 10 19:14:05 upstairs kernel: [ 6.963959] device class 'dvb': registering Jun 10 19:14:05 upstairs kernel: [ 6.967903] bus: 'usb': add driver usbhid Jun 10 19:14:05 upstairs kernel: [ 6.967925] bus: 'usb': driver_probe_device: matched device 2-2:1.0 with driver usbhid Jun 10 19:14:05 upstairs kernel: [ 6.967928] bus: 'usb': really_probe: probing driver usbhid with device 2-2:1.0 Jun 10 19:14:05 upstairs kernel: [ 6.967934] usbhid 2-2:1.0: usb_probe_interface Jun 10 19:14:05 upstairs kernel: [ 6.967936] usbhid 2-2:1.0: usb_probe_interface - got id Jun 10 19:14:05 upstairs kernel: [ 6.981833] device: 'input3': device_add Jun 10 19:14:05 upstairs kernel: [ 6.981865] PM: Adding info for No Bus:input3 Jun 10 19:14:05 upstairs kernel: [ 6.981903] input: Microsft Microsoft Wireless Desktop Receiver 3.1A as /devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/input/input3 Jun 10 19:14:05 upstairs kernel: [ 6.982335] uhci_hcd 0000:00:1d.1: reserve dev 4 ep81-INT, period 8, phase 4, 118 us Jun 10 19:14:05 upstairs kernel: [ 6.983576] device: 'event3': device_add Jun 10 19:14:05 upstairs kernel: [ 6.983587] PM: Adding info for No Bus:event3 Jun 10 19:14:05 upstairs kernel: [ 6.983600] input: USB HID v1.11 Keyboard [Microsft Microsoft Wireless Desktop Receiver 3.1A] on usb-0000:00:1d.1-2 Jun 10 19:14:05 upstairs kernel: [ 6.983760] driver: '2-2:1.0': driver_bound: bound to device 'usbhid' Jun 10 19:14:05 upstairs kernel: [ 6.983763] bus: 'usb': really_probe: bound device 2-2:1.0 to driver usbhid Jun 10 19:14:05 upstairs kernel: [ 6.983767] bus: 'usb': driver_probe_device: matched device 2-2:1.1 with driver usbhid Jun 10 19:14:05 upstairs kernel: [ 6.983769] bus: 'usb': really_probe: probing driver usbhid with device 2-2:1.1 Jun 10 19:14:05 upstairs kernel: [ 6.983775] usbhid 2-2:1.1: usb_probe_interface Jun 10 19:14:05 upstairs kernel: [ 6.983777] usbhid 2-2:1.1: usb_probe_interface - got id Jun 10 19:14:05 upstairs kernel: [ 6.992291] dib0700: loaded with support for 7 different device-types Jun 10 19:14:05 upstairs kernel: [ 6.992291] bus: 'usb': add driver dvb_usb_dib0700 Jun 10 19:14:05 upstairs kernel: [ 7.018301] hub 10-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x501 Jun 10 19:14:05 upstairs kernel: [ 7.018782] ohci_hcd 0000:02:0a.0: urb f76dfb00 path 2 ep1in 5f160000 cc 5 --> status -62 Jun 10 19:14:05 upstairs kernel: [ 7.018787] hub 6-2:1.0: transfer --> -62 Jun 10 19:14:05 upstairs kernel: [ 7.069540] ehci_hcd 0000:02:09.2: port 1 high speed Jun 10 19:14:05 upstairs kernel: [ 7.069546] ehci_hcd 0000:02:09.2: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT Jun 10 19:14:05 upstairs kernel: [ 7.114757] ohci_hcd 0000:02:0a.0: urb f76dfb00 path 2 ep1in 5e160000 cc 5 --> status -62 Jun 10 19:14:05 upstairs kernel: [ 7.114757] hub 6-2:1.0: transfer --> -62 Jun 10 19:14:05 upstairs kernel: [ 7.119542] device: 'input4': device_add Jun 10 19:14:05 upstairs kernel: [ 7.119542] PM: Adding info for No Bus:input4 Jun 10 19:14:05 upstairs kernel: [ 7.119542] input: Microsft Microsoft Wireless Desktop Receiver 3.1A as /devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.1/input/input4 Jun 10 19:14:05 upstairs kernel: [ 7.119542] uhci_hcd 0000:00:1d.1: reserve dev 4 ep82-INT, period 8, phase 4, 118 us Jun 10 19:14:05 upstairs kernel: [ 7.119542] device: 'mouse1': device_add Jun 10 19:14:05 upstairs kernel: [ 7.119542] PM: Adding info for No Bus:mouse1 Jun 10 19:14:05 upstairs kernel: [ 7.120305] usb 10-1: new high speed USB device using ehci_hcd and address 2 Jun 10 19:14:05 upstairs kernel: [ 7.120687] device: 'event4': device_add Jun 10 19:14:05 upstairs kernel: [ 7.120697] PM: Adding info for No Bus:event4 Jun 10 19:14:05 upstairs kernel: [ 7.120710] input: USB HID v1.11 Mouse [Microsft Microsoft Wireless Desktop Receiver 3.1A] on usb-0000:00:1d.1-2 Jun 10 19:14:05 upstairs kernel: [ 7.120854] driver: '2-2:1.1': driver_bound: bound to device 'usbhid' Jun 10 19:14:05 upstairs kernel: [ 7.120857] bus: 'usb': really_probe: bound device 2-2:1.1 to driver usbhid Jun 10 19:14:05 upstairs kernel: [ 7.132922] usb 10-1: default language 0x0409 Jun 10 19:14:05 upstairs kernel: [ 7.133293] device: '10-1': device_add Jun 10 19:14:05 upstairs kernel: [ 7.133293] bus: 'usb': add device 10-1 Jun 10 19:14:05 upstairs kernel: [ 7.133293] PM: Adding info for usb:10-1 Jun 10 19:14:05 upstairs kernel: [ 7.133293] usb 10-1: uevent Jun 10 19:14:05 upstairs kernel: [ 7.133293] bus: 'usb': driver_probe_device: matched device 10-1 with driver usb Jun 10 19:14:05 upstairs kernel: [ 7.133293] bus: 'usb': really_probe: probing driver usb with device 10-1 Jun 10 19:14:05 upstairs kernel: [ 7.133293] usb 10-1: usb_probe_device Jun 10 19:14:05 upstairs kernel: [ 7.133293] usb 10-1: configuration #1 chosen from 1 choice Jun 10 19:14:05 upstairs kernel: [ 7.133293] usb 10-1: adding 10-1:1.0 (config #1, interface 0) Jun 10 19:14:05 upstairs kernel: [ 7.133293] device: '10-1:1.0': device_add Jun 10 19:14:05 upstairs kernel: [ 7.133293] bus: 'usb': add device 10-1:1.0 Jun 10 19:14:05 upstairs kernel: [ 7.133293] PM: Adding info for usb:10-1:1.0 Jun 10 19:14:05 upstairs kernel: [ 7.133293] usb 10-1:1.0: uevent Jun 10 19:14:05 upstairs kernel: [ 7.133293] device: 'usbdev10.2_ep01': device_add Jun 10 19:14:05 upstairs kernel: [ 7.133293] PM: Adding info for No Bus:usbdev10.2_ep01 Jun 10 19:14:05 upstairs kernel: [ 7.133293] device: 'usbdev10.2_ep81': device_add Jun 10 19:14:05 upstairs kernel: [ 7.133293] PM: Adding info for No Bus:usbdev10.2_ep81 Jun 10 19:14:05 upstairs kernel: [ 7.133293] device: 'usbdev10.2_ep82': device_add Jun 10 19:14:05 upstairs kernel: [ 7.133293] PM: Adding info for No Bus:usbdev10.2_ep82 Jun 10 19:14:05 upstairs kernel: [ 7.133293] device: 'usbdev10.2_ep83': device_add Jun 10 19:14:05 upstairs kernel: [ 7.133293] PM: Adding info for No Bus:usbdev10.2_ep83 Jun 10 19:14:05 upstairs kernel: [ 7.133293] drivers/usb/core/inode.c: creating file '002' Jun 10 19:14:05 upstairs kernel: [ 7.133293] driver: '10-1': driver_bound: bound to device 'usb' Jun 10 19:14:05 upstairs kernel: [ 7.133293] bus: 'usb': really_probe: bound device 10-1 to driver usb Jun 10 19:14:05 upstairs kernel: [ 7.133293] device: 'usbdev10.2_ep00': device_add Jun 10 19:14:05 upstairs kernel: [ 7.133293] PM: Adding info for No Bus:usbdev10.2_ep00 Jun 10 19:14:05 upstairs kernel: [ 7.133293] usb 10-1: New USB device found, idVendor=2040, idProduct=9950 Jun 10 19:14:05 upstairs kernel: [ 7.133293] usb 10-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Jun 10 19:14:05 upstairs kernel: [ 7.133293] usb 10-1: Product: WinTV Nova-DT Jun 10 19:14:05 upstairs kernel: [ 7.133293] usb 10-1: Manufacturer: Hauppauge Jun 10 19:14:05 upstairs kernel: [ 7.133293] usb 10-1: SerialNumber: 4030248054 Jun 10 19:14:05 upstairs kernel: [ 7.133293] hub 6-0:1.0: state 7 ports 3 chg 0000 evt 0004 Jun 10 19:14:05 upstairs kernel: [ 7.133293] ohci_hcd 0000:02:0a.0: GetStatus roothub.portstatus [1] = 0x00030100 PESC CSC PPS Jun 10 19:14:05 upstairs kernel: [ 7.133293] hub 6-0:1.0: port 2, status 0100, change 0003, 12 Mb/s Jun 10 19:14:05 upstairs kernel: [ 7.133293] usb 6-2: USB disconnect, address 2 Jun 10 19:14:05 upstairs kernel: [ 7.133293] usb 6-2: unregistering device Jun 10 19:14:05 upstairs kernel: [ 7.133293] usb 6-2: usb_disable_device nuking all URBs Jun 10 19:14:05 upstairs kernel: [ 7.133293] ohci_hcd 0000:02:0a.0: shutdown urb f76dfb00 ep1in-intr Jun 10 19:14:05 upstairs kernel: [ 7.133293] usbcore: registered new interface driver usbhid Jun 10 19:14:05 upstairs kernel: [ 7.133293] usbhid: v2.6:USB HID core driver Jun 10 19:14:05 upstairs kernel: [ 7.135292] bus: 'usb': driver_probe_device: matched device 10-1:1.0 with driver dvb_usb_dib0700 Jun 10 19:14:05 upstairs kernel: [ 7.135292] bus: 'usb': really_probe: probing driver dvb_usb_dib0700 with device 10-1:1.0 Jun 10 19:14:05 upstairs kernel: [ 7.135292] dvb_usb_dib0700 10-1:1.0: usb_probe_interface Jun 10 19:14:05 upstairs kernel: [ 7.135292] dvb_usb_dib0700 10-1:1.0: usb_probe_interface - got id Jun 10 19:14:05 upstairs kernel: [ 7.135292] usb 6-2: unregistering interface 6-2:1.0 Jun 10 19:14:05 upstairs kernel: [ 7.135292] PM: Removing info for usb:6-2:1.0 Jun 10 19:14:05 upstairs kernel: [ 7.135292] bus: 'usb': remove device 6-2:1.0 Jun 10 19:14:05 upstairs kernel: [ 7.135292] usb 6-2:1.0: uevent Jun 10 19:14:05 upstairs kernel: [ 7.135292] device: 'usbdev6.2_ep81': device_unregister Jun 10 19:14:05 upstairs kernel: [ 7.135292] PM: Removing info for No Bus:usbdev6.2_ep81 Jun 10 19:14:05 upstairs kernel: [ 7.135292] device: 'usbdev6.2_ep00': device_unregister Jun 10 19:14:05 upstairs kernel: [ 7.135292] PM: Removing info for No Bus:usbdev6.2_ep00 Jun 10 19:14:05 upstairs kernel: [ 7.135292] PM: Removing info for usb:6-2 Jun 10 19:14:05 upstairs kernel: [ 7.135292] bus: 'usb': remove device 6-2 Jun 10 19:14:05 upstairs kernel: [ 7.135292] usb 6-2: uevent Jun 10 19:14:05 upstairs kernel: [ 7.135292] dvb-usb: found a 'Hauppauge Nova-T 500 Dual DVB-T' in warm state. Jun 10 19:14:05 upstairs kernel: [ 7.136301] device: 'i2c-0': device_add Jun 10 19:14:05 upstairs kernel: [ 7.136312] PM: Adding info for No Bus:i2c-0 Jun 10 19:14:05 upstairs kernel: [ 7.136326] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. Jun 10 19:14:05 upstairs kernel: [ 7.136612] DVB: registering new adapter (Hauppauge Nova-T 500 Dual DVB-T) Jun 10 19:14:05 upstairs kernel: [ 7.136731] device: 'dvb0.demux0': device_add Jun 10 19:14:05 upstairs kernel: [ 7.136731] PM: Adding info for No Bus:dvb0.demux0 Jun 10 19:14:05 upstairs kernel: [ 7.136731] device: 'dvb0.dvr0': device_add Jun 10 19:14:05 upstairs kernel: [ 7.136731] PM: Adding info for No Bus:dvb0.dvr0 Jun 10 19:14:05 upstairs kernel: [ 7.136749] device: 'dvb0.net0': device_add Jun 10 19:14:05 upstairs kernel: [ 7.136757] PM: Adding info for No Bus:dvb0.net0 Jun 10 19:14:05 upstairs kernel: [ 7.226291] device: 'i2c-1': device_add Jun 10 19:14:05 upstairs kernel: [ 7.226291] PM: Adding info for No Bus:i2c-1 Jun 10 19:14:05 upstairs kernel: [ 7.230050] DVB: registering frontend 0 (DiBcom 3000MC/P)... Jun 10 19:14:05 upstairs kernel: [ 7.230111] device: 'dvb0.frontend0': device_add Jun 10 19:14:05 upstairs kernel: [ 7.230124] PM: Adding info for No Bus:dvb0.frontend0 Jun 10 19:14:36 upstairs kernel: [ 7.238303] hub 6-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100 Jun 10 19:14:36 upstairs kernel: [ 7.238310] hub 11-0:1.0: state 7 ports 5 chg 0000 evt 0000 Jun 10 19:14:36 upstairs kernel: [ 7.238323] ehci_hcd 0000:02:0a.2: GetStatus port 3 status 001803 POWER sig=j CSC CONNECT Jun 10 19:14:36 upstairs kernel: [ 7.238331] hub 11-0:1.0: port 3, status 0501, change 0001, 480 Mb/s Jun 10 19:14:36 upstairs kernel: [ 7.260292] MT2060: successfully identified (IF1 = 1230) Jun 10 19:14:36 upstairs kernel: [ 7.342300] hub 11-0:1.0: debounce: port 3: total 100ms stable 100ms status 0x501 Jun 10 19:14:36 upstairs kernel: [ 7.393466] ehci_hcd 0000:02:0a.2: port 3 high speed Jun 10 19:14:36 upstairs kernel: [ 7.393471] ehci_hcd 0000:02:0a.2: GetStatus port 3 status 001005 POWER sig=se0 PE CONNECT Jun 10 19:14:36 upstairs kernel: [ 7.444310] usb 11-3: new high speed USB device using ehci_hcd and address 2 Jun 10 19:14:36 upstairs kernel: [ 7.457763] device: '11-3': device_add Jun 10 19:14:36 upstairs kernel: [ 7.457793] bus: 'usb': add device 11-3 Jun 10 19:14:36 upstairs kernel: [ 7.457804] PM: Adding info for usb:11-3 Jun 10 19:14:36 upstairs kernel: [ 7.457814] usb 11-3: uevent Jun 10 19:14:36 upstairs kernel: [ 7.457827] bus: 'usb': driver_probe_device: matched device 11-3 with driver usb Jun 10 19:14:36 upstairs kernel: [ 7.457830] bus: 'usb': really_probe: probing driver usb with device 11-3 Jun 10 19:14:36 upstairs kernel: [ 7.457839] usb 11-3: usb_probe_device Jun 10 19:14:36 upstairs kernel: [ 7.457842] usb 11-3: configuration #1 chosen from 1 choice Jun 10 19:14:36 upstairs kernel: [ 7.458013] usb 11-3: adding 11-3:1.0 (config #1, interface 0) Jun 10 19:14:36 upstairs kernel: [ 7.458016] device: '11-3:1.0': device_add Jun 10 19:14:36 upstairs kernel: [ 7.458028] bus: 'usb': add device 11-3:1.0 Jun 10 19:14:36 upstairs kernel: [ 7.458033] PM: Adding info for usb:11-3:1.0 Jun 10 19:14:36 upstairs kernel: [ 7.458039] usb 11-3:1.0: uevent Jun 10 19:14:36 upstairs kernel: [ 7.458051] bus: 'usb': driver_probe_device: matched device 11-3:1.0 with driver hub Jun 10 19:14:36 upstairs kernel: [ 7.458053] bus: 'usb': really_probe: probing driver hub with device 11-3:1.0 Jun 10 19:14:36 upstairs kernel: [ 7.458060] hub 11-3:1.0: usb_probe_interface Jun 10 19:14:36 upstairs kernel: [ 7.458062] hub 11-3:1.0: usb_probe_interface - got id Jun 10 19:14:36 upstairs kernel: [ 7.458064] hub 11-3:1.0: USB hub found Jun 10 19:14:36 upstairs kernel: [ 7.458258] hub 11-3:1.0: 4 ports detected Jun 10 19:14:36 upstairs kernel: [ 7.458324] hub 11-3:1.0: standalone hub Jun 10 19:14:36 upstairs kernel: [ 7.458327] hub 11-3:1.0: ganged power switching Jun 10 19:14:36 upstairs kernel: [ 7.458329] hub 11-3:1.0: global over-current protection Jun 10 19:14:36 upstairs kernel: [ 7.458331] hub 11-3:1.0: Single TT Jun 10 19:14:36 upstairs kernel: [ 7.458333] hub 11-3:1.0: TT requires at most 16 FS bit times (1332 ns) Jun 10 19:14:36 upstairs kernel: [ 7.458335] hub 11-3:1.0: Port indicators are supported Jun 10 19:14:36 upstairs kernel: [ 7.458337] hub 11-3:1.0: power on to power good time: 100ms Jun 10 19:14:36 upstairs kernel: [ 7.458636] hub 11-3:1.0: local power source is good Jun 10 19:14:36 upstairs kernel: [ 7.458639] hub 11-3:1.0: no over-current condition exists Jun 10 19:14:36 upstairs kernel: [ 7.458642] hub 11-3:1.0: enabling power on all ports Jun 10 19:14:36 upstairs kernel: [ 7.559302] usb 11-3: link qh256-0001/f70fa100 start 255 [1/0 us] Jun 10 19:14:36 upstairs kernel: [ 7.559310] driver: '11-3:1.0': driver_bound: bound to device 'hub' Jun 10 19:14:36 upstairs kernel: [ 7.559313] bus: 'usb': really_probe: bound device 11-3:1.0 to driver hub Jun 10 19:14:36 upstairs kernel: [ 7.559320] device: 'usbdev11.2_ep81': device_add Jun 10 19:14:36 upstairs kernel: [ 7.559352] PM: Adding info for No Bus:usbdev11.2_ep81 Jun 10 19:14:36 upstairs kernel: [ 7.559370] drivers/usb/core/inode.c: creating file '002' Jun 10 19:14:36 upstairs kernel: [ 7.559377] driver: '11-3': driver_bound: bound to device 'usb' Jun 10 19:14:36 upstairs kernel: [ 7.559380] bus: 'usb': really_probe: bound device 11-3 to driver usb Jun 10 19:14:36 upstairs kernel: [ 7.559389] device: 'usbdev11.2_ep00': device_add Jun 10 19:14:36 upstairs kernel: [ 7.559406] PM: Adding info for No Bus:usbdev11.2_ep00 Jun 10 19:14:36 upstairs kernel: [ 7.559420] usb 11-3: New USB device found, idVendor=0409, idProduct=0059 Jun 10 19:14:36 upstairs kernel: [ 7.559478] usb 11-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Jun 10 19:14:36 upstairs kernel: [ 7.559550] hub 11-3:1.0: state 7 ports 4 chg 0000 evt 0000 Jun 10 19:14:36 upstairs kernel: [ 7.708226] ohci_hcd 0000:02:0a.1: auto-stop root hub Jun 10 19:14:36 upstairs kernel: [ 7.708226] usb usb9: suspend_rh (auto-stop) Jun 10 19:14:36 upstairs kernel: [ 7.733195] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. Jun 10 19:14:36 upstairs kernel: [ 7.733195] DVB: registering new adapter (Hauppauge Nova-T 500 Dual DVB-T) Jun 10 19:14:36 upstairs kernel: [ 7.733195] device: 'dvb1.demux0': device_add Jun 10 19:14:36 upstairs kernel: [ 7.733195] PM: Adding info for No Bus:dvb1.demux0 Jun 10 19:14:36 upstairs kernel: [ 7.733195] device: 'dvb1.dvr0': device_add Jun 10 19:14:36 upstairs kernel: [ 7.733195] PM: Adding info for No Bus:dvb1.dvr0 Jun 10 19:14:36 upstairs kernel: [ 7.733195] device: 'dvb1.net0': device_add Jun 10 19:14:36 upstairs kernel: [ 7.733195] PM: Adding info for No Bus:dvb1.net0 Jun 10 19:14:36 upstairs kernel: [ 7.740962] device: 'i2c-2': device_add Jun 10 19:14:36 upstairs kernel: [ 7.740977] PM: Adding info for No Bus:i2c-2 Jun 10 19:14:36 upstairs kernel: [ 7.743463] DVB: registering frontend 1 (DiBcom 3000MC/P)... Jun 10 19:14:36 upstairs kernel: [ 7.743529] device: 'dvb1.frontend0': device_add Jun 10 19:14:36 upstairs kernel: [ 7.743547] PM: Adding info for No Bus:dvb1.frontend0 Jun 10 19:14:36 upstairs kernel: [ 7.748460] MT2060: successfully identified (IF1 = 1234) Jun 10 19:14:36 upstairs kernel: [ 7.958215] usb usb7: suspend_rh (auto-stop) Jun 10 19:14:36 upstairs kernel: [ 8.208211] ohci_hcd 0000:02:0a.0: auto-stop root hub Jun 10 19:14:36 upstairs kernel: [ 8.248204] device: 'input5': device_add Jun 10 19:14:36 upstairs kernel: [ 8.248204] PM: Adding info for No Bus:input5 Jun 10 19:14:36 upstairs kernel: [ 8.248204] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:1e.0/0000:02:09.2/usb10/10-1/input/input5 Jun 10 19:14:36 upstairs kernel: [ 8.255024] device: 'event5': device_add Jun 10 19:14:36 upstairs kernel: [ 8.255039] PM: Adding info for No Bus:event5 Jun 10 19:14:36 upstairs kernel: [ 8.255056] dvb-usb: schedule remote query interval to 150 msecs. Jun 10 19:14:36 upstairs kernel: [ 8.255115] dvb-usb: Hauppauge Nova-T 500 Dual DVB-T successfully initialized and connected. Jun 10 19:14:36 upstairs kernel: [ 8.255342] driver: '10-1:1.0': driver_bound: bound to device 'dvb_usb_dib0700' Jun 10 19:14:36 upstairs kernel: [ 8.255347] bus: 'usb': really_probe: bound device 10-1:1.0 to driver dvb_usb_dib0700 Jun 10 19:14:36 upstairs kernel: [ 8.255369] usbcore: registered new interface driver dvb_usb_dib0700 Jun 10 19:14:36 upstairs kernel: [ 25.621292] fuse init (API version 7.9) Jun 10 19:14:36 upstairs kernel: [ 25.621396] device: 'fuse': device_add Jun 10 19:14:36 upstairs kernel: [ 25.621413] PM: Adding info for No Bus:fuse Jun 10 19:14:36 upstairs kernel: [ 25.848583] device: '8:1-fuseblk': device_add Jun 10 19:14:36 upstairs kernel: [ 25.848606] PM: Adding info for No Bus:8:1-fuseblk Jun 10 19:14:36 upstairs kernel: [ 25.901286] kjournald starting. Commit interval 5 seconds Jun 10 19:14:36 upstairs kernel: [ 25.901286] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 10 19:14:36 upstairs kernel: [ 25.901286] EXT3 FS on sdb6, internal journal Jun 10 19:14:36 upstairs kernel: [ 25.901286] EXT3-fs: mounted filesystem with ordered data mode. Jun 10 19:14:36 upstairs kernel: [ 25.920285] kjournald starting. Commit interval 5 seconds Jun 10 19:14:36 upstairs kernel: [ 25.927112] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 10 19:14:36 upstairs kernel: [ 25.927112] EXT3 FS on sda6, internal journal Jun 10 19:14:36 upstairs kernel: [ 25.930337] EXT3-fs: mounted filesystem with ordered data mode. Jun 10 19:14:36 upstairs kernel: [ 25.941287] kjournald starting. Commit interval 5 seconds Jun 10 19:14:36 upstairs kernel: [ 25.947298] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 10 19:14:36 upstairs kernel: [ 25.947298] EXT3 FS on sda7, internal journal Jun 10 19:14:36 upstairs kernel: [ 25.947298] EXT3-fs: mounted filesystem with ordered data mode. Jun 10 19:14:36 upstairs kernel: [ 25.970305] kjournald starting. Commit interval 5 seconds Jun 10 19:14:36 upstairs kernel: [ 25.980305] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 10 19:14:36 upstairs kernel: [ 25.988964] EXT3 FS on sdc2, internal journal Jun 10 19:14:36 upstairs kernel: [ 25.988964] EXT3-fs: mounted filesystem with ordered data mode. Jun 10 19:14:36 upstairs kernel: [ 26.022049] Adding 4096532k swap on /dev/sda5. Priority:-1 extents:1 across:4096532k Jun 10 19:14:36 upstairs kernel: [ 26.730357] device: 'vcs1': device_unregister Jun 10 19:14:36 upstairs kernel: [ 26.730362] PM: Removing info for No Bus:vcs1 Jun 10 19:14:36 upstairs kernel: [ 26.730404] device: 'vcs1': device_create_release Jun 10 19:14:36 upstairs kernel: [ 26.730407] device: 'vcsa1': device_unregister Jun 10 19:14:36 upstairs kernel: [ 26.730409] PM: Removing info for No Bus:vcsa1 Jun 10 19:14:36 upstairs kernel: [ 26.730429] device: 'vcsa1': device_create_release Jun 10 19:14:36 upstairs kernel: [ 26.745475] device: 'vcs1': device_add Jun 10 19:14:36 upstairs kernel: [ 26.745492] PM: Adding info for No Bus:vcs1 Jun 10 19:14:36 upstairs kernel: [ 26.745509] device: 'vcsa1': device_add Jun 10 19:14:36 upstairs kernel: [ 26.745517] PM: Adding info for No Bus:vcsa1 Jun 10 19:14:36 upstairs kernel: [ 26.745581] device: 'vcs1': device_unregister Jun 10 19:14:36 upstairs kernel: [ 26.745583] PM: Removing info for No Bus:vcs1 Jun 10 19:14:36 upstairs kernel: [ 26.745599] device: 'vcs1': device_create_release Jun 10 19:14:36 upstairs kernel: [ 26.745602] device: 'vcsa1': device_unregister Jun 10 19:14:36 upstairs kernel: [ 26.745603] PM: Removing info for No Bus:vcsa1 Jun 10 19:14:36 upstairs kernel: [ 26.745616] device: 'vcsa1': device_create_release Jun 10 19:14:36 upstairs kernel: [ 26.745630] device: 'vcs1': device_add Jun 10 19:14:36 upstairs kernel: [ 26.745639] PM: Adding info for No Bus:vcs1 Jun 10 19:14:36 upstairs kernel: [ 26.745649] device: 'vcsa1': device_add Jun 10 19:14:36 upstairs kernel: [ 26.745656] PM: Adding info for No Bus:vcsa1 Jun 10 19:14:36 upstairs kernel: [ 26.745714] device: 'vcs1': device_unregister Jun 10 19:14:36 upstairs kernel: [ 26.745716] PM: Removing info for No Bus:vcs1 Jun 10 19:14:36 upstairs kernel: [ 26.745729] device: 'vcs1': device_create_release Jun 10 19:14:36 upstairs kernel: [ 26.745732] device: 'vcsa1': device_unregister Jun 10 19:14:36 upstairs kernel: [ 26.745733] PM: Removing info for No Bus:vcsa1 Jun 10 19:14:36 upstairs kernel: [ 26.745745] device: 'vcsa1': device_create_release Jun 10 19:14:36 upstairs kernel: [ 26.745757] device: 'vcs1': device_add Jun 10 19:14:36 upstairs kernel: [ 26.745765] PM: Adding info for No Bus:vcs1 Jun 10 19:14:36 upstairs kernel: [ 26.745775] device: 'vcsa1': device_add Jun 10 19:14:36 upstairs kernel: [ 26.745782] PM: Adding info for No Bus:vcsa1 Jun 10 19:14:36 upstairs kernel: [ 26.745885] device: 'vcs1': device_unregister Jun 10 19:14:36 upstairs kernel: [ 26.745888] PM: Removing info for No Bus:vcs1 Jun 10 19:14:36 upstairs kernel: [ 26.745901] device: 'vcs1': device_create_release Jun 10 19:14:36 upstairs kernel: [ 26.745904] device: 'vcsa1': device_unregister Jun 10 19:14:36 upstairs kernel: [ 26.745906] PM: Removing info for No Bus:vcsa1 Jun 10 19:14:36 upstairs kernel: [ 26.745917] device: 'vcsa1': device_create_release Jun 10 19:14:36 upstairs kernel: [ 26.745885] device: 'vcs1': device_add Jun 10 19:14:36 upstairs kernel: [ 26.745885] PM: Adding info for No Bus:vcs1 Jun 10 19:14:36 upstairs kernel: [ 26.745885] device: 'vcsa1': device_add Jun 10 19:14:36 upstairs kernel: [ 26.745885] PM: Adding info for No Bus:vcsa1 Jun 10 19:14:36 upstairs kernel: [ 26.861764] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 Jun 10 19:14:36 upstairs kernel: [ 28.023909] ip_tables: (C) 2000-2006 Netfilter Core Team Jun 10 19:14:36 upstairs kernel: [ 28.029759] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) Jun 10 19:14:36 upstairs kernel: [ 33.631050] bus: 'pci': remove driver parport_pc Jun 10 19:14:36 upstairs kernel: [ 33.631325] driver: 'parport_pc': driver_release Jun 10 19:14:36 upstairs kernel: [ 33.631333] bus: 'pnp': remove driver parport_pc Jun 10 19:14:36 upstairs kernel: [ 33.631803] parport_pc 00:06: disabled Jun 10 19:14:36 upstairs kernel: [ 33.632459] driver: 'parport_pc': driver_release Jun 10 19:14:36 upstairs kernel: [ 33.632463] pnp: the driver 'parport_pc' has been unregistered Jun 10 19:14:36 upstairs kernel: [ 33.632469] bus: 'platform': remove driver parport_pc Jun 10 19:14:36 upstairs kernel: [ 33.632483] driver: 'parport_pc': driver_release Jun 10 19:14:36 upstairs kernel: [ 33.638664] bus: 'pci': remove driver ohci1394 Jun 10 19:14:36 upstairs kernel: [ 33.638696] ieee1394: Node removed: ID:BUS[0-00:1023] GUID[00110666000013cc] Jun 10 19:14:36 upstairs kernel: [ 33.638700] device: '00110666000013cc': device_unregister Jun 10 19:14:36 upstairs kernel: [ 33.638703] PM: Removing info for No Bus:00110666000013cc Jun 10 19:14:36 upstairs kernel: [ 33.638728] device: '00110666000013cc': device_unregister Jun 10 19:14:36 upstairs kernel: [ 33.638731] PM: Removing info for ieee1394:00110666000013cc Jun 10 19:14:36 upstairs kernel: [ 33.638738] bus: 'ieee1394': remove device 00110666000013cc Jun 10 19:14:36 upstairs kernel: [ 33.638755] device: 'fw-host0': device_unregister Jun 10 19:14:36 upstairs kernel: [ 33.638758] PM: Removing info for No Bus:fw-host0 Jun 10 19:14:36 upstairs kernel: [ 33.638774] device: 'fw-host0': device_unregister Jun 10 19:14:36 upstairs kernel: [ 33.638776] PM: Removing info for ieee1394:fw-host0 Jun 10 19:14:36 upstairs kernel: [ 33.638783] bus: 'ieee1394': remove device fw-host0 Jun 10 19:14:36 upstairs kernel: [ 33.644288] driver: 'ohci1394': driver_release Jun 10 19:14:36 upstairs kernel: [ 33.650839] bus: 'ieee1394': remove driver nodemgr Jun 10 19:14:36 upstairs kernel: [ 33.650855] driver: 'nodemgr': driver_release Jun 10 19:14:36 upstairs kernel: [ 33.650858] device class 'ieee1394': unregistering Jun 10 19:14:36 upstairs kernel: [ 33.650870] class 'ieee1394': release. Jun 10 19:14:36 upstairs kernel: [ 33.650872] class 'ieee1394' does not have a release() function, be careful Jun 10 19:14:36 upstairs kernel: [ 33.650875] device class 'ieee1394_node': unregistering Jun 10 19:14:36 upstairs kernel: [ 33.650884] class 'ieee1394_node': release. Jun 10 19:14:36 upstairs kernel: [ 33.650886] class 'ieee1394_node' does not have a release() function, be careful Jun 10 19:14:36 upstairs kernel: [ 33.650889] device class 'ieee1394_protocol': unregistering Jun 10 19:14:36 upstairs kernel: [ 33.650897] class 'ieee1394_protocol': release. Jun 10 19:14:36 upstairs kernel: [ 33.650900] class_create_release called for ieee1394_protocol Jun 10 19:14:36 upstairs kernel: [ 33.650902] device class 'ieee1394_host': unregistering Jun 10 19:14:36 upstairs kernel: [ 33.650911] class 'ieee1394_host': release. Jun 10 19:14:36 upstairs kernel: [ 33.650913] class 'ieee1394_host' does not have a release() function, be careful Jun 10 19:14:36 upstairs kernel: [ 33.650919] bus: 'ieee1394': unregistering Jun 10 19:14:36 upstairs kernel: [ 33.889343] device: 'vcs2': device_add Jun 10 19:14:36 upstairs kernel: [ 33.889367] PM: Adding info for No Bus:vcs2 Jun 10 19:14:36 upstairs kernel: [ 33.889393] device: 'vcsa2': device_add Jun 10 19:14:36 upstairs kernel: [ 33.889401] PM: Adding info for No Bus:vcsa2 Jun 10 19:14:36 upstairs kernel: [ 33.890188] device: 'vcs4': device_add Jun 10 19:14:36 upstairs kernel: [ 33.890200] PM: Adding info for No Bus:vcs4 Jun 10 19:14:36 upstairs kernel: [ 33.890215] device: 'vcsa4': device_add Jun 10 19:14:36 upstairs kernel: [ 33.890223] PM: Adding info for No Bus:vcsa4 Jun 10 19:14:36 upstairs kernel: [ 33.890692] device: 'vcs3': device_add Jun 10 19:14:36 upstairs kernel: [ 33.890704] PM: Adding info for No Bus:vcs3 Jun 10 19:14:36 upstairs kernel: [ 33.890721] device: 'vcsa3': device_add Jun 10 19:14:36 upstairs kernel: [ 33.890729] PM: Adding info for No Bus:vcsa3 Jun 10 19:14:36 upstairs kernel: [ 36.137134] device: 'vcs5': device_add Jun 10 19:14:36 upstairs kernel: [ 36.137183] PM: Adding info for No Bus:vcs5 Jun 10 19:14:36 upstairs kernel: [ 36.137225] device: 'vcsa5': device_add Jun 10 19:14:36 upstairs kernel: [ 36.137243] PM: Adding info for No Bus:vcsa5 ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-10 22:06 ` Chris Clayton @ 2008-06-10 22:19 ` Alan Stern 2008-06-11 18:58 ` Chris Clayton 1 sibling, 0 replies; 40+ messages in thread From: Alan Stern @ 2008-06-10 22:19 UTC (permalink / raw) To: Chris Clayton Cc: James Bottomley, Andrew Morton, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki, linux-usb, Stefan Richter On Tue, 10 Jun 2008, Chris Clayton wrote: > What this has shown is that, when I plug in a usb-storage device, there seems > to be a delay between the usb/scsi/usb-storage drivers setting up the device > and my icon-showing script being run. Here is the snippet from the kernel log > file: ... > Jun 10 20:27:45 upstairs kernel: [ 3200.815772] usb-storage: waiting for device > to settle before scanning > Jun 10 20:27:50 upstairs kernel: [ 3205.817115] scsi 10:0:0:0: Direct-Access > USB Flash Memory 5.00 PQ: 0 ANSI: 0 CCS ... You can eliminate this 5-second delay by adding options usb-storage delay_use=0 to /etc/modprobe.conf. Of course, this will make the other delays just stand out that much more sharply... Alan Stern ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-10 22:06 ` Chris Clayton 2008-06-10 22:19 ` Alan Stern @ 2008-06-11 18:58 ` Chris Clayton 2008-06-11 19:15 ` Greg KH 1 sibling, 1 reply; 40+ messages in thread From: Chris Clayton @ 2008-06-11 18:58 UTC (permalink / raw) To: James Bottomley Cc: Andrew Morton, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki, linux-usb, Stefan Richter [-- Attachment #1: Type: text/plain, Size: 1551 bytes --] Hi everyone, [snip] > > I'm starting to think this might be a distribution problem. I tried > > booting my laptop on your config (only system I have with ata_piix) > > without an initrd (bit painful for fedora 9) and I didn't see any slow > > downs (in fact it was a lot faster than previously; makes note to file > > bug with redhat about their initramfs). [snip] > I'll do so more poking about tomorrow night, but if anyone has any ideas in > the meantime, I'd be very grateful. > I've done that poking around and found something that to me looks interesting. Before plugging in a usb stick, I changed udev's log_priority to "debug" (using udevcontrol). Attached is the snippet from /var/log/messages that shows all the diagnostics emitted by udev when the stick was plugged in. (This is with 2.6.26-rc5-git5). You will see that there are several instances of a message about udev unsuccesfully waiting for a file ioerr_cnt to appear deep down in the guts of /sys. Eventually, it does appear, but only after 21 seconds have elapsed. On 2.6.25.6, the file appears almost as soon as udev starts looking for it. The log extract showing this is also attached as is an extract from the kernel log for 2.6.26-rc5-git5. By the way, the main udev-rules file that is installed is the one for slackware that comes with the udev package from kernel.org. So the file these tests were run with are that from udev-122, which I upgraded to earlier this evening (more in hope than expectation :-) -- Beauty is in the eye of the beerholder. [-- Attachment #2: udevdebug-pluginusb-2.6.25.6.log --] [-- Type: text/x-log, Size: 33025 bytes --] Jun 11 17:38:03 upstairs udevd[695]: msg_queue_insert: seq 1435 queued, 'add' 'usb' Jun 11 17:38:03 upstairs udevd[695]: udev_event_run: seq 1435 forked, pid [4575], 'add' 'usb', 0 seconds old Jun 11 17:38:03 upstairs udevd[695]: msg_queue_insert: seq 1436 queued, 'add' 'usb_endpoint' Jun 11 17:38:03 upstairs udevd[695]: msg_queue_insert: seq 1437 queued, 'add' 'usb' Jun 11 17:38:03 upstairs udevd[695]: udev_done: seq 1435, pid [4575] exit with 0, 0 seconds old Jun 11 17:38:03 upstairs udevd[695]: udev_event_run: seq 1436 forked, pid [4578], 'add' 'usb_endpoint', 0 seconds old Jun 11 17:38:03 upstairs udevd[695]: udev_event_run: seq 1437 forked, pid [4579], 'add' 'usb', 0 seconds old Jun 11 17:38:03 upstairs udevd[695]: msg_queue_insert: seq 1438 queued, 'add' 'scsi_host' Jun 11 17:38:03 upstairs udevd[695]: udev_done: seq 1436, pid [4578] exit with 0, 0 seconds old Jun 11 17:38:03 upstairs udevd[695]: msg_queue_insert: seq 1439 queued, 'add' 'usb_endpoint' Jun 11 17:38:03 upstairs udevd[695]: msg_queue_insert: seq 1440 queued, 'add' 'usb_endpoint' Jun 11 17:38:03 upstairs udevd[695]: udev_done: seq 1437, pid [4579] exit with 0, 0 seconds old Jun 11 17:38:03 upstairs udevd[695]: udev_event_run: seq 1438 forked, pid [4582], 'add' 'scsi_host', 0 seconds old Jun 11 17:38:03 upstairs udevd[695]: udev_event_run: seq 1439 forked, pid [4583], 'add' 'usb_endpoint', 0 seconds old Jun 11 17:38:03 upstairs udevd-event[4575]: udev_rules_get_name: no node name set, will use kernel name '11-2' Jun 11 17:38:03 upstairs udevd-event[4575]: udev_db_get_device: no db file to read /dev/.udev/db/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2: No such file or directory Jun 11 17:38:03 upstairs udevd-event[4575]: udev_node_add: creating device node '/dev/11-2', major=189, minor=1283, mode=0660, uid=0, gid=0 Jun 11 17:38:03 upstairs udevd-event[4575]: name_index: creating index: '/dev/.udev/names/11-2/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2' Jun 11 17:38:03 upstairs udevd-event[4575]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:38:03 upstairs udevd-event[4575]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:38:03 upstairs udevd-event[4575]: udev_event_run: seq 1435 finished with 0 Jun 11 17:38:03 upstairs udevd[695]: udev_event_run: seq 1440 forked, pid [4584], 'add' 'usb_endpoint', 0 seconds old Jun 11 17:38:03 upstairs udevd[695]: udev_done: seq 1438, pid [4582] exit with 0, 0 seconds old Jun 11 17:38:03 upstairs udevd[695]: udev_done: seq 1439, pid [4583] exit with 0, 0 seconds old Jun 11 17:38:03 upstairs udevd[695]: udev_done: seq 1440, pid [4584] exit with 0, 0 seconds old Jun 11 17:38:03 upstairs udevd-event[4579]: run_program: '/sbin/modprobe usb:v0930p6545d0100dc00dsc00dp00ic08isc06ip50' Jun 11 17:38:03 upstairs udevd-event[4579]: run_program: '/sbin/modprobe' returned with status 0 Jun 11 17:38:03 upstairs udevd-event[4579]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:38:03 upstairs udevd-event[4579]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:38:03 upstairs udevd-event[4579]: udev_event_run: seq 1437 finished with 0 Jun 11 17:38:03 upstairs udevd-event[4578]: udev_rules_get_name: no node name set, will use kernel name 'usbdev11.4_ep00' Jun 11 17:38:03 upstairs udevd-event[4578]: udev_db_get_device: no db file to read /dev/.udev/db/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2fusb_endpoint\x2fusbdev11.4_ep00: No such file or directory Jun 11 17:38:03 upstairs udevd-event[4578]: udev_node_add: creating device node '/dev/usbdev11.4_ep00', major=254, minor=36, mode=0660, uid=0, gid=0 Jun 11 17:38:03 upstairs udevd-event[4578]: name_index: creating index: '/dev/.udev/names/usbdev11.4_ep00/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2fusb_endpoint\x2fusbdev11.4_ep00' Jun 11 17:38:03 upstairs udevd-event[4578]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:38:03 upstairs udevd-event[4578]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:38:03 upstairs udevd-event[4578]: udev_event_run: seq 1436 finished with 0 Jun 11 17:38:03 upstairs udevd-event[4582]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:38:03 upstairs udevd-event[4582]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:38:03 upstairs udevd-event[4582]: udev_event_run: seq 1438 finished with 0 Jun 11 17:38:03 upstairs udevd-event[4583]: udev_rules_get_name: no node name set, will use kernel name 'usbdev11.4_ep81' Jun 11 17:38:03 upstairs udevd-event[4583]: udev_db_get_device: no db file to read /dev/.udev/db/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fusb_endpoint\x2fusbdev11.4_ep81: No such file or directory Jun 11 17:38:03 upstairs udevd-event[4583]: udev_node_add: creating device node '/dev/usbdev11.4_ep81', major=254, minor=37, mode=0660, uid=0, gid=0 Jun 11 17:38:03 upstairs udevd-event[4583]: name_index: creating index: '/dev/.udev/names/usbdev11.4_ep81/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fusb_endpoint\x2fusbdev11.4_ep81' Jun 11 17:38:03 upstairs udevd-event[4583]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:38:03 upstairs udevd-event[4583]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:38:03 upstairs udevd-event[4583]: udev_event_run: seq 1439 finished with 0 Jun 11 17:38:03 upstairs udevd-event[4584]: udev_rules_get_name: no node name set, will use kernel name 'usbdev11.4_ep02' Jun 11 17:38:03 upstairs udevd-event[4584]: udev_db_get_device: no db file to read /dev/.udev/db/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fusb_endpoint\x2fusbdev11.4_ep02: No such file or directory Jun 11 17:38:03 upstairs udevd-event[4584]: udev_node_add: creating device node '/dev/usbdev11.4_ep02', major=254, minor=38, mode=0660, uid=0, gid=0 Jun 11 17:38:03 upstairs udevd-event[4584]: name_index: creating index: '/dev/.udev/names/usbdev11.4_ep02/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fusb_endpoint\x2fusbdev11.4_ep02' Jun 11 17:38:03 upstairs udevd-event[4584]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:38:03 upstairs udevd-event[4584]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:38:03 upstairs udevd-event[4584]: udev_event_run: seq 1440 finished with 0 Jun 11 17:38:08 upstairs udevd[695]: msg_queue_insert: seq 1441 queued, 'add' 'scsi' Jun 11 17:38:08 upstairs udevd[695]: udev_event_run: seq 1441 forked, pid [4585], 'add' 'scsi', 0 seconds old Jun 11 17:38:08 upstairs udevd[695]: msg_queue_insert: seq 1442 queued, 'add' 'scsi_disk' Jun 11 17:38:08 upstairs udevd-event[4585]: wait_for_sysfs: file '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/ioerr_cnt' appeared after 0 loops Jun 11 17:38:08 upstairs udevd-event[4585]: run_program: '/sbin/modprobe scsi:t-0x00' Jun 11 17:38:08 upstairs udevd[695]: udev_done: seq 1441, pid [4585] exit with 0, 0 seconds old Jun 11 17:38:08 upstairs udevd-event[4585]: run_program: '/sbin/modprobe' (stderr) 'FATAL: Module scsi:t_0x00 not found.' Jun 11 17:38:08 upstairs udevd-event[4585]: run_program: '/sbin/modprobe' returned with status 1 Jun 11 17:38:08 upstairs udevd-event[4585]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:38:08 upstairs udevd-event[4585]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:38:08 upstairs udevd-event[4585]: udev_event_run: seq 1441 finished with 0 Jun 11 17:38:08 upstairs udevd[695]: udev_event_run: seq 1442 forked, pid [4587], 'add' 'scsi_disk', 0 seconds old Jun 11 17:38:08 upstairs udevd[695]: udev_done: seq 1442, pid [4587] exit with 0, 0 seconds old Jun 11 17:38:08 upstairs udevd-event[4587]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:38:08 upstairs udevd-event[4587]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:38:08 upstairs udevd-event[4587]: udev_event_run: seq 1442 finished with 0 Jun 11 17:38:08 upstairs udevd[695]: msg_queue_insert: seq 1443 queued, 'change' 'scsi' Jun 11 17:38:08 upstairs udevd[695]: udev_event_run: seq 1443 forked, pid [4588], 'change' 'scsi', 0 seconds old Jun 11 17:38:08 upstairs udevd[695]: udev_done: seq 1443, pid [4588] exit with 0, 0 seconds old Jun 11 17:38:08 upstairs udevd[695]: msg_queue_insert: seq 1444 queued, 'add' 'block' Jun 11 17:38:08 upstairs udevd[695]: udev_event_run: seq 1444 forked, pid [4589], 'add' 'block', 0 seconds old Jun 11 17:38:08 upstairs udevd[695]: msg_queue_insert: seq 1445 queued, 'add' 'block' Jun 11 17:38:08 upstairs udevd-event[4588]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:38:08 upstairs udevd-event[4588]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:38:08 upstairs udevd-event[4588]: udev_event_run: seq 1443 finished with 0 Jun 11 17:38:08 upstairs udevd[695]: msg_queue_insert: seq 1446 queued, 'add' 'scsi_device' Jun 11 17:38:08 upstairs udevd[695]: msg_queue_insert: seq 1447 queued, 'add' 'scsi_generic' Jun 11 17:38:08 upstairs udevd-event[4589]: udev_rules_get_name: rule applied, 'sdd' becomes 'sdd' Jun 11 17:38:08 upstairs udevd-event[4589]: run_program: '/lib/udev/usb_id -x' Jun 11 17:38:08 upstairs udevd-event[4589]: run_program: '/lib/udev/usb_id' (stdout) 'ID_VENDOR=0930' Jun 11 17:38:08 upstairs udevd-event[4589]: run_program: '/lib/udev/usb_id' (stdout) 'ID_MODEL=USB_Flash_Memory' Jun 11 17:38:08 upstairs udevd-event[4589]: run_program: '/lib/udev/usb_id' (stdout) 'ID_REVISION=5.00' Jun 11 17:38:08 upstairs udevd-event[4589]: run_program: '/lib/udev/usb_id' (stdout) 'ID_SERIAL=0930_USB_Flash_Memory_0EC065712361A91E-0:0' Jun 11 17:38:08 upstairs udevd-event[4589]: run_program: '/lib/udev/usb_id' (stdout) 'ID_SERIAL_SHORT=0EC065712361A91E' Jun 11 17:38:08 upstairs udevd-event[4589]: run_program: '/lib/udev/usb_id' (stdout) 'ID_TYPE=disk' Jun 11 17:38:08 upstairs udevd-event[4589]: run_program: '/lib/udev/usb_id' (stdout) 'ID_INSTANCE=0:0' Jun 11 17:38:08 upstairs udevd-event[4589]: run_program: '/lib/udev/usb_id' (stdout) 'ID_BUS=usb' Jun 11 17:38:08 upstairs udevd-event[4589]: run_program: '/lib/udev/usb_id' returned with status 0 Jun 11 17:38:08 upstairs udevd-event[4589]: udev_rules_get_name: add symlink 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0' Jun 11 17:38:08 upstairs udevd-event[4589]: run_program: '/lib/udev/path_id /devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/block/sdd' Jun 11 17:38:08 upstairs usb_id[4590]: usb_id: /devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0: if_class 8 protocol 6 Jun 11 17:38:08 upstairs udevd-event[4589]: run_program: '/lib/udev/path_id' (stdout) 'ID_PATH=pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0' Jun 11 17:38:08 upstairs udevd-event[4589]: run_program: '/lib/udev/path_id' returned with status 0 Jun 11 17:38:08 upstairs udevd-event[4589]: udev_rules_get_name: add symlink 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0' Jun 11 17:38:08 upstairs udevd[695]: udev_done: seq 1444, pid [4589] exit with 0, 0 seconds old Jun 11 17:38:08 upstairs udevd[695]: udev_event_run: seq 1445 forked, pid [4597], 'add' 'block', 0 seconds old Jun 11 17:38:08 upstairs udevd-event[4589]: udev_db_get_device: no db file to read /dev/.udev/db/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost5\x2ftarget5:0:0\x2f5:0:0:0\x2fblock\x2fsdd: No such file or directory Jun 11 17:38:08 upstairs udevd-event[4589]: udev_node_add: creating device node '/dev/sdd', major=8, minor=48, mode=0660, uid=0, gid=6 Jun 11 17:38:08 upstairs udevd-event[4589]: name_index: creating index: '/dev/.udev/names/disk\x2fby-id\x2fusb-0930_USB_Flash_Memory_0EC065712361A91E-0:0/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost5\x2ftarget5:0:0\x2f5:0:0:0\x2fblock\x2fsdd' Jun 11 17:38:08 upstairs udevd-event[4589]: name_index: creating index: '/dev/.udev/names/disk\x2fby-path\x2fpci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost5\x2ftarget5:0:0\x2f5:0:0:0\x2fblock\x2fsdd' Jun 11 17:38:08 upstairs udevd-event[4589]: name_index: creating index: '/dev/.udev/names/sdd/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost5\x2ftarget5:0:0\x2f5:0:0:0\x2fblock\x2fsdd' Jun 11 17:38:08 upstairs udevd-event[4589]: udev_node_update_symlinks: update symlink 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0' of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/block/sdd' Jun 11 17:38:08 upstairs udevd-event[4589]: udev_db_get_devices_by_name: found index directory '/dev/.udev/names/disk\x2fby-id\x2fusb-0930_USB_Flash_Memory_0EC065712361A91E-0:0' Jun 11 17:38:08 upstairs udevd-event[4589]: update_link: found 1 devices with name 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0' Jun 11 17:38:08 upstairs udevd-event[4589]: update_link: found '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/block/sdd' for 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0' Jun 11 17:38:08 upstairs udevd-event[4597]: udev_rules_get_name: add symlink 'usbstickc1' Jun 11 17:38:08 upstairs udevd-event[4597]: udev_rules_get_name: rule applied, 'sdd1' becomes 'sdd1' Jun 11 17:38:08 upstairs udevd-event[4597]: udev_rules_get_name: add symlink 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0-part1' Jun 11 17:38:08 upstairs udevd-event[4597]: udev_rules_get_name: add symlink 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0-part1' Jun 11 17:38:08 upstairs udevd-event[4597]: run_program: '/lib/udev/vol_id --export /dev/.tmp-8-49' Jun 11 17:38:08 upstairs udevd-event[4589]: update_link: compare (our own) priority of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/block/sdd' 0 >= 0 Jun 11 17:38:08 upstairs udevd-event[4589]: update_link: 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0' with target 'sdd' has the highest priority 0, create it Jun 11 17:38:08 upstairs udevd-event[4589]: node_symlink: creating symlink '/dev/disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0' to '../../sdd' Jun 11 17:38:08 upstairs udevd-event[4589]: udev_node_update_symlinks: update symlink 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0' of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/block/sdd' Jun 11 17:38:08 upstairs udevd-event[4589]: udev_db_get_devices_by_name: found index directory '/dev/.udev/names/disk\x2fby-path\x2fpci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0' Jun 11 17:38:08 upstairs udevd-event[4589]: update_link: found 1 devices with name 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0' Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x0(0), len 0x200 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:369 read sbbuf len:0x200 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x0(0), len 0x200 Jun 11 17:38:08 upstairs vol_id[4598]: volume_id.c:362 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:38:08 upstairs vol_id[4598]: linux_raid.c:71 probing at offset 0x3d6e0000, size 0x3d6fc000 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x3d6e0000(1030619136), len 0x800 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:405 read seekbuf off:0x3d6e0000 len:0x800 Jun 11 17:38:08 upstairs udevd-event[4589]: update_link: found '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/block/sdd' for 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0' Jun 11 17:38:08 upstairs udevd-event[4589]: update_link: compare (our own) priority of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/block/sdd' 0 >= 0 Jun 11 17:38:08 upstairs udevd-event[4589]: update_link: 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0' with target 'sdd' has the highest priority 0, create it Jun 11 17:38:08 upstairs udevd-event[4589]: node_symlink: creating symlink '/dev/disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0' to '../../sdd' Jun 11 17:38:08 upstairs udevd-event[4589]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:38:08 upstairs udevd-event[4589]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:38:08 upstairs udevd-event[4589]: udev_event_run: seq 1444 finished with 0 Jun 11 17:38:08 upstairs vol_id[4598]: linux_raid.c:126 probing at offset 0x3d6fa000, size 0x3d6fc000 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x3d6fa000(1030725632), len 0x800 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:405 read seekbuf off:0x3d6fa000 len:0x800 Jun 11 17:38:08 upstairs vol_id[4598]: linux_raid.c:126 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x0(0), len 0x800 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:369 read sbbuf len:0x800 Jun 11 17:38:08 upstairs vol_id[4598]: linux_raid.c:126 probing at offset 0x1000, size 0x3d6fc000 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x1000(4096), len 0x800 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:369 read sbbuf len:0x1800 Jun 11 17:38:08 upstairs vol_id[4598]: ddf_raid.c:49 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x3d6fbe00(1030733312), len 0x200 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:405 read seekbuf off:0x3d6fbe00 len:0x200 Jun 11 17:38:08 upstairs vol_id[4598]: isw_raid.c:47 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x3d6fbc00(1030732800), len 0x200 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:405 read seekbuf off:0x3d6fbc00 len:0x200 Jun 11 17:38:08 upstairs vol_id[4598]: lsi_raid.c:42 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x3d6fbe00(1030733312), len 0x200 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:405 read seekbuf off:0x3d6fbe00 len:0x200 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x3d6fbe00(1030733312), len 0x200 Jun 11 17:38:08 upstairs vol_id[4598]: silicon_raid.c:57 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x3d6fbe00(1030733312), len 0x200 Jun 11 17:38:08 upstairs vol_id[4598]: nvidia_raid.c:45 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x3d6fbc00(1030732800), len 0x200 Jun 11 17:38:08 upstairs udevd-event[4597]: run_program: '/lib/udev/vol_id' (stdout) 'ID_FS_USAGE=filesystem' Jun 11 17:38:08 upstairs udevd-event[4597]: run_program: '/lib/udev/vol_id' (stdout) 'ID_FS_TYPE=vfat' Jun 11 17:38:08 upstairs udevd-event[4597]: run_program: '/lib/udev/vol_id' (stdout) 'ID_FS_VERSION=FAT16' Jun 11 17:38:08 upstairs udevd-event[4597]: run_program: '/lib/udev/vol_id' (stdout) 'ID_FS_UUID=B4EE-B432' Jun 11 17:38:08 upstairs udevd-event[4597]: run_program: '/lib/udev/vol_id' (stdout) 'ID_FS_UUID_ENC=B4EE-B432' Jun 11 17:38:08 upstairs udevd-event[4597]: run_program: '/lib/udev/vol_id' (stdout) 'ID_FS_LABEL=' Jun 11 17:38:08 upstairs udevd-event[4597]: run_program: '/lib/udev/vol_id' (stdout) 'ID_FS_LABEL_ENC=' Jun 11 17:38:08 upstairs udevd-event[4597]: run_program: '/lib/udev/vol_id' (stdout) 'ID_FS_LABEL_SAFE=' Jun 11 17:38:08 upstairs udevd-event[4597]: run_program: '/lib/udev/vol_id' returned with status 0 Jun 11 17:38:08 upstairs udevd-event[4597]: udev_rules_get_name: add symlink 'disk/by-uuid/B4EE-B432' Jun 11 17:38:08 upstairs vol_id[4598]: util.c:405 read seekbuf off:0x3d6fbc00 len:0x200 Jun 11 17:38:08 upstairs vol_id[4598]: promise_raid.c:46 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x3d6f4200(1030701568), len 0x200 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:405 read seekbuf off:0x3d6f4200 len:0x200 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x3d6dc200(1030603264), len 0x200 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:405 read seekbuf off:0x3d6dc200 len:0x200 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x3d6dc000(1030602752), len 0x200 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:405 read seekbuf off:0x3d6dc000 len:0x200 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x3d6fa000(1030725632), len 0x200 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:405 read seekbuf off:0x3d6fa000 len:0x200 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x3d6ca200(1030529536), len 0x200 Jun 11 17:38:08 upstairs udevd[695]: udev_done: seq 1445, pid [4597] exit with 0, 0 seconds old Jun 11 17:38:08 upstairs udevd[695]: udev_event_run: seq 1446 forked, pid [4609], 'add' 'scsi_device', 0 seconds old Jun 11 17:38:08 upstairs udevd[695]: udev_event_run: seq 1447 forked, pid [4610], 'add' 'scsi_generic', 0 seconds old Jun 11 17:38:08 upstairs udevd[695]: udev_done: seq 1447, pid [4610] exit with 0, 0 seconds old Jun 11 17:38:08 upstairs udevd[695]: udev_done: seq 1446, pid [4609] exit with 1, 0 seconds old Jun 11 17:38:08 upstairs logger: udevshowicon: starting to get icon name Jun 11 17:38:08 upstairs udevd-event[4597]: udev_db_get_device: no db file to read /dev/.udev/db/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost5\x2ftarget5:0:0\x2f5:0:0:0\x2fblock\x2fsdd\x2fsdd1: No such file or directory Jun 11 17:38:08 upstairs udevd-event[4597]: udev_node_add: creating device node '/dev/sdd1', major=8, minor=49, mode=0666, uid=0, gid=6 Jun 11 17:38:08 upstairs udevd-event[4597]: name_index: creating index: '/dev/.udev/names/usbstickc1/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost5\x2ftarget5:0:0\x2f5:0:0:0\x2fblock\x2fsdd\x2fsdd1' Jun 11 17:38:08 upstairs udevd-event[4597]: name_index: creating index: '/dev/.udev/names/disk\x2fby-id\x2fusb-0930_USB_Flash_Memory_0EC065712361A91E-0:0-part1/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost5\x2ftarget5:0:0\x2f5:0:0:0\x2fblock\x2fsdd\x2fsdd1' Jun 11 17:38:08 upstairs vol_id[4598]: util.c:405 read seekbuf off:0x3d6ca200 len:0x200 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x3d6faa00(1030728192), len 0x200 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:405 read seekbuf off:0x3d6faa00 len:0x200 Jun 11 17:38:08 upstairs vol_id[4598]: adaptec_raid.c:90 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x3d6fbe00(1030733312), len 0x200 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:405 read seekbuf off:0x3d6fbe00 len:0x200 Jun 11 17:38:08 upstairs vol_id[4598]: jmicron_raid.c:43 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x3d6fbe00(1030733312), len 0x200 Jun 11 17:38:08 upstairs vol_id[4598]: lvm.c:54 probing at offset 0x0 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x400(1024), len 0x800 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x0(0), len 0x800 Jun 11 17:38:08 upstairs vol_id[4598]: highpoint.c:52 probing at offset 0x0 Jun 11 17:38:08 upstairs udevd-event[4597]: name_index: creating index: '/dev/.udev/names/disk\x2fby-path\x2fpci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0-part1/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost5\x2ftarget5:0:0\x2f5:0:0:0\x2fblock\x2fsdd\x2fsdd1' Jun 11 17:38:08 upstairs udevd-event[4597]: name_index: creating index: '/dev/.udev/names/disk\x2fby-uuid\x2fB4EE-B432/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost5\x2ftarget5:0:0\x2f5:0:0:0\x2fblock\x2fsdd\x2fsdd1' Jun 11 17:38:08 upstairs udevd-event[4597]: name_index: creating index: '/dev/.udev/names/sdd1/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost5\x2ftarget5:0:0\x2f5:0:0:0\x2fblock\x2fsdd\x2fsdd1' Jun 11 17:38:08 upstairs udevd-event[4597]: udev_node_update_symlinks: update symlink 'usbstickc1' of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/block/sdd/sdd1' Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x1200(4608), len 0x200 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x0(0), len 0x200 Jun 11 17:38:08 upstairs vol_id[4598]: volume_id.c:396 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:38:08 upstairs vol_id[4598]: fat.c:273 probing at offset 0x0 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x0(0), len 0x400 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x3da00(252416), len 0x4000 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:405 read seekbuf off:0x3da00 len:0x4000 Jun 11 17:38:08 upstairs vol_id[4598]: util.c:356 get buffer off 0x0(0), len 0x200 Jun 11 17:38:08 upstairs logger: udevshowicon: about to show usbstickc1 Jun 11 17:38:08 upstairs udevd-event[4610]: udev_rules_get_name: no node name set, will use kernel name 'sg5' Jun 11 17:38:08 upstairs udevd-event[4610]: udev_db_get_device: no db file to read /dev/.udev/db/\x2fclass\x2fscsi_generic\x2fsg5: No such file or directory Jun 11 17:38:08 upstairs udevd-event[4610]: udev_node_add: creating device node '/dev/sg5', major=21, minor=5, mode=0660, uid=0, gid=0 Jun 11 17:38:08 upstairs udevd-event[4610]: name_index: creating index: '/dev/.udev/names/sg5/\x2fclass\x2fscsi_generic\x2fsg5' Jun 11 17:38:08 upstairs udevd-event[4610]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:38:08 upstairs udevd-event[4610]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:38:08 upstairs udevd-event[4610]: udev_event_run: seq 1447 finished with 0 Jun 11 17:38:08 upstairs udevd-event[4597]: udev_db_get_devices_by_name: found index directory '/dev/.udev/names/usbstickc1' Jun 11 17:38:08 upstairs udevd-event[4597]: update_link: found 1 devices with name 'usbstickc1' Jun 11 17:38:08 upstairs udevd-event[4597]: update_link: found '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/block/sdd/sdd1' for 'usbstickc1' Jun 11 17:38:08 upstairs udevd-event[4597]: update_link: compare (our own) priority of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/block/sdd/sdd1' 0 >= 0 Jun 11 17:38:08 upstairs udevd-event[4597]: update_link: 'usbstickc1' with target 'sdd1' has the highest priority 0, create it Jun 11 17:38:08 upstairs udevd-event[4597]: node_symlink: creating symlink '/dev/usbstickc1' to 'sdd1' Jun 11 17:38:08 upstairs udevd-event[4597]: udev_node_update_symlinks: update symlink 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0-part1' of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/block/sdd/sdd1' Jun 11 17:38:08 upstairs udevd-event[4597]: udev_db_get_devices_by_name: found index directory '/dev/.udev/names/disk\x2fby-id\x2fusb-0930_USB_Flash_Memory_0EC065712361A91E-0:0-part1' Jun 11 17:38:08 upstairs udevd-event[4597]: update_link: found 1 devices with name 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0-part1' Jun 11 17:38:08 upstairs udevd-event[4597]: update_link: found '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/block/sdd/sdd1' for 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0-part1' Jun 11 17:38:08 upstairs udevd-event[4597]: update_link: compare (our own) priority of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/block/sdd/sdd1' 0 >= 0 Jun 11 17:38:08 upstairs udevd-event[4597]: update_link: 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0-part1' with target 'sdd1' has the highest priority 0, create it Jun 11 17:38:08 upstairs udevd-event[4609]: run_program: '/sbin/modprobe sd_mod' Jun 11 17:38:08 upstairs udevd-event[4609]: run_program: '/sbin/modprobe' (stderr) 'FATAL: Module sd_mod not found.' Jun 11 17:38:08 upstairs udevd-event[4609]: run_program: '/sbin/modprobe' returned with status 1 Jun 11 17:38:08 upstairs udevd-event[4609]: run_program: '/sbin/modprobe sg' Jun 11 17:38:08 upstairs udevd-event[4609]: run_program: '/sbin/modprobe' returned with status 0 Jun 11 17:38:08 upstairs udevd-event[4609]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:38:08 upstairs udevd-event[4609]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:38:08 upstairs udevd-event[4609]: udev_event_run: seq 1446 finished with -1 Jun 11 17:38:08 upstairs udevd-event[4597]: node_symlink: creating symlink '/dev/disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0-part1' to '../../sdd1' Jun 11 17:38:08 upstairs udevd-event[4597]: udev_node_update_symlinks: update symlink 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0-part1' of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/block/sdd/sdd1' Jun 11 17:38:08 upstairs udevd-event[4597]: udev_db_get_devices_by_name: found index directory '/dev/.udev/names/disk\x2fby-path\x2fpci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0-part1' Jun 11 17:38:08 upstairs udevd-event[4597]: update_link: found 1 devices with name 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0-part1' Jun 11 17:38:08 upstairs udevd-event[4597]: update_link: found '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/block/sdd/sdd1' for 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0-part1' Jun 11 17:38:08 upstairs udevd-event[4597]: update_link: compare (our own) priority of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/block/sdd/sdd1' 0 >= 0 Jun 11 17:38:08 upstairs udevd-event[4597]: update_link: 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0-part1' with target 'sdd1' has the highest priority 0, create it Jun 11 17:38:08 upstairs udevd-event[4597]: node_symlink: creating symlink '/dev/disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0-part1' to '../../sdd1' Jun 11 17:38:08 upstairs udevd-event[4597]: udev_node_update_symlinks: update symlink 'disk/by-uuid/B4EE-B432' of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/block/sdd/sdd1' Jun 11 17:38:08 upstairs udevd-event[4597]: udev_db_get_devices_by_name: found index directory '/dev/.udev/names/disk\x2fby-uuid\x2fB4EE-B432' Jun 11 17:38:08 upstairs udevd-event[4597]: update_link: found 1 devices with name 'disk/by-uuid/B4EE-B432' Jun 11 17:38:08 upstairs udevd-event[4597]: update_link: found '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/block/sdd/sdd1' for 'disk/by-uuid/B4EE-B432' Jun 11 17:38:08 upstairs udevd-event[4597]: update_link: compare (our own) priority of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host5/target5:0:0/5:0:0:0/block/sdd/sdd1' 0 >= 0 Jun 11 17:38:08 upstairs udevd-event[4597]: update_link: 'disk/by-uuid/B4EE-B432' with target 'sdd1' has the highest priority 0, create it Jun 11 17:38:08 upstairs udevd-event[4597]: node_symlink: creating symlink '/dev/disk/by-uuid/B4EE-B432' to '../../sdd1' Jun 11 17:38:08 upstairs udevd-event[4597]: run_program: '/usr/bin/udevshowicon.sh' Jun 11 17:38:08 upstairs udevd-event[4597]: run_program: '/usr/bin/udevshowicon.sh' returned with status 0 Jun 11 17:38:08 upstairs udevd-event[4597]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:38:08 upstairs udevd-event[4597]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:38:08 upstairs udevd-event[4597]: udev_event_run: seq 1445 finished with 0 [-- Attachment #3: udevdebug-pluginusb-2.6.26-rc5-git5.log --] [-- Type: text/x-log, Size: 36353 bytes --] Jun 11 17:48:13 upstairs udevd[74]: msg_queue_insert: seq 1403 queued, 'add' 'usb' Jun 11 17:48:13 upstairs udevd[74]: udev_event_run: seq 1403 forked, pid [1444], 'add' 'usb', 0 seconds old Jun 11 17:48:13 upstairs udevd[74]: msg_queue_insert: seq 1404 queued, 'add' 'usb' Jun 11 17:48:13 upstairs udevd[74]: msg_queue_insert: seq 1405 queued, 'add' 'usb_endpoint' Jun 11 17:48:13 upstairs udevd[74]: msg_queue_insert: seq 1406 queued, 'add' 'usb_endpoint' Jun 11 17:48:13 upstairs udevd[74]: msg_queue_insert: seq 1407 queued, 'add' 'usb_endpoint' Jun 11 17:48:13 upstairs udevd[74]: udev_done: seq 1403, pid [1444] exit with 0, 0 seconds old Jun 11 17:48:13 upstairs udevd[74]: udev_event_run: seq 1404 forked, pid [1445], 'add' 'usb', 0 seconds old Jun 11 17:48:13 upstairs udevd[74]: udev_event_run: seq 1407 forked, pid [1447], 'add' 'usb_endpoint', 0 seconds old Jun 11 17:48:13 upstairs udevd[74]: udev_done: seq 1407, pid [1447] exit with 0, 0 seconds old Jun 11 17:48:13 upstairs udevd[74]: msg_queue_insert: seq 1408 queued, 'add' 'module' Jun 11 17:48:13 upstairs udevd[74]: udev_event_run: seq 1408 forked, pid [1450], 'add' 'module', 0 seconds old Jun 11 17:48:13 upstairs udevd[74]: udev_done: seq 1408, pid [1450] exit with 0, 0 seconds old Jun 11 17:48:13 upstairs udevd[74]: msg_queue_insert: seq 1409 queued, 'add' 'scsi' Jun 11 17:48:13 upstairs udevd[74]: msg_queue_insert: seq 1410 queued, 'add' 'scsi_host' Jun 11 17:48:13 upstairs udevd[74]: msg_queue_insert: seq 1411 queued, 'add' 'drivers' Jun 11 17:48:13 upstairs udevd[74]: udev_event_run: seq 1411 forked, pid [1454], 'add' 'drivers', 0 seconds old Jun 11 17:48:13 upstairs udevd[74]: udev_done: seq 1411, pid [1454] exit with 0, 0 seconds old Jun 11 17:48:13 upstairs udevd[74]: udev_done: seq 1404, pid [1445] exit with 0, 0 seconds old Jun 11 17:48:13 upstairs udevd[74]: udev_event_run: seq 1405 forked, pid [1455], 'add' 'usb_endpoint', 0 seconds old Jun 11 17:48:13 upstairs udevd[74]: udev_event_run: seq 1406 forked, pid [1456], 'add' 'usb_endpoint', 0 seconds old Jun 11 17:48:13 upstairs udevd-event[1444]: udev_rules_get_name: no node name set, will use kernel name '11-2' Jun 11 17:48:13 upstairs udevd-event[1444]: udev_db_get_device: no db file to read /dev/.udev/db/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2: No such file or directory Jun 11 17:48:13 upstairs udevd-event[1444]: udev_node_add: creating device node '/dev/11-2', major=189, minor=1282, mode=0660, uid=0, gid=0 Jun 11 17:48:13 upstairs udevd-event[1444]: name_index: creating index: '/dev/.udev/names/11-2/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2' Jun 11 17:48:13 upstairs udevd-event[1444]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:48:13 upstairs udevd-event[1444]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:48:13 upstairs udevd-event[1444]: udev_event_run: seq 1403 finished with 0 Jun 11 17:48:13 upstairs udevd[74]: udev_event_run: seq 1409 forked, pid [1457], 'add' 'scsi', 0 seconds old Jun 11 17:48:13 upstairs udevd[74]: udev_done: seq 1405, pid [1455] exit with 0, 0 seconds old Jun 11 17:48:13 upstairs udevd[74]: udev_done: seq 1406, pid [1456] exit with 0, 0 seconds old Jun 11 17:48:13 upstairs udevd-event[1445]: run_program: '/sbin/modprobe usb:v0930p6545d0100dc00dsc00dp00ic08isc06ip50' Jun 11 17:48:13 upstairs udevd-event[1445]: run_program: '/sbin/modprobe' returned with status 0 Jun 11 17:48:13 upstairs udevd-event[1445]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:48:13 upstairs udevd-event[1445]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:48:13 upstairs udevd-event[1445]: udev_event_run: seq 1404 finished with 0 Jun 11 17:48:13 upstairs udevd-event[1447]: udev_rules_get_name: no node name set, will use kernel name 'usbdev11.3_ep00' Jun 11 17:48:13 upstairs udevd-event[1447]: udev_db_get_device: no db file to read /dev/.udev/db/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2fusb_endpoint\x2fusbdev11.3_ep00: No such file or directory Jun 11 17:48:13 upstairs udevd-event[1447]: udev_node_add: creating device node '/dev/usbdev11.3_ep00', major=254, minor=25, mode=0660, uid=0, gid=0 Jun 11 17:48:13 upstairs udevd-event[1447]: name_index: creating index: '/dev/.udev/names/usbdev11.3_ep00/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2fusb_endpoint\x2fusbdev11.3_ep00' Jun 11 17:48:13 upstairs udevd-event[1447]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:48:13 upstairs udevd-event[1447]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:48:13 upstairs udevd-event[1447]: udev_event_run: seq 1407 finished with 0 Jun 11 17:48:13 upstairs udevd-event[1450]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:48:13 upstairs udevd-event[1450]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:48:13 upstairs udevd-event[1450]: udev_event_run: seq 1408 finished with 0 Jun 11 17:48:13 upstairs udevd-event[1454]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:48:13 upstairs udevd-event[1454]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:48:13 upstairs udevd-event[1454]: udev_event_run: seq 1411 finished with 0 Jun 11 17:48:13 upstairs udevd-event[1455]: udev_rules_get_name: no node name set, will use kernel name 'usbdev11.3_ep81' Jun 11 17:48:13 upstairs udevd-event[1455]: udev_db_get_device: no db file to read /dev/.udev/db/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fusb_endpoint\x2fusbdev11.3_ep81: No such file or directory Jun 11 17:48:13 upstairs udevd-event[1455]: udev_node_add: creating device node '/dev/usbdev11.3_ep81', major=254, minor=23, mode=0660, uid=0, gid=0 Jun 11 17:48:13 upstairs udevd-event[1455]: name_index: creating index: '/dev/.udev/names/usbdev11.3_ep81/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fusb_endpoint\x2fusbdev11.3_ep81' Jun 11 17:48:13 upstairs udevd-event[1455]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:48:13 upstairs udevd-event[1455]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:48:13 upstairs udevd-event[1456]: udev_rules_get_name: no node name set, will use kernel name 'usbdev11.3_ep02' Jun 11 17:48:13 upstairs udevd-event[1456]: udev_db_get_device: no db file to read /dev/.udev/db/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fusb_endpoint\x2fusbdev11.3_ep02: No such file or directory Jun 11 17:48:13 upstairs udevd-event[1456]: udev_node_add: creating device node '/dev/usbdev11.3_ep02', major=254, minor=24, mode=0660, uid=0, gid=0 Jun 11 17:48:13 upstairs udevd-event[1456]: name_index: creating index: '/dev/.udev/names/usbdev11.3_ep02/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fusb_endpoint\x2fusbdev11.3_ep02' Jun 11 17:48:13 upstairs udevd-event[1456]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:48:13 upstairs udevd-event[1456]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:48:13 upstairs udevd-event[1455]: udev_event_run: seq 1405 finished with 0 Jun 11 17:48:13 upstairs udevd-event[1456]: udev_event_run: seq 1406 finished with 0 Jun 11 17:48:13 upstairs udevd-event[1457]: wait_for_sysfs: wait for '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/ioerr_cnt' for 20 mseconds Jun 11 17:48:18 upstairs last message repeated 236 times Jun 11 17:48:18 upstairs udevd[74]: msg_queue_insert: seq 1412 queued, 'add' 'scsi' Jun 11 17:48:18 upstairs udevd[74]: msg_queue_insert: seq 1413 queued, 'add' 'scsi' Jun 11 17:48:18 upstairs udevd[74]: msg_queue_insert: seq 1414 queued, 'add' 'scsi_disk' Jun 11 17:48:18 upstairs udevd-event[1457]: wait_for_sysfs: wait for '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/ioerr_cnt' for 20 mseconds Jun 11 17:48:18 upstairs last message repeated 10 times Jun 11 17:48:18 upstairs udevd[74]: msg_queue_insert: seq 1415 queued, 'change' 'scsi' Jun 11 17:48:18 upstairs udevd[74]: msg_queue_insert: seq 1416 queued, 'add' 'block' Jun 11 17:48:18 upstairs udevd[74]: msg_queue_insert: seq 1417 queued, 'add' 'block' Jun 11 17:48:18 upstairs udevd[74]: msg_queue_insert: seq 1418 queued, 'add' 'bdi' Jun 11 17:48:18 upstairs udevd[74]: udev_event_run: seq 1418 forked, pid [1458], 'add' 'bdi', 0 seconds old Jun 11 17:48:18 upstairs udevd[74]: msg_queue_insert: seq 1419 queued, 'add' 'scsi_device' Jun 11 17:48:18 upstairs udevd[74]: udev_done: seq 1418, pid [1458] exit with 0, 0 seconds old Jun 11 17:48:18 upstairs udevd-event[1458]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:48:18 upstairs udevd-event[1458]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:48:18 upstairs udevd-event[1458]: udev_event_run: seq 1418 finished with 0 Jun 11 17:48:18 upstairs udevd-event[1457]: wait_for_sysfs: wait for '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/ioerr_cnt' for 20 mseconds Jun 11 17:48:24 upstairs last message repeated 250 times Jun 11 17:48:24 upstairs udevd-event[1457]: wait_for_sysfs: waiting for '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/ioerr_cnt' failed Jun 11 17:48:24 upstairs udevd[74]: udev_done: seq 1409, pid [1457] exit with 0, 11 seconds old Jun 11 17:48:24 upstairs udevd[74]: udev_event_run: seq 1410 forked, pid [1459], 'add' 'scsi_host', 11 seconds old Jun 11 17:48:24 upstairs udevd-event[1457]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:48:24 upstairs udevd-event[1457]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:48:24 upstairs udevd-event[1457]: udev_event_run: seq 1409 finished with 0 Jun 11 17:48:24 upstairs udevd[74]: udev_event_run: seq 1412 forked, pid [1460], 'add' 'scsi', 6 seconds old Jun 11 17:48:24 upstairs udevd[74]: udev_done: seq 1410, pid [1459] exit with 0, 11 seconds old Jun 11 17:48:24 upstairs udevd-event[1459]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:48:24 upstairs udevd-event[1459]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:48:24 upstairs udevd-event[1459]: udev_event_run: seq 1410 finished with 0 Jun 11 17:48:24 upstairs udevd-event[1460]: wait_for_sysfs: wait for '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/ioerr_cnt' for 20 mseconds Jun 11 17:48:34 upstairs last message repeated 498 times Jun 11 17:48:34 upstairs udevd-event[1460]: wait_for_sysfs: waiting for '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/ioerr_cnt' failed Jun 11 17:48:34 upstairs udevd[74]: udev_done: seq 1412, pid [1460] exit with 0, 16 seconds old Jun 11 17:48:34 upstairs udevd[74]: udev_event_run: seq 1413 forked, pid [1461], 'add' 'scsi', 16 seconds old Jun 11 17:48:34 upstairs udevd-event[1460]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:48:34 upstairs udevd-event[1460]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:48:34 upstairs udevd-event[1460]: udev_event_run: seq 1412 finished with 0 Jun 11 17:48:34 upstairs udevd-event[1461]: wait_for_sysfs: file '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/ioerr_cnt' appeared after 0 loops Jun 11 17:48:34 upstairs udevd-event[1461]: run_program: '/sbin/modprobe scsi:t-0x00' Jun 11 17:48:34 upstairs udevd-event[1461]: run_program: '/sbin/modprobe' (stderr) 'FATAL: Module scsi:t_0x00 not found.' Jun 11 17:48:34 upstairs udevd[74]: udev_done: seq 1413, pid [1461] exit with 0, 16 seconds old Jun 11 17:48:34 upstairs udevd[74]: udev_event_run: seq 1414 forked, pid [1463], 'add' 'scsi_disk', 16 seconds old Jun 11 17:48:34 upstairs udevd-event[1461]: run_program: '/sbin/modprobe' returned with status 1 Jun 11 17:48:34 upstairs udevd-event[1461]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:48:34 upstairs udevd-event[1461]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:48:34 upstairs udevd-event[1461]: udev_event_run: seq 1413 finished with 0 Jun 11 17:48:34 upstairs udevd[74]: udev_done: seq 1414, pid [1463] exit with 0, 16 seconds old Jun 11 17:48:34 upstairs udevd[74]: udev_event_run: seq 1415 forked, pid [1464], 'change' 'scsi', 16 seconds old Jun 11 17:48:34 upstairs udevd[74]: udev_done: seq 1415, pid [1464] exit with 0, 16 seconds old Jun 11 17:48:34 upstairs udevd[74]: udev_event_run: seq 1416 forked, pid [1465], 'add' 'block', 16 seconds old Jun 11 17:48:34 upstairs udevd[74]: udev_event_run: seq 1419 forked, pid [1467], 'add' 'scsi_device', 16 seconds old Jun 11 17:48:34 upstairs udevd-event[1463]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:48:34 upstairs udevd-event[1463]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:48:34 upstairs udevd-event[1463]: udev_event_run: seq 1414 finished with 0 Jun 11 17:48:34 upstairs udevd[74]: udev_done: seq 1419, pid [1467] exit with 1, 16 seconds old Jun 11 17:48:34 upstairs udevd-event[1464]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:48:34 upstairs udevd-event[1464]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:48:34 upstairs udevd-event[1464]: udev_event_run: seq 1415 finished with 0 Jun 11 17:48:34 upstairs udevd[74]: udev_done: seq 1416, pid [1465] exit with 0, 16 seconds old Jun 11 17:48:34 upstairs udevd-event[1465]: udev_rules_get_name: rule applied, 'sdd' becomes 'sdd' Jun 11 17:48:34 upstairs udevd-event[1465]: run_program: '/lib/udev/usb_id -x' Jun 11 17:48:34 upstairs udevd-event[1465]: run_program: '/lib/udev/usb_id' (stdout) 'ID_VENDOR=0930' Jun 11 17:48:34 upstairs udevd-event[1465]: run_program: '/lib/udev/usb_id' (stdout) 'ID_MODEL=USB_Flash_Memory' Jun 11 17:48:34 upstairs udevd-event[1465]: run_program: '/lib/udev/usb_id' (stdout) 'ID_REVISION=5.00' Jun 11 17:48:34 upstairs udevd-event[1465]: run_program: '/lib/udev/usb_id' (stdout) 'ID_SERIAL=0930_USB_Flash_Memory_0EC065712361A91E-0:0' Jun 11 17:48:34 upstairs udevd-event[1465]: run_program: '/lib/udev/usb_id' (stdout) 'ID_SERIAL_SHORT=0EC065712361A91E' Jun 11 17:48:34 upstairs udevd-event[1465]: run_program: '/lib/udev/usb_id' (stdout) 'ID_TYPE=disk' Jun 11 17:48:34 upstairs udevd-event[1465]: run_program: '/lib/udev/usb_id' (stdout) 'ID_INSTANCE=0:0' Jun 11 17:48:34 upstairs udevd-event[1465]: run_program: '/lib/udev/usb_id' (stdout) 'ID_BUS=usb' Jun 11 17:48:34 upstairs udevd[74]: udev_event_run: seq 1417 forked, pid [1476], 'add' 'block', 16 seconds old Jun 11 17:48:34 upstairs udevd-event[1467]: run_program: '/sbin/modprobe sd_mod' Jun 11 17:48:34 upstairs udevd-event[1467]: run_program: '/sbin/modprobe' (stderr) 'FATAL: Module sd_mod not found.' Jun 11 17:48:34 upstairs udevd-event[1467]: run_program: '/sbin/modprobe' returned with status 1 Jun 11 17:48:34 upstairs udevd-event[1467]: run_program: '/sbin/modprobe sg' Jun 11 17:48:34 upstairs udevd-event[1467]: run_program: '/sbin/modprobe' (stderr) 'FATAL: Module sg not found.' Jun 11 17:48:34 upstairs udevd-event[1467]: run_program: '/sbin/modprobe' returned with status 1 Jun 11 17:48:34 upstairs udevd-event[1467]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:48:34 upstairs udevd-event[1467]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:48:34 upstairs udevd-event[1467]: udev_event_run: seq 1419 finished with -1 Jun 11 17:48:34 upstairs udevd-event[1465]: run_program: '/lib/udev/usb_id' returned with status 0 Jun 11 17:48:34 upstairs udevd-event[1465]: udev_rules_get_name: add symlink 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0' Jun 11 17:48:34 upstairs udevd-event[1465]: run_program: '/lib/udev/path_id /devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/block/sdd' Jun 11 17:48:34 upstairs udevd-event[1465]: run_program: '/lib/udev/path_id' (stdout) 'ID_PATH=pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0' Jun 11 17:48:34 upstairs udevd-event[1465]: run_program: '/lib/udev/path_id' returned with status 0 Jun 11 17:48:34 upstairs udevd-event[1465]: udev_rules_get_name: add symlink 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0' Jun 11 17:48:34 upstairs udevd-event[1465]: udev_db_get_device: no db file to read /dev/.udev/db/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost4\x2ftarget4:0:0\x2f4:0:0:0\x2fblock\x2fsdd: No such file or directory Jun 11 17:48:34 upstairs udevd-event[1465]: udev_node_add: creating device node '/dev/sdd', major=8, minor=48, mode=0660, uid=0, gid=6 Jun 11 17:48:34 upstairs udevd-event[1465]: name_index: creating index: '/dev/.udev/names/disk\x2fby-id\x2fusb-0930_USB_Flash_Memory_0EC065712361A91E-0:0/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost4\x2ftarget4:0:0\x2f4:0:0:0\x2fblock\x2fsdd' Jun 11 17:48:34 upstairs udevd-event[1465]: name_index: creating index: '/dev/.udev/names/disk\x2fby-path\x2fpci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost4\x2ftarget4:0:0\x2f4:0:0:0\x2fblock\x2fsdd' Jun 11 17:48:34 upstairs udevd-event[1465]: name_index: creating index: '/dev/.udev/names/sdd/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost4\x2ftarget4:0:0\x2f4:0:0:0\x2fblock\x2fsdd' Jun 11 17:48:34 upstairs usb_id[1466]: usb_id: /devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0: if_class 8 protocol 6 Jun 11 17:48:34 upstairs udevd-event[1476]: udev_rules_get_name: add symlink 'usbstickc1' Jun 11 17:48:34 upstairs udevd-event[1476]: udev_rules_get_name: rule applied, 'sdd1' becomes 'sdd1' Jun 11 17:48:34 upstairs udevd-event[1476]: udev_rules_get_name: add symlink 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0-part1' Jun 11 17:48:34 upstairs udevd-event[1476]: udev_rules_get_name: add symlink 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0-part1' Jun 11 17:48:34 upstairs udevd-event[1476]: run_program: '/lib/udev/vol_id --export /dev/.tmp-8-49' Jun 11 17:48:34 upstairs udevd-event[1465]: udev_node_update_symlinks: update symlink 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0' of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/block/sdd' Jun 11 17:48:34 upstairs udevd-event[1465]: udev_db_get_devices_by_name: found index directory '/dev/.udev/names/disk\x2fby-id\x2fusb-0930_USB_Flash_Memory_0EC065712361A91E-0:0' Jun 11 17:48:34 upstairs udevd-event[1465]: update_link: found 1 devices with name 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0' Jun 11 17:48:34 upstairs udevd-event[1465]: update_link: found '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/block/sdd' for 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0' Jun 11 17:48:34 upstairs udevd-event[1465]: update_link: compare (our own) priority of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/block/sdd' 0 >= 0 Jun 11 17:48:34 upstairs udevd-event[1465]: update_link: 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0' with target 'sdd' has the highest priority 0, create it Jun 11 17:48:34 upstairs udevd-event[1465]: node_symlink: creating symlink '/dev/disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0' to '../../sdd' Jun 11 17:48:34 upstairs udevd-event[1465]: udev_node_update_symlinks: update symlink 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0' of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/block/sdd' Jun 11 17:48:34 upstairs udevd-event[1465]: udev_db_get_devices_by_name: found index directory '/dev/.udev/names/disk\x2fby-path\x2fpci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0' Jun 11 17:48:34 upstairs udevd-event[1465]: update_link: found 1 devices with name 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0' Jun 11 17:48:34 upstairs udevd-event[1465]: update_link: found '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/block/sdd' for 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0' Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x0(0), len 0x200 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:369 read sbbuf len:0x200 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x0(0), len 0x200 Jun 11 17:48:34 upstairs vol_id[1477]: volume_id.c:362 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:48:34 upstairs vol_id[1477]: linux_raid.c:71 probing at offset 0x3d6e0000, size 0x3d6fc000 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x3d6e0000(1030619136), len 0x800 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:405 read seekbuf off:0x3d6e0000 len:0x800 Jun 11 17:48:34 upstairs udevd-event[1465]: update_link: compare (our own) priority of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/block/sdd' 0 >= 0 Jun 11 17:48:34 upstairs udevd-event[1465]: update_link: 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0' with target 'sdd' has the highest priority 0, create it Jun 11 17:48:34 upstairs udevd-event[1465]: node_symlink: creating symlink '/dev/disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0' to '../../sdd' Jun 11 17:48:34 upstairs udevd-event[1465]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:48:34 upstairs udevd-event[1465]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:48:34 upstairs udevd-event[1465]: udev_event_run: seq 1416 finished with 0 Jun 11 17:48:34 upstairs vol_id[1477]: linux_raid.c:126 probing at offset 0x3d6fa000, size 0x3d6fc000 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x3d6fa000(1030725632), len 0x800 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:405 read seekbuf off:0x3d6fa000 len:0x800 Jun 11 17:48:34 upstairs vol_id[1477]: linux_raid.c:126 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x0(0), len 0x800 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:369 read sbbuf len:0x800 Jun 11 17:48:34 upstairs vol_id[1477]: linux_raid.c:126 probing at offset 0x1000, size 0x3d6fc000 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x1000(4096), len 0x800 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:369 read sbbuf len:0x1800 Jun 11 17:48:34 upstairs vol_id[1477]: ddf_raid.c:49 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x3d6fbe00(1030733312), len 0x200 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:405 read seekbuf off:0x3d6fbe00 len:0x200 Jun 11 17:48:34 upstairs vol_id[1477]: isw_raid.c:47 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x3d6fbc00(1030732800), len 0x200 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:405 read seekbuf off:0x3d6fbc00 len:0x200 Jun 11 17:48:34 upstairs vol_id[1477]: lsi_raid.c:42 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x3d6fbe00(1030733312), len 0x200 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:405 read seekbuf off:0x3d6fbe00 len:0x200 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x3d6fbe00(1030733312), len 0x200 Jun 11 17:48:34 upstairs vol_id[1477]: silicon_raid.c:57 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x3d6fbe00(1030733312), len 0x200 Jun 11 17:48:34 upstairs vol_id[1477]: nvidia_raid.c:45 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x3d6fbc00(1030732800), len 0x200 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:405 read seekbuf off:0x3d6fbc00 len:0x200 Jun 11 17:48:34 upstairs vol_id[1477]: promise_raid.c:46 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x3d6f4200(1030701568), len 0x200 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:405 read seekbuf off:0x3d6f4200 len:0x200 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x3d6dc200(1030603264), len 0x200 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:405 read seekbuf off:0x3d6dc200 len:0x200 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x3d6dc000(1030602752), len 0x200 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:405 read seekbuf off:0x3d6dc000 len:0x200 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x3d6fa000(1030725632), len 0x200 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:405 read seekbuf off:0x3d6fa000 len:0x200 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x3d6ca200(1030529536), len 0x200 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:405 read seekbuf off:0x3d6ca200 len:0x200 Jun 11 17:48:34 upstairs udevd-event[1476]: run_program: '/lib/udev/vol_id' (stdout) 'ID_FS_USAGE=filesystem' Jun 11 17:48:34 upstairs udevd-event[1476]: run_program: '/lib/udev/vol_id' (stdout) 'ID_FS_TYPE=vfat' Jun 11 17:48:34 upstairs udevd-event[1476]: run_program: '/lib/udev/vol_id' (stdout) 'ID_FS_VERSION=FAT16' Jun 11 17:48:34 upstairs udevd-event[1476]: run_program: '/lib/udev/vol_id' (stdout) 'ID_FS_UUID=B4EE-B432' Jun 11 17:48:34 upstairs udevd-event[1476]: run_program: '/lib/udev/vol_id' (stdout) 'ID_FS_UUID_ENC=B4EE-B432' Jun 11 17:48:34 upstairs udevd-event[1476]: run_program: '/lib/udev/vol_id' (stdout) 'ID_FS_LABEL=' Jun 11 17:48:34 upstairs udevd-event[1476]: run_program: '/lib/udev/vol_id' (stdout) 'ID_FS_LABEL_ENC=' Jun 11 17:48:34 upstairs udevd-event[1476]: run_program: '/lib/udev/vol_id' (stdout) 'ID_FS_LABEL_SAFE=' Jun 11 17:48:34 upstairs udevd-event[1476]: run_program: '/lib/udev/vol_id' returned with status 0 Jun 11 17:48:34 upstairs udevd-event[1476]: udev_rules_get_name: add symlink 'disk/by-uuid/B4EE-B432' Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x3d6faa00(1030728192), len 0x200 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:405 read seekbuf off:0x3d6faa00 len:0x200 Jun 11 17:48:34 upstairs vol_id[1477]: adaptec_raid.c:90 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x3d6fbe00(1030733312), len 0x200 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:405 read seekbuf off:0x3d6fbe00 len:0x200 Jun 11 17:48:34 upstairs vol_id[1477]: jmicron_raid.c:43 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x3d6fbe00(1030733312), len 0x200 Jun 11 17:48:34 upstairs vol_id[1477]: lvm.c:54 probing at offset 0x0 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x400(1024), len 0x800 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x0(0), len 0x800 Jun 11 17:48:34 upstairs vol_id[1477]: highpoint.c:52 probing at offset 0x0 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x1200(4608), len 0x200 Jun 11 17:48:35 upstairs udevd[74]: udev_done: seq 1417, pid [1476] exit with 0, 17 seconds old Jun 11 17:48:34 upstairs udevd-event[1476]: udev_db_get_device: no db file to read /dev/.udev/db/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost4\x2ftarget4:0:0\x2f4:0:0:0\x2fblock\x2fsdd\x2fsdd1: No such file or directory Jun 11 17:48:34 upstairs udevd-event[1476]: udev_node_add: creating device node '/dev/sdd1', major=8, minor=49, mode=0666, uid=0, gid=6 Jun 11 17:48:34 upstairs udevd-event[1476]: name_index: creating index: '/dev/.udev/names/usbstickc1/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost4\x2ftarget4:0:0\x2f4:0:0:0\x2fblock\x2fsdd\x2fsdd1' Jun 11 17:48:34 upstairs udevd-event[1476]: name_index: creating index: '/dev/.udev/names/disk\x2fby-id\x2fusb-0930_USB_Flash_Memory_0EC065712361A91E-0:0-part1/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost4\x2ftarget4:0:0\x2f4:0:0:0\x2fblock\x2fsdd\x2fsdd1' Jun 11 17:48:34 upstairs logger: udevshowicon: starting to get icon name Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x0(0), len 0x200 Jun 11 17:48:34 upstairs vol_id[1477]: volume_id.c:396 probing at offset 0x0, size 0x3d6fc000 Jun 11 17:48:34 upstairs vol_id[1477]: fat.c:273 probing at offset 0x0 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x0(0), len 0x400 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x3da00(252416), len 0x4000 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:405 read seekbuf off:0x3da00 len:0x4000 Jun 11 17:48:34 upstairs vol_id[1477]: util.c:356 get buffer off 0x0(0), len 0x200 Jun 11 17:48:34 upstairs udevd-event[1476]: name_index: creating index: '/dev/.udev/names/disk\x2fby-path\x2fpci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0-part1/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost4\x2ftarget4:0:0\x2f4:0:0:0\x2fblock\x2fsdd\x2fsdd1' Jun 11 17:48:34 upstairs udevd-event[1476]: name_index: creating index: '/dev/.udev/names/disk\x2fby-uuid\x2fB4EE-B432/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost4\x2ftarget4:0:0\x2f4:0:0:0\x2fblock\x2fsdd\x2fsdd1' Jun 11 17:48:34 upstairs udevd-event[1476]: name_index: creating index: '/dev/.udev/names/sdd1/\x2fdevices\x2fpci0000:00\x2f0000:00:1e.0\x2f0000:02:0a.2\x2fusb11\x2f11-2\x2f11-2:1.0\x2fhost4\x2ftarget4:0:0\x2f4:0:0:0\x2fblock\x2fsdd\x2fsdd1' Jun 11 17:48:34 upstairs udevd-event[1476]: udev_node_update_symlinks: update symlink 'usbstickc1' of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/block/sdd/sdd1' Jun 11 17:48:34 upstairs logger: udevshowicon: about to show usbstickc1 Jun 11 17:48:34 upstairs udevd-event[1476]: udev_db_get_devices_by_name: found index directory '/dev/.udev/names/usbstickc1' Jun 11 17:48:34 upstairs udevd-event[1476]: update_link: found 1 devices with name 'usbstickc1' Jun 11 17:48:34 upstairs udevd-event[1476]: update_link: found '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/block/sdd/sdd1' for 'usbstickc1' Jun 11 17:48:34 upstairs udevd-event[1476]: update_link: compare (our own) priority of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/block/sdd/sdd1' 0 >= 0 Jun 11 17:48:34 upstairs udevd-event[1476]: update_link: 'usbstickc1' with target 'sdd1' has the highest priority 0, create it Jun 11 17:48:34 upstairs udevd-event[1476]: node_symlink: creating symlink '/dev/usbstickc1' to 'sdd1' Jun 11 17:48:34 upstairs udevd-event[1476]: udev_node_update_symlinks: update symlink 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0-part1' of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/block/sdd/sdd1' Jun 11 17:48:34 upstairs udevd-event[1476]: udev_db_get_devices_by_name: found index directory '/dev/.udev/names/disk\x2fby-id\x2fusb-0930_USB_Flash_Memory_0EC065712361A91E-0:0-part1' Jun 11 17:48:34 upstairs udevd-event[1476]: update_link: found 1 devices with name 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0-part1' Jun 11 17:48:34 upstairs udevd-event[1476]: update_link: found '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/block/sdd/sdd1' for 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0-part1' Jun 11 17:48:34 upstairs udevd-event[1476]: update_link: compare (our own) priority of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/block/sdd/sdd1' 0 >= 0 Jun 11 17:48:34 upstairs udevd-event[1476]: update_link: 'disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0-part1' with target 'sdd1' has the highest priority 0, create it Jun 11 17:48:34 upstairs udevd-event[1476]: node_symlink: creating symlink '/dev/disk/by-id/usb-0930_USB_Flash_Memory_0EC065712361A91E-0:0-part1' to '../../sdd1' Jun 11 17:48:34 upstairs udevd-event[1476]: udev_node_update_symlinks: update symlink 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0-part1' of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/block/sdd/sdd1' Jun 11 17:48:34 upstairs udevd-event[1476]: udev_db_get_devices_by_name: found index directory '/dev/.udev/names/disk\x2fby-path\x2fpci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0-part1' Jun 11 17:48:34 upstairs udevd-event[1476]: update_link: found 1 devices with name 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0-part1' Jun 11 17:48:34 upstairs udevd-event[1476]: update_link: found '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/block/sdd/sdd1' for 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0-part1' Jun 11 17:48:34 upstairs udevd-event[1476]: update_link: compare (our own) priority of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/block/sdd/sdd1' 0 >= 0 Jun 11 17:48:34 upstairs udevd-event[1476]: update_link: 'disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0-part1' with target 'sdd1' has the highest priority 0, create it Jun 11 17:48:34 upstairs udevd-event[1476]: node_symlink: creating symlink '/dev/disk/by-path/pci-0000:02:0a.2-usb-0:2:1.0-scsi-0:0:0:0-part1' to '../../sdd1' Jun 11 17:48:34 upstairs udevd-event[1476]: udev_node_update_symlinks: update symlink 'disk/by-uuid/B4EE-B432' of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/block/sdd/sdd1' Jun 11 17:48:34 upstairs udevd-event[1476]: udev_db_get_devices_by_name: found index directory '/dev/.udev/names/disk\x2fby-uuid\x2fB4EE-B432' Jun 11 17:48:34 upstairs udevd-event[1476]: update_link: found 1 devices with name 'disk/by-uuid/B4EE-B432' Jun 11 17:48:34 upstairs udevd-event[1476]: update_link: found '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/block/sdd/sdd1' for 'disk/by-uuid/B4EE-B432' Jun 11 17:48:34 upstairs udevd-event[1476]: update_link: compare (our own) priority of '/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/target4:0:0/4:0:0:0/block/sdd/sdd1' 0 >= 0 Jun 11 17:48:34 upstairs udevd-event[1476]: update_link: 'disk/by-uuid/B4EE-B432' with target 'sdd1' has the highest priority 0, create it Jun 11 17:48:34 upstairs udevd-event[1476]: node_symlink: creating symlink '/dev/disk/by-uuid/B4EE-B432' to '../../sdd1' Jun 11 17:48:34 upstairs udevd-event[1476]: run_program: '/usr/bin/udevshowicon.sh' Jun 11 17:48:35 upstairs udevd-event[1476]: run_program: '/usr/bin/udevshowicon.sh' returned with status 0 Jun 11 17:48:35 upstairs udevd-event[1476]: pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor', Jun 11 17:48:35 upstairs udevd-event[1476]: pass_env_to_socket: passed -1 bytes to socket '/org/freedesktop/hal/udev_event', Jun 11 17:48:35 upstairs udevd-event[1476]: udev_event_run: seq 1417 finished with 0 [-- Attachment #4: udevdebug-pluginusb-2.6.26-rc5-git5-kernel.log --] [-- Type: text/x-log, Size: 7832 bytes --] Jun 11 17:48:13 upstairs kernel: [ 281.946544] hub 11-0:1.0: state 7 ports 5 chg 0000 evt 0004 Jun 11 17:48:13 upstairs kernel: [ 281.946569] ehci_hcd 0000:02:0a.2: GetStatus port 2 status 001803 POWER sig=j CSC CONNECT Jun 11 17:48:13 upstairs kernel: [ 281.946586] hub 11-0:1.0: port 2, status 0501, change 0001, 480 Mb/s Jun 11 17:48:13 upstairs kernel: [ 282.050547] hub 11-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x501 Jun 11 17:48:13 upstairs kernel: [ 282.101706] ehci_hcd 0000:02:0a.2: port 2 high speed Jun 11 17:48:13 upstairs kernel: [ 282.101718] ehci_hcd 0000:02:0a.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT Jun 11 17:48:13 upstairs kernel: [ 282.152549] usb 11-2: new high speed USB device using ehci_hcd and address 3 Jun 11 17:48:13 upstairs kernel: [ 282.167530] usb 11-2: default language 0x0409 Jun 11 17:48:13 upstairs kernel: [ 282.167530] device: '11-2': device_add Jun 11 17:48:13 upstairs kernel: [ 282.167531] bus: 'usb': add device 11-2 Jun 11 17:48:13 upstairs kernel: [ 282.167531] PM: Adding info for usb:11-2 Jun 11 17:48:13 upstairs kernel: [ 282.167531] usb 11-2: uevent Jun 11 17:48:13 upstairs kernel: [ 282.167531] bus: 'usb': driver_probe_device: matched device 11-2 with driver usb Jun 11 17:48:13 upstairs kernel: [ 282.167531] bus: 'usb': really_probe: probing driver usb with device 11-2 Jun 11 17:48:13 upstairs kernel: [ 282.167531] usb 11-2: usb_probe_device Jun 11 17:48:13 upstairs kernel: [ 282.167531] usb 11-2: configuration #1 chosen from 1 choice Jun 11 17:48:13 upstairs kernel: [ 282.170915] usb 11-2: adding 11-2:1.0 (config #1, interface 0) Jun 11 17:48:13 upstairs kernel: [ 282.170923] device: '11-2:1.0': device_add Jun 11 17:48:13 upstairs kernel: [ 282.170947] bus: 'usb': add device 11-2:1.0 Jun 11 17:48:13 upstairs kernel: [ 282.170954] PM: Adding info for usb:11-2:1.0 Jun 11 17:48:13 upstairs kernel: [ 282.170971] usb 11-2:1.0: uevent Jun 11 17:48:13 upstairs kernel: [ 282.171009] device: 'usbdev11.3_ep81': device_add Jun 11 17:48:13 upstairs kernel: [ 282.171070] PM: Adding info for No Bus:usbdev11.3_ep81 Jun 11 17:48:13 upstairs kernel: [ 282.171101] device: 'usbdev11.3_ep02': device_add Jun 11 17:48:13 upstairs kernel: [ 282.171137] PM: Adding info for No Bus:usbdev11.3_ep02 Jun 11 17:48:13 upstairs kernel: [ 282.171164] drivers/usb/core/inode.c: creating file '003' Jun 11 17:48:13 upstairs kernel: [ 282.171182] driver: '11-2': driver_bound: bound to device 'usb' Jun 11 17:48:13 upstairs kernel: [ 282.171188] bus: 'usb': really_probe: bound device 11-2 to driver usb Jun 11 17:48:13 upstairs kernel: [ 282.171205] device: 'usbdev11.3_ep00': device_add Jun 11 17:48:13 upstairs kernel: [ 282.171241] PM: Adding info for No Bus:usbdev11.3_ep00 Jun 11 17:48:13 upstairs kernel: [ 282.171267] usb 11-2: New USB device found, idVendor=0930, idProduct=6545 Jun 11 17:48:13 upstairs kernel: [ 282.171273] usb 11-2: New USB device strings: Mfr=0, Product=2, SerialNumber=3 Jun 11 17:48:13 upstairs kernel: [ 282.171279] usb 11-2: Product: USB Flash Memory Jun 11 17:48:13 upstairs kernel: [ 282.171284] usb 11-2: SerialNumber: 0EC065712361A91E Jun 11 17:48:13 upstairs kernel: [ 282.221262] Initializing USB Mass Storage driver... Jun 11 17:48:13 upstairs kernel: [ 282.223207] bus: 'usb': add driver usb-storage Jun 11 17:48:13 upstairs kernel: [ 282.223454] bus: 'usb': driver_probe_device: matched device 11-2:1.0 with driver usb-storage Jun 11 17:48:13 upstairs kernel: [ 282.223504] bus: 'usb': really_probe: probing driver usb-storage with device 11-2:1.0 Jun 11 17:48:13 upstairs kernel: [ 282.223706] usb-storage 11-2:1.0: usb_probe_interface Jun 11 17:48:13 upstairs kernel: [ 282.223754] usb-storage 11-2:1.0: usb_probe_interface - got id Jun 11 17:48:13 upstairs kernel: [ 282.224232] scsi4 : SCSI emulation for USB Mass Storage devices Jun 11 17:48:13 upstairs kernel: [ 282.224295] device: 'host4': device_add Jun 11 17:48:13 upstairs kernel: [ 282.224464] bus: 'scsi': add device host4 Jun 11 17:48:13 upstairs kernel: [ 282.224519] PM: Adding info for scsi:host4 Jun 11 17:48:13 upstairs kernel: [ 282.224582] device: 'host4': device_add Jun 11 17:48:13 upstairs kernel: [ 282.224931] PM: Adding info for No Bus:host4 Jun 11 17:48:13 upstairs kernel: [ 282.225631] driver: '11-2:1.0': driver_bound: bound to device 'usb-storage' Jun 11 17:48:13 upstairs kernel: [ 282.226995] usb-storage: device found at 3 Jun 11 17:48:13 upstairs kernel: [ 282.226995] usb-storage: waiting for device to settle before scanning Jun 11 17:48:13 upstairs kernel: [ 282.226995] bus: 'usb': really_probe: bound device 11-2:1.0 to driver usb-storage Jun 11 17:48:13 upstairs kernel: [ 282.227187] usbcore: registered new interface driver usb-storage Jun 11 17:48:13 upstairs kernel: [ 282.228224] USB Mass Storage support registered. Jun 11 17:48:18 upstairs kernel: [ 287.227889] scsi 4:0:0:0: Direct-Access USB Flash Memory 5.00 PQ: 0 ANSI: 0 CCS Jun 11 17:48:18 upstairs kernel: [ 287.227889] device: 'target4:0:0': device_add Jun 11 17:48:18 upstairs kernel: [ 287.227889] bus: 'scsi': add device target4:0:0 Jun 11 17:48:18 upstairs kernel: [ 287.229797] PM: Adding info for scsi:target4:0:0 Jun 11 17:48:18 upstairs kernel: [ 287.229797] device: '4:0:0:0': device_add Jun 11 17:48:18 upstairs kernel: [ 287.229797] bus: 'scsi': add device 4:0:0:0 Jun 11 17:48:18 upstairs kernel: [ 287.229797] PM: Adding info for scsi:4:0:0:0 Jun 11 17:48:18 upstairs kernel: [ 287.229797] bus: 'scsi': driver_probe_device: matched device 4:0:0:0 with driver sd Jun 11 17:48:18 upstairs kernel: [ 287.229797] bus: 'scsi': really_probe: probing driver sd with device 4:0:0:0 Jun 11 17:48:18 upstairs kernel: [ 287.229797] device: '4:0:0:0': device_add Jun 11 17:48:18 upstairs kernel: [ 287.229797] PM: Adding info for No Bus:4:0:0:0 Jun 11 17:48:18 upstairs kernel: [ 287.450585] sd 4:0:0:0: [sdd] 2013184 512-byte hardware sectors (1031 MB) Jun 11 17:48:18 upstairs kernel: [ 287.452792] sd 4:0:0:0: [sdd] Write Protect is off Jun 11 17:48:18 upstairs kernel: [ 287.452792] sd 4:0:0:0: [sdd] Mode Sense: 23 00 00 00 Jun 11 17:48:18 upstairs kernel: [ 287.452792] sd 4:0:0:0: [sdd] Assuming drive cache: write through Jun 11 17:48:18 upstairs kernel: [ 287.452792] device: 'sdd': device_add Jun 11 17:48:18 upstairs kernel: [ 287.452792] PM: Adding info for No Bus:sdd Jun 11 17:48:18 upstairs kernel: [ 287.455588] sd 4:0:0:0: [sdd] 2013184 512-byte hardware sectors (1031 MB) Jun 11 17:48:18 upstairs kernel: [ 287.456198] sd 4:0:0:0: [sdd] Write Protect is off Jun 11 17:48:18 upstairs kernel: [ 287.456206] sd 4:0:0:0: [sdd] Mode Sense: 23 00 00 00 Jun 11 17:48:18 upstairs kernel: [ 287.456211] sd 4:0:0:0: [sdd] Assuming drive cache: write through Jun 11 17:48:18 upstairs kernel: [ 287.456213] sdd: sdd1 Jun 11 17:48:18 upstairs kernel: [ 287.457062] device: 'sdd1': device_add Jun 11 17:48:18 upstairs kernel: [ 287.457087] PM: Adding info for No Bus:sdd1 Jun 11 17:48:18 upstairs kernel: [ 287.457196] device: '8:48': device_add Jun 11 17:48:18 upstairs kernel: [ 287.457222] PM: Adding info for No Bus:8:48 Jun 11 17:48:18 upstairs kernel: [ 287.457245] sd 4:0:0:0: [sdd] Attached SCSI removable disk Jun 11 17:48:18 upstairs kernel: [ 287.457247] driver: '4:0:0:0': driver_bound: bound to device 'sd' Jun 11 17:48:18 upstairs kernel: [ 287.457253] bus: 'scsi': really_probe: bound device 4:0:0:0 to driver sd Jun 11 17:48:18 upstairs kernel: [ 287.457263] device: '4:0:0:0': device_add Jun 11 17:48:18 upstairs kernel: [ 287.457290] PM: Adding info for No Bus:4:0:0:0 Jun 11 17:48:18 upstairs kernel: [ 287.458743] usb-storage: device scan complete ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-11 18:58 ` Chris Clayton @ 2008-06-11 19:15 ` Greg KH 2008-06-11 19:24 ` James Bottomley 2008-06-11 19:51 ` Chris Clayton 0 siblings, 2 replies; 40+ messages in thread From: Greg KH @ 2008-06-11 19:15 UTC (permalink / raw) To: Chris Clayton Cc: James Bottomley, Andrew Morton, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki, linux-usb, Stefan Richter On Wed, Jun 11, 2008 at 06:58:05PM +0000, Chris Clayton wrote: > Jun 11 17:48:13 upstairs udevd-event[1457]: wait_for_sysfs: wait for '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/ioerr_cnt' for 20 mseconds > Jun 11 17:48:18 upstairs last message repeated 236 times This doesn't look good. It looks like a udev rule in your system is looking for a file that will never show up. That's a short way to a long delay time :) Try commenting out the rule that does this and see if things are fixed. thanks, greg k-h ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-11 19:15 ` Greg KH @ 2008-06-11 19:24 ` James Bottomley 2008-06-11 19:29 ` Stefan Richter 2008-06-11 19:33 ` Greg KH 2008-06-11 19:51 ` Chris Clayton 1 sibling, 2 replies; 40+ messages in thread From: James Bottomley @ 2008-06-11 19:24 UTC (permalink / raw) To: Greg KH Cc: Chris Clayton, Andrew Morton, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki, linux-usb, Stefan Richter On Wed, 2008-06-11 at 12:15 -0700, Greg KH wrote: > On Wed, Jun 11, 2008 at 06:58:05PM +0000, Chris Clayton wrote: > > Jun 11 17:48:13 upstairs udevd-event[1457]: wait_for_sysfs: wait for '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/ioerr_cnt' for 20 mseconds > > Jun 11 17:48:18 upstairs last message repeated 236 times > > This doesn't look good. It looks like a udev rule in your system is > looking for a file that will never show up. That's a short way to a > long delay time :) > > Try commenting out the rule that does this and see if things are fixed. Actually, there's something seriously wrong here: ioerr_cnt is a property of the device, not of the host (as in it will never appear under .../host4 but under .../host4/targetX:X:X/4:X:X:X/ioerr_cnt). Perhaps an investigation of why udevd-event is looking under host4/ is in order. James ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-11 19:24 ` James Bottomley @ 2008-06-11 19:29 ` Stefan Richter 2008-06-11 19:36 ` James Bottomley 2008-06-11 19:33 ` Greg KH 1 sibling, 1 reply; 40+ messages in thread From: Stefan Richter @ 2008-06-11 19:29 UTC (permalink / raw) To: James Bottomley Cc: Greg KH, Chris Clayton, Andrew Morton, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki, linux-usb James Bottomley wrote: > On Wed, 2008-06-11 at 12:15 -0700, Greg KH wrote: >> On Wed, Jun 11, 2008 at 06:58:05PM +0000, Chris Clayton wrote: >>> Jun 11 17:48:13 upstairs udevd-event[1457]: wait_for_sysfs: wait for '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/ioerr_cnt' for 20 mseconds >>> Jun 11 17:48:18 upstairs last message repeated 236 times >> This doesn't look good. It looks like a udev rule in your system is >> looking for a file that will never show up. That's a short way to a >> long delay time :) >> >> Try commenting out the rule that does this and see if things are fixed. > > Actually, there's something seriously wrong here: ioerr_cnt is a > property of the device, not of the host (as in it will never appear > under .../host4 but under .../host4/targetX:X:X/4:X:X:X/ioerr_cnt). > Perhaps an investigation of why udevd-event is looking under host4/ is > in order. So the change which commit b0ed43360fdca227048d88a08290365cb681c1a8 "[SCSI] add scsi_host and scsi_target to scsi_bus" introduced is leading the udev scripts onto a wrong trail? (This commit was the one which Chris found by bisection, see http://lkml.org/lkml/2008/6/1/2) -- Stefan Richter -=====-==--- -==- -=-== http://arcgraph.de/sr/ ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-11 19:29 ` Stefan Richter @ 2008-06-11 19:36 ` James Bottomley [not found] ` <1213212965.3461.12.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> 0 siblings, 1 reply; 40+ messages in thread From: James Bottomley @ 2008-06-11 19:36 UTC (permalink / raw) To: Stefan Richter Cc: Greg KH, Chris Clayton, Andrew Morton, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki, linux-usb On Wed, 2008-06-11 at 21:29 +0200, Stefan Richter wrote: > James Bottomley wrote: > > On Wed, 2008-06-11 at 12:15 -0700, Greg KH wrote: > >> On Wed, Jun 11, 2008 at 06:58:05PM +0000, Chris Clayton wrote: > >>> Jun 11 17:48:13 upstairs udevd-event[1457]: wait_for_sysfs: wait for '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/ioerr_cnt' for 20 mseconds > >>> Jun 11 17:48:18 upstairs last message repeated 236 times > >> This doesn't look good. It looks like a udev rule in your system is > >> looking for a file that will never show up. That's a short way to a > >> long delay time :) > >> > >> Try commenting out the rule that does this and see if things are fixed. > > > > Actually, there's something seriously wrong here: ioerr_cnt is a > > property of the device, not of the host (as in it will never appear > > under .../host4 but under .../host4/targetX:X:X/4:X:X:X/ioerr_cnt). > > Perhaps an investigation of why udevd-event is looking under host4/ is > > in order. > > So the change which commit b0ed43360fdca227048d88a08290365cb681c1a8 > "[SCSI] add scsi_host and scsi_target to scsi_bus" introduced is leading > the udev scripts onto a wrong trail? Yes, I think so ... what it does is make us get bus events for the target as well as the lun, whereas without it we only get them for the lun. I think something is misparsing the new target event and this is where the trouble is coming from. James ^ permalink raw reply [flat|nested] 40+ messages in thread
[parent not found: <1213212965.3461.12.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>]
* Re: 2,6.26-rc4-git2 - long pause during boot [not found] ` <1213212965.3461.12.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> @ 2008-06-13 6:56 ` Chris Clayton 2008-06-13 14:12 ` James Bottomley 0 siblings, 1 reply; 40+ messages in thread From: Chris Clayton @ 2008-06-13 6:56 UTC (permalink / raw) To: James Bottomley Cc: Stefan Richter, Greg KH, Andrew Morton, LKML, linux-scsi-u79uwXL29TY76Z2rM5mHXA, Hannes Reinecke, Rafael J. Wysocki, linux-usb-u79uwXL29TY76Z2rM5mHXA Hi James, On Wednesday 11 June 2008, James Bottomley wrote: > On Wed, 2008-06-11 at 21:29 +0200, Stefan Richter wrote: > > James Bottomley wrote: > > > On Wed, 2008-06-11 at 12:15 -0700, Greg KH wrote: > > >> On Wed, Jun 11, 2008 at 06:58:05PM +0000, Chris Clayton wrote: > > >>> Jun 11 17:48:13 upstairs udevd-event[1457]: wait_for_sysfs: wait for > > >>> '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1. > > >>>0/host4/ioerr_cnt' for 20 mseconds Jun 11 17:48:18 upstairs last > > >>> message repeated 236 times > > >> > > >> This doesn't look good. It looks like a udev rule in your system is > > >> looking for a file that will never show up. That's a short way to a > > >> long delay time :) > > >> > > >> Try commenting out the rule that does this and see if things are > > >> fixed. > > > > > > Actually, there's something seriously wrong here: ioerr_cnt is a > > > property of the device, not of the host (as in it will never appear > > > under .../host4 but under .../host4/targetX:X:X/4:X:X:X/ioerr_cnt). > > > Perhaps an investigation of why udevd-event is looking under host4/ is > > > in order. > > > > So the change which commit b0ed43360fdca227048d88a08290365cb681c1a8 > > "[SCSI] add scsi_host and scsi_target to scsi_bus" introduced is leading > > the udev scripts onto a wrong trail? > > Yes, I think so ... what it does is make us get bus events for the > target as well as the lun, whereas without it we only get them for the > lun. I think something is misparsing the new target event and this is > where the trouble is coming from. > I assume that since we now the source of this problem, you can create it at will. I only mention because if you need me to test a patch, it will have to be before Tuesday, June 17 - I go on holiday (vacation) on that day. Thanks Chris > James -- Beauty is in the eye of the beerholder. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-13 6:56 ` Chris Clayton @ 2008-06-13 14:12 ` James Bottomley 0 siblings, 0 replies; 40+ messages in thread From: James Bottomley @ 2008-06-13 14:12 UTC (permalink / raw) To: chris2553 Cc: Stefan Richter, Greg KH, Andrew Morton, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki, linux-usb On Fri, 2008-06-13 at 06:56 +0000, Chris Clayton wrote: > Hi James, > > On Wednesday 11 June 2008, James Bottomley wrote: > > On Wed, 2008-06-11 at 21:29 +0200, Stefan Richter wrote: > > > James Bottomley wrote: > > > > On Wed, 2008-06-11 at 12:15 -0700, Greg KH wrote: > > > >> On Wed, Jun 11, 2008 at 06:58:05PM +0000, Chris Clayton wrote: > > > >>> Jun 11 17:48:13 upstairs udevd-event[1457]: wait_for_sysfs: wait for > > > >>> '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1. > > > >>>0/host4/ioerr_cnt' for 20 mseconds Jun 11 17:48:18 upstairs last > > > >>> message repeated 236 times > > > >> > > > >> This doesn't look good. It looks like a udev rule in your system is > > > >> looking for a file that will never show up. That's a short way to a > > > >> long delay time :) > > > >> > > > >> Try commenting out the rule that does this and see if things are > > > >> fixed. > > > > > > > > Actually, there's something seriously wrong here: ioerr_cnt is a > > > > property of the device, not of the host (as in it will never appear > > > > under .../host4 but under .../host4/targetX:X:X/4:X:X:X/ioerr_cnt). > > > > Perhaps an investigation of why udevd-event is looking under host4/ is > > > > in order. > > > > > > So the change which commit b0ed43360fdca227048d88a08290365cb681c1a8 > > > "[SCSI] add scsi_host and scsi_target to scsi_bus" introduced is leading > > > the udev scripts onto a wrong trail? > > > > Yes, I think so ... what it does is make us get bus events for the > > target as well as the lun, whereas without it we only get them for the > > lun. I think something is misparsing the new target event and this is > > where the trouble is coming from. > > > > I assume that since we now the source of this problem, you can create it at > will. I only mention because if you need me to test a patch, it will have to be > before Tuesday, June 17 - I go on holiday (vacation) on that day. Yes, we can; thanks! The problem though is that it's in the udev scripts, so there's nothing we can fix in the kernel, we now need to persuade the various distros to fix it (if they're actually broken), so it might take a while. James ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-11 19:24 ` James Bottomley 2008-06-11 19:29 ` Stefan Richter @ 2008-06-11 19:33 ` Greg KH 1 sibling, 0 replies; 40+ messages in thread From: Greg KH @ 2008-06-11 19:33 UTC (permalink / raw) To: James Bottomley Cc: Chris Clayton, Andrew Morton, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki, linux-usb, Stefan Richter On Wed, Jun 11, 2008 at 02:24:42PM -0500, James Bottomley wrote: > On Wed, 2008-06-11 at 12:15 -0700, Greg KH wrote: > > On Wed, Jun 11, 2008 at 06:58:05PM +0000, Chris Clayton wrote: > > > Jun 11 17:48:13 upstairs udevd-event[1457]: wait_for_sysfs: wait for '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/host4/ioerr_cnt' for 20 mseconds > > > Jun 11 17:48:18 upstairs last message repeated 236 times > > > > This doesn't look good. It looks like a udev rule in your system is > > looking for a file that will never show up. That's a short way to a > > long delay time :) > > > > Try commenting out the rule that does this and see if things are fixed. > > Actually, there's something seriously wrong here: ioerr_cnt is a > property of the device, not of the host (as in it will never appear > under .../host4 but under .../host4/targetX:X:X/4:X:X:X/ioerr_cnt). > Perhaps an investigation of why udevd-event is looking under host4/ is > in order. I blame a badly written udev rule :) thanks, greg k-h ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-11 19:15 ` Greg KH 2008-06-11 19:24 ` James Bottomley @ 2008-06-11 19:51 ` Chris Clayton 2008-06-11 21:04 ` Stefan Richter 2008-06-11 21:46 ` Stefan Richter 1 sibling, 2 replies; 40+ messages in thread From: Chris Clayton @ 2008-06-11 19:51 UTC (permalink / raw) To: Greg KH Cc: James Bottomley, Andrew Morton, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki, linux-usb, Stefan Richter On Wednesday 11 June 2008, Greg KH wrote: > On Wed, Jun 11, 2008 at 06:58:05PM +0000, Chris Clayton wrote: > > Jun 11 17:48:13 upstairs udevd-event[1457]: wait_for_sysfs: wait for > > '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.2/usb11/11-2/11-2:1.0/ho > >st4/ioerr_cnt' for 20 mseconds Jun 11 17:48:18 upstairs last message > > repeated 236 times > > This doesn't look good. It looks like a udev rule in your system is > looking for a file that will never show up. That's a short way to a > long delay time :) > > Try commenting out the rule that does this and see if things are fixed. > Yes, that's it. It's this rule, which appears as the second rule in the slackware rules file that's distributed with udev (and it's been there since udev-97 in August 2006): ACTION=="add", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt" Commenting that rule out eliminates the pause in the boot and in the appearance of icons on my desktop. Thanks, Chris > thanks, > > greg k-h -- Beauty is in the eye of the beerholder. ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-11 19:51 ` Chris Clayton @ 2008-06-11 21:04 ` Stefan Richter 2008-06-11 21:46 ` Stefan Richter 1 sibling, 0 replies; 40+ messages in thread From: Stefan Richter @ 2008-06-11 21:04 UTC (permalink / raw) To: chris2553 Cc: Greg KH, James Bottomley, Andrew Morton, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki, linux-usb Chris Clayton wrote: > On Wednesday 11 June 2008, Greg KH wrote: >> Try commenting out the rule that does this and see if things are fixed. > > Yes, that's it. It's this rule, which appears as the second rule in the > slackware rules file that's distributed with udev (and it's been there since > udev-97 in August 2006): > > ACTION=="add", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt" > > Commenting that rule out eliminates the pause in the boot and in the appearance > of icons on my desktop. It's called a workaround, not a fix. -- Stefan Richter -=====-==--- -==- -=-== http://arcgraph.de/sr/ ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-11 19:51 ` Chris Clayton 2008-06-11 21:04 ` Stefan Richter @ 2008-06-11 21:46 ` Stefan Richter [not found] ` <485047C1.3020200-MtYdepGKPcBMYopoZt5u/LNAH6kLmebB@public.gmane.org> 1 sibling, 1 reply; 40+ messages in thread From: Stefan Richter @ 2008-06-11 21:46 UTC (permalink / raw) To: chris2553 Cc: Greg KH, James Bottomley, Andrew Morton, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki, linux-usb, Stefan Richter Chris Clayton wrote: > It's this rule, which appears as the second rule in the > slackware rules file that's distributed with udev (and it's been there since > udev-97 in August 2006): > > ACTION=="add", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt" > > Commenting that rule out eliminates the pause in the boot and in the appearance > of icons on my desktop. FWIW, Gentoo's udev 119 has this: $ grep -r ioerr_cnt /etc/udev/ /etc/udev/rules.d/05-udev-early.rules:ACTION=="add", KERNEL=="[0-9]*:[0-9]*", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt" Whatever this rule is good for... Maybe the pattern should be "[0-9]+(:[0-9]+){3}" to match logical units only. -- Stefan Richter -=====-==--- -==- -=-== http://arcgraph.de/sr/ ^ permalink raw reply [flat|nested] 40+ messages in thread
[parent not found: <485047C1.3020200-MtYdepGKPcBMYopoZt5u/LNAH6kLmebB@public.gmane.org>]
* Re: 2,6.26-rc4-git2 - long pause during boot [not found] ` <485047C1.3020200-MtYdepGKPcBMYopoZt5u/LNAH6kLmebB@public.gmane.org> @ 2008-06-11 22:03 ` Stefan Richter [not found] ` <48504B94.9050100-MtYdepGKPcBMYopoZt5u/LNAH6kLmebB@public.gmane.org> 0 siblings, 1 reply; 40+ messages in thread From: Stefan Richter @ 2008-06-11 22:03 UTC (permalink / raw) To: chris2553-gM/Ye1E23mwN+BqQ9rBEUg Cc: Greg KH, James Bottomley, Andrew Morton, LKML, linux-scsi-u79uwXL29TY76Z2rM5mHXA, Hannes Reinecke, Rafael J. Wysocki, linux-usb-u79uwXL29TY76Z2rM5mHXA I wrote: > /etc/udev/rules.d/05-udev-early.rules:ACTION=="add", > KERNEL=="[0-9]*:[0-9]*", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt" > > Whatever this rule is good for... Maybe the pattern should be > "[0-9]+(:[0-9]+){3}" to match logical units only. Actually no; looks like these are just glob(7) patterns. Then the pattern might already be OK since host devices' and target devices' names don't start with decimal numbers. -- Stefan Richter -=====-==--- -==- -=-== http://arcgraph.de/sr/ -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 40+ messages in thread
[parent not found: <48504B94.9050100-MtYdepGKPcBMYopoZt5u/LNAH6kLmebB@public.gmane.org>]
* Re: 2,6.26-rc4-git2 - long pause during boot [not found] ` <48504B94.9050100-MtYdepGKPcBMYopoZt5u/LNAH6kLmebB@public.gmane.org> @ 2008-06-14 6:03 ` Chris Clayton 0 siblings, 0 replies; 40+ messages in thread From: Chris Clayton @ 2008-06-14 6:03 UTC (permalink / raw) To: Stefan Richter Cc: Greg KH, James Bottomley, Andrew Morton, LKML, linux-scsi-u79uwXL29TY76Z2rM5mHXA, Hannes Reinecke, Rafael J. Wysocki, linux-usb-u79uwXL29TY76Z2rM5mHXA On Wednesday 11 June 2008, Stefan Richter wrote: > I wrote: > > /etc/udev/rules.d/05-udev-early.rules:ACTION=="add", > > KERNEL=="[0-9]*:[0-9]*", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt" > > > > Whatever this rule is good for... Maybe the pattern should be > > "[0-9]+(:[0-9]+){3}" to match logical units only. > > Actually no; looks like these are just glob(7) patterns. Then the > pattern might already be OK since host devices' and target devices' > names don't start with decimal numbers. For Slackware 12.0.0, the rule is: ACTION=="add", KERNEL=="[0-9]*:[0-9]*", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt" Using that rule instaed of the old one in the Slackware rules file included with udev appears to result in the same behaviour as with the old rule and kernel < 2.6.26. Unless someone warns me otherwise, I think I'll go with that on my (homebrewed) system, so thanks to everyone for your help. Chris -- Beauty is in the eye of the beerholder. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot [not found] ` <200806080619.17531.chris2553-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> 2008-06-08 18:37 ` James Bottomley @ 2008-06-09 14:46 ` Alan Stern 2008-06-09 19:10 ` Stefan Richter 1 sibling, 1 reply; 40+ messages in thread From: Alan Stern @ 2008-06-09 14:46 UTC (permalink / raw) To: Chris Clayton Cc: James Bottomley, Andrew Morton, LKML, SCSI development list, Hannes Reinecke, Rafael J. Wysocki, USB list, linux1394-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Sun, 8 Jun 2008, Chris Clayton wrote: > > The odd thing is that it occurs in the middle of USB initialisation from > > > > Because of this oddity, I've also built 2.6.26-rc5-git2 with verbose USB > debugging on. A boot log from that kernel is attached. You will see lots of > ETIME errors from usb. A log from a similarly verbose 2.6.25.5 kernel does not > show these errors. usb-devel added to cc list. In fact the log shows that the 30-second delay occurs in the middle of ohci1394 (Firewire) initialization, not USB initialization: Jun 8 05:26:35 upstairs kernel: ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[22] MMIO=[fbfff000-fbfff7ff] Max Packet=[2048] IR/IT contexts=[4/8] Jun 8 05:26:35 upstairs kernel: ohci_hcd 0000:02:0a.0: urb f71cb680 path 2 ep1in 5e160000 cc 5 --> status -62 Jun 8 05:26:35 upstairs kernel: hub 1-2:1.0: transfer --> -62 Jun 8 05:27:08 upstairs kernel: driver: '0000:02:0b.0': driver_bound: bound to device 'ohci1394' Jun 8 05:27:08 upstairs kernel: bus: 'pci': really_probe: bound device 0000:02:0b.0 to driver ohci1394 Those -62 errors from ohci_hcd are red herrings. To test this, try booting with "nousb". Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-09 14:46 ` Alan Stern @ 2008-06-09 19:10 ` Stefan Richter 2008-06-09 19:40 ` Alan Stern 2008-06-10 19:00 ` Chris Clayton 0 siblings, 2 replies; 40+ messages in thread From: Stefan Richter @ 2008-06-09 19:10 UTC (permalink / raw) To: Alan Stern Cc: James Bottomley, USB list, SCSI development list, Chris Clayton, LKML, Rafael J. Wysocki, Hannes Reinecke, Andrew Morton, linux1394-devel Alan Stern wrote: > In fact the log shows that the 30-second delay occurs in the middle of > ohci1394 (Firewire) initialization, not USB initialization: > > Jun 8 05:26:35 upstairs kernel: ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[22] MMIO=[fbfff000-fbfff7ff] Max Packet=[2048] IR/IT contexts=[4/8] > Jun 8 05:26:35 upstairs kernel: ohci_hcd 0000:02:0a.0: urb f71cb680 path 2 ep1in 5e160000 cc 5 --> status -62 > Jun 8 05:26:35 upstairs kernel: hub 1-2:1.0: transfer --> -62 > Jun 8 05:27:08 upstairs kernel: driver: '0000:02:0b.0': driver_bound: bound to device 'ohci1394' > Jun 8 05:27:08 upstairs kernel: bus: 'pci': really_probe: bound device 0000:02:0b.0 to driver ohci1394 The log at http://lkml.org/lkml/2008/6/6/317 shows two pauses. One in the middle of USB related messages with no FireWire stuff around (17:25:19 to 17:25:44). The other with parport, ieee1394, USB messages around it (17:25:44 to 17:26:31). From there, the last 17:25:44 message is strange: The device 00110666000013cc which is the controller is reported as being removed. Chris, did you do something at this point? Also, in http://lkml.org/lkml/2008/6/1/2 you reported a patch which changes the SCSI core's interaction with the driver core as first bad commit. Did you check that going before this commit removes _all_ the pauses, even those around USB or FireWire messages? Or did you only check whether disk drives appear quickly? -- Stefan Richter -=====-==--- -==- -=--= http://arcgraph.de/sr/ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-09 19:10 ` Stefan Richter @ 2008-06-09 19:40 ` Alan Stern 2008-06-09 21:35 ` Chris Clayton 2008-06-10 19:00 ` Chris Clayton 1 sibling, 1 reply; 40+ messages in thread From: Alan Stern @ 2008-06-09 19:40 UTC (permalink / raw) To: Stefan Richter Cc: James Bottomley, USB list, SCSI development list, Chris Clayton, LKML, Rafael J. Wysocki, Hannes Reinecke, Andrew Morton, linux1394-devel On Mon, 9 Jun 2008, Stefan Richter wrote: > The log at http://lkml.org/lkml/2008/6/6/317 shows two pauses. One in > the middle of USB related messages with no FireWire stuff around > (17:25:19 to 17:25:44). The other with parport, ieee1394, USB messages > around it (17:25:44 to 17:26:31). > > From there, the last 17:25:44 message is strange: The device > 00110666000013cc which is the controller is reported as being removed. > Chris, did you do something at this point? It's also worth noting that the first 17:25:44 message is highly suspicious. It is the initial output of the ohci-hcd driver, indicating that the udev/hotplug system had just loaded that driver. This doesn't seem to have anything to do with the SCSI stack. Whatever caused the delay, it also managed to pause the other hotplug task which was in the midst of loading uhci-hcd. Alan Stern ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-09 19:40 ` Alan Stern @ 2008-06-09 21:35 ` Chris Clayton 0 siblings, 0 replies; 40+ messages in thread From: Chris Clayton @ 2008-06-09 21:35 UTC (permalink / raw) To: Alan Stern Cc: James Bottomley, SCSI development list, USB list, LKML, Rafael J. Wysocki, Stefan Richter, Hannes Reinecke, Andrew Morton, linux1394-devel 2008/6/9 Alan Stern <stern@rowland.harvard.edu>: > On Mon, 9 Jun 2008, Stefan Richter wrote: > Sorry folks, I'm unexpectedly away from the computers that these "problems" occur on. I should be back at home tomorrow and will answer you all as quickly as possible then. Thanks, Chris >> The log at http://lkml.org/lkml/2008/6/6/317 shows two pauses. One in >> the middle of USB related messages with no FireWire stuff around >> (17:25:19 to 17:25:44). The other with parport, ieee1394, USB messages >> around it (17:25:44 to 17:26:31). >> >> From there, the last 17:25:44 message is strange: The device >> 00110666000013cc which is the controller is reported as being removed. >> Chris, did you do something at this point? > > It's also worth noting that the first 17:25:44 message is highly > suspicious. It is the initial output of the ohci-hcd driver, > indicating that the udev/hotplug system had just loaded that driver. > This doesn't seem to have anything to do with the SCSI stack. > > Whatever caused the delay, it also managed to pause the other hotplug > task which was in the midst of loading uhci-hcd. > > Alan Stern > > -- Beauty is in the eye of the beerholder. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-09 19:10 ` Stefan Richter 2008-06-09 19:40 ` Alan Stern @ 2008-06-10 19:00 ` Chris Clayton 2008-06-10 19:38 ` Stefan Richter 1 sibling, 1 reply; 40+ messages in thread From: Chris Clayton @ 2008-06-10 19:00 UTC (permalink / raw) To: Stefan Richter Cc: James Bottomley, SCSI development list, USB list, LKML, Rafael J. Wysocki, Alan Stern, Hannes Reinecke, Andrew Morton, linux1394-devel On Monday 09 June 2008, Stefan Richter wrote: > Alan Stern wrote: > > In fact the log shows that the 30-second delay occurs in the middle of > > ohci1394 (Firewire) initialization, not USB initialization: > > > > Jun 8 05:26:35 upstairs kernel: ohci1394: fw-host0: OHCI-1394 1.1 (PCI): > > IRQ=[22] MMIO=[fbfff000-fbfff7ff] Max Packet=[2048] IR/IT > > contexts=[4/8] Jun 8 05:26:35 upstairs kernel: ohci_hcd 0000:02:0a.0: > > urb f71cb680 path 2 ep1in 5e160000 cc 5 --> status -62 Jun 8 05:26:35 > > upstairs kernel: hub 1-2:1.0: transfer --> -62 > > Jun 8 05:27:08 upstairs kernel: driver: '0000:02:0b.0': driver_bound: > > bound to device 'ohci1394' Jun 8 05:27:08 upstairs kernel: bus: 'pci': > > really_probe: bound device 0000:02:0b.0 to driver ohci1394 > > The log at http://lkml.org/lkml/2008/6/6/317 shows two pauses. One in > the middle of USB related messages with no FireWire stuff around > (17:25:19 to 17:25:44). The other with parport, ieee1394, USB messages > around it (17:25:44 to 17:26:31). > > From there, the last 17:25:44 message is strange: The device > 00110666000013cc which is the controller is reported as being removed. > Chris, did you do something at this point? Ah sorry, that's a legacy of when I had considerably less ram than 2GB. I only use firewire on the rare occasion that I want to grab some video from my camera and I use the parallel port even less frequently. So one of the last things that happens in my rc.local init script is that I unload the related drivers. > > Also, in http://lkml.org/lkml/2008/6/1/2 you reported a patch which > changes the SCSI core's interaction with the driver core as first bad > commit. Did you check that going before this commit removes _all_ the > pauses, even those around USB or FireWire messages? Or did you only > check whether disk drives appear quickly? When I was bisecting, I assessed good or bad based on whether I experienced the long pause during boot up. You may have seen my reply to James a short while ago that I have bisected again and arrived at the same patch. Thanks, Chris -- Beauty is in the eye of the beerholder. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-10 19:00 ` Chris Clayton @ 2008-06-10 19:38 ` Stefan Richter 0 siblings, 0 replies; 40+ messages in thread From: Stefan Richter @ 2008-06-10 19:38 UTC (permalink / raw) To: chris2553 Cc: James Bottomley, SCSI development list, USB list, LKML, Rafael J. Wysocki, Alan Stern, Hannes Reinecke, Andrew Morton, linux1394-devel Chris Clayton wrote: > I only > use firewire on the rare occasion that I want to grab some video from my camera > and I use the parallel port even less frequently. So one of the last things > that happens in my rc.local init script is that I unload the related drivers. On an unrelated note: If the driver was automatically loaded in a hotplug-like fashion (based on PCI IDs and module aliases), you could prevent it with "blacklist ohci1394" in one of the modprobe configuration files. -- Stefan Richter -=====-==--- -==- -=-=- http://arcgraph.de/sr/ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-06 6:07 ` Chris Clayton 2008-06-06 6:21 ` Andrew Morton @ 2008-06-06 14:11 ` James Bottomley 2008-06-06 14:42 ` Rafael J. Wysocki 2008-06-06 17:35 ` Chris Clayton 1 sibling, 2 replies; 40+ messages in thread From: James Bottomley @ 2008-06-06 14:11 UTC (permalink / raw) To: chris2553 Cc: Andrew Morton, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki On Fri, 2008-06-06 at 06:07 +0000, Chris Clayton wrote: > On Friday 06 June 2008, Andrew Morton wrote: > > On Sun, 1 Jun 2008 04:15:05 +0000 Chris Clayton <chris2553@googlemail.com> > wrote: > > > Hi, > > > > > > I've just started testing 2.6.26 on my desktop machine and have found > > > that I get a long pause (20 seconds or so) as the system boots. By pause > > > I mean that the boot messages that normally scroll by stop doing so for, > > > as I say, about 20 seconds. > > > > > > I've done a bisect and arrived at: > > > > > > b0ed43360fdca227048d88a08290365cb681c1a8 is first bad commit > > > commit b0ed43360fdca227048d88a08290365cb681c1a8 > > > Author: Hannes Reinecke <hare@suse.de> > > > Date: Tue Mar 18 14:32:28 2008 +0100 > > > > > > [SCSI] add scsi_host and scsi_target to scsi_bus > > > > > > This patch implements scsi_host and scsi_target device types > > > and adds both to the scsi_bus. > > > > > > Signed-off-by: Hannes Reinecke <hare@suse.de> > > > Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> > > > Signed-off-by: James Bottomley > > > <James.Bottomley@HansenPartnership.com> > > > > > > :040000 040000 4e3140909966b4c9aa987d34ee4078d283fe0351 > > > > > > 46e4fd28cc537ba700eb4f5652abf043fed4d76d M drivers > > > > > > The config file for that kernel is attached as are the kernel log for > > > booting that kernel and the bisect log. > > > > > > I've also noticed that it takes much longer for icons to appear on my > > > desktop when I plug a usb storage device in. (The icons are shown/hidden > > > by a simple sctript that is run via udev when the device is > > > attached/detached.) > > > > Do you believe that this is the same period? 20 seconds? > > > > Thanks for the reply, Andrew. I was beginning to think that I'd committed an > LKML sin :-) > > Yes, it is about the same. On 2.6.25.4 (and earlier), the icons appear within a > second or two, but with 2.6.26-rc2 or later, it takes about 20 seconds. I've > now built and installed -rc5 and am seeing the same behaviour. > > I've also built -rc5 on my laptop. On that my kernel uses the older IDE drivers > rather than libata. The boot proceeds with no pause, but I do see the same > delay in the desktop icons appearing when I attach a usb-storage device. > > > > Let me know of any way I can help solve this. > > > > > > Please cc me to any reply as I'm not subscribed. > > > > cc's added. > > > > Rafael, we might need to track this as a post-2.6.26 regression. It already is ... as I asked in the actual bug (but no-one seems to have noticed, so I assume the bug entry isn't set up correctly). Does this still persist with 2.6.26-rc5? The reason for asking is that it looks very much like a silent manifestation of our scsi_bus_uevent() problem that got fixed in 2.6.26-rc5. James ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-06 14:11 ` James Bottomley @ 2008-06-06 14:42 ` Rafael J. Wysocki 2008-06-06 17:42 ` Chris Clayton 2008-06-06 17:35 ` Chris Clayton 1 sibling, 1 reply; 40+ messages in thread From: Rafael J. Wysocki @ 2008-06-06 14:42 UTC (permalink / raw) To: James Bottomley Cc: chris2553, Andrew Morton, LKML, linux-scsi, Hannes Reinecke On Friday, 6 of June 2008, James Bottomley wrote: > On Fri, 2008-06-06 at 06:07 +0000, Chris Clayton wrote: > > On Friday 06 June 2008, Andrew Morton wrote: > > > On Sun, 1 Jun 2008 04:15:05 +0000 Chris Clayton <chris2553@googlemail.com> > > wrote: > > > > Hi, > > > > > > > > I've just started testing 2.6.26 on my desktop machine and have found > > > > that I get a long pause (20 seconds or so) as the system boots. By pause > > > > I mean that the boot messages that normally scroll by stop doing so for, > > > > as I say, about 20 seconds. > > > > > > > > I've done a bisect and arrived at: > > > > > > > > b0ed43360fdca227048d88a08290365cb681c1a8 is first bad commit > > > > commit b0ed43360fdca227048d88a08290365cb681c1a8 > > > > Author: Hannes Reinecke <hare@suse.de> > > > > Date: Tue Mar 18 14:32:28 2008 +0100 > > > > > > > > [SCSI] add scsi_host and scsi_target to scsi_bus > > > > > > > > This patch implements scsi_host and scsi_target device types > > > > and adds both to the scsi_bus. > > > > > > > > Signed-off-by: Hannes Reinecke <hare@suse.de> > > > > Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> > > > > Signed-off-by: James Bottomley > > > > <James.Bottomley@HansenPartnership.com> > > > > > > > > :040000 040000 4e3140909966b4c9aa987d34ee4078d283fe0351 > > > > > > > > 46e4fd28cc537ba700eb4f5652abf043fed4d76d M drivers > > > > > > > > The config file for that kernel is attached as are the kernel log for > > > > booting that kernel and the bisect log. > > > > > > > > I've also noticed that it takes much longer for icons to appear on my > > > > desktop when I plug a usb storage device in. (The icons are shown/hidden > > > > by a simple sctript that is run via udev when the device is > > > > attached/detached.) > > > > > > Do you believe that this is the same period? 20 seconds? > > > > > > > Thanks for the reply, Andrew. I was beginning to think that I'd committed an > > LKML sin :-) > > > > Yes, it is about the same. On 2.6.25.4 (and earlier), the icons appear within a > > second or two, but with 2.6.26-rc2 or later, it takes about 20 seconds. I've > > now built and installed -rc5 and am seeing the same behaviour. > > > > I've also built -rc5 on my laptop. On that my kernel uses the older IDE drivers > > rather than libata. The boot proceeds with no pause, but I do see the same > > delay in the desktop icons appearing when I attach a usb-storage device. > > > > > > Let me know of any way I can help solve this. > > > > > > > > Please cc me to any reply as I'm not subscribed. > > > > > > cc's added. > > > > > > Rafael, we might need to track this as a post-2.6.26 regression. > > It already is ... as I asked in the actual bug (but no-one seems to have > noticed, so I assume the bug entry isn't set up correctly). The bug reporter has no Bugzilla account, so I couldn't add him to the CC list of the bug. Thanks, Rafael ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-06 14:42 ` Rafael J. Wysocki @ 2008-06-06 17:42 ` Chris Clayton 0 siblings, 0 replies; 40+ messages in thread From: Chris Clayton @ 2008-06-06 17:42 UTC (permalink / raw) To: Rafael J. Wysocki Cc: James Bottomley, Andrew Morton, LKML, linux-scsi, Hannes Reinecke On Friday 06 June 2008, Rafael J. Wysocki wrote: > On Friday, 6 of June 2008, James Bottomley wrote: > > On Fri, 2008-06-06 at 06:07 +0000, Chris Clayton wrote: > > > On Friday 06 June 2008, Andrew Morton wrote: > > > > On Sun, 1 Jun 2008 04:15:05 +0000 Chris Clayton > > > > <chris2553@googlemail.com> > > > > > > wrote: > > > > > Hi, > > > > > > > > > > I've just started testing 2.6.26 on my desktop machine and have > > > > > found that I get a long pause (20 seconds or so) as the system > > > > > boots. By pause I mean that the boot messages that normally scroll > > > > > by stop doing so for, as I say, about 20 seconds. > > > > > > > > > > I've done a bisect and arrived at: > > > > > > > > > > b0ed43360fdca227048d88a08290365cb681c1a8 is first bad commit > > > > > commit b0ed43360fdca227048d88a08290365cb681c1a8 > > > > > Author: Hannes Reinecke <hare@suse.de> > > > > > Date: Tue Mar 18 14:32:28 2008 +0100 > > > > > > > > > > [SCSI] add scsi_host and scsi_target to scsi_bus > > > > > > > > > > This patch implements scsi_host and scsi_target device types > > > > > and adds both to the scsi_bus. > > > > > > > > > > Signed-off-by: Hannes Reinecke <hare@suse.de> > > > > > Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> > > > > > Signed-off-by: James Bottomley > > > > > <James.Bottomley@HansenPartnership.com> > > > > > > > > > > :040000 040000 4e3140909966b4c9aa987d34ee4078d283fe0351 > > > > > > > > > > 46e4fd28cc537ba700eb4f5652abf043fed4d76d M drivers > > > > > > > > > > The config file for that kernel is attached as are the kernel log > > > > > for booting that kernel and the bisect log. > > > > > > > > > > I've also noticed that it takes much longer for icons to appear on > > > > > my desktop when I plug a usb storage device in. (The icons are > > > > > shown/hidden by a simple sctript that is run via udev when the > > > > > device is attached/detached.) > > > > > > > > Do you believe that this is the same period? 20 seconds? > > > > > > Thanks for the reply, Andrew. I was beginning to think that I'd > > > committed an LKML sin :-) > > > > > > Yes, it is about the same. On 2.6.25.4 (and earlier), the icons appear > > > within a second or two, but with 2.6.26-rc2 or later, it takes about 20 > > > seconds. I've now built and installed -rc5 and am seeing the same > > > behaviour. > > > > > > I've also built -rc5 on my laptop. On that my kernel uses the older IDE > > > drivers rather than libata. The boot proceeds with no pause, but I do > > > see the same delay in the desktop icons appearing when I attach a > > > usb-storage device. > > > > > > > > Let me know of any way I can help solve this. > > > > > > > > > > Please cc me to any reply as I'm not subscribed. > > > > > > > > cc's added. > > > > > > > > Rafael, we might need to track this as a post-2.6.26 regression. > > > > It already is ... as I asked in the actual bug (but no-one seems to have > > noticed, so I assume the bug entry isn't set up correctly). > > The bug reporter has no Bugzilla account, so I couldn't add him to the CC > list of the bug. > I do have a bugzilla account, but for some reason I couldn't log in to it to report this bug, so I mailed LKML to get the ball rolling. I can now log in so I've added myself to the CC list. Thanks. > Thanks, > Rafael -- Beauty is in the eye of the beerholder. ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-06 14:11 ` James Bottomley 2008-06-06 14:42 ` Rafael J. Wysocki @ 2008-06-06 17:35 ` Chris Clayton 2008-06-09 4:51 ` Grant Grundler 1 sibling, 1 reply; 40+ messages in thread From: Chris Clayton @ 2008-06-06 17:35 UTC (permalink / raw) To: James Bottomley Cc: Andrew Morton, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki [-- Attachment #1: Type: text/plain, Size: 3364 bytes --] On Friday 06 June 2008, James Bottomley wrote: > On Fri, 2008-06-06 at 06:07 +0000, Chris Clayton wrote: > > On Friday 06 June 2008, Andrew Morton wrote: > > > On Sun, 1 Jun 2008 04:15:05 +0000 Chris Clayton > > > <chris2553@googlemail.com> > > > > wrote: > > > > Hi, > > > > > > > > I've just started testing 2.6.26 on my desktop machine and have found > > > > that I get a long pause (20 seconds or so) as the system boots. By > > > > pause I mean that the boot messages that normally scroll by stop > > > > doing so for, as I say, about 20 seconds. > > > > > > > > I've done a bisect and arrived at: > > > > > > > > b0ed43360fdca227048d88a08290365cb681c1a8 is first bad commit > > > > commit b0ed43360fdca227048d88a08290365cb681c1a8 > > > > Author: Hannes Reinecke <hare@suse.de> > > > > Date: Tue Mar 18 14:32:28 2008 +0100 > > > > > > > > [SCSI] add scsi_host and scsi_target to scsi_bus > > > > > > > > This patch implements scsi_host and scsi_target device types > > > > and adds both to the scsi_bus. > > > > > > > > Signed-off-by: Hannes Reinecke <hare@suse.de> > > > > Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> > > > > Signed-off-by: James Bottomley > > > > <James.Bottomley@HansenPartnership.com> > > > > > > > > :040000 040000 4e3140909966b4c9aa987d34ee4078d283fe0351 > > > > > > > > 46e4fd28cc537ba700eb4f5652abf043fed4d76d M drivers > > > > > > > > The config file for that kernel is attached as are the kernel log for > > > > booting that kernel and the bisect log. > > > > > > > > I've also noticed that it takes much longer for icons to appear on my > > > > desktop when I plug a usb storage device in. (The icons are > > > > shown/hidden by a simple sctript that is run via udev when the device > > > > is > > > > attached/detached.) > > > > > > Do you believe that this is the same period? 20 seconds? > > > > Thanks for the reply, Andrew. I was beginning to think that I'd committed > > an LKML sin :-) > > > > Yes, it is about the same. On 2.6.25.4 (and earlier), the icons appear > > within a second or two, but with 2.6.26-rc2 or later, it takes about 20 > > seconds. I've now built and installed -rc5 and am seeing the same > > behaviour. > > > > I've also built -rc5 on my laptop. On that my kernel uses the older IDE > > drivers rather than libata. The boot proceeds with no pause, but I do see > > the same delay in the desktop icons appearing when I attach a usb-storage > > device. > > > > > > Let me know of any way I can help solve this. > > > > > > > > Please cc me to any reply as I'm not subscribed. > > > > > > cc's added. > > > > > > Rafael, we might need to track this as a post-2.6.26 regression. > > It already is ... as I asked in the actual bug (but no-one seems to have > noticed, so I assume the bug entry isn't set up correctly). Does this > still persist with 2.6.26-rc5? The reason for asking is that it looks > very much like a silent manifestation of our scsi_bus_uevent() problem > that got fixed in 2.6.26-rc5. > Yes, I still get the boot pause and the delay in desktop icons appearing when a usb-storage device is plugged in with -rc5. A boot log is attached. Is there some sort of verbose scsi boot messaging that I can switch on? I've looked but I'm damned if I can find anything in 'make menuconfig'. Chris > James -- Beauty is in the eye of the beerholder. [-- Attachment #2: kernel.log --] [-- Type: text/x-log, Size: 46618 bytes --] Jun 6 17:25:18 upstairs kernel: klogd 1.3-3, log source = /proc/kmsg started. Jun 6 17:25:18 upstairs kernel: Inspecting /boot/System.map-2.6.26-rc5 Jun 6 17:25:19 upstairs kernel: Loaded 26357 symbols from /boot/System.map-2.6.26-rc5. Jun 6 17:25:19 upstairs kernel: Symbols match kernel version 2.6.26. Jun 6 17:25:19 upstairs kernel: No module symbols loaded - kernel modules not enabled. Jun 6 17:25:19 upstairs kernel: 1cf8 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:05: dma bitmask 0xe flags 0x0 Jun 6 17:25:19 upstairs kernel: pnp 00:05: io min 0x370 max 0x370 align 1 size 6 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:05: io min 0x377 max 0x377 align 1 size 1 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:05: end dependent options Jun 6 17:25:19 upstairs kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active) Jun 6 17:25:19 upstairs kernel: pnp 00:06: parse allocated resources Jun 6 17:25:19 upstairs kernel: pnp 00:06: add io 0x378-0x37f flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:06: add io 0x778-0x77b flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:06: add irq 7 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:06: add dma 3 flags 0x0 Jun 6 17:25:19 upstairs kernel: pnp 00:06: parse resource options Jun 6 17:25:19 upstairs kernel: pnp 00:06: new independent option Jun 6 17:25:19 upstairs kernel: pnp 00:06: new dependent option (priority 0x0) Jun 6 17:25:19 upstairs kernel: pnp 00:06: io min 0x378 max 0x378 align 1 size 8 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:06: io min 0x778 max 0x778 align 1 size 4 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:06: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000080 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:06: dma bitmask 0x8 flags 0x0 Jun 6 17:25:19 upstairs kernel: pnp 00:06: new dependent option (priority 0x1) Jun 6 17:25:19 upstairs kernel: pnp 00:06: io min 0x378 max 0x378 align 1 size 8 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:06: io min 0x778 max 0x778 align 1 size 4 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:06: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:06: dma bitmask 0xb flags 0x0 Jun 6 17:25:19 upstairs kernel: pnp 00:06: new dependent option (priority 0x1) Jun 6 17:25:19 upstairs kernel: pnp 00:06: io min 0x278 max 0x278 align 1 size 8 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:06: io min 0x678 max 0x678 align 1 size 4 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:06: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:06: dma bitmask 0xb flags 0x0 Jun 6 17:25:19 upstairs kernel: pnp 00:06: new dependent option (priority 0x1) Jun 6 17:25:19 upstairs kernel: pnp 00:06: io min 0x3bc max 0x3bc align 1 size 4 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:06: io min 0x7bc max 0x7bc align 1 size 4 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:06: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:06: dma bitmask 0xb flags 0x0 Jun 6 17:25:19 upstairs kernel: pnp 00:06: end dependent options Jun 6 17:25:19 upstairs kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0401 (active) Jun 6 17:25:19 upstairs kernel: pnp 00:07: parse allocated resources Jun 6 17:25:19 upstairs kernel: pnp 00:07: add io 0x0-0xffffffff flags 0x10000001 Jun 6 17:25:19 upstairs kernel: pnp 00:07: add io 0x0-0xffffffff flags 0x10000001 Jun 6 17:25:19 upstairs kernel: pnp 00:07: add io 0x290-0x297 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:07: PNP0c02: calling quirk_system_pci_resources+0x0/0x1c1 Jun 6 17:25:19 upstairs kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) Jun 6 17:25:19 upstairs kernel: pnp 00:08: parse allocated resources Jun 6 17:25:19 upstairs kernel: pnp 00:08: add io 0x10-0x1f flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: add io 0x22-0x3f flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: add io 0x44-0x5f flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: add io 0x62-0x63 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: add io 0x65-0x6f flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: add io 0x72-0x7f flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: add io 0x80-0x80 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: add io 0x84-0x86 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: add io 0x88-0x88 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: add io 0x8c-0x8e flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: add io 0x90-0x9f flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: add io 0xa2-0xbf flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: add io 0xe0-0xef flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: add io 0x4d0-0x4d1 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: add io 0x800-0x87f flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: add io 0x400-0x41f flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: add io 0x480-0x4bf flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: add mem 0xfed20000-0xfed8ffff flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: add mem 0xffb00000-0xffbfffff flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: PNP0c02: calling quirk_system_pci_resources+0x0/0x1c1 Jun 6 17:25:19 upstairs kernel: pnp 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) Jun 6 17:25:19 upstairs kernel: pnp 00:09: parse allocated resources Jun 6 17:25:19 upstairs kernel: pnp 00:09: add mem 0xfec00000-0xfec00fff flags 0x0 Jun 6 17:25:19 upstairs kernel: pnp 00:09: add mem 0xfee00000-0xfee00fff flags 0x0 Jun 6 17:25:19 upstairs kernel: pnp 00:09: PNP0c02: calling quirk_system_pci_resources+0x0/0x1c1 Jun 6 17:25:19 upstairs kernel: pnp 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) Jun 6 17:25:19 upstairs kernel: pnp 00:0a: parse allocated resources Jun 6 17:25:19 upstairs kernel: pnp 00:0a: add io 0x60-0x60 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:0a: add io 0x64-0x64 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:0a: add irq 1 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) Jun 6 17:25:19 upstairs kernel: pnp 00:0b: parse allocated resources Jun 6 17:25:19 upstairs kernel: pnp 00:0b: add io 0x3f8-0x3ff flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:0b: add irq 4 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:0b: parse resource options Jun 6 17:25:19 upstairs kernel: pnp 00:0b: new independent option Jun 6 17:25:19 upstairs kernel: pnp 00:0b: new dependent option (priority 0x0) Jun 6 17:25:19 upstairs kernel: pnp 00:0b: io min 0x3f8 max 0x3f8 align 4 size 8 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:0b: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000010 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:0b: new dependent option (priority 0x1) Jun 6 17:25:19 upstairs kernel: pnp 00:0b: io min 0x3f8 max 0x3f8 align 1 size 8 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:0b: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:0b: new dependent option (priority 0x1) Jun 6 17:25:19 upstairs kernel: pnp 00:0b: io min 0x2f8 max 0x2f8 align 1 size 8 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:0b: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:0b: new dependent option (priority 0x1) Jun 6 17:25:19 upstairs kernel: pnp 00:0b: io min 0x3e8 max 0x3e8 align 1 size 8 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:0b: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:0b: new dependent option (priority 0x1) Jun 6 17:25:19 upstairs kernel: pnp 00:0b: io min 0x2e8 max 0x2e8 align 1 size 8 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:0b: irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:0b: end dependent options Jun 6 17:25:19 upstairs kernel: pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active) Jun 6 17:25:19 upstairs kernel: pnp 00:0c: parse allocated resources Jun 6 17:25:19 upstairs kernel: pnp 00:0c: add mem 0x0-0x9ffff flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:0c: add mem 0xc0000-0xdffff flags 0x0 Jun 6 17:25:19 upstairs kernel: pnp 00:0c: add mem 0xe0000-0xfffff flags 0x0 Jun 6 17:25:19 upstairs kernel: pnp 00:0c: add mem 0x100000-0x7ffeffff flags 0x1 Jun 6 17:25:19 upstairs kernel: pnp 00:0c: add mem 0xfff00000-0xffffffff flags 0x0 Jun 6 17:25:19 upstairs kernel: pnp 00:0c: PNP0c01: calling quirk_system_pci_resources+0x0/0x1c1 Jun 6 17:25:19 upstairs kernel: pnp 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active) Jun 6 17:25:19 upstairs kernel: pnp: PnP ACPI: found 13 devices Jun 6 17:25:19 upstairs kernel: ACPI: ACPI bus type pnp unregistered Jun 6 17:25:19 upstairs kernel: SCSI subsystem initialized Jun 6 17:25:19 upstairs kernel: libata version 3.00 loaded. Jun 6 17:25:19 upstairs kernel: usbcore: registered new interface driver usbfs Jun 6 17:25:19 upstairs kernel: usbcore: registered new interface driver hub Jun 6 17:25:19 upstairs kernel: usbcore: registered new device driver usb Jun 6 17:25:19 upstairs kernel: PCI: Using ACPI for IRQ routing Jun 6 17:25:19 upstairs kernel: pnp: the driver 'system' has been registered Jun 6 17:25:19 upstairs kernel: system 00:07: ioport range 0x290-0x297 has been reserved Jun 6 17:25:19 upstairs kernel: system 00:07: iomem range 0x0-0x0 could not be reserved Jun 6 17:25:19 upstairs last message repeated 23 times Jun 6 17:25:19 upstairs kernel: system 00:07: driver attached Jun 6 17:25:19 upstairs kernel: system 00:08: ioport range 0x4d0-0x4d1 has been reserved Jun 6 17:25:19 upstairs kernel: system 00:08: ioport range 0x800-0x87f has been reserved Jun 6 17:25:19 upstairs kernel: system 00:08: ioport range 0x400-0x41f has been reserved Jun 6 17:25:19 upstairs kernel: system 00:08: ioport range 0x480-0x4bf has been reserved Jun 6 17:25:19 upstairs kernel: system 00:08: iomem range 0xfed20000-0xfed8ffff has been reserved Jun 6 17:25:19 upstairs kernel: system 00:08: iomem range 0xffb00000-0xffbfffff could not be reserved Jun 6 17:25:19 upstairs kernel: system 00:08: iomem range 0x0-0x0 could not be reserved Jun 6 17:25:19 upstairs last message repeated 21 times Jun 6 17:25:19 upstairs kernel: system 00:08: driver attached Jun 6 17:25:19 upstairs kernel: system 00:09: iomem range 0xfec00000-0xfec00fff has been reserved Jun 6 17:25:19 upstairs kernel: system 00:09: iomem range 0xfee00000-0xfee00fff has been reserved Jun 6 17:25:19 upstairs kernel: system 00:09: iomem range 0x0-0x0 could not be reserved Jun 6 17:25:19 upstairs last message repeated 21 times Jun 6 17:25:19 upstairs kernel: system 00:09: driver attached Jun 6 17:25:19 upstairs kernel: system 00:0c: iomem range 0x0-0x9ffff could not be reserved Jun 6 17:25:19 upstairs kernel: system 00:0c: iomem range 0xc0000-0xdffff could not be reserved Jun 6 17:25:19 upstairs kernel: system 00:0c: iomem range 0xe0000-0xfffff could not be reserved Jun 6 17:25:19 upstairs kernel: system 00:0c: iomem range 0x100000-0x7ffeffff could not be reserved Jun 6 17:25:19 upstairs kernel: system 00:0c: iomem range 0xfff00000-0xffffffff could not be reserved Jun 6 17:25:19 upstairs kernel: system 00:0c: iomem range 0x0-0x0 could not be reserved Jun 6 17:25:19 upstairs last message repeated 18 times Jun 6 17:25:19 upstairs kernel: system 00:0c: driver attached Jun 6 17:25:19 upstairs kernel: PCI: Bridge: 0000:00:01.0 Jun 6 17:25:19 upstairs kernel: IO window: c000-cfff Jun 6 17:25:19 upstairs kernel: MEM window: 0xfa000000-0xfbefffff Jun 6 17:25:19 upstairs kernel: PREFETCH window: 0x00000000f0000000-0x00000000f8ffffff Jun 6 17:25:19 upstairs kernel: PCI: Bridge: 0000:00:1e.0 Jun 6 17:25:19 upstairs kernel: IO window: d000-efff Jun 6 17:25:19 upstairs kernel: MEM window: 0xfbf00000-0xfbffffff Jun 6 17:25:19 upstairs kernel: PREFETCH window: disabled. Jun 6 17:25:19 upstairs kernel: PCI: Setting latency timer of device 0000:00:1e.0 to 64 Jun 6 17:25:19 upstairs kernel: NET: Registered protocol family 2 Jun 6 17:25:19 upstairs kernel: IP route cache hash table entries: 32768 (order: 5, 131072 bytes) Jun 6 17:25:19 upstairs kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes) Jun 6 17:25:19 upstairs kernel: TCP bind hash table entries: 65536 (order: 7, 524288 bytes) Jun 6 17:25:19 upstairs kernel: TCP: Hash tables configured (established 131072 bind 65536) Jun 6 17:25:19 upstairs kernel: TCP reno registered Jun 6 17:25:19 upstairs kernel: NET: Registered protocol family 1 Jun 6 17:25:19 upstairs kernel: highmem bounce pool size: 64 pages Jun 6 17:25:19 upstairs kernel: msgmni has been set to 1750 for ipc namespace c03dea00 Jun 6 17:25:19 upstairs kernel: io scheduler noop registered Jun 6 17:25:19 upstairs kernel: io scheduler cfq registered (default) Jun 6 17:25:19 upstairs kernel: pci 0000:01:00.0: Boot video device Jun 6 17:25:19 upstairs kernel: input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 Jun 6 17:25:19 upstairs kernel: ACPI: Power Button (FF) [PWRF] Jun 6 17:25:19 upstairs kernel: input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1 Jun 6 17:25:19 upstairs kernel: ACPI: Power Button (CM) [PWRB] Jun 6 17:25:19 upstairs kernel: ACPI: ACPI0007:00 is registered as cooling_device0 Jun 6 17:25:19 upstairs kernel: ACPI: Processor [CPU1] (supports 8 throttling states) Jun 6 17:25:19 upstairs kernel: ACPI: ACPI0007:01 is registered as cooling_device1 Jun 6 17:25:19 upstairs kernel: Real Time Clock Driver v1.12ac Jun 6 17:25:19 upstairs kernel: Linux agpgart interface v0.103 Jun 6 17:25:19 upstairs kernel: agpgart: Detected an Intel 865 Chipset. Jun 6 17:25:19 upstairs kernel: agpgart: AGP aperture is 64M @ 0xec000000 Jun 6 17:25:19 upstairs kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled Jun 6 17:25:19 upstairs kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A Jun 6 17:25:19 upstairs kernel: pnp: the driver 'serial' has been registered Jun 6 17:25:19 upstairs kernel: 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A Jun 6 17:25:19 upstairs kernel: serial 00:0b: driver attached Jun 6 17:25:19 upstairs kernel: 8139too Fast Ethernet driver 0.9.28 Jun 6 17:25:19 upstairs kernel: ACPI: PCI Interrupt 0000:02:0d.0[A] -> GSI 23 (level, low) -> IRQ 23 Jun 6 17:25:19 upstairs kernel: eth0: RealTek RTL8139 at 0xf8816c00, 00:17:31:a9:1d:48, IRQ 23 Jun 6 17:25:19 upstairs kernel: eth0: Identified 8139 chip type 'RTL-8100B/8139D' Jun 6 17:25:19 upstairs kernel: Driver 'sd' needs updating - please use bus_type methods Jun 6 17:25:19 upstairs kernel: Driver 'sr' needs updating - please use bus_type methods Jun 6 17:25:19 upstairs kernel: ata_piix 0000:00:1f.1: version 2.12 Jun 6 17:25:19 upstairs kernel: ata_piix 0000:00:1f.1: enabling device (0005 -> 0007) Jun 6 17:25:19 upstairs kernel: ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18 Jun 6 17:25:19 upstairs kernel: PCI: Setting latency timer of device 0000:00:1f.1 to 64 Jun 6 17:25:19 upstairs kernel: scsi0 : ata_piix Jun 6 17:25:19 upstairs kernel: scsi1 : ata_piix Jun 6 17:25:19 upstairs kernel: ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfc00 irq 14 Jun 6 17:25:19 upstairs kernel: ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfc08 irq 15 Jun 6 17:25:19 upstairs kernel: ata1.00: ATA-7: MAXTOR STM3250820A, 3.AAE, max UDMA/100 Jun 6 17:25:19 upstairs kernel: ata1.00: 488397168 sectors, multi 16: LBA48 Jun 6 17:25:19 upstairs kernel: ata1.01: ATA-7: Maxtor 6L160P0, BAJ41G20, max UDMA/133 Jun 6 17:25:19 upstairs kernel: ata1.01: 320173056 sectors, multi 16: LBA48 Jun 6 17:25:19 upstairs kernel: ata1.00: configured for UDMA/100 Jun 6 17:25:19 upstairs kernel: ata1.01: configured for UDMA/100 Jun 6 17:25:19 upstairs kernel: Switched to NOHz mode on CPU #1 Jun 6 17:25:19 upstairs kernel: Switched to NOHz mode on CPU #0 Jun 6 17:25:19 upstairs kernel: ata2.00: ATAPI: SONY DVD RW DW-G120A, MYS2, max UDMA/66 Jun 6 17:25:19 upstairs kernel: ata2.01: ATAPI: PHILIPS DVDR1628P1, Q2.2, max UDMA/33 Jun 6 17:25:19 upstairs kernel: ata2.00: configured for UDMA/66 Jun 6 17:25:19 upstairs kernel: ata2.01: configured for UDMA/33 Jun 6 17:25:19 upstairs kernel: scsi 0:0:0:0: Direct-Access ATA MAXTOR STM325082 3.AA PQ: 0 ANSI: 5 Jun 6 17:25:19 upstairs kernel: sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB) Jun 6 17:25:19 upstairs kernel: sd 0:0:0:0: [sda] Write Protect is off Jun 6 17:25:19 upstairs kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 Jun 6 17:25:19 upstairs kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Jun 6 17:25:19 upstairs kernel: sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB) Jun 6 17:25:19 upstairs kernel: sd 0:0:0:0: [sda] Write Protect is off Jun 6 17:25:19 upstairs kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 Jun 6 17:25:19 upstairs kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Jun 6 17:25:19 upstairs kernel: sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 > Jun 6 17:25:19 upstairs kernel: sd 0:0:0:0: [sda] Attached SCSI disk Jun 6 17:25:19 upstairs kernel: scsi 0:0:1:0: Direct-Access ATA Maxtor 6L160P0 BAJ4 PQ: 0 ANSI: 5 Jun 6 17:25:19 upstairs kernel: sd 0:0:1:0: [sdb] 320173056 512-byte hardware sectors (163929 MB) Jun 6 17:25:19 upstairs kernel: sd 0:0:1:0: [sdb] Write Protect is off Jun 6 17:25:19 upstairs kernel: sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00 Jun 6 17:25:19 upstairs kernel: sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Jun 6 17:25:19 upstairs kernel: sd 0:0:1:0: [sdb] 320173056 512-byte hardware sectors (163929 MB) Jun 6 17:25:19 upstairs kernel: sd 0:0:1:0: [sdb] Write Protect is off Jun 6 17:25:19 upstairs kernel: sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00 Jun 6 17:25:19 upstairs kernel: sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Jun 6 17:25:19 upstairs kernel: sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 sdb6 sdb7 sdb8 > Jun 6 17:25:19 upstairs kernel: sdb2: <bsd: sdb9 sdb10 sdb11 sdb12 sdb13 > Jun 6 17:25:19 upstairs kernel: sd 0:0:1:0: [sdb] Attached SCSI disk Jun 6 17:25:19 upstairs kernel: scsi 1:0:0:0: CD-ROM SONY DVD RW DW-G120A MYS2 PQ: 0 ANSI: 5 Jun 6 17:25:19 upstairs kernel: sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray Jun 6 17:25:19 upstairs kernel: Uniform CD-ROM driver Revision: 3.20 Jun 6 17:25:19 upstairs kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0 Jun 6 17:25:19 upstairs kernel: scsi 1:0:1:0: CD-ROM PHILIPS DVDR1628P1 Q2.2 PQ: 0 ANSI: 5 Jun 6 17:25:19 upstairs kernel: sr1: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray Jun 6 17:25:19 upstairs kernel: sr 1:0:1:0: Attached scsi CD-ROM sr1 Jun 6 17:25:19 upstairs kernel: ACPI: PCI Interrupt 0000:00:1f.2[A] -> GSI 18 (level, low) -> IRQ 18 Jun 6 17:25:19 upstairs kernel: ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ] Jun 6 17:25:19 upstairs kernel: PCI: Setting latency timer of device 0000:00:1f.2 to 64 Jun 6 17:25:19 upstairs kernel: scsi2 : ata_piix Jun 6 17:25:19 upstairs kernel: scsi3 : ata_piix Jun 6 17:25:19 upstairs kernel: ata3: SATA max UDMA/133 cmd 0x9800 ctl 0x9400 bmdma 0x8400 irq 18 Jun 6 17:25:19 upstairs kernel: ata4: SATA max UDMA/133 cmd 0x9000 ctl 0x8800 bmdma 0x8408 irq 18 Jun 6 17:25:19 upstairs kernel: ata3.00: ATA-7: Hitachi HDS721616PLA380, P22OA70A, max UDMA/133 Jun 6 17:25:19 upstairs kernel: ata3.00: 321672960 sectors, multi 16: LBA48 NCQ (depth 0/32) Jun 6 17:25:19 upstairs kernel: ata3.00: configured for UDMA/133 Jun 6 17:25:19 upstairs kernel: scsi 2:0:0:0: Direct-Access ATA Hitachi HDS72161 P22O PQ: 0 ANSI: 5 Jun 6 17:25:19 upstairs kernel: sd 2:0:0:0: [sdc] 321672960 512-byte hardware sectors (164697 MB) Jun 6 17:25:19 upstairs kernel: sd 2:0:0:0: [sdc] Write Protect is off Jun 6 17:25:19 upstairs kernel: sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00 Jun 6 17:25:19 upstairs kernel: sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Jun 6 17:25:19 upstairs kernel: sd 2:0:0:0: [sdc] 321672960 512-byte hardware sectors (164697 MB) Jun 6 17:25:19 upstairs kernel: sd 2:0:0:0: [sdc] Write Protect is off Jun 6 17:25:19 upstairs kernel: sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00 Jun 6 17:25:19 upstairs kernel: sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Jun 6 17:25:19 upstairs kernel: sdc: sdc1 sdc2 Jun 6 17:25:19 upstairs kernel: sd 2:0:0:0: [sdc] Attached SCSI disk Jun 6 17:25:19 upstairs kernel: pnp: the driver 'i8042 kbd' has been registered Jun 6 17:25:19 upstairs kernel: i8042 kbd 00:0a: driver attached Jun 6 17:25:19 upstairs kernel: pnp: the driver 'i8042 aux' has been registered Jun 6 17:25:19 upstairs kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 Jun 6 17:25:19 upstairs kernel: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp Jun 6 17:25:19 upstairs kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Jun 6 17:25:19 upstairs kernel: mice: PS/2 mouse device common for all mice Jun 6 17:25:19 upstairs kernel: Advanced Linux Sound Architecture Driver Version 1.0.16. Jun 6 17:25:19 upstairs kernel: ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 17 (level, low) -> IRQ 17 Jun 6 17:25:19 upstairs kernel: PCI: Setting latency timer of device 0000:00:1f.5 to 64 Jun 6 17:25:19 upstairs kernel: intel8x0_measure_ac97_clock: measured 50838 usecs Jun 6 17:25:19 upstairs kernel: intel8x0: clocking to 48000 Jun 6 17:25:19 upstairs kernel: ALSA device list: Jun 6 17:25:19 upstairs kernel: #0: Intel ICH5 with ALC655 at irq 17 Jun 6 17:25:19 upstairs kernel: TCP cubic registered Jun 6 17:25:19 upstairs kernel: NET: Registered protocol family 15 Jun 6 17:25:19 upstairs kernel: p4-clockmod: P4/Xeon(TM) CPU On-Demand Clock Modulation available Jun 6 17:25:19 upstairs kernel: Starting balanced_irq Jun 6 17:25:19 upstairs kernel: Using IPI No-Shortcut mode Jun 6 17:25:19 upstairs kernel: kjournald starting. Commit interval 5 seconds Jun 6 17:25:19 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 6 17:25:19 upstairs kernel: VFS: Mounted root (ext3 filesystem) readonly. Jun 6 17:25:19 upstairs kernel: Freeing unused kernel memory: 200k freed Jun 6 17:25:19 upstairs kernel: EXT3 FS on sdc1, internal journal Jun 6 17:25:19 upstairs kernel: USB Universal Host Controller Interface driver v3.0 Jun 6 17:25:19 upstairs kernel: ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 16 Jun 6 17:25:19 upstairs kernel: PCI: Setting latency timer of device 0000:00:1d.0 to 64 Jun 6 17:25:19 upstairs kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller Jun 6 17:25:19 upstairs kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1 Jun 6 17:25:19 upstairs kernel: uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000a800 Jun 6 17:25:19 upstairs kernel: usb usb1: configuration #1 chosen from 1 choice Jun 6 17:25:19 upstairs kernel: hub 1-0:1.0: USB hub found Jun 6 17:25:19 upstairs kernel: hub 1-0:1.0: 2 ports detected Jun 6 17:25:44 upstairs kernel: ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver Jun 6 17:25:44 upstairs kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 Jun 6 17:25:44 upstairs kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 6 17:25:44 upstairs kernel: usb usb1: Product: UHCI Host Controller Jun 6 17:25:44 upstairs kernel: usb usb1: Manufacturer: Linux 2.6.26-rc5 uhci_hcd Jun 6 17:25:44 upstairs kernel: usb usb1: SerialNumber: 0000:00:1d.0 Jun 6 17:25:44 upstairs kernel: ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19 Jun 6 17:25:44 upstairs kernel: PCI: Setting latency timer of device 0000:00:1d.1 to 64 Jun 6 17:25:44 upstairs kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller Jun 6 17:25:44 upstairs kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2 Jun 6 17:25:44 upstairs kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000b000 Jun 6 17:25:44 upstairs kernel: usb usb2: configuration #1 chosen from 1 choice Jun 6 17:25:44 upstairs kernel: hub 2-0:1.0: USB hub found Jun 6 17:25:44 upstairs kernel: hub 2-0:1.0: 2 ports detected Jun 6 17:25:44 upstairs kernel: pnp: the driver 'parport_pc' has been registered Jun 6 17:25:44 upstairs kernel: parport_pc 00:06: reported by Plug and Play ACPI Jun 6 17:25:44 upstairs kernel: parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP(,...)] Jun 6 17:25:44 upstairs kernel: parport_pc 00:06: driver attached Jun 6 17:25:44 upstairs kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 Jun 6 17:25:44 upstairs kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 6 17:25:44 upstairs kernel: usb usb2: Product: UHCI Host Controller Jun 6 17:25:44 upstairs kernel: usb usb2: Manufacturer: Linux 2.6.26-rc5 uhci_hcd Jun 6 17:25:44 upstairs kernel: usb usb2: SerialNumber: 0000:00:1d.1 Jun 6 17:25:44 upstairs kernel: ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18 Jun 6 17:25:44 upstairs kernel: PCI: Setting latency timer of device 0000:00:1d.2 to 64 Jun 6 17:25:44 upstairs kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller Jun 6 17:25:44 upstairs kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3 Jun 6 17:25:44 upstairs kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000b400 Jun 6 17:25:44 upstairs kernel: usb usb3: configuration #1 chosen from 1 choice Jun 6 17:25:44 upstairs kernel: hub 3-0:1.0: USB hub found Jun 6 17:25:44 upstairs kernel: hub 3-0:1.0: 2 ports detected Jun 6 17:25:44 upstairs kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 Jun 6 17:25:44 upstairs kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 6 17:25:44 upstairs kernel: usb usb3: Product: UHCI Host Controller Jun 6 17:25:44 upstairs kernel: usb usb3: Manufacturer: Linux 2.6.26-rc5 uhci_hcd Jun 6 17:25:44 upstairs kernel: usb usb3: SerialNumber: 0000:00:1d.2 Jun 6 17:25:44 upstairs kernel: ACPI: PCI Interrupt 0000:00:1d.3[A] -> GSI 16 (level, low) -> IRQ 16 Jun 6 17:25:44 upstairs kernel: PCI: Setting latency timer of device 0000:00:1d.3 to 64 Jun 6 17:25:44 upstairs kernel: uhci_hcd 0000:00:1d.3: UHCI Host Controller Jun 6 17:25:44 upstairs kernel: uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4 Jun 6 17:25:44 upstairs kernel: uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000b800 Jun 6 17:25:44 upstairs kernel: usb usb4: configuration #1 chosen from 1 choice Jun 6 17:25:44 upstairs kernel: hub 4-0:1.0: USB hub found Jun 6 17:25:44 upstairs kernel: hub 4-0:1.0: 2 ports detected Jun 6 17:25:44 upstairs kernel: usb 1-2: new full speed USB device using uhci_hcd and address 2 Jun 6 17:25:44 upstairs kernel: usb 1-2: configuration #1 chosen from 1 choice Jun 6 17:25:44 upstairs kernel: usb 1-2: New USB device found, idVendor=06bd, idProduct=2061 Jun 6 17:25:44 upstairs kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Jun 6 17:25:44 upstairs kernel: usb 1-2: Product: SNAPSCAN Jun 6 17:25:44 upstairs kernel: usb 1-2: Manufacturer: AGFA Jun 6 17:25:44 upstairs kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 Jun 6 17:25:44 upstairs kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 6 17:25:44 upstairs kernel: usb usb4: Product: UHCI Host Controller Jun 6 17:25:44 upstairs kernel: usb usb4: Manufacturer: Linux 2.6.26-rc5 uhci_hcd Jun 6 17:25:44 upstairs kernel: usb usb4: SerialNumber: 0000:00:1d.3 Jun 6 17:25:44 upstairs kernel: ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 23 Jun 6 17:25:44 upstairs kernel: PCI: Setting latency timer of device 0000:00:1d.7 to 64 Jun 6 17:25:44 upstairs kernel: ehci_hcd 0000:00:1d.7: EHCI Host Controller Jun 6 17:25:44 upstairs kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5 Jun 6 17:25:44 upstairs kernel: ehci_hcd 0000:00:1d.7: debug port 1 Jun 6 17:25:44 upstairs kernel: PCI: cache line size of 128 is not supported by device 0000:00:1d.7 Jun 6 17:25:44 upstairs kernel: ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf9fffc00 Jun 6 17:25:44 upstairs kernel: ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 Jun 6 17:25:44 upstairs kernel: usb usb5: configuration #1 chosen from 1 choice Jun 6 17:25:44 upstairs kernel: hub 5-0:1.0: USB hub found Jun 6 17:25:44 upstairs kernel: hub 5-0:1.0: 8 ports detected Jun 6 17:25:44 upstairs kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002 Jun 6 17:25:44 upstairs kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 6 17:25:44 upstairs kernel: usb usb5: Product: EHCI Host Controller Jun 6 17:25:44 upstairs kernel: usb usb5: Manufacturer: Linux 2.6.26-rc5 ehci_hcd Jun 6 17:25:44 upstairs kernel: usb usb5: SerialNumber: 0000:00:1d.7 Jun 6 17:25:44 upstairs kernel: ACPI: PCI Interrupt 0000:02:09.0[A] -> GSI 17 (level, low) -> IRQ 17 Jun 6 17:25:44 upstairs kernel: uhci_hcd 0000:02:09.0: UHCI Host Controller Jun 6 17:25:44 upstairs kernel: uhci_hcd 0000:02:09.0: new USB bus registered, assigned bus number 6 Jun 6 17:25:44 upstairs kernel: uhci_hcd 0000:02:09.0: irq 17, io base 0x0000e400 Jun 6 17:25:44 upstairs kernel: usb usb6: configuration #1 chosen from 1 choice Jun 6 17:25:44 upstairs kernel: hub 6-0:1.0: USB hub found Jun 6 17:25:44 upstairs kernel: hub 6-0:1.0: 2 ports detected Jun 6 17:25:44 upstairs kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 Jun 6 17:25:44 upstairs kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 6 17:25:44 upstairs kernel: usb usb6: Product: UHCI Host Controller Jun 6 17:25:44 upstairs kernel: usb usb6: Manufacturer: Linux 2.6.26-rc5 uhci_hcd Jun 6 17:25:44 upstairs kernel: usb usb6: SerialNumber: 0000:02:09.0 Jun 6 17:25:44 upstairs kernel: ACPI: PCI Interrupt 0000:02:09.1[B] -> GSI 18 (level, low) -> IRQ 18 Jun 6 17:25:44 upstairs kernel: uhci_hcd 0000:02:09.1: UHCI Host Controller Jun 6 17:25:44 upstairs kernel: uhci_hcd 0000:02:09.1: new USB bus registered, assigned bus number 7 Jun 6 17:25:44 upstairs kernel: uhci_hcd 0000:02:09.1: irq 18, io base 0x0000e800 Jun 6 17:25:44 upstairs kernel: usb usb7: configuration #1 chosen from 1 choice Jun 6 17:25:44 upstairs kernel: hub 7-0:1.0: USB hub found Jun 6 17:25:44 upstairs kernel: hub 7-0:1.0: 2 ports detected Jun 6 17:25:44 upstairs kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 Jun 6 17:25:44 upstairs kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 6 17:25:44 upstairs kernel: usb usb7: Product: UHCI Host Controller Jun 6 17:25:44 upstairs kernel: usb usb7: Manufacturer: Linux 2.6.26-rc5 uhci_hcd Jun 6 17:25:44 upstairs kernel: usb usb7: SerialNumber: 0000:02:09.1 Jun 6 17:25:44 upstairs kernel: ACPI: PCI Interrupt 0000:02:09.2[C] -> GSI 19 (level, low) -> IRQ 19 Jun 6 17:25:44 upstairs kernel: ehci_hcd 0000:02:09.2: EHCI Host Controller Jun 6 17:25:44 upstairs kernel: ehci_hcd 0000:02:09.2: new USB bus registered, assigned bus number 8 Jun 6 17:25:44 upstairs kernel: ehci_hcd 0000:02:09.2: irq 19, io mem 0xfbfffc00 Jun 6 17:25:44 upstairs kernel: ehci_hcd 0000:02:09.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 Jun 6 17:25:44 upstairs kernel: usb usb8: configuration #1 chosen from 1 choice Jun 6 17:25:44 upstairs kernel: hub 8-0:1.0: USB hub found Jun 6 17:25:44 upstairs kernel: hub 8-0:1.0: 4 ports detected Jun 6 17:25:44 upstairs kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0002 Jun 6 17:25:44 upstairs kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 6 17:25:44 upstairs kernel: usb usb8: Product: EHCI Host Controller Jun 6 17:25:44 upstairs kernel: usb usb8: Manufacturer: Linux 2.6.26-rc5 ehci_hcd Jun 6 17:25:44 upstairs kernel: usb usb8: SerialNumber: 0000:02:09.2 Jun 6 17:25:44 upstairs kernel: ACPI: PCI Interrupt 0000:02:0a.0[A] -> GSI 21 (level, low) -> IRQ 21 Jun 6 17:25:44 upstairs kernel: ohci_hcd 0000:02:0a.0: OHCI Host Controller Jun 6 17:25:44 upstairs kernel: ohci_hcd 0000:02:0a.0: new USB bus registered, assigned bus number 9 Jun 6 17:25:44 upstairs kernel: ohci_hcd 0000:02:0a.0: irq 21, io mem 0xfbffd000 Jun 6 17:25:44 upstairs kernel: usb 1-2: USB disconnect, address 2 Jun 6 17:25:44 upstairs kernel: usb usb9: configuration #1 chosen from 1 choice Jun 6 17:25:44 upstairs kernel: hub 9-0:1.0: USB hub found Jun 6 17:25:44 upstairs kernel: hub 9-0:1.0: 3 ports detected Jun 6 17:25:44 upstairs kernel: usb 1-2: new full speed USB device using uhci_hcd and address 3 Jun 6 17:25:44 upstairs kernel: usb 1-2: configuration #1 chosen from 1 choice Jun 6 17:25:44 upstairs kernel: usb 1-2: New USB device found, idVendor=06bd, idProduct=2061 Jun 6 17:25:44 upstairs kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Jun 6 17:25:44 upstairs kernel: usb 1-2: Product: SNAPSCAN Jun 6 17:25:44 upstairs kernel: usb 1-2: Manufacturer: AGFA Jun 6 17:25:44 upstairs kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0001 Jun 6 17:25:44 upstairs kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 6 17:25:44 upstairs kernel: usb usb9: Product: OHCI Host Controller Jun 6 17:25:44 upstairs kernel: usb usb9: Manufacturer: Linux 2.6.26-rc5 ohci_hcd Jun 6 17:25:44 upstairs kernel: usb usb9: SerialNumber: 0000:02:0a.0 Jun 6 17:25:44 upstairs kernel: ACPI: PCI Interrupt 0000:02:0a.1[B] -> GSI 22 (level, low) -> IRQ 22 Jun 6 17:25:44 upstairs kernel: ohci_hcd 0000:02:0a.1: OHCI Host Controller Jun 6 17:25:44 upstairs kernel: ohci_hcd 0000:02:0a.1: new USB bus registered, assigned bus number 10 Jun 6 17:25:44 upstairs kernel: ohci_hcd 0000:02:0a.1: irq 22, io mem 0xfbffe000 Jun 6 17:25:44 upstairs kernel: usb 8-1: new high speed USB device using ehci_hcd and address 2 Jun 6 17:25:44 upstairs kernel: usb 8-1: configuration #1 chosen from 1 choice Jun 6 17:25:44 upstairs kernel: usb 8-1: New USB device found, idVendor=2040, idProduct=9950 Jun 6 17:25:44 upstairs kernel: usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Jun 6 17:25:44 upstairs kernel: usb 8-1: Product: WinTV Nova-DT Jun 6 17:25:44 upstairs kernel: usb 8-1: Manufacturer: Hauppauge Jun 6 17:25:44 upstairs kernel: usb 8-1: SerialNumber: 4030248054 Jun 6 17:25:44 upstairs kernel: usb 2-1: new full speed USB device using uhci_hcd and address 2 Jun 6 17:25:44 upstairs kernel: usb 2-1: configuration #1 chosen from 1 choice Jun 6 17:25:44 upstairs kernel: usb 2-1: New USB device found, idVendor=04b8, idProduct=0005 Jun 6 17:25:44 upstairs kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Jun 6 17:25:44 upstairs kernel: usb 2-1: Product: USB Printer Jun 6 17:25:44 upstairs kernel: usb 2-1: Manufacturer: EPSON Jun 6 17:25:44 upstairs kernel: usb 2-1: SerialNumber: L80020307150840450 Jun 6 17:25:44 upstairs kernel: usb usb10: configuration #1 chosen from 1 choice Jun 6 17:25:44 upstairs kernel: hub 10-0:1.0: USB hub found Jun 6 17:25:44 upstairs kernel: hub 10-0:1.0: 2 ports detected Jun 6 17:25:44 upstairs kernel: usb 2-2: new low speed USB device using uhci_hcd and address 3 Jun 6 17:25:44 upstairs kernel: usb 2-2: configuration #1 chosen from 1 choice Jun 6 17:25:44 upstairs kernel: usb 2-2: New USB device found, idVendor=045e, idProduct=00f1 Jun 6 17:25:44 upstairs kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Jun 6 17:25:44 upstairs kernel: usb 2-2: Product: Microsoft Wireless Desktop Receiver 3.1A Jun 6 17:25:44 upstairs kernel: usb 2-2: Manufacturer: Microsft Jun 6 17:25:44 upstairs kernel: usb 9-2: new full speed USB device using ohci_hcd and address 2 Jun 6 17:25:44 upstairs kernel: usb 9-2: not running at top speed; connect to a high speed hub Jun 6 17:25:44 upstairs kernel: usb 9-2: configuration #1 chosen from 1 choice Jun 6 17:25:44 upstairs kernel: hub 9-2:1.0: USB hub found Jun 6 17:25:44 upstairs kernel: hub 9-2:1.0: 4 ports detected Jun 6 17:25:44 upstairs kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0001 Jun 6 17:25:44 upstairs kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 6 17:25:44 upstairs kernel: usb usb10: Product: OHCI Host Controller Jun 6 17:25:44 upstairs kernel: usb usb10: Manufacturer: Linux 2.6.26-rc5 ohci_hcd Jun 6 17:25:44 upstairs kernel: usb usb10: SerialNumber: 0000:02:0a.1 Jun 6 17:25:44 upstairs kernel: ACPI: PCI Interrupt 0000:02:0a.2[C] -> GSI 23 (level, low) -> IRQ 23 Jun 6 17:25:44 upstairs kernel: ehci_hcd 0000:02:0a.2: EHCI Host Controller Jun 6 17:25:44 upstairs kernel: ehci_hcd 0000:02:0a.2: new USB bus registered, assigned bus number 11 Jun 6 17:25:44 upstairs kernel: ehci_hcd 0000:02:0a.2: irq 23, io mem 0xfbfff800 Jun 6 17:25:44 upstairs kernel: ehci_hcd 0000:02:0a.2: USB 2.0 started, EHCI 0.95, driver 10 Dec 2004 Jun 6 17:25:44 upstairs kernel: usb usb11: configuration #1 chosen from 1 choice Jun 6 17:25:44 upstairs kernel: hub 11-0:1.0: USB hub found Jun 6 17:25:44 upstairs kernel: hub 11-0:1.0: 5 ports detected Jun 6 17:25:44 upstairs kernel: usb 9-2: New USB device found, idVendor=0409, idProduct=0059 Jun 6 17:25:44 upstairs kernel: usb 9-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Jun 6 17:25:44 upstairs kernel: usb 9-2: USB disconnect, address 2 Jun 6 17:25:44 upstairs kernel: usb usb11: New USB device found, idVendor=1d6b, idProduct=0002 Jun 6 17:25:44 upstairs kernel: usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jun 6 17:25:44 upstairs kernel: usb usb11: Product: EHCI Host Controller Jun 6 17:25:44 upstairs kernel: usb usb11: Manufacturer: Linux 2.6.26-rc5 ehci_hcd Jun 6 17:25:44 upstairs kernel: usb usb11: SerialNumber: 0000:02:0a.2 Jun 6 17:25:44 upstairs kernel: ACPI: PCI Interrupt 0000:02:0b.0[A] -> GSI 22 (level, low) -> IRQ 22 Jun 6 17:25:44 upstairs kernel: ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[22] MMIO=[fbfff000-fbfff7ff] Max Packet=[2048] IR/IT contexts=[4/8] Jun 6 17:25:44 upstairs kernel: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04B8 pid 0x0005 Jun 6 17:25:44 upstairs kernel: input: Microsft Microsoft Wireless Desktop Receiver 3.1A as /devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/input/input2 Jun 6 17:25:44 upstairs kernel: input: USB HID v1.11 Keyboard [Microsft Microsoft Wireless Desktop Receiver 3.1A] on usb-0000:00:1d.1-2 Jun 6 17:25:44 upstairs kernel: usb 11-3: new high speed USB device using ehci_hcd and address 2 Jun 6 17:25:44 upstairs kernel: dib0700: loaded with support for 7 different device-types Jun 6 17:25:44 upstairs kernel: dvb-usb: found a 'Hauppauge Nova-T 500 Dual DVB-T' in warm state. Jun 6 17:25:44 upstairs kernel: dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. Jun 6 17:25:44 upstairs kernel: DVB: registering new adapter (Hauppauge Nova-T 500 Dual DVB-T) Jun 6 17:25:44 upstairs kernel: usb 11-3: configuration #1 chosen from 1 choice Jun 6 17:25:44 upstairs kernel: hub 11-3:1.0: USB hub found Jun 6 17:25:44 upstairs kernel: hub 11-3:1.0: 4 ports detected Jun 6 17:25:44 upstairs kernel: input: Microsft Microsoft Wireless Desktop Receiver 3.1A as /devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.1/input/input3 Jun 6 17:25:44 upstairs kernel: input: USB HID v1.11 Mouse [Microsft Microsoft Wireless Desktop Receiver 3.1A] on usb-0000:00:1d.1-2 Jun 6 17:25:44 upstairs kernel: DVB: registering frontend 0 (DiBcom 3000MC/P)... Jun 6 17:25:44 upstairs kernel: usb 11-3: New USB device found, idVendor=0409, idProduct=0059 Jun 6 17:25:44 upstairs kernel: usb 11-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Jun 6 17:25:44 upstairs kernel: usbcore: registered new interface driver usblp Jun 6 17:25:44 upstairs kernel: usbcore: registered new interface driver usbhid Jun 6 17:25:44 upstairs kernel: usbhid: v2.6:USB HID core driver Jun 6 17:25:44 upstairs kernel: MT2060: successfully identified (IF1 = 1230) Jun 6 17:25:44 upstairs kernel: dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. Jun 6 17:25:44 upstairs kernel: DVB: registering new adapter (Hauppauge Nova-T 500 Dual DVB-T) Jun 6 17:25:44 upstairs kernel: DVB: registering frontend 1 (DiBcom 3000MC/P)... Jun 6 17:25:44 upstairs kernel: MT2060: successfully identified (IF1 = 1234) Jun 6 17:25:44 upstairs kernel: ieee1394: Host added: ID:BUS[0-00:1023] GUID[00110666000013cc] Jun 6 17:25:44 upstairs kernel: input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:1e.0/0000:02:09.2/usb8/8-1/input/input4 Jun 6 17:25:44 upstairs kernel: dvb-usb: schedule remote query interval to 150 msecs. Jun 6 17:25:44 upstairs kernel: dvb-usb: Hauppauge Nova-T 500 Dual DVB-T successfully initialized and connected. Jun 6 17:25:44 upstairs kernel: usbcore: registered new interface driver dvb_usb_dib0700 Jun 6 17:25:44 upstairs kernel: fuse init (API version 7.9) Jun 6 17:25:44 upstairs kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 6 17:25:44 upstairs kernel: kjournald starting. Commit interval 5 seconds Jun 6 17:25:44 upstairs kernel: EXT3 FS on sdb6, internal journal Jun 6 17:25:44 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 6 17:25:44 upstairs kernel: kjournald starting. Commit interval 5 seconds Jun 6 17:25:44 upstairs kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 6 17:25:44 upstairs kernel: EXT3 FS on sda6, internal journal Jun 6 17:25:44 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 6 17:25:44 upstairs kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 6 17:25:44 upstairs kernel: kjournald starting. Commit interval 5 seconds Jun 6 17:25:44 upstairs kernel: EXT3 FS on sda7, internal journal Jun 6 17:25:44 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 6 17:25:44 upstairs kernel: kjournald starting. Commit interval 5 seconds Jun 6 17:25:44 upstairs kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Jun 6 17:25:44 upstairs kernel: EXT3 FS on sdc2, internal journal Jun 6 17:25:44 upstairs kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 6 17:25:44 upstairs kernel: Adding 4096532k swap on /dev/sda5. Priority:-1 extents:1 across:4096532k Jun 6 17:25:44 upstairs kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 Jun 6 17:25:44 upstairs kernel: ip_tables: (C) 2000-2006 Netfilter Core Team Jun 6 17:25:44 upstairs kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max) Jun 6 17:25:44 upstairs kernel: parport_pc 00:06: disabled Jun 6 17:25:44 upstairs kernel: pnp: the driver 'parport_pc' has been unregistered Jun 6 17:25:44 upstairs kernel: ieee1394: Node removed: ID:BUS[0-00:1023] GUID[00110666000013cc] Jun 6 17:26:31 upstairs kernel: usb 11-2: new high speed USB device using ehci_hcd and address 3 Jun 6 17:26:31 upstairs kernel: usb 11-2: configuration #1 chosen from 1 choice Jun 6 17:26:31 upstairs kernel: usb 11-2: New USB device found, idVendor=0930, idProduct=6545 Jun 6 17:26:31 upstairs kernel: usb 11-2: New USB device strings: Mfr=0, Product=2, SerialNumber=3 Jun 6 17:26:31 upstairs kernel: usb 11-2: Product: USB Flash Memory Jun 6 17:26:31 upstairs kernel: usb 11-2: SerialNumber: 0EC065712361A91E Jun 6 17:26:31 upstairs kernel: Initializing USB Mass Storage driver... Jun 6 17:26:31 upstairs kernel: scsi4 : SCSI emulation for USB Mass Storage devices Jun 6 17:26:31 upstairs kernel: usbcore: registered new interface driver usb-storage Jun 6 17:26:31 upstairs kernel: USB Mass Storage support registered. Jun 6 17:26:31 upstairs kernel: usb-storage: device found at 3 Jun 6 17:26:31 upstairs kernel: usb-storage: waiting for device to settle before scanning Jun 6 17:26:36 upstairs kernel: scsi 4:0:0:0: Direct-Access USB Flash Memory 5.00 PQ: 0 ANSI: 0 CCS Jun 6 17:26:37 upstairs kernel: sd 4:0:0:0: [sdd] 2013184 512-byte hardware sectors (1031 MB) Jun 6 17:26:37 upstairs kernel: sd 4:0:0:0: [sdd] Write Protect is off Jun 6 17:26:37 upstairs kernel: sd 4:0:0:0: [sdd] Mode Sense: 23 00 00 00 Jun 6 17:26:37 upstairs kernel: sd 4:0:0:0: [sdd] Assuming drive cache: write through Jun 6 17:26:38 upstairs kernel: sd 4:0:0:0: [sdd] 2013184 512-byte hardware sectors (1031 MB) Jun 6 17:26:38 upstairs kernel: sd 4:0:0:0: [sdd] Write Protect is off Jun 6 17:26:38 upstairs kernel: sd 4:0:0:0: [sdd] Mode Sense: 23 00 00 00 Jun 6 17:26:38 upstairs kernel: sd 4:0:0:0: [sdd] Assuming drive cache: write through Jun 6 17:26:38 upstairs kernel: sdd: sdd1 Jun 6 17:26:38 upstairs kernel: sd 4:0:0:0: [sdd] Attached SCSI removable disk Jun 6 17:26:38 upstairs kernel: usb-storage: device scan complete ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-06 17:35 ` Chris Clayton @ 2008-06-09 4:51 ` Grant Grundler 2008-06-10 18:46 ` Chris Clayton 0 siblings, 1 reply; 40+ messages in thread From: Grant Grundler @ 2008-06-09 4:51 UTC (permalink / raw) To: chris2553 Cc: James Bottomley, Andrew Morton, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki On Fri, Jun 6, 2008 at 10:35 AM, Chris Clayton <chris2553@googlemail.com> wrote: >... > Yes, I still get the boot pause and the delay in desktop icons appearing when a > usb-storage device is plugged in with -rc5. A boot log is attached. Is there > some sort of verbose scsi boot messaging that I can switch on? I've looked but > I'm damned if I can find anything in 'make menuconfig'. SCSI_CONSTANTS and SCSI_LOGGING might help. Both live in the SCSI options menu. Read the Kconfig help on how to use SCSI_LOGGING. Can you please also enable CONFIG_PRINTK_TIME ? Using the timestamps in /var/log/messages is ok but not the most reliable place to get somewhat accurate time stamps of events. hth, grant ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-09 4:51 ` Grant Grundler @ 2008-06-10 18:46 ` Chris Clayton 0 siblings, 0 replies; 40+ messages in thread From: Chris Clayton @ 2008-06-10 18:46 UTC (permalink / raw) To: Grant Grundler Cc: James Bottomley, Andrew Morton, LKML, linux-scsi, Hannes Reinecke, Rafael J. Wysocki On Monday 09 June 2008, Grant Grundler wrote: > On Fri, Jun 6, 2008 at 10:35 AM, Chris Clayton <chris2553@googlemail.com> wrote: > >... > > Yes, I still get the boot pause and the delay in desktop icons appearing > > when a usb-storage device is plugged in with -rc5. A boot log is > > attached. Is there some sort of verbose scsi boot messaging that I can > > switch on? I've looked but I'm damned if I can find anything in 'make > > menuconfig'. > > SCSI_CONSTANTS and SCSI_LOGGING might help. > Both live in the SCSI options menu. Read the Kconfig help on how > to use SCSI_LOGGING. > > Can you please also enable CONFIG_PRINTK_TIME ? I've enabled CONFIG_PRINTK_TIME and will look into the SCSI options. Thanks > > Using the timestamps in /var/log/messages is ok but not the most > reliable place to get somewhat accurate time stamps of events. > > hth, > grant -- Beauty is in the eye of the beerholder. ^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: 2,6.26-rc4-git2 - long pause during boot 2008-06-06 5:17 ` 2,6.26-rc4-git2 - long pause during boot Andrew Morton 2008-06-06 6:07 ` Chris Clayton @ 2008-06-06 10:45 ` Rafael J. Wysocki 1 sibling, 0 replies; 40+ messages in thread From: Rafael J. Wysocki @ 2008-06-06 10:45 UTC (permalink / raw) To: Andrew Morton; +Cc: chris2553, LKML, linux-scsi, Hannes Reinecke On Friday, 6 of June 2008, Andrew Morton wrote: > On Sun, 1 Jun 2008 04:15:05 +0000 Chris Clayton <chris2553@googlemail.com> wrote: > > > Hi, > > > > I've just started testing 2.6.26 on my desktop machine and have found that I get > > a long pause (20 seconds or so) as the system boots. By pause I mean that the > > boot messages that normally scroll by stop doing so for, as I say, about 20 > > seconds. > > > > I've done a bisect and arrived at: > > > > b0ed43360fdca227048d88a08290365cb681c1a8 is first bad commit > > commit b0ed43360fdca227048d88a08290365cb681c1a8 > > Author: Hannes Reinecke <hare@suse.de> > > Date: Tue Mar 18 14:32:28 2008 +0100 > > > > [SCSI] add scsi_host and scsi_target to scsi_bus > > > > This patch implements scsi_host and scsi_target device types > > and adds both to the scsi_bus. > > > > Signed-off-by: Hannes Reinecke <hare@suse.de> > > Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> > > Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com> > > > > :040000 040000 4e3140909966b4c9aa987d34ee4078d283fe0351 > > 46e4fd28cc537ba700eb4f5652abf043fed4d76d M drivers > > > > The config file for that kernel is attached as are the kernel log for booting > > that kernel and the bisect log. > > > > I've also noticed that it takes much longer for icons to appear on my desktop > > when I plug a usb storage device in. (The icons are shown/hidden by a simple > > sctript that is run via udev when the device is attached/detached.) > > Do you believe that this is the same period? 20 seconds? > > > Let me know of any way I can help solve this. > > > > Please cc me to any reply as I'm not subscribed. > > cc's added. > > Rafael, we might need to track this as a post-2.6.26 regression. We're tracking it as http://bugzilla.kernel.org/show_bug.cgi?id=10861 . Thanks, Rafael ^ permalink raw reply [flat|nested] 40+ messages in thread
end of thread, other threads:[~2008-06-14 6:03 UTC | newest]
Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200806010415.05290.chris2553@googlemail.com>
2008-06-06 5:17 ` 2,6.26-rc4-git2 - long pause during boot Andrew Morton
2008-06-06 6:07 ` Chris Clayton
2008-06-06 6:21 ` Andrew Morton
2008-06-06 6:25 ` Andrew Morton
2008-06-06 15:22 ` James Bottomley
2008-06-06 18:03 ` Andrew Morton
2008-06-06 18:40 ` James Bottomley
2008-06-07 5:16 ` Chris Clayton
[not found] ` <1212777612.16182.21.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2008-06-08 6:19 ` Chris Clayton
[not found] ` <200806080619.17531.chris2553-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2008-06-08 18:37 ` James Bottomley
2008-06-09 23:07 ` Greg KH
[not found] ` <20080609230747.GD23391-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2008-06-10 18:49 ` Chris Clayton
[not found] ` <1212950276.3574.7.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2008-06-10 22:06 ` Chris Clayton
2008-06-10 22:19 ` Alan Stern
2008-06-11 18:58 ` Chris Clayton
2008-06-11 19:15 ` Greg KH
2008-06-11 19:24 ` James Bottomley
2008-06-11 19:29 ` Stefan Richter
2008-06-11 19:36 ` James Bottomley
[not found] ` <1213212965.3461.12.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2008-06-13 6:56 ` Chris Clayton
2008-06-13 14:12 ` James Bottomley
2008-06-11 19:33 ` Greg KH
2008-06-11 19:51 ` Chris Clayton
2008-06-11 21:04 ` Stefan Richter
2008-06-11 21:46 ` Stefan Richter
[not found] ` <485047C1.3020200-MtYdepGKPcBMYopoZt5u/LNAH6kLmebB@public.gmane.org>
2008-06-11 22:03 ` Stefan Richter
[not found] ` <48504B94.9050100-MtYdepGKPcBMYopoZt5u/LNAH6kLmebB@public.gmane.org>
2008-06-14 6:03 ` Chris Clayton
2008-06-09 14:46 ` Alan Stern
2008-06-09 19:10 ` Stefan Richter
2008-06-09 19:40 ` Alan Stern
2008-06-09 21:35 ` Chris Clayton
2008-06-10 19:00 ` Chris Clayton
2008-06-10 19:38 ` Stefan Richter
2008-06-06 14:11 ` James Bottomley
2008-06-06 14:42 ` Rafael J. Wysocki
2008-06-06 17:42 ` Chris Clayton
2008-06-06 17:35 ` Chris Clayton
2008-06-09 4:51 ` Grant Grundler
2008-06-10 18:46 ` Chris Clayton
2008-06-06 10:45 ` Rafael J. Wysocki
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox