Greetings,

I tried to jump to kernel 2.5.15 today, but with not much success... After 
the usual boot I load the USB modules. The attached webcams are detected, but 
when I try to get a picture, the program hangs. I can ^C it, but a second 
attempt causes a 'D' process that's hanging in "down_i" (that's all 'ps' 
gives me). Maybe a lock too much? I tried both uhci and usb-uhci. 

Also it doesn't matter which devices are attached, the CPiA cam or my Philips 
cams. 'devices' does show all the info, so maybe its an ISOC issue...

There have been other oddities. Once, /proc/bus/usb/devices showed only a few 
webcams. When I unplugged a cam, for testing, my kernel log suddenly started 
scrolling with detection routines of the rest of the devices. 

One other time I had loaded uhci, tried the cam, then unloaded it, with an 
Oops as a result. I'm not sure if it's relevant.

Since the last 2.5. kernel I got working was 2.5.6, maybe I'm missing 
something? I'm not sure where to begin debugging this time... Any help, hints 
and suggestions are appreciated.

 - Nemosoft
ksymoops 2.3.7 on i686 2.5.15.  Options used
     -V (default)
     -k /proc/ksyms (default)
     -l /proc/modules (default)
     -o /lib/modules/2.5.15/ (default)
     -m /usr/src/linux/System.map (default)

Warning: You did not tell me where to find symbol information.  I will
assume that the log matches the kernel and modules that are running
right now and I'll use the default options above for symbol resolution.
If the current kernel and/or modules do not match the log, you can get
more accurate output by telling me the kernel version and where to find
map, modules, ksyms etc.  ksymoops -h explains the options.

Error (regular_file): read_system_map stat /usr/src/linux/System.map failed
Warning (compare_ksyms_lsmod): module uhci is in lsmod but not in ksyms, probably no 
symbols exported
Warning (compare_maps): mismatch on symbol usb_devfs_handle  , usbcore says d88c5440, 
/lib/modules/2.5.15/kernel/drivers/usb/core/usbcore.o says d88c4f60.  Ignoring 
/lib/modules/2.5.15/kernel/drivers/usb/core/usbcore.o entry
kernel BUG at usb.c:987!
invalid operand: 0000
CPU:    0
EIP:    0010:[<d88b8c7e>]    Not tainted
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010246
eax: 00000000   ebx: cc032c00   ecx: d7f6c9c4   edx: c1368220
esi: d7d71360   edi: d88c50a4   ebp: ffffffff   esp: d7917f4c
ds: 0018   es: 0018   ss: 0018
Stack: cc032df8 d88b9b8f cc032c00 d7d71260 d88ebe20 d88e6000 bfffe94c 000000c4 
       cc032c00 d88ea6fe cd4345c0 d7f6d800 c018151f d7f6d800 d88e6000 fffffff0 
       d88ea87e d88ebe20 c0114db3 d88e6000 fffffff0 d4710000 bfffe94c c0114257 
Call Trace: [<d88b9b8f>] [<d88ebe20>] [<d88ea6fe>] [<c018151f>] [<d88ea87e>] 
   [<d88ebe20>] [<c0114db3>] [<c0114257>] [<c0106c97>] 
Code: 0f 0b db 03 54 1c 8c d8 8b 83 cc 00 00 00 8b 40 1c 53 8b 40 

>>EIP; d88b8c7e <[usbcore]usb_free_dev+26/5c>   <=====
Trace; d88b9b8f <[usbcore]usb_disconnect+157/164>
Trace; d88ebe20 <__module_license+7d0a/????>
Trace; d88ea6fe <__module_license+65e8/????>
Trace; c018151f <pci_unregister_driver+33/4c>
Trace; d88ea87e <__module_license+6768/????>
Trace; d88ebe20 <__module_license+7d0a/????>
Trace; c0114db3 <try_inc_mod_count+c73/128c>
Trace; c0114257 <try_inc_mod_count+117/128c>
Trace; c0106c97 <__up_wakeup+10d7/245c>
Code;  d88b8c7e <[usbcore]usb_free_dev+26/5c>
00000000 <_EIP>:
Code;  d88b8c7e <[usbcore]usb_free_dev+26/5c>   <=====
   0:   0f 0b                     ud2a      <=====
Code;  d88b8c80 <[usbcore]usb_free_dev+28/5c>
   2:   db 03                     fildl  (%ebx)
Code;  d88b8c82 <[usbcore]usb_free_dev+2a/5c>
   4:   54                        push   %esp
Code;  d88b8c83 <[usbcore]usb_free_dev+2b/5c>
   5:   1c 8c                     sbb    $0x8c,%al
Code;  d88b8c85 <[usbcore]usb_free_dev+2d/5c>
   7:   d8 8b 83 cc 00 00         fmuls  0xcc83(%ebx)
Code;  d88b8c8b <[usbcore]usb_free_dev+33/5c>
   d:   00 8b 40 1c 53 8b         add    %cl,0x8b531c40(%ebx)
Code;  d88b8c91 <[usbcore]usb_free_dev+39/5c>
  13:   40                        inc    %eax


