Bug 969
Summary: | "rmmod uhci-hcd" - thread is blocked forever in kernel | ||
---|---|---|---|
Product: | Drivers | Reporter: | Attila Kesmarki (danthe) |
Component: | USB | Assignee: | Greg Kroah-Hartman (greg) |
Status: | REJECTED DUPLICATE | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.0-test1 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
boot messages
dmesg output after blocking rmmod dmesg output after rmmod, lsmod, modprobe (3 blocked tasks) my kernel .config file the loaded modules right before executing rmmod uhci-hcd |
Description
Attila Kesmarki
2003-07-20 05:32:40 UTC
Created attachment 583 [details]
boot messages
Created attachment 584 [details]
dmesg output after blocking rmmod
Created attachment 585 [details]
dmesg output after rmmod, lsmod, modprobe (3 blocked tasks)
Created attachment 586 [details]
my kernel .config file
Created attachment 587 [details]
the loaded modules right before executing rmmod uhci-hcd
Additional info: ------------------------------------------------------------------------- danhome root # scanpci pci bus 0x0000 cardnum 0x00 function 0x00: vendor 0x1106 device 0x3189 VIA Technologies, Inc. VT8377 [KT400 AGP] Host Bridge pci bus 0x0000 cardnum 0x01 function 0x00: vendor 0x1106 device 0xb168 VIA Technologies, Inc. VT8235 PCI Bridge pci bus 0x0000 cardnum 0x09 function 0x00: vendor 0x1113 device 0x1216 Accton Technology Corporation EN-1216 Ethernet Adapter pci bus 0x0000 cardnum 0x10 function 0x00: vendor 0x1106 device 0x3038 VIA Technologies, Inc. USB pci bus 0x0000 cardnum 0x10 function 0x01: vendor 0x1106 device 0x3038 VIA Technologies, Inc. USB pci bus 0x0000 cardnum 0x10 function 0x02: vendor 0x1106 device 0x3038 VIA Technologies, Inc. USB pci bus 0x0000 cardnum 0x10 function 0x03: vendor 0x1106 device 0x3104 VIA Technologies, Inc. USB 2.0 pci bus 0x0000 cardnum 0x11 function 0x00: vendor 0x1106 device 0x3177 VIA Technologies, Inc. VT8235 ISA Bridge pci bus 0x0000 cardnum 0x11 function 0x01: vendor 0x1106 device 0x0571 VIA Technologies, Inc. VT82C586/B/686A/B PIPC Bus Master IDE pci bus 0x0000 cardnum 0x11 function 0x05: vendor 0x1106 device 0x3059 VIA Technologies, Inc. VT8233 AC97 Audio Controller pci bus 0x0000 cardnum 0x13 function 0x00: vendor 0x10ec device 0x8139 Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ pci bus 0x0001 cardnum 0x00 function 0x00: vendor 0x1002 device 0x4966 ATI Technologies Inc Radeon R250 If [Radeon 9000] --------------------------------------------------------------------- danhome root # cat /proc/interrupts CPU0 0: 2838794 IO-APIC-edge timer 1: 12714 IO-APIC-edge i8042 2: 0 XT-PIC cascade 8: 2 IO-APIC-edge rtc 9: 0 IO-APIC-level acpi 10: 0 IO-APIC-edge ehci_hcd, uhci-hcd 11: 0 IO-APIC-edge VIA8233, uhci-hcd, uhci-hcd 12: 118250 IO-APIC-edge i8042 14: 25162 IO-APIC-edge ide0 15: 19 IO-APIC-edge ide1 16: 197105 IO-APIC-level radeon@PCI:1:0:0 17: 4678 IO-APIC-level eth1 18: 38 IO-APIC-level eth0 NMI: 0 LOC: 2838838 ERR: 0 MIS: 0 What does the kernel log messages show when you run rmmod? Do you have any usb devices connected to your system? What kind? |