主要是換機箱,其它部份都沒換過
是用scsi硬碟
scsi排線的port(4port)和ide卡隨便插上去
(沒按照原本的糟去插和接回去,想說應該沒差別)
但是開機時突然出現了
usb 4-2: device descriptor read/64, error -71 ...: 8 Time(s)
usb 4-2: device not accepting address 4, error -71 ...: 2 Time(s)
usb 4-2: device not accepting address 5, error -71 ...: 2 Time(s)
這些訊息,我並沒有什麼usb裝置
我把前置usb的線都拔掉了還是一直重復出現,請問應該如何處理
參考:https://lists.ubuntu.com/archives/kernel-bugs/2006-October/022131.html
<pre class="c" name="code">
$ sudo su -
$ echo Y > /sys/module/usbcore/parameters/old_scheme_first
或是
參考:http://ubuntuforums.org/showthread.php?t=797789
<pre class="c" name="code">
$sudo echo -1 >/sys/module/usbcore/parameters/autosuspend
$sudo reboot
def123452002提到:
這些訊息,我並沒有什麼usb裝置
主機板上有USB吧?
這是USB的驅動程式有蟲, 或者是線路出問題, 總之Kernel載入不了USB模組.
請用dmesg看看訊息
不了解為何會出現這訊息呢?是因為我卡沒按照原本的方式接回去?
那和usb有什麼關係?
SCSI subsystem initialized
ACPI: PCI Interrupt 0000:03:01.0[A] -> GSI 16 (level, low) -> IRQ 169
usb 4-2: new full speed USB device using uhci_hcd and address 2
usb 4-2: device descriptor read/64, error -71
usb 4-2: device descriptor read/64, error -71
usb 4-2: new full speed USB device using uhci_hcd and address 3
usb 4-2: device descriptor read/64, error -71
usb 4-2: device descriptor read/64, error -71
usb 4-2: new full speed USB device using uhci_hcd and address 4
usb 4-2: device not accepting address 4, error -71
usb 4-2: new full speed USB device using uhci_hcd and address 5
usb 4-2: device not accepting address 5, error -71
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 7.0
<Adaptec 3960D Ultra160 SCSI adapter>
aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs
不懂應該看哪裡,我po這段上您看看是不是
雖然我不是很確定問題在那
不過由訊息上看出來是USB的部份有問題
不知你的BIOS裡有沒辦法把USB關掉
因為若你用不到USB..
這或許是一個solution...
僅供參考