3 warnings and 1 error issued.  Results may not be reliable.
May 12 23:03:54 compiler kernel: klogd 1.3-3, log source = /proc/kmsg started.
May 12 23:03:54 compiler kernel: Inspecting /System.map
May 12 23:03:54 compiler kernel: Symbol table has incorrect version number. 
May 12 23:03:54 compiler kernel: Cannot find map file.
May 12 23:03:54 compiler kernel: Error seeking in /dev/kmem 
May 12 23:03:54 compiler kernel: Symbol #i2c-proc, value d88d7000 
May 12 23:03:54 compiler kernel: Error adding kernel module table entry. 
May 12 23:03:54 compiler kernel: Linux version 2.5.15 (jvoosten@compiler) (gcc version 
2.95.3 20010315 (release)) #1 Sun May 12 21:54:15 CEST 2002
May 12 23:03:54 compiler kernel: BIOS-provided physical RAM map:
May 12 23:03:54 compiler kernel:  BIOS-e820: 0000000000000000 - 000000000009fc00 
(usable)
May 12 23:03:54 compiler kernel:  BIOS-e820: 000000000009fc00 - 00000000000a0000 
(reserved)
May 12 23:03:54 compiler kernel:  BIOS-e820: 00000000000f0000 - 0000000000100000 
(reserved)
May 12 23:03:54 compiler kernel:  BIOS-e820: 0000000000100000 - 0000000018000000 
(usable)
May 12 23:03:54 compiler kernel:  BIOS-e820: 00000000ffff0000 - 0000000100000000 
(reserved)
May 12 23:03:54 compiler kernel: 384MB LOWMEM available.
May 12 23:03:54 compiler kernel: On node 0 totalpages: 98304
May 12 23:03:54 compiler kernel: zone(0): 4096 pages.
May 12 23:03:54 compiler kernel: zone(1): 94208 pages.
May 12 23:03:54 compiler kernel: zone(2): 0 pages.
May 12 23:03:54 compiler kernel: Kernel command line: auto BOOT_IMAGE=l2515 ro root=902
May 12 23:03:54 compiler kernel: Initializing CPU#0
May 12 23:03:54 compiler kernel: Detected 400.919 MHz processor.
May 12 23:03:54 compiler kernel: Console: colour VGA+ 80x50
May 12 23:03:54 compiler kernel: Calibrating delay loop... 799.53 BogoMIPS
May 12 23:03:54 compiler kernel: Memory: 387480k/393216k available (1071k kernel code, 
5348k reserved, 365k data, 212k init, 0k highmem)
May 12 23:03:54 compiler kernel: Dentry-cache hash table entries: 65536 (order: 7, 
524288 bytes)
May 12 23:03:54 compiler kernel: Inode-cache hash table entries: 32768 (order: 6, 
262144 bytes)
May 12 23:03:54 compiler kernel: Mount-cache hash table entries: 512 (order: 0, 4096 
bytes)
May 12 23:03:54 compiler kernel: CPU: Before vendor init, caps: 0183f9ff 00000000 
00000000, vendor = 0
May 12 23:03:54 compiler kernel: CPU: L1 I cache: 16K, L1 D cache: 16K
May 12 23:03:54 compiler kernel: CPU: L2 cache: 128K
May 12 23:03:54 compiler kernel: CPU: After vendor init, caps: 0183f9ff 00000000 
00000000 00000000
May 12 23:03:54 compiler kernel: Intel machine check architecture supported.
May 12 23:03:54 compiler kernel: Intel machine check reporting enabled on CPU#0.
May 12 23:03:54 compiler kernel: CPU:     After generic, caps: 0183f9ff 00000000 
00000000 00000000
May 12 23:03:54 compiler kernel: CPU:             Common caps: 0183f9ff 00000000 
00000000 00000000
May 12 23:03:54 compiler kernel: CPU: Intel Celeron (Mendocino) stepping 00
May 12 23:03:54 compiler kernel: Enabling fast FPU save and restore... done.
May 12 23:03:54 compiler kernel: Checking 'hlt' instruction... OK.
May 12 23:03:54 compiler kernel: POSIX conformance testing by UNIFIX
May 12 23:03:54 compiler kernel: mtrr: v1.40 (20010327) Richard Gooch 
([EMAIL PROTECTED])
May 12 23:03:54 compiler kernel: mtrr: detected mtrr type: Intel
May 12 23:03:54 compiler kernel: Linux NET4.0 for Linux 2.4
May 12 23:03:54 compiler kernel: Based upon Swansea University Computer Society 
NET3.039
May 12 23:03:54 compiler kernel: Initializing RT netlink socket
May 12 23:03:54 compiler kernel: PCI: PCI BIOS revision 2.10 entry at 0xfb330, last 
bus=1
May 12 23:03:54 compiler kernel: PCI: Using configuration type 1
May 12 23:03:54 compiler kernel: PCI: Probing PCI hardware
May 12 23:03:54 compiler kernel: PCI: Probing PCI hardware (bus 00)
May 12 23:03:54 compiler kernel: Unknown bridge resource 0: assuming transparent
May 12 23:03:54 compiler kernel: PCI: Using IRQ router PIIX [8086/7110] at 00:07.0
May 12 23:03:54 compiler kernel: apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16)
May 12 23:03:54 compiler kernel: Starting kswapd
May 12 23:03:54 compiler kernel: BIO: pool of 256 setup, 14Kb (56 bytes/bio)
May 12 23:03:54 compiler kernel: biovec: init pool 0, 1 entries, 12 bytes
May 12 23:03:54 compiler kernel: biovec: init pool 1, 4 entries, 48 bytes
May 12 23:03:54 compiler kernel: biovec: init pool 2, 16 entries, 192 bytes
May 12 23:03:54 compiler kernel: biovec: init pool 3, 64 entries, 768 bytes
May 12 23:03:54 compiler kernel: biovec: init pool 4, 128 entries, 1536 bytes
May 12 23:03:54 compiler kernel: biovec: init pool 5, 256 entries, 3072 bytes
May 12 23:03:54 compiler kernel: Journalled Block Device driver loaded
May 12 23:03:54 compiler kernel: devfs: v1.13 (20020406) Richard Gooch 
([EMAIL PROTECTED])
May 12 23:03:54 compiler kernel: devfs: boot_options: 0x0
May 12 23:03:54 compiler kernel: Limiting direct PCI/PCI transfers.
May 12 23:03:54 compiler kernel: Serial driver version 5.05c (2001-07-08) with 
MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
May 12 23:03:54 compiler kernel: ttyS00 at 0x03f8 (irq = 4) is a 16550A
May 12 23:03:54 compiler kernel: ttyS01 at 0x02f8 (irq = 3) is a 16550A
May 12 23:03:54 compiler kernel: Real Time Clock Driver v1.11
May 12 23:03:54 compiler kernel: block: 256 slots per queue, batch=32
May 12 23:03:54 compiler kernel: ATA/ATAPI driver v7.0.0
May 12 23:03:54 compiler kernel: ATA: system bus speed 33MHz
May 12 23:03:54 compiler kernel: ATA: Intel Corp. 82371AB PIIX4 IDE (8086:7111) on PCI 
slot 00:07.1
May 12 23:03:54 compiler kernel: ATA: chipset rev.: 1
May 12 23:03:54 compiler kernel: ATA: non-legacy mode: IRQ probe delayed
May 12 23:03:54 compiler kernel: PIIX: Intel Corp. 82371AB PIIX4 IDE UDMA33 controller 
on pci00:07.1
May 12 23:03:54 compiler kernel:     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: 
hda:DMA, hdb:DMA
May 12 23:03:54 compiler kernel: hda: FUJITSU MPG3307AT, ATA DISK drive
May 12 23:03:54 compiler kernel: hdb: CD-ROM 32X/AKU, ATAPI CD/DVD-ROM drive
May 12 23:03:54 compiler kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
May 12 23:03:54 compiler kernel: hda: 60046560 sectors w/2048KiB Cache, 
CHS=59570/16/63, UDMA(33)
May 12 23:03:54 compiler kernel: Partition check:
May 12 23:03:54 compiler kernel:  /dev/ide/host0/bus0/target0/lun0: [PTBL] 
[3971/240/63] p1 p2 p3
May 12 23:03:54 compiler kernel: SCSI subsystem driver Revision: 1.00
May 12 23:03:54 compiler kernel: PCI: Found IRQ 15 for device 00:09.0
May 12 23:03:54 compiler kernel: ncr53c8xx: at PCI bus 0, device 9, function 0
May 12 23:03:54 compiler kernel: ncr53c8xx: 53c875J detected with Symbios NVRAM
May 12 23:03:54 compiler kernel: ncr53c875J-0: rev 0x4 on pci bus 0 device 9 function 
0 irq 15
May 12 23:03:54 compiler kernel: ncr53c875J-0: Symbios format NVRAM, ID 7, Fast-20, 
Parity Checking
May 12 23:03:54 compiler kernel: ncr53c875J-0: on-chip RAM at 0xe3001000
May 12 23:03:54 compiler kernel: ncr53c875J-0: restart (scsi reset).
May 12 23:03:54 compiler kernel: ncr53c875J-0: Downloading SCSI SCRIPTS.
May 12 23:03:54 compiler kernel: scsi0 : ncr53c8xx-3.4.3b-20010512
May 12 23:03:54 compiler kernel:   Vendor: IBM       Model: DCAS-34330W       Rev: S65A
May 12 23:03:54 compiler kernel:   Type:   Direct-Access                      ANSI 
SCSI revision: 02
May 12 23:03:54 compiler kernel:   Vendor: IBM       Model: DCAS-34330W       Rev: S65A
May 12 23:03:54 compiler kernel:   Type:   Direct-Access                      ANSI 
SCSI revision: 02
May 12 23:03:54 compiler kernel:   Vendor: GENERIC   Model: CRD-RW2           Rev: 1.12
May 12 23:03:54 compiler kernel:   Type:   CD-ROM                             ANSI 
SCSI revision: 02
May 12 23:03:54 compiler kernel: ncr53c875J-0-<4,*>: target did not report SYNC.
May 12 23:03:54 compiler kernel:   Vendor: JVC       Model: XR-W2010          Rev: 1.51
May 12 23:03:54 compiler kernel:   Type:   WORM                               ANSI 
SCSI revision: 02
May 12 23:03:54 compiler kernel: ncr53c875J-0-<0,0>: tagged command queue depth set to 
32
May 12 23:03:54 compiler kernel: ncr53c875J-0-<1,0>: tagged command queue depth set to 
32
May 12 23:03:54 compiler kernel: Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
May 12 23:03:54 compiler kernel: Attached scsi disk sdb at scsi0, channel 0, id 1, lun 0
May 12 23:03:54 compiler kernel: ncr53c875J-0-<0,*>: FAST-10 WIDE SCSI 20.0 MB/s (100 
ns, offset 15)
May 12 23:03:54 compiler kernel: SCSI device sda: 8467200 512-byte hdwr sectors (4335 
MB)
May 12 23:03:54 compiler kernel:  /dev/scsi/host0/bus0/target0/lun0: p1 p2 p3 p4
May 12 23:03:54 compiler kernel: ncr53c875J-0-<1,*>: FAST-10 WIDE SCSI 20.0 MB/s (100 
ns, offset 15)
May 12 23:03:54 compiler kernel: SCSI device sdb: 8467200 512-byte hdwr sectors (4335 
MB)
May 12 23:03:54 compiler kernel:  /dev/scsi/host0/bus0/target1/lun0: p1 p2 p3 p4
May 12 23:03:54 compiler kernel: md: linear personality registered as nr 1
May 12 23:03:54 compiler kernel: md: raid0 personality registered as nr 2
May 12 23:03:54 compiler kernel: md: raid1 personality registered as nr 3
May 12 23:03:54 compiler kernel: md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
May 12 23:03:54 compiler kernel: md: Autodetecting RAID arrays.
May 12 23:03:54 compiler kernel:  [events: 000000c0]
May 12 23:03:54 compiler kernel:  [events: 000002b5]
May 12 23:03:54 compiler kernel:  [events: 000002a0]
May 12 23:03:54 compiler kernel:  [events: 000000c0]
May 12 23:03:54 compiler kernel:  [events: 000002b5]
May 12 23:03:54 compiler kernel:  [events: 000002a0]
May 12 23:03:54 compiler kernel: md: autorun ...
May 12 23:03:54 compiler kernel: md: considering scsi/host0/bus0/target1/lun0/part3 ...
May 12 23:03:54 compiler kernel: md:  adding scsi/host0/bus0/target1/lun0/part3 ...
May 12 23:03:54 compiler kernel: md:  adding scsi/host0/bus0/target0/lun0/part3 ...
May 12 23:03:54 compiler kernel: md: created md1
May 12 23:03:54 compiler kernel: md: bind<scsi/host0/bus0/target0/lun0/part3,1>
May 12 23:03:54 compiler kernel: md: bind<scsi/host0/bus0/target1/lun0/part3,2>
May 12 23:03:54 compiler kernel: md: running: 
<scsi/host0/bus0/target1/lun0/part3><scsi/host0/bus0/target0/lun0/part3>
May 12 23:03:54 compiler kernel: md: scsi/host0/bus0/target1/lun0/part3's event 
counter: 000002a0
May 12 23:03:54 compiler kernel: md: scsi/host0/bus0/target0/lun0/part3's event 
counter: 000002a0
May 12 23:03:54 compiler kernel: md1: max total readahead window set to 496k
May 12 23:03:54 compiler kernel: md1: 2 data-disks, max readahead per data-disk: 248k
May 12 23:03:54 compiler kernel: raid0: looking at scsi/host0/bus0/target0/lun0/part3
May 12 23:03:54 compiler kernel: raid0:   comparing 
scsi/host0/bus0/target0/lun0/part3(1910720) with 
scsi/host0/bus0/target0/lun0/part3(1910720)
May 12 23:03:54 compiler kernel: raid0:   END
May 12 23:03:54 compiler kernel: raid0:   ==> UNIQUE
May 12 23:03:54 compiler kernel: raid0: 1 zones
May 12 23:03:54 compiler kernel: raid0: looking at scsi/host0/bus0/target1/lun0/part3
May 12 23:03:54 compiler kernel: raid0:   comparing 
scsi/host0/bus0/target1/lun0/part3(1910720) with 
scsi/host0/bus0/target0/lun0/part3(1910720)
May 12 23:03:54 compiler kernel: raid0:   EQUAL
May 12 23:03:54 compiler kernel: raid0: FINAL 1 zones
May 12 23:03:54 compiler kernel: raid0: zone 0
May 12 23:03:54 compiler kernel: raid0: checking scsi/host0/bus0/target0/lun0/part3 
... contained as device 0
May 12 23:03:54 compiler kernel:   (1910720) is smallest!.
May 12 23:03:54 compiler kernel: raid0: checking scsi/host0/bus0/target1/lun0/part3 
... contained as device 1
May 12 23:03:54 compiler kernel: raid0: zone->nb_dev: 2, size: 3821440
May 12 23:03:54 compiler kernel: raid0: current zone offset: 1910720
May 12 23:03:54 compiler kernel: raid0: done.
May 12 23:03:54 compiler kernel: raid0 : md_size is 3821440 blocks.
May 12 23:03:54 compiler kernel: raid0 : conf->smallest->size is 3821440 blocks.
May 12 23:03:54 compiler kernel: raid0 : nb_zone is 1.
May 12 23:03:54 compiler kernel: raid0 : Allocating 8 bytes for hash.
May 12 23:03:54 compiler kernel: md: updating md1 RAID superblock on device
May 12 23:03:54 compiler kernel: md: scsi/host0/bus0/target1/lun0/part3 [events: 
000002a1]<6>(write) scsi/host0/bus0/target1/lun0/part3's sb offset: 1910720
May 12 23:03:54 compiler kernel: md: scsi/host0/bus0/target0/lun0/part3 [events: 
000002a1]<6>(write) scsi/host0/bus0/target0/lun0/part3's sb offset: 1910720
May 12 23:03:54 compiler kernel: md: considering scsi/host0/bus0/target1/lun0/part2 ...
May 12 23:03:54 compiler kernel: md:  adding scsi/host0/bus0/target1/lun0/part2 ...
May 12 23:03:54 compiler kernel: md:  adding scsi/host0/bus0/target0/lun0/part2 ...
May 12 23:03:54 compiler kernel: md: created md0
May 12 23:03:54 compiler kernel: md: bind<scsi/host0/bus0/target0/lun0/part2,1>
May 12 23:03:54 compiler kernel: md: bind<scsi/host0/bus0/target1/lun0/part2,2>
May 12 23:03:54 compiler kernel: md: running: 
<scsi/host0/bus0/target1/lun0/part2><scsi/host0/bus0/target0/lun0/part2>
May 12 23:03:54 compiler kernel: md: scsi/host0/bus0/target1/lun0/part2's event 
counter: 000002b5
May 12 23:03:54 compiler kernel: md: scsi/host0/bus0/target0/lun0/part2's event 
counter: 000002b5
May 12 23:03:54 compiler kernel: md0: max total readahead window set to 496k
May 12 23:03:54 compiler kernel: md0: 2 data-disks, max readahead per data-disk: 248k
May 12 23:03:54 compiler kernel: raid0: looking at scsi/host0/bus0/target0/lun0/part2
May 12 23:03:54 compiler kernel: raid0:   comparing 
scsi/host0/bus0/target0/lun0/part2(1204544) with 
scsi/host0/bus0/target0/lun0/part2(1204544)
May 12 23:03:54 compiler kernel: raid0:   END
May 12 23:03:54 compiler kernel: raid0:   ==> UNIQUE
May 12 23:03:54 compiler kernel: raid0: 1 zones
May 12 23:03:54 compiler kernel: raid0: looking at scsi/host0/bus0/target1/lun0/part2
May 12 23:03:54 compiler kernel: raid0:   comparing 
scsi/host0/bus0/target1/lun0/part2(1204544) with 
scsi/host0/bus0/target0/lun0/part2(1204544)
May 12 23:03:54 compiler kernel: raid0:   EQUAL
May 12 23:03:54 compiler kernel: raid0: FINAL 1 zones
May 12 23:03:54 compiler kernel: raid0: zone 0
May 12 23:03:54 compiler kernel: raid0: checking scsi/host0/bus0/target0/lun0/part2 
... contained as device 0
May 12 23:03:54 compiler kernel:   (1204544) is smallest!.
May 12 23:03:54 compiler kernel: raid0: checking scsi/host0/bus0/target1/lun0/part2 
... contained as device 1
May 12 23:03:54 compiler kernel: raid0: zone->nb_dev: 2, size: 2409088
May 12 23:03:54 compiler kernel: raid0: current zone offset: 1204544
May 12 23:03:54 compiler kernel: raid0: done.
May 12 23:03:54 compiler kernel: raid0 : md_size is 2409088 blocks.
May 12 23:03:54 compiler kernel: raid0 : conf->smallest->size is 2409088 blocks.
May 12 23:03:54 compiler kernel: raid0 : nb_zone is 1.
May 12 23:03:54 compiler kernel: raid0 : Allocating 8 bytes for hash.
May 12 23:03:54 compiler kernel: md: updating md0 RAID superblock on device
May 12 23:03:54 compiler kernel: md: scsi/host0/bus0/target1/lun0/part2 [events: 
000002b6]<6>(write) scsi/host0/bus0/target1/lun0/part2's sb offset: 1204544
May 12 23:03:54 compiler kernel: md: scsi/host0/bus0/target0/lun0/part2 [events: 
000002b6]<6>(write) scsi/host0/bus0/target0/lun0/part2's sb offset: 1204544
May 12 23:03:54 compiler kernel: md: considering scsi/host0/bus0/target1/lun0/part1 ...
May 12 23:03:54 compiler kernel: md:  adding scsi/host0/bus0/target1/lun0/part1 ...
May 12 23:03:54 compiler kernel: md:  adding scsi/host0/bus0/target0/lun0/part1 ...
May 12 23:03:54 compiler kernel: md: created md2
May 12 23:03:54 compiler kernel: md: bind<scsi/host0/bus0/target0/lun0/part1,1>
May 12 23:03:54 compiler kernel: md: bind<scsi/host0/bus0/target1/lun0/part1,2>
May 12 23:03:54 compiler kernel: md: running: 
<scsi/host0/bus0/target1/lun0/part1><scsi/host0/bus0/target0/lun0/part1>
May 12 23:03:54 compiler kernel: md: scsi/host0/bus0/target1/lun0/part1's event 
counter: 000000c0
May 12 23:03:54 compiler kernel: md: scsi/host0/bus0/target0/lun0/part1's event 
counter: 000000c0
May 12 23:03:54 compiler kernel: md: RAID level 1 does not need chunksize! Continuing 
anyway.
May 12 23:03:54 compiler kernel: md2: max total readahead window set to 128k
May 12 23:03:54 compiler kernel: md2: 1 data-disks, max readahead per data-disk: 128k
May 12 23:03:54 compiler kernel: raid1: device scsi/host0/bus0/target1/lun0/part1 
operational as mirror 1
May 12 23:03:54 compiler kernel: raid1: device scsi/host0/bus0/target0/lun0/part1 
operational as mirror 0
May 12 23:03:54 compiler kernel: raid1: raid set md2 active with 2 out of 2 mirrors
May 12 23:03:54 compiler kernel: md: updating md2 RAID superblock on device
May 12 23:03:54 compiler kernel: md: scsi/host0/bus0/target1/lun0/part1 [events: 
000000c1]<6>(write) scsi/host0/bus0/target1/lun0/part1's sb offset: 1034240
May 12 23:03:54 compiler kernel: md: scsi/host0/bus0/target0/lun0/part1 [events: 
000000c1]<6>(write) scsi/host0/bus0/target0/lun0/part1's sb offset: 1034240
May 12 23:03:54 compiler kernel: md: ... autorun DONE.
May 12 23:03:54 compiler kernel: NET4: Linux TCP/IP 1.0 for NET4.0
May 12 23:03:54 compiler kernel: IP Protocols: ICMP, UDP, TCP
May 12 23:03:54 compiler kernel: IP: routing cache hash table of 4096 buckets, 32Kbytes
May 12 23:03:54 compiler kernel: TCP: Hash tables configured (established 32768 bind 
32768)
May 12 23:03:54 compiler kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
May 12 23:03:54 compiler kernel: VFS: Mounted root (ext2 filesystem) readonly.
May 12 23:03:54 compiler kernel: Freeing unused kernel memory: 212k freed
May 12 23:03:54 compiler kernel: Adding Swap: 83068k swap-space (priority -1)
May 12 23:03:54 compiler kernel: Adding Swap: 83072k swap-space (priority -2)
May 12 23:03:54 compiler kernel: kjournald starting.  Commit interval 5 seconds
May 12 23:03:54 compiler kernel: EXT3 FS 2.4-0.9.16, 02 Dec 2001 on ide0(3,3), 
internal journal
May 12 23:03:54 compiler kernel: EXT3-fs: mounted filesystem with ordered data mode.
May 12 23:03:54 compiler kernel: parport0: PC-style at 0x378 [PCSPP,TRISTATE,EPP]
May 12 23:03:54 compiler kernel: parport0: cpp_daisy: aa5500ff(38)
May 12 23:03:54 compiler kernel: parport0: assign_addrs: aa5500ff(38)
May 12 23:03:54 compiler kernel: parport0: cpp_daisy: aa5500ff(38)
May 12 23:03:54 compiler kernel: parport0: assign_addrs: aa5500ff(38)
May 12 23:03:54 compiler kernel: lp0: using parport0 (polling).
May 12 23:03:54 compiler kernel: ne2k-pci.c:v1.02 10/19/2000 D. Becker/P. Gortmaker
May 12 23:03:54 compiler kernel:   http://www.scyld.com/network/ne2k-pci.html
May 12 23:03:54 compiler kernel: PCI: Found IRQ 5 for device 00:0b.0
May 12 23:03:54 compiler kernel: eth0: Winbond 89C940 found at 0xe800, IRQ 5, 
00:40:95:00:00:A1.
May 12 23:03:54 compiler kernel: Linux video capture interface: v1.00
May 12 23:03:54 compiler kernel: i2c-core.o: i2c core module
May 12 23:03:54 compiler kernel: i2c-algo-bit.o: i2c bit algorithm module
May 12 23:03:54 compiler kernel: bttv: driver version 0.8.38 loaded [v4l]
May 12 23:03:54 compiler kernel: bttv: using 4 buffers with 2080k (520 pages) each for 
capture
May 12 23:03:54 compiler kernel: bttv: Host bridge is Intel Corp. 440BX/ZX - 
82443BX/ZX Host bridge
May 12 23:03:54 compiler kernel: bttv: Host bridge needs ETBF enabled.
May 12 23:03:54 compiler kernel: bttv: Bt8xx card found (0).
May 12 23:03:54 compiler kernel: PCI: Found IRQ 11 for device 00:0f.0
May 12 23:03:54 compiler kernel: PCI: Sharing IRQ 11 with 00:07.2
May 12 23:03:54 compiler kernel: bttv0: Bt848 (rev 18) at 00:0f.0, irq: 11, latency: 
32, mmio: 0xe3002000
May 12 23:03:54 compiler kernel: bttv0: using: BT848A(Aimslab Video Highway X) 
[card=14,insmod option]
May 12 23:03:54 compiler kernel: bttv0: enabling ETBF (430FX/VP3 compatibilty)
May 12 23:03:54 compiler kernel: i2c-core.o: adapter bt848 #0 registered as adapter 0.
May 12 23:03:54 compiler kernel: bttv0: i2c: checking for MSP34xx @ 0x80... not found
May 12 23:03:54 compiler kernel: bttv0: i2c: checking for TDA9875 @ 0xb0... not found
May 12 23:03:54 compiler kernel: bttv0: i2c: checking for TDA7432 @ 0x8a... not found
May 12 23:03:54 compiler kernel: tvaudio: TV audio decoder + audio/video mux driver
May 12 23:03:54 compiler kernel: tvaudio: known chips: 
tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6420,tda8425,pic16c54 (PV951)
May 12 23:03:54 compiler kernel: i2c-core.o: driver generic i2c audio driver 
registered.
May 12 23:03:54 compiler kernel: i2c-core.o: driver i2c TV tuner driver registered.
May 12 23:03:54 compiler kernel: tuner: probing bt848 #0 i2c adapter [id=0x10005]
May 12 23:03:54 compiler kernel: tuner: chip found @ 0xc0
May 12 23:03:54 compiler kernel: bttv0: i2c attach [client=Philips PAL,ok]
May 12 23:03:54 compiler kernel: i2c-core.o: client [Philips PAL] registered to 
adapter [bt848 #0](pos. 0).
May 12 23:03:54 compiler kernel: bttv0: registered device video0
May 12 23:03:54 compiler kernel: bttv0: registered device vbi0
May 12 23:03:54 compiler kernel: bttv0: registered device radio0
May 12 23:03:54 compiler kernel: bttv0: PLL: 28636363 => 35468950 .. ok
May 12 23:03:54 compiler kernel: i2c-proc.o version 2.6.1 (20010825)
May 12 23:05:17 compiler kernel: usb.c: registered new driver usbfs
May 12 23:05:17 compiler kernel: usb.c: registered new driver hub
May 12 23:05:17 compiler kernel: usb.c: registered new driver audio
May 12 23:05:17 compiler kernel: audio.c: v1.0.0:USB Audio Class driver
May 12 23:05:17 compiler kernel: V4L-Driver for Vision CPiA based cameras v0.7.4
May 12 23:05:18 compiler kernel: usb.c: registered new driver cpia
May 12 23:05:18 compiler kernel: usb-uhci.c: $Revision: 1.275 $ time 22:06:31 May 12 
2002
May 12 23:05:18 compiler kernel: usb-uhci.c: High bandwidth mode enabled
May 12 23:05:18 compiler kernel: PCI: Found IRQ 11 for device 00:07.2
May 12 23:05:18 compiler kernel: PCI: Sharing IRQ 11 with 00:0f.0
May 12 23:05:18 compiler kernel: usb-uhci.c: USB UHCI at I/O 0xe000, IRQ 11
May 12 23:05:18 compiler kernel: usb-uhci.c: Detected 2 ports
May 12 23:05:18 compiler kernel: hcd.c: new USB bus registered, assigned bus number 1
May 12 23:05:18 compiler kernel: usb.c: kmalloc IF d7d71d60, numif 1
May 12 23:05:18 compiler kernel: usb.c: new device strings: Mfr=0, Product=2, 
SerialNumber=1
May 12 23:05:18 compiler kernel: usb.c: USB device number 1 default language ID 0x0
May 12 23:05:18 compiler kernel: Product: USB UHCI Root Hub
May 12 23:05:18 compiler kernel: SerialNumber: e000
May 12 23:05:18 compiler kernel: hub.c: USB hub found at /
May 12 23:05:18 compiler kernel: hub.c: 2 ports detected
May 12 23:05:18 compiler kernel: hub.c: standalone hub
May 12 23:05:18 compiler kernel: hub.c: ganged power switching
May 12 23:05:18 compiler kernel: hub.c: global over-current protection
May 12 23:05:18 compiler kernel: hub.c: Port indicators are not supported
May 12 23:05:18 compiler kernel: hub.c: power on to power good time: 2ms
May 12 23:05:18 compiler kernel: hub.c: hub controller current requirement: 0mA
May 12 23:05:18 compiler kernel: hub.c: port removable status: RR
May 12 23:05:18 compiler kernel: hub.c: local power source is good
May 12 23:05:18 compiler kernel: hub.c: no over-current condition exists
May 12 23:05:18 compiler kernel: hub.c: enabling power on all ports
May 12 23:05:18 compiler kernel: usb.c: hub driver claimed interface d7d71d60
May 12 23:05:18 compiler kernel: usb.c: kusbd: /sbin/hotplug add 1
May 12 23:05:18 compiler kernel: usb.c: kusbd policy returned 0xfffffffe
May 12 23:05:18 compiler kernel: usb-uhci.c: v1.275:USB Universal Host Controller 
Interface driver
May 12 23:05:18 compiler kernel: hub.c: port 1, portstatus 100, change 0, 12 Mb/s
May 12 23:05:18 compiler kernel: hub.c: port 2, portstatus 101, change 1, 12 Mb/s
May 12 23:05:18 compiler kernel: hub.c: hub / port 2 connection change
May 12 23:05:18 compiler kernel: hub.c: hub / port 2, portstatus 101, change 1, 12 Mb/s
May 12 23:05:18 compiler kernel: hub.c: port 2, portstatus 101, change 0, 12 Mb/s
May 12 23:05:18 compiler last message repeated 3 times
May 12 23:05:18 compiler kernel: hub.c: port 2, portstatus 103, change 0, 12 Mb/s
May 12 23:05:18 compiler kernel: hub.c: new USB device 00:07.2-2, assigned address 2
May 12 23:05:18 compiler kernel: usb.c: kmalloc IF d7d71c60, numif 1
May 12 23:05:18 compiler kernel: usb.c: new device strings: Mfr=1, Product=2, 
SerialNumber=0
May 12 23:05:18 compiler kernel: usb.c: USB device number 2 default language ID 0x409
May 12 23:05:18 compiler kernel: Manufacturer: ALCOR MICRO INC
May 12 23:05:18 compiler kernel: Product: AU9814                 
May 12 23:05:18 compiler kernel: hub.c: USB hub found at 2
May 12 23:05:18 compiler kernel: hub.c: 4 ports detected
May 12 23:05:18 compiler kernel: hub.c: standalone hub
May 12 23:05:18 compiler kernel: hub.c: individual port power switching
May 12 23:05:18 compiler kernel: hub.c: individual port over-current protection
May 12 23:05:18 compiler kernel: hub.c: Port indicators are not supported
May 12 23:05:18 compiler kernel: hub.c: power on to power good time: 44ms
May 12 23:05:18 compiler kernel: hub.c: hub controller current requirement: 100mA
May 12 23:05:18 compiler kernel: hub.c: port removable status: RRRR
May 12 23:05:18 compiler kernel: hub.c: local power source is good
May 12 23:05:18 compiler kernel: hub.c: no over-current condition exists
May 12 23:05:18 compiler kernel: hub.c: enabling power on all ports
May 12 23:05:18 compiler kernel: usb.c: hub driver claimed interface d7d71c60
May 12 23:05:18 compiler kernel: usb.c: kusbd: /sbin/hotplug add 2
May 12 23:05:18 compiler kernel: usb.c: kusbd policy returned 0xfffffffe
May 12 23:05:18 compiler kernel: hub.c: port 1, portstatus 100, change 0, 12 Mb/s
May 12 23:05:18 compiler kernel: hub.c: port 2, portstatus 103, change 0, 12 Mb/s
May 12 23:05:18 compiler kernel: hub.c: port 1, portstatus 100, change 0, 12 Mb/s
May 12 23:05:18 compiler kernel: hub.c: port 2, portstatus 100, change 0, 12 Mb/s
May 12 23:05:18 compiler kernel: hub.c: port 3, portstatus 101, change 1, 12 Mb/s
May 12 23:05:18 compiler kernel: hub.c: hub 2 port 3 connection change
May 12 23:05:18 compiler kernel: hub.c: hub 2 port 3, portstatus 101, change 1, 12 Mb/s
May 12 23:05:18 compiler kernel: hub.c: port 3, portstatus 101, change 0, 12 Mb/s
May 12 23:05:19 compiler last message repeated 3 times
May 12 23:05:19 compiler kernel: hub.c: port 3, portstatus 103, change 10, 12 Mb/s
May 12 23:05:19 compiler kernel: hub.c: new USB device 00:07.2-2.3, assigned address 3
May 12 23:05:19 compiler kernel: usb.c: kmalloc IF d7d71b60, numif 1
May 12 23:05:19 compiler kernel: usb.c: new device strings: Mfr=0, Product=0, 
SerialNumber=0
May 12 23:05:19 compiler kernel: USB CPiA camera found
May 12 23:05:19 compiler kernel:   CPiA Version: 1.20 (2.0)
May 12 23:05:19 compiler kernel:   CPiA PnP-ID: 0553:0002:0100
May 12 23:05:19 compiler kernel:   VP-Version: 1.0 0141
May 12 23:05:19 compiler kernel: usb.c: cpia driver claimed interface d7d71b60
May 12 23:05:19 compiler kernel: usb.c: kusbd: /sbin/hotplug add 3
May 12 23:05:19 compiler kernel: usb.c: kusbd policy returned 0xfffffffe
May 12 23:05:19 compiler kernel: hub.c: port 4, portstatus 100, change 0, 12 Mb/s
May 12 23:05:35 compiler kernel: cpia data error: [2] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [3] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [4] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [5] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [6] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [7] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [8] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [9] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [0] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [1] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [2] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [3] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [4] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [5] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [6] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [7] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [8] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [9] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: hub.c: port 1, portstatus 100, change 0, 12 Mb/s
May 12 23:05:35 compiler kernel: hub.c: port 2, portstatus 100, change 0, 12 Mb/s
May 12 23:05:35 compiler kernel: hub.c: port 3, portstatus 100, change 3, 12 Mb/s
May 12 23:05:35 compiler kernel: hub.c: hub 2 port 3 connection change
May 12 23:05:35 compiler kernel: hub.c: hub 2 port 3, portstatus 100, change 3, 12 Mb/s
May 12 23:05:35 compiler kernel: cpia data error: [0] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [1] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [2] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [3] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [4] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [5] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [6] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [7] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [8] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: cpia data error: [9] len=0, status=FFFFFFAC
May 12 23:05:35 compiler kernel: usb.c: USB disconnect on device 3
May 12 23:05:35 compiler kernel: usb.c: kusbd: /sbin/hotplug remove 3
May 12 23:05:35 compiler kernel: usb.c: kusbd policy returned 0xfffffffe
May 12 23:05:35 compiler kernel: hub.c: port 4, portstatus 100, change 0, 12 Mb/s
May 12 23:05:35 compiler kernel: hub.c: port 1, portstatus 100, change 0, 12 Mb/s
May 12 23:05:35 compiler kernel: hub.c: port 2, portstatus 100, change 0, 12 Mb/s
May 12 23:05:35 compiler kernel: hub.c: port 3, portstatus 100, change 2, 12 Mb/s
May 12 23:05:35 compiler kernel: hub.c: hub 2 port 3 enable change, status 100
May 12 23:05:35 compiler kernel: hub.c: port 4, portstatus 100, change 0, 12 Mb/s
May 12 23:05:39 compiler kernel: hub.c: port 1, portstatus 100, change 0, 12 Mb/s
May 12 23:05:39 compiler kernel: hub.c: port 2, portstatus 100, change 0, 12 Mb/s
May 12 23:05:39 compiler kernel: hub.c: port 3, portstatus 101, change 1, 12 Mb/s
May 12 23:05:39 compiler kernel: hub.c: hub 2 port 3 connection change
May 12 23:05:39 compiler kernel: hub.c: hub 2 port 3, portstatus 101, change 1, 12 Mb/s
May 12 23:05:39 compiler kernel: hub.c: port 3, portstatus 101, change 0, 12 Mb/s
May 12 23:05:40 compiler last message repeated 3 times
May 12 23:05:40 compiler kernel: hub.c: port 3, portstatus 103, change 10, 12 Mb/s
May 12 23:05:40 compiler kernel: hub.c: new USB device 00:07.2-2.3, assigned address 4
May 12 23:05:40 compiler kernel: usb.c: kmalloc IF d7d71b60, numif 1
May 12 23:05:40 compiler kernel: usb.c: new device strings: Mfr=0, Product=0, 
SerialNumber=0
May 12 23:05:40 compiler kernel: USB CPiA camera found
May 12 23:05:40 compiler kernel:   CPiA Version: 1.20 (2.0)
May 12 23:05:40 compiler kernel:   CPiA PnP-ID: 0553:0002:0100
May 12 23:05:40 compiler kernel:   VP-Version: 1.0 0141
May 12 23:05:40 compiler kernel: usb.c: cpia driver claimed interface d7d71b60
May 12 23:05:40 compiler kernel: usb.c: kusbd: /sbin/hotplug add 4
May 12 23:05:40 compiler kernel: usb.c: kusbd policy returned 0xfffffffe
May 12 23:05:40 compiler kernel: hub.c: port 4, portstatus 100, change 0, 12 Mb/s
May 12 23:05:51 compiler kernel: hub.c: port 1, portstatus 100, change 0, 12 Mb/s
May 12 23:05:51 compiler kernel: hub.c: port 2, portstatus 100, change 0, 12 Mb/s
May 12 23:05:51 compiler kernel: hub.c: port 3, portstatus 100, change 3, 12 Mb/s
May 12 23:05:51 compiler kernel: hub.c: hub 2 port 3 connection change
May 12 23:05:51 compiler kernel: hub.c: hub 2 port 3, portstatus 100, change 3, 12 Mb/s
May 12 23:05:51 compiler kernel: usb.c: USB disconnect on device 4
May 12 23:05:51 compiler kernel: usb.c: kusbd: /sbin/hotplug remove 4
May 12 23:05:51 compiler kernel: usb.c: kusbd policy returned 0xfffffffe
May 12 23:05:51 compiler kernel: hub.c: port 4, portstatus 100, change 0, 12 Mb/s
May 12 23:05:51 compiler kernel: hub.c: port 1, portstatus 100, change 0, 12 Mb/s
May 12 23:05:51 compiler kernel: hub.c: port 2, portstatus 100, change 0, 12 Mb/s
May 12 23:05:51 compiler kernel: hub.c: port 3, portstatus 100, change 2, 12 Mb/s
May 12 23:05:51 compiler kernel: hub.c: hub 2 port 3 enable change, status 100
May 12 23:05:51 compiler kernel: hub.c: port 4, portstatus 100, change 0, 12 Mb/s
May 12 23:06:00 compiler kernel: hub.c: port 1, portstatus 100, change 0, 12 Mb/s
May 12 23:06:00 compiler kernel: hub.c: port 2, portstatus 100, change 0, 12 Mb/s
May 12 23:06:00 compiler kernel: hub.c: port 3, portstatus 101, change 1, 12 Mb/s
May 12 23:06:00 compiler kernel: hub.c: hub 2 port 3 connection change
May 12 23:06:00 compiler kernel: hub.c: hub 2 port 3, portstatus 101, change 1, 12 Mb/s
May 12 23:06:01 compiler kernel: hub.c: port 3, portstatus 101, change 0, 12 Mb/s
May 12 23:06:01 compiler last message repeated 3 times
May 12 23:06:01 compiler kernel: hub.c: port 3, portstatus 103, change 10, 12 Mb/s
May 12 23:06:01 compiler kernel: hub.c: new USB device 00:07.2-2.3, assigned address 5
May 12 23:06:01 compiler kernel: usb.c: kmalloc IF d7d71b60, numif 1
May 12 23:06:01 compiler kernel: usb.c: new device strings: Mfr=0, Product=0, 
SerialNumber=0
May 12 23:06:01 compiler kernel: USB CPiA camera found
May 12 23:06:01 compiler kernel:   CPiA Version: 1.20 (2.0)
May 12 23:06:01 compiler kernel:   CPiA PnP-ID: 0553:0002:0100
May 12 23:06:01 compiler kernel:   VP-Version: 1.0 0141
May 12 23:06:01 compiler kernel: usb.c: cpia driver claimed interface d7d71b60
May 12 23:06:01 compiler kernel: usb.c: kusbd: /sbin/hotplug add 5
May 12 23:06:01 compiler kernel: usb.c: kusbd policy returned 0xfffffffe
May 12 23:06:01 compiler kernel: hub.c: port 4, portstatus 100, change 0, 12 Mb/s

Reply via email to