I've had some time to mess with the three usb config.c patches:
http://marc.theaimsgroup.com/?l=linux-usb-devel&m=107937025411336&q=raw
http://marc.theaimsgroup.com/?l=linux-usb-devel&m=107937021027794&q=raw
http://marc.theaimsgroup.com/?l=linux-usb-devel&m=107937029404286&q=raw

I've got an MAudio Quattro usb soundcard, running 2.6.4 kernel, on VIA 8237 chipset MB, and I've been trying to get it working with the ALSA sound_usb_audio module. I've had no trouble with the first two patches, however, the third patch fails. The reason is (Alan - i mentioned this earlier, but your response didn't make much sense to me...sorry) is that after applying patches 1 and 2, the config.c looks like this:

     266             return -ENOMEM;
     267         memset(interface, 0, sizeof(struct usb_interface));
     268         interface->dev.release = usb_release_intf;
     269         device_initialize(&interface->dev);
     270     }

however, the third patch attempts this:

     265 -           return -ENOMEM;
     266 -       memset(interface, 0, sizeof(struct usb_interface));
     267 +       nintf = USB_MAXINTERFACES;
     268     }

clearly, there is a problem here with lines 268 and 269 of config.c which the patch does not account for. I've modified the patch twice (once leaving the two lines in, and once taking them both out)... neither kernel works correctly. Upon trying either, ALSA will freeze if I try to restart it after I've plugged in the soundcard. It seems to hang on 'modprobe -r snd_usb_audio', and although the kernel seems to continue working, i cannot kill the process, nor shutdown cleanly.

I'm not sure what info i can provide to help solve the problem, but I've attached the portion of my syslog that shows the debug statements that get dumped to stderr when I plug in the soundcard. I've also attached the complete dmesg in the case that the problem might be elsewhere in hardware. I've also included the output of lspci -vv. If there's anything I can do to help, let me know, though I have very limited experience with kernel programming.

Thanks,
Tony

Alan Stern wrote:
On Wed, 31 Mar 2004, Tony Petz wrote:


Having trouble with the third patch:
The first two apply cleanly to 2.6.x kernel, but the third one fails on 2.6.1-4. Hunk #10 fails at line 256. As far as I can tell the problem is with two lines of code in config.c. Around lines 266 of the patch, you see:


    265 -           return -ENOMEM;
    266 -       memset(interface, 0, sizeof(struct usb_interface));
    267 +       nintf = USB_MAXINTERFACES;
    268     }

However, the config.c has:

    266             return -ENOMEM;
    267         memset(interface, 0, sizeof(struct usb_interface));
    268         interface->dev.release = usb_release_intf;
    269         device_initialize(&interface->dev);
    270     }

There are two extra lines not accounted for by the patch, and i think this is why it fails. Can I remove the lines without breaking the usb system? Should I leave them in?

thanks,
tony


Those two extra lines were removed since 2.6.1 was released. If you're patching a 2.6.1 kernel you should leave them in.

Alan Stern



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

                       ) @ 0x000f6400
ACPI: RSDT (v001 KT600  AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0fff3000
ACPI: FADT (v001 KT600  AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0fff3040
ACPI: MADT (v001 KT600  AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0fff7f80
ACPI: DSDT (v001 KT600  AWRDACPI 0x00001000 MSFT 0x0100000e) @ 0x00000000
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 6:10 APIC version 16
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: Skipping IOAPIC probe due to 'noapic' option.
Using ACPI for processor (LAPIC) configuration information
Intel MultiProcessor Specification v1.1
    Virtual Wire compatibility mode.
OEM ID: OEM00000 Product ID: PROD00000000 APIC at: 0xFEE00000
I/O APIC #2 Version 17 at 0xFEC00000.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Processors: 1
Built 1 zonelists
Kernel command line: BOOT_IMAGE=2.6.4usb-test2 ro root=901 md=1,/dev/sda2,/dev/sdb2 
noapic
md: Will configure md1 (super-block) from /dev/sda2,/dev/sdb2, below.
Initializing CPU#0
PID hash table entries: 1024 (order 10: 8192 bytes)
Detected 2083.152 MHz processor.
Using tsc for high-res timesource
Console: colour VGA+ 80x25
Memory: 255032k/262080k available (2398k kernel code, 6304k reserved, 914k data, 172k 
init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 4087.80 BogoMIPS
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU:     After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000
CPU:     After vendor identify, caps: 0383fbff c1c3fbff 00000000 00000000
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU:     After all inits, caps: 0383fbff c1c3fbff 00000000 00000020
CPU: AMD Athlon(tm) XP 2800+ stepping 00
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 2082.0882 MHz.
..... host bus clock speed is 333.0261 MHz.
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfb260, last bus=1
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040220
ACPI: IRQ9 SCI: Level Trigger.
spurious 8259A interrupt: IRQ7.
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 10 11 12)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12)
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12)
ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12)
ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12)
ACPI: PCI Interrupt Link [ALKA] (IRQs 20)
ACPI: PCI Interrupt Link [ALKB] (IRQs *21)
ACPI: PCI Interrupt Link [ALKC] (IRQs *22)
ACPI: PCI Interrupt Link [ALKD] (IRQs *23)
SCSI subsystem initialized
drivers/usb/core/usb.c: registered new driver usbfs
drivers/usb/core/usb.c: registered new driver hub
ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 5
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 5
PCI: Using ACPI for IRQ routing
PCI: if you experience problems, try using option 'pci=noacpi' or even 'acpi=off'
vga16fb: initializing
vga16fb: mapped to 0xc00a0000
fb0: VGA16 VGA frame buffer device
VFS: Disk quotas dquot_6.5.1
udf: registering filesystem
Initializing Cryptographic API
Real Time Clock Driver v1.12
parport0: PC-style at 0x378 [PCSPP,TRISTATE]
parport0: cpp_daisy: aa5500ff(38)
parport0: assign_addrs: aa5500ff(38)
parport0: cpp_daisy: aa5500ff(38)
parport0: assign_addrs: aa5500ff(38)
Using anticipatory io scheduler
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
eepro100.c:v1.09j-t 9/29/99 Donald Becker http://www.scyld.com/network/eepro100.html
eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <[EMAIL 
PROTECTED]> and others
eth0: OEM i82557/i82558 10/100 Ethernet, 00:90:27:0C:62:0E, IRQ 5.
  Receiver lock-up bug exists -- enabling work-around.
  Board assembly 704920-002, Physical connectors present: RJ45
  Primary interface chip i82555 PHY #1.
  General self-test: passed.
  Serial sub-system self-test: passed.
  Internal registers self-test: passed.
  ROM checksum self-test: passed (0x24c9f043).
  Receiver lock-up workaround activated.
