「再起動しよう」、「USB切断、デバイス番号2」などのエラーは、WindowsやBIOSではなくLinux Debianにのみ表示されます。

「再起動しよう」、「USB切断、デバイス番号2」などのエラーは、WindowsやBIOSではなくLinux Debianにのみ表示されます。

AMD FX 8350 CPU、ASUS M5A99X EVO R2.0マザーボード、32GB RAM、EVGA 850 W Bronze PSUを搭載したデスクトップコンピュータがあります。私はDebian 12 BookwormとWindows 10 Professionalをダブルブートしました。最近、私のマザーボードのUSB 1.0、2.0、およびフロント3.0ポートはLinuxで動作し始め、dmesg -wUSB 2.0ポートに何かを接続しようとするたびに、次のエラーメッセージが表示されます。

検出されないUSBデバイスインスタンスとGoogleが読んだこの問題の20のインスタンスの違いは、この問題がWindows 10、GRUB、およびUEFI BIOS、すべてのUSBでのみ発生するようです。ポートはすべてうまく機能しているようです。キーボードをUSB 2.0ポートに接続した状態でBIOS設定に入り、BIOS設定を変更し、GRUBのあるドライブから起動することを選択し、キーボードをマザーボードのUSB 2.0ポートの1つに接続し、GRUBメニューから移動できます。 。その後、Linuxカーネルが引き継がれると動作が停止します。

この問題を解決するために私が試しましたが、無駄なもののリストは次のとおりです。

  • コンピュータをシャットダウンし、電源からPSUを外し、電源ボタンを押してPSUとマザーボードのコンデンサを放電し、再接続して起動します。役に立たない。
  • 私のマザーボードにAlways OnやUSB充電などの一種のUSBポート機能があることを確認してください。 BIOS設定には表示されませんが、アクセスして無効にした後にLinuxで再起動できるWindowsツールには表示されます。役に立たない。
  • さまざまなデバイスを取り外して接続してください。役に立たない。
  • ohci_pci、ohci_hcd、ehci_pci、およびehci_hcdモジュールを再ロードします。役に立たない。
  • ディレクトリに移動して、リストされている/sys/bus/pci/drivers/ohci-pciすべてのデバイス(たとえば)を記録し、0000:00:12.0各デバイスをに再バインドしますfor X in "0000:00:12.0" "0000:00:13.0" ...; do echo "$X" > /sys/bus/pci/drivers/ohci-pci/unbind; echo "$X" > /sys/bus/pci/drivers/ohci-pci/bind; done。役に立たない。
  • システムに「ファームウェア」という単語を含むLinuxカーネルとすべてのパッケージを再インストールしてください。決定されます。

コールドブート中に接続されたUSB 2.0キーボードとマウスで始まる図A:

[   35.759939] usb 10-2: new full-speed USB device number 10 using ohci-pci
[   35.919935] usb 10-2: device descriptor read/64, error -32
[   36.191935] usb 10-2: device descriptor read/64, error -32
[   36.455931] usb 10-2: new full-speed USB device number 11 using ohci-pci
[   36.615932] usb 10-2: device descriptor read/64, error -32
[   36.883934] usb 10-2: device descriptor read/64, error -32
[   36.991964] usb usb10-port2: attempt power cycle
[   37.687937] usb 10-2: new full-speed USB device number 12 using ohci-pci
[   38.103933] usb 10-2: device not accepting address 12, error -32

図B、フロントUSB 3.0ポートにウェブカメラを取り付ける:

[ 1511.259179] xhci_hcd 0000:03:00.0: xHCI host not responding to stop endpoint command
[ 1511.259207] xhci_hcd 0000:03:00.0: xHCI host controller not responding, assume dead
[ 1511.259215] xhci_hcd 0000:03:00.0: HC died; cleaning up
[ 1511.259222] usb 2-1: USB disconnect, device number 2
[ 1511.259253] uvcvideo 2-1:1.1: Failed to set UVC probe control : -110 (exp. 26).
[ 1511.259267] uvcvideo 2-1:1.1: Failed to query (129) UVC probe control : -19 (exp. 26).
[ 1511.259270] uvcvideo 2-1:1.1: Failed to initialize the device (-5).

図C、起動後約10分後、外付けハードドライブを背面USB 2.0ポートに置きます。

[ 1650.811952] usb 1-5: new high-speed USB device number 7 using ehci-pci
[ 1650.955963] usb 1-5: device descriptor read/64, error -32
[ 1651.195949] usb 1-5: device descriptor read/64, error -32
[ 1651.439960] usb 1-5: new high-speed USB device number 8 using ehci-pci
[ 1651.587956] usb 1-5: device descriptor read/64, error -32
[ 1651.827958] usb 1-5: device descriptor read/64, error -32
[ 1651.939968] usb usb1-port5: attempt power cycle
[ 1652.147951] usb 1-5: new high-speed USB device number 9 using ehci-pci
[ 1652.579970] usb 1-5: device not accepting address 9, error -32
[ 1652.711972] usb 1-5: new high-speed USB device number 10 using ehci-pci
[ 1653.147958] usb 1-5: device not accepting address 10, error -32
[ 1653.147991] usb usb1-port5: unable to enumerate USB device
[ 1653.539962] usb 10-5: new full-speed USB device number 14 using ohci-pci
[ 1653.703976] usb 10-5: device descriptor read/64, error -32
[ 1653.979972] usb 10-5: device descriptor read/64, error -32
[ 1654.247971] usb 10-5: new full-speed USB device number 15 using ohci-pci
[ 1654.411987] usb 10-5: device descriptor read/64, error -32
[ 1654.679963] usb 10-5: device descriptor read/64, error -32
[ 1654.788026] usb usb10-port5: attempt power cycle
[ 1655.031984] usb 1-5: new high-speed USB device number 11 using ehci-pci

マザーボードのUSB 1.0ポートにキーボードを配置する図Dは、新しいBIOSをマザーボードにフラッシュするために使用されます。

[ 1753.111289] usb 5-1: USB disconnect, device number 5
[ 1759.488568] usb 10-2: new full-speed USB device number 26 using ohci-pci
[ 1759.676571] usb 10-2: device descriptor read/64, error -32
[ 1759.944563] usb 10-2: device descriptor read/64, error -32
[ 1760.236572] usb 10-2: new full-speed USB device number 27 using ohci-pci
[ 1760.404559] usb 10-2: device descriptor read/64, error -32
[ 1760.696573] usb 10-2: device descriptor read/64, error -32
[ 1760.804598] usb usb10-port2: attempt power cycle
[ 1761.504564] usb 10-2: new full-speed USB device number 28 using ohci-pci
[ 1761.924566] usb 10-2: device not accepting address 28, error -32
[ 1762.108584] usb 10-2: new full-speed USB device number 29 using ohci-pci
[ 1762.528566] usb 10-2: device not accepting address 29, error -32
[ 1762.528604] usb usb10-port2: unable to enumerate USB device
[ 1773.480652] usb 11-2: new full-speed USB device number 2 using ohci-pci
[ 1773.672634] usb 11-2: device descriptor read/64, error -32
[ 1773.944638] usb 11-2: device descriptor read/64, error -32
[ 1774.236652] usb 11-2: new full-speed USB device number 3 using ohci-pci

ベストアンサー1

おすすめ記事