eth1: OEM i82557/i82558 10/100 Ethernet, 00:90:27:0C:58:06, IRQ 11.
  Receiver lock-up bug exists -- enabling work-around.
  Board assembly 704920-002, Physical connectors present: RJ45
  Primary interface chip i82555 PHY #1.
  General self-test: passed.
  Serial sub-system self-test: passed.
  Internal registers self-test: passed.
  ROM checksum self-test: passed (0x24c9f043).
  Receiver lock-up workaround activated.
via-rhine.c:v1.10-LK1.1.19-2.5  July-12-2003  Written by Donald Becker
  http://www.scyld.com/network/via-rhine.html
eth2: VIA VT6102 Rhine-II at 0xc800, 00:50:2c:a1:27:c1, IRQ 5.
eth2: MII PHY found at address 1, status 0x7849 advertising 05e1 Link 0000.
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
hda: IC35L080AVVA07-0, ATA DISK drive
hdc: IDE5216CO, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 66055248 sectors (33820 MB) w/1863KiB Cache, CHS=65531/16/63
 hda: hda1 hda2
hdc: ATAPI 40X DVD-ROM CD-R/RW CD-MRW drive, 2048kB Cache
Uniform CD-ROM driver Revision: 3.20
ide-floppy driver 0.99.newide
libata version 1.01 loaded.
sata_via version 0.11
ata1: SATA max UDMA/133 cmd 0x9800 ctl 0x9C02 bmdma 0xA800 irq 11
ata2: SATA max UDMA/133 cmd 0xA000 ctl 0xA402 bmdma 0xA808 irq 11
ata1: dev 0 cfg 49:2f00 82:346b 83:7f01 84:4003 85:3c68 86:3c01 87:4003 88:80ff
ata1: dev 0 ATA, max UDMA7, 234493056 sectors (lba48)
ata1: dev 0 configured for UDMA/133
scsi0 : sata_via
ata2: dev 0 cfg 49:2f00 82:346b 83:7f01 84:4003 85:3c68 86:3c01 87:4003 88:80ff
ata2: dev 0 ATA, max UDMA7, 234493056 sectors (lba48)
ata2: dev 0 configured for UDMA/133
scsi1 : sata_via
  Vendor: ATA       Model: SAMSUNG SP1213C   Rev: 1.01
  Type:   Direct-Access                      ANSI SCSI revision: 05
  Vendor: ATA       Model: SAMSUNG SP1213C   Rev: 1.01
  Type:   Direct-Access                      ANSI SCSI revision: 05
SCSI device sda: 234493056 512-byte hdwr sectors (120060 MB)
SCSI device sda: drive cache: write through
 sda: sda1 sda2 sda3
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sdb: 234493056 512-byte hdwr sectors (120060 MB)
SCSI device sdb: drive cache: write through
 sdb: sdb1 sdb2 sdb3
Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0,  type 0
Attached scsi generic sg1 at scsi1, channel 0, id 0, lun 0,  type 0
drivers/usb/core/usb.c: registered new driver hiddev
drivers/usb/core/usb.c: registered new driver hid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
mice: PS/2 mouse device common for all mice
serio: i8042 AUX port at 0x60,0x64 irq 12
input: ImExPS/2 Logitech Explorer Mouse on isa0060/serio1
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
md: linear personality registered as nr 1
md: raid0 personality registered as nr 2
md: raid1 personality registered as nr 3
md: raid5 personality registered as nr 4
raid5: measuring checksumming speed
   8regs     :  2772.000 MB/sec
   8regs_prefetch:  2844.000 MB/sec
   32regs    :  2128.000 MB/sec
   32regs_prefetch:  1980.000 MB/sec
   pIII_sse  :  4696.000 MB/sec
   pII_mmx   :  5552.000 MB/sec
   p5_mmx    :  7448.000 MB/sec
raid5: using function: pIII_sse (4696.000 MB/sec)
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
NET: Registered protocol family 2
IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP: Hash tables configured (established 16384 bind 32768)
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 4
md: Autodetecting RAID arrays.
md: autorun ...
md: considering sdb3 ...
md:  adding sdb3 ...
md: sdb2 has different UUID to sdb3
md: sdb1 has different UUID to sdb3
md:  adding sda3 ...
md: sda2 has different UUID to sdb3
md: sda1 has different UUID to sdb3
md: created md2
md: bind<sda3>
md: bind<sdb3>
md: running: <sdb3><sda3>
raid1: raid set md2 active with 2 out of 2 mirrors
md: considering sdb2 ...
md:  adding sdb2 ...
md: sdb1 has different UUID to sdb2
md:  adding sda2 ...
md: sda1 has different UUID to sdb2
md: created md1
md: bind<sda2>
md: bind<sdb2>
md: running: <sdb2><sda2>
raid1: raid set md1 active with 2 out of 2 mirrors
md: considering sdb1 ...
md:  adding sdb1 ...
md:  adding sda1 ...
md: created md0
md: bind<sda1>
md: bind<sdb1>
md: running: <sdb1><sda1>
raid1: raid set md0 active with 2 out of 2 mirrors
md: ... autorun DONE.
md: Loading md1: /dev/sda2
md: array md1 already has disks!
md: Ignoring md=1, already autodetected. (Use raid=noautodetect)
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during recovery.
kjournald starting.  Commit interval 5 seconds
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 172k freed
Adding 505912k swap on /dev/md0.  Priority:-1 extents:1
EXT3 FS on md1, internal journal
ACPI: Processor [CPU0] (supports C1)
ACPI: Thermal Zone [THRM] (34 C)
ACPI: Fan [FAN] (on)
ACPI: Power Button (FF) [PWRF]
ACPI: Sleep Button (CM) [SLPB]
USB Universal Host Controller Interface driver v2.2
uhci_hcd 0000:00:10.0: UHCI Host Controller
uhci_hcd 0000:00:10.0: irq 5, io base 0000b400
uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
Badness in kobject_get at lib/kobject.c:429
Call Trace:
 [<c0215cbc>] kobject_get+0x4c/0x50
 [<c025b9e8>] get_device+0x18/0x30
 [<c025b88f>] device_add+0x1f/0x130
 [<c02b9ae8>] usb_set_configuration+0x1b8/0x240
 [<c02b4af9>] usb_new_device+0x249/0x3c0
 [<c02b7b90>] hcd_alloc_dev+0x0/0xe0
 [<c02b77f6>] usb_register_root_hub+0x56/0xa0
 [<d088b344>] uhci_start+0x3f4/0x6c0 [uhci_hcd]
 [<c02bbe6a>] usb_hcd_pci_probe+0x28a/0x470
 [<c021f902>] pci_device_probe_static+0x52/0x70
 [<c021f95b>] __pci_device_probe+0x3b/0x50
 [<c021f99c>] pci_device_probe+0x2c/0x50
 [<c025c80f>] bus_match+0x3f/0x70
 [<c025c939>] driver_attach+0x59/0x90
 [<c025cbdd>] bus_add_driver+0x8d/0xa0
 [<c025d01f>] driver_register+0x2f/0x40
 [<c021fb8c>] pci_register_driver+0x5c/0x90
 [<d088f0c9>] uhci_hcd_init+0xc9/0x131 [uhci_hcd]
 [<c0130f55>] sys_init_module+0x105/0x1d0
 [<c010a7fb>] syscall_call+0x7/0xb

hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
uhci_hcd 0000:00:10.1: UHCI Host Controller
uhci_hcd 0000:00:10.1: irq 5, io base 0000b800
uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 2
Badness in kobject_get at lib/kobject.c:429
Call Trace:
 [<c0215cbc>] kobject_get+0x4c/0x50
 [<c025b9e8>] get_device+0x18/0x30
 [<c025b88f>] device_add+0x1f/0x130
 [<c02b9ae8>] usb_set_configuration+0x1b8/0x240
 [<c02b4af9>] usb_new_device+0x249/0x3c0
 [<c02b7b90>] hcd_alloc_dev+0x0/0xe0
 [<c02b77f6>] usb_register_root_hub+0x56/0xa0
 [<d088b344>] uhci_start+0x3f4/0x6c0 [uhci_hcd]
 [<c02bbe6a>] usb_hcd_pci_probe+0x28a/0x470
 [<c021f902>] pci_device_probe_static+0x52/0x70
 [<c021f95b>] __pci_device_probe+0x3b/0x50
 [<c021f99c>] pci_device_probe+0x2c/0x50
 [<c025c80f>] bus_match+0x3f/0x70
 [<c025c939>] driver_attach+0x59/0x90
 [<c025cbdd>] bus_add_driver+0x8d/0xa0
 [<c025d01f>] driver_register+0x2f/0x40
 [<c021fb8c>] pci_register_driver+0x5c/0x90
 [<d088f0c9>] uhci_hcd_init+0xc9/0x131 [uhci_hcd]
 [<c0130f55>] sys_init_module+0x105/0x1d0
 [<c010a7fb>] syscall_call+0x7/0xb

hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
uhci_hcd 0000:00:10.2: UHCI Host Controller
uhci_hcd 0000:00:10.2: irq 11, io base 0000bc00
uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 3
Badness in kobject_get at lib/kobject.c:429
Call Trace:
 [<c0215cbc>] kobject_get+0x4c/0x50
 [<c025b9e8>] get_device+0x18/0x30
 [<c025b88f>] device_add+0x1f/0x130
 [<c02b9ae8>] usb_set_configuration+0x1b8/0x240
 [<c02b4af9>] usb_new_device+0x249/0x3c0
 [<c02b7b90>] hcd_alloc_dev+0x0/0xe0
 [<c02b77f6>] usb_register_root_hub+0x56/0xa0
 [<d088b344>] uhci_start+0x3f4/0x6c0 [uhci_hcd]
 [<c02bbe6a>] usb_hcd_pci_probe+0x28a/0x470
 [<c021f902>] pci_device_probe_static+0x52/0x70
 [<c021f95b>] __pci_device_probe+0x3b/0x50
 [<c021f99c>] pci_device_probe+0x2c/0x50
 [<c025c80f>] bus_match+0x3f/0x70
 [<c025c939>] driver_attach+0x59/0x90
 [<c025cbdd>] bus_add_driver+0x8d/0xa0
 [<c025d01f>] driver_register+0x2f/0x40
 [<c021fb8c>] pci_register_driver+0x5c/0x90
 [<d088f0c9>] uhci_hcd_init+0xc9/0x131 [uhci_hcd]
 [<c0130f55>] sys_init_module+0x105/0x1d0
 [<c010a7fb>] syscall_call+0x7/0xb

hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
uhci_hcd 0000:00:10.3: UHCI Host Controller
uhci_hcd 0000:00:10.3: irq 11, io base 0000c000
uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 4
Badness in kobject_get at lib/kobject.c:429
Call Trace:
 [<c0215cbc>] kobject_get+0x4c/0x50
 [<c025b9e8>] get_device+0x18/0x30
 [<c025b88f>] device_add+0x1f/0x130
 [<c02b9ae8>] usb_set_configuration+0x1b8/0x240
 [<c02b4af9>] usb_new_device+0x249/0x3c0
 [<c02b77f6>] usb_register_root_hub+0x56/0xa0
 [<d088b344>] uhci_start+0x3f4/0x6c0 [uhci_hcd]
 [<c02bbe6a>] usb_hcd_pci_probe+0x28a/0x470
 [<c021f902>] pci_device_probe_static+0x52/0x70
 [<c021f95b>] __pci_device_probe+0x3b/0x50
 [<c021f99c>] pci_device_probe+0x2c/0x50
 [<c025c80f>] bus_match+0x3f/0x70
 [<c025c939>] driver_attach+0x59/0x90
 [<c025cbdd>] bus_add_driver+0x8d/0xa0
 [<c025d01f>] driver_register+0x2f/0x40
 [<c021fb8c>] pci_register_driver+0x5c/0x90
 [<d088f0c9>] uhci_hcd_init+0xc9/0x131 [uhci_hcd]
 [<c0130f55>] sys_init_module+0x105/0x1d0
 [<c010a7fb>] syscall_call+0x7/0xb

hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ohci_hcd: block sizes: ed 64 td 64
drivers/usb/core/usb.c: registered new driver dabusb
drivers/usb/media/dabusb.c: v1.54:DAB-USB Interface Driver for Linux (c)1999
drivers/usb/core/usb.c: registered new driver snd-usb-audio
kjournald starting.  Commit interval 5 seconds
EXT3 FS on md2, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge 
(rev 80)
        Subsystem: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
        Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- 
<MAbort+ >SERR- <PERR-
        Latency: 8
        Region 0: Memory at e8000000 (32-bit, prefetchable)
        Capabilities: [80] AGP version 3.5
                Status: RQ=32 Iso- ArqSz=0 Cal=2 SBA+ ITACoh- GART64- HTrans- 64bit- 
FW- AGP3- Rate=x1,x2,x4
                Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- Rate=<none>
        Capabilities: [c0] Power Management version 2
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge (prog-if 00 [Normal 
decode])
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR+ FastB2B-
        Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- 
<MAbort- >SERR- <PERR-
        Latency: 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        Memory behind bridge: ec000000-edffffff
        Prefetchable memory behind bridge: e0000000-e7ffffff
        BridgeCtl: Parity- SERR- NoISA+ VGA+ MAbort- >Reset- FastB2B-
        Capabilities: [80] Power Management version 2
                Flags: PMEClk- DSI- D1+ D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

0000:00:09.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 05)
        Subsystem: Intel Corp. EtherExpress PRO/100+ Management Adapter
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- 
<MAbort- >SERR- <PERR-
        Latency: 32 (2000ns min, 14000ns max), Cache Line Size: 0x08 (32 bytes)
        Interrupt: pin A routed to IRQ 5
        Region 0: Memory at ef201000 (32-bit, prefetchable)
        Region 1: I/O ports at 9000 [size=32]
        Region 2: Memory at ef000000 (32-bit, non-prefetchable) [size=1M]
        Capabilities: [dc] Power Management version 1
                Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA 
PME(D0+,D1+,D2+,D3hot+,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

0000:00:0a.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 05)
        Subsystem: Intel Corp. EtherExpress PRO/100+ Management Adapter
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- 
<MAbort- >SERR- <PERR-
        Latency: 32 (2000ns min, 14000ns max), Cache Line Size: 0x08 (32 bytes)
        Interrupt: pin A routed to IRQ 11
        Region 0: Memory at ef200000 (32-bit, prefetchable)
        Region 1: I/O ports at 9400 [size=32]
        Region 2: Memory at ef100000 (32-bit, non-prefetchable) [size=1M]
        Capabilities: [dc] Power Management version 1
                Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA 
PME(D0+,D1+,D2+,D3hot+,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

0000:00:0f.0 RAID bus controller: VIA Technologies, Inc.: Unknown device 3149 (rev 80)
        Subsystem: VIA Technologies, Inc.: Unknown device 3149
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- 
<MAbort- >SERR- <PERR-
        Latency: 32
        Interrupt: pin B routed to IRQ 11
        Region 0: I/O ports at 9800
        Region 1: I/O ports at 9c00 [size=4]
        Region 2: I/O ports at a000 [size=8]
        Region 3: I/O ports at a400 [size=4]
        Region 4: I/O ports at a800 [size=16]
        Region 5: I/O ports at ac00 [size=256]
        Capabilities: [c0] Power Management version 2
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

0000:00:0f.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C/VT8235 PIPC Bus Master IDE (rev 06) (prog-if 8a 
[Master SecP PriP])
        Subsystem: VIA Technologies, Inc. VT82C586/B/VT82C686/A/B/VT8233/A/C/VT8235 
PIPC Bus Master IDE
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- 
<MAbort- >SERR- <PERR-
        Latency: 32
        Interrupt: pin A routed to IRQ 5
        Region 4: I/O ports at b000 [size=16]
        Capabilities: [c0] Power Management version 2
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

0000:00:10.0 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 
81) (prog-if 00 [UHCI])
        Subsystem: VIA Technologies, Inc. VT6202 [USB 2.0 controller]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- 
<MAbort- >SERR- <PERR-
        Latency: 32, Cache Line Size: 0x08 (32 bytes)
        Interrupt: pin A routed to IRQ 5
        Region 4: I/O ports at b400 [size=32]
        Capabilities: [80] Power Management version 2
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA 
PME(D0+,D1+,D2+,D3hot+,D3cold+)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

0000:00:10.1 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 
81) (prog-if 00 [UHCI])
        Subsystem: VIA Technologies, Inc. VT6202 [USB 2.0 controller]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- 
<MAbort- >SERR- <PERR-
        Latency: 32, Cache Line Size: 0x08 (32 bytes)
        Interrupt: pin A routed to IRQ 5
        Region 4: I/O ports at b800 [size=32]
        Capabilities: [80] Power Management version 2
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA 
PME(D0+,D1+,D2+,D3hot+,D3cold+)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

0000:00:10.2 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 
81) (prog-if 00 [UHCI])
        Subsystem: VIA Technologies, Inc. VT6202 [USB 2.0 controller]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- 
<MAbort- >SERR- <PERR-
        Latency: 32, Cache Line Size: 0x08 (32 bytes)
        Interrupt: pin B routed to IRQ 11
        Region 4: I/O ports at bc00 [size=32]
        Capabilities: [80] Power Management version 2
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA 
PME(D0+,D1+,D2+,D3hot+,D3cold+)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME+

0000:00:10.3 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 
81) (prog-if 00 [UHCI])
        Subsystem: VIA Technologies, Inc. VT6202 [USB 2.0 controller]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- 
<MAbort- >SERR- <PERR-
        Latency: 32, Cache Line Size: 0x08 (32 bytes)
        Interrupt: pin B routed to IRQ 11
        Region 4: I/O ports at c000 [size=32]
        Capabilities: [80] Power Management version 2
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA 
PME(D0+,D1+,D2+,D3hot+,D3cold+)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

0000:00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86) (prog-if 20 
[EHCI])
        Subsystem: VIA Technologies, Inc. USB 2.0
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- 
<MAbort- >SERR- <PERR-
        Latency: 32, Cache Line Size: 0x08 (32 bytes)
        Interrupt: pin C routed to IRQ 11
        Region 0: Memory at ef202000 (32-bit, non-prefetchable)
        Capabilities: [80] Power Management version 2
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA 
PME(D0+,D1+,D2+,D3hot+,D3cold+)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [K8T800 South]
        Subsystem: VIA Technologies, Inc. VT8237 ISA bridge [K8T800 South]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping+ 
SERR- FastB2B-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- 
<MAbort- >SERR- <PERR-
        Latency: 0
        Capabilities: [c0] Power Management version 2
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 
AC97 Audio Controller (rev 60)
        Subsystem: VIA Technologies, Inc.: Unknown device 4552
        Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- 
<MAbort- >SERR- <PERR-
        Interrupt: pin C routed to IRQ 11
        Region 0: I/O ports at c400
        Capabilities: [c0] Power Management version 2
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

0000:00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 78)
        Subsystem: VIA Technologies, Inc. VT6102 [Rhine II] Embeded Ethernet 
Controller on VT8235
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- 
<MAbort- >SERR- <PERR-
        Latency: 32 (750ns min, 2000ns max), Cache Line Size: 0x08 (32 bytes)
        Interrupt: pin A routed to IRQ 5
        Region 0: I/O ports at c800
        Region 1: Memory at ef203000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [40] Power Management version 2
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0+,D1+,D2+,D3hot+,D3cold+)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

0000:01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] 
(rev b2) (prog-if 00 [VGA])
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- 
<MAbort- >SERR- <PERR-
        Latency: 32 (1250ns min, 250ns max)
        Interrupt: pin A routed to IRQ 5
        Region 0: Memory at ec000000 (32-bit, non-prefetchable)
        Region 1: Memory at e0000000 (32-bit, prefetchable) [size=128M]
        Capabilities: [60] Power Management version 2
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [44] AGP version 2.0
                Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA- ITACoh- GART64- HTrans- 64bit- 
FW- AGP3- Rate=x1,x2,x4
                Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- Rate=<none>

Apr  8 17:30:31 acolyte kernel: drivers/usb/core/usb.c: deregistering driver 
snd-usb-audio
Apr  8 17:32:40 acolyte kernel: usb 3-2: new full speed USB device using address 2
Apr  8 17:32:40 acolyte kernel: usb 3-2: config 1 interface 1 has no altsetting 1
Apr  8 17:32:40 acolyte kernel: usb 3-2: config 1 interface 2 has no altsetting 1
Apr  8 17:32:40 acolyte kernel: usb 3-2: config 1 interface 4 has no altsetting 2
Apr  8 17:32:40 acolyte kernel: usb 3-2: config 1 interface 5 has no altsetting 2
Apr  8 17:32:40 acolyte kernel: usb 3-2: config 1 interface 7 has no altsetting 2
Apr  8 17:32:40 acolyte kernel: usb 3-2: config 1 interface 8 has no altsetting 2
Apr  8 17:32:40 acolyte kernel: Badness in kobject_get at lib/kobject.c:429
Apr  8 17:32:40 acolyte kernel: Call Trace:
Apr  8 17:32:40 acolyte kernel:  [kobject_get+76/80] kobject_get+0x4c/0x50
Apr  8 17:32:40 acolyte kernel:  [get_device+24/48] get_device+0x18/0x30
Apr  8 17:32:40 acolyte kernel:  [device_add+31/304] device_add+0x1f/0x130
Apr  8 17:32:40 acolyte kernel:  [usb_set_configuration+440/576] 
usb_set_configuration+0x1b8/0x240
Apr  8 17:32:40 acolyte kernel:  [usb_new_device+585/960] usb_new_device+0x249/0x3c0
Apr  8 17:32:40 acolyte kernel:  [hub_port_connect_change+373/640] 
hub_port_connect_change+0x175/0x280
Apr  8 17:32:40 acolyte kernel:  [hub_events+672/768] hub_events+0x2a0/0x300
Apr  8 17:32:40 acolyte kernel:  [hub_thread+45/240] hub_thread+0x2d/0xf0
Apr  8 17:32:40 acolyte kernel:  [default_wake_function+0/32] 
default_wake_function+0x0/0x20
Apr  8 17:32:40 acolyte kernel:  [hub_thread+0/240] hub_thread+0x0/0xf0
Apr  8 17:32:40 acolyte kernel:  [kernel_thread_helper+5/12] 
kernel_thread_helper+0x5/0xc
Apr  8 17:32:40 acolyte kernel: 
Apr  8 17:32:40 acolyte kernel: Badness in kobject_get at lib/kobject.c:429
Apr  8 17:32:40 acolyte kernel: Call Trace:
Apr  8 17:32:40 acolyte kernel:  [kobject_get+76/80] kobject_get+0x4c/0x50
Apr  8 17:32:40 acolyte kernel:  [get_device+24/48] get_device+0x18/0x30
Apr  8 17:32:40 acolyte kernel:  [device_add+31/304] device_add+0x1f/0x130
Apr  8 17:32:40 acolyte kernel:  [usb_set_configuration+440/576] 
usb_set_configuration+0x1b8/0x240
Apr  8 17:32:40 acolyte kernel:  [usb_new_device+585/960] usb_new_device+0x249/0x3c0
Apr  8 17:32:40 acolyte kernel:  [hub_port_connect_change+373/640] 
hub_port_connect_change+0x175/0x280
Apr  8 17:32:40 acolyte kernel:  [hub_events+672/768] hub_events+0x2a0/0x300
Apr  8 17:32:40 acolyte kernel:  [hub_thread+45/240] hub_thread+0x2d/0xf0
Apr  8 17:32:40 acolyte kernel:  [default_wake_function+0/32] 
default_wake_function+0x0/0x20
Apr  8 17:32:40 acolyte kernel:  [hub_thread+0/240] hub_thread+0x0/0xf0
Apr  8 17:32:40 acolyte kernel:  [kernel_thread_helper+5/12] 
kernel_thread_helper+0x5/0xc
Apr  8 17:32:40 acolyte kernel: 
Apr  8 17:32:40 acolyte kernel: Badness in kobject_get at lib/kobject.c:429
Apr  8 17:32:40 acolyte kernel: Call Trace:
Apr  8 17:32:40 acolyte kernel:  [kobject_get+76/80] kobject_get+0x4c/0x50
Apr  8 17:32:40 acolyte kernel:  [get_device+24/48] get_device+0x18/0x30
Apr  8 17:32:40 acolyte kernel:  [device_add+31/304] device_add+0x1f/0x130
Apr  8 17:32:40 acolyte kernel:  [usb_set_configuration+440/576] 
usb_set_configuration+0x1b8/0x240
Apr  8 17:32:40 acolyte kernel:  [usb_new_device+585/960] usb_new_device+0x249/0x3c0
Apr  8 17:32:40 acolyte kernel:  [hub_port_connect_change+373/640] 
hub_port_connect_change+0x175/0x280
Apr  8 17:32:40 acolyte kernel:  [hub_events+672/768] hub_events+0x2a0/0x300
Apr  8 17:32:40 acolyte kernel:  [hub_thread+45/240] hub_thread+0x2d/0xf0
Apr  8 17:32:40 acolyte kernel:  [default_wake_function+0/32] 
default_wake_function+0x0/0x20
Apr  8 17:32:40 acolyte kernel:  [hub_thread+0/240] hub_thread+0x0/0xf0
Apr  8 17:32:40 acolyte kernel:  [kernel_thread_helper+5/12] 
kernel_thread_helper+0x5/0xc
Apr  8 17:32:40 acolyte kernel: 
Apr  8 17:32:40 acolyte kernel: Badness in kobject_get at lib/kobject.c:429
Apr  8 17:32:40 acolyte kernel: Call Trace:
Apr  8 17:32:40 acolyte kernel:  [kobject_get+76/80] kobject_get+0x4c/0x50
Apr  8 17:32:40 acolyte kernel:  [get_device+24/48] get_device+0x18/0x30
Apr  8 17:32:40 acolyte kernel:  [device_add+31/304] device_add+0x1f/0x130
Apr  8 17:32:40 acolyte kernel:  [usb_set_configuration+440/576] 
usb_set_configuration+0x1b8/0x240
Apr  8 17:32:40 acolyte kernel:  [usb_new_device+585/960] usb_new_device+0x249/0x3c0
Apr  8 17:32:40 acolyte kernel:  [hub_port_connect_change+373/640] 
hub_port_connect_change+0x175/0x280
Apr  8 17:32:40 acolyte kernel:  [hub_events+672/768] hub_events+0x2a0/0x300
Apr  8 17:32:40 acolyte kernel:  [hub_thread+45/240] hub_thread+0x2d/0xf0
Apr  8 17:32:40 acolyte kernel:  [default_wake_function+0/32] 
default_wake_function+0x0/0x20
Apr  8 17:32:40 acolyte kernel:  [hub_thread+0/240] hub_thread+0x0/0xf0
Apr  8 17:32:40 acolyte kernel:  [kernel_thread_helper+5/12] 
kernel_thread_helper+0x5/0xc
Apr  8 17:32:40 acolyte kernel: 
Apr  8 17:32:40 acolyte kernel: Badness in kobject_get at lib/kobject.c:429
Apr  8 17:32:40 acolyte kernel: Call Trace:
Apr  8 17:32:40 acolyte kernel:  [kobject_get+76/80] kobject_get+0x4c/0x50
Apr  8 17:32:40 acolyte kernel:  [get_device+24/48] get_device+0x18/0x30
Apr  8 17:32:40 acolyte kernel:  [device_add+31/304] device_add+0x1f/0x130
Apr  8 17:32:40 acolyte kernel:  [usb_set_configuration+440/576] 
usb_set_configuration+0x1b8/0x240
Apr  8 17:32:40 acolyte kernel:  [usb_new_device+585/960] usb_new_device+0x249/0x3c0
Apr  8 17:32:40 acolyte kernel:  [hub_port_connect_change+373/640] 
hub_port_connect_change+0x175/0x280
Apr  8 17:32:40 acolyte kernel:  [hub_events+672/768] hub_events+0x2a0/0x300
Apr  8 17:32:40 acolyte kernel:  [hub_thread+45/240] hub_thread+0x2d/0xf0
Apr  8 17:32:40 acolyte kernel:  [default_wake_function+0/32] 
default_wake_function+0x0/0x20
Apr  8 17:32:40 acolyte kernel:  [hub_thread+0/240] hub_thread+0x0/0xf0
Apr  8 17:32:40 acolyte kernel:  [kernel_thread_helper+5/12] 
kernel_thread_helper+0x5/0xc
Apr  8 17:32:40 acolyte kernel: 
Apr  8 17:32:40 acolyte kernel: Badness in kobject_get at lib/kobject.c:429
Apr  8 17:32:40 acolyte kernel: Call Trace:
Apr  8 17:32:40 acolyte kernel:  [kobject_get+76/80] kobject_get+0x4c/0x50
Apr  8 17:32:40 acolyte kernel:  [get_device+24/48] get_device+0x18/0x30
Apr  8 17:32:40 acolyte kernel:  [device_add+31/304] device_add+0x1f/0x130
Apr  8 17:32:40 acolyte kernel:  [usb_set_configuration+440/576] 
usb_set_configuration+0x1b8/0x240
Apr  8 17:32:40 acolyte kernel:  [usb_new_device+585/960] usb_new_device+0x249/0x3c0
Apr  8 17:32:40 acolyte kernel:  [hub_port_connect_change+373/640] 
hub_port_connect_change+0x175/0x280
Apr  8 17:32:40 acolyte kernel:  [hub_events+672/768] hub_events+0x2a0/0x300
Apr  8 17:32:40 acolyte kernel:  [hub_thread+45/240] hub_thread+0x2d/0xf0
Apr  8 17:32:40 acolyte kernel:  [default_wake_function+0/32] 
default_wake_function+0x0/0x20
Apr  8 17:32:40 acolyte kernel:  [hub_thread+0/240] hub_thread+0x0/0xf0
Apr  8 17:32:40 acolyte kernel:  [kernel_thread_helper+5/12] 
kernel_thread_helper+0x5/0xc
Apr  8 17:32:40 acolyte kernel: 
Apr  8 17:32:40 acolyte kernel: Badness in kobject_get at lib/kobject.c:429
Apr  8 17:32:40 acolyte kernel: Call Trace:
Apr  8 17:32:40 acolyte kernel:  [kobject_get+76/80] kobject_get+0x4c/0x50
Apr  8 17:32:40 acolyte kernel:  [get_device+24/48] get_device+0x18/0x30
Apr  8 17:32:40 acolyte kernel:  [device_add+31/304] device_add+0x1f/0x130
Apr  8 17:32:40 acolyte kernel:  [usb_set_configuration+440/576] 
usb_set_configuration+0x1b8/0x240
Apr  8 17:32:40 acolyte kernel:  [usb_new_device+585/960] usb_new_device+0x249/0x3c0
Apr  8 17:32:40 acolyte kernel:  [hub_port_connect_change+373/640] 
hub_port_connect_change+0x175/0x280
Apr  8 17:32:40 acolyte kernel:  [hub_events+672/768] hub_events+0x2a0/0x300
Apr  8 17:32:40 acolyte kernel:  [hub_thread+45/240] hub_thread+0x2d/0xf0
Apr  8 17:32:40 acolyte kernel:  [default_wake_function+0/32] 
default_wake_function+0x0/0x20
Apr  8 17:32:40 acolyte kernel:  [hub_thread+0/240] hub_thread+0x0/0xf0
Apr  8 17:32:40 acolyte kernel:  [kernel_thread_helper+5/12] 
kernel_thread_helper+0x5/0xc
Apr  8 17:32:40 acolyte kernel: 
Apr  8 17:32:40 acolyte kernel: Badness in kobject_get at lib/kobject.c:429
Apr  8 17:32:40 acolyte kernel: Call Trace:
Apr  8 17:32:40 acolyte kernel:  [kobject_get+76/80] kobject_get+0x4c/0x50
Apr  8 17:32:40 acolyte kernel:  [get_device+24/48] get_device+0x18/0x30
Apr  8 17:32:40 acolyte kernel:  [device_add+31/304] device_add+0x1f/0x130
Apr  8 17:32:40 acolyte kernel:  [usb_set_configuration+440/576] 
usb_set_configuration+0x1b8/0x240
Apr  8 17:32:40 acolyte kernel:  [usb_new_device+585/960] usb_new_device+0x249/0x3c0
Apr  8 17:32:40 acolyte kernel:  [hub_port_connect_change+373/640] 
hub_port_connect_change+0x175/0x280
Apr  8 17:32:40 acolyte kernel:  [hub_events+672/768] hub_events+0x2a0/0x300
Apr  8 17:32:40 acolyte kernel:  [hub_thread+45/240] hub_thread+0x2d/0xf0
Apr  8 17:32:40 acolyte kernel:  [default_wake_function+0/32] 
default_wake_function+0x0/0x20
Apr  8 17:32:40 acolyte kernel:  [hub_thread+0/240] hub_thread+0x0/0xf0
Apr  8 17:32:40 acolyte kernel:  [kernel_thread_helper+5/12] 
kernel_thread_helper+0x5/0xc
Apr  8 17:32:40 acolyte kernel: 
Apr  8 17:32:40 acolyte kernel: Badness in kobject_get at lib/kobject.c:429
Apr  8 17:32:40 acolyte kernel: Call Trace:
Apr  8 17:32:40 acolyte kernel:  [kobject_get+76/80] kobject_get+0x4c/0x50
Apr  8 17:32:40 acolyte kernel:  [get_device+24/48] get_device+0x18/0x30
Apr  8 17:32:40 acolyte kernel:  [device_add+31/304] device_add+0x1f/0x130
Apr  8 17:32:40 acolyte kernel:  [usb_set_configuration+440/576] 
usb_set_configuration+0x1b8/0x240
Apr  8 17:32:40 acolyte kernel:  [usb_new_device+585/960] usb_new_device+0x249/0x3c0
Apr  8 17:32:40 acolyte kernel:  [hub_port_connect_change+373/640] 
hub_port_connect_change+0x175/0x280
Apr  8 17:32:40 acolyte kernel:  [hub_events+672/768] hub_events+0x2a0/0x300
Apr  8 17:32:40 acolyte kernel:  [hub_thread+45/240] hub_thread+0x2d/0xf0
Apr  8 17:32:40 acolyte kernel:  [default_wake_function+0/32] 
default_wake_function+0x0/0x20
Apr  8 17:32:40 acolyte kernel:  [hub_thread+0/240] hub_thread+0x0/0xf0
Apr  8 17:32:40 acolyte kernel:  [kernel_thread_helper+5/12] 
kernel_thread_helper+0x5/0xc
Apr  8 17:32:40 acolyte kernel: 
Apr  8 17:32:40 acolyte kernel: Badness in kobject_get at lib/kobject.c:429
Apr  8 17:32:40 acolyte kernel: Call Trace:
Apr  8 17:32:40 acolyte kernel:  [kobject_get+76/80] kobject_get+0x4c/0x50
Apr  8 17:32:40 acolyte kernel:  [get_device+24/48] get_device+0x18/0x30
Apr  8 17:32:40 acolyte kernel:  [device_add+31/304] device_add+0x1f/0x130
Apr  8 17:32:40 acolyte kernel:  [usb_set_configuration+440/576] 
usb_set_configuration+0x1b8/0x240
Apr  8 17:32:40 acolyte kernel:  [usb_new_device+585/960] usb_new_device+0x249/0x3c0
Apr  8 17:32:40 acolyte kernel:  [hub_port_connect_change+373/640] 
hub_port_connect_change+0x175/0x280
Apr  8 17:32:40 acolyte kernel:  [hub_events+672/768] hub_events+0x2a0/0x300
Apr  8 17:32:40 acolyte kernel:  [hub_thread+45/240] hub_thread+0x2d/0xf0
Apr  8 17:32:40 acolyte kernel:  [default_wake_function+0/32] 
default_wake_function+0x0/0x20
Apr  8 17:32:40 acolyte kernel:  [hub_thread+0/240] hub_thread+0x0/0xf0
Apr  8 17:32:40 acolyte kernel:  [kernel_thread_helper+5/12] 
kernel_thread_helper+0x5/0xc
Apr  8 17:32:40 acolyte kernel: 

Reply via email to