私のコンピューターは通常、一時停止し、正常に起動します。しかし、USB3.0ハードディスクを接続すると、アンマウントして切断した後でも、サスペンドしようとするたびにすぐにマシンが起動します。
/proc/acpi/wakeup
(下)ですべてのUSBデバイスが無効になり、USBディスクまたはスタンバイまたはウェイクアッププロセスに関連する/var/log/syslog
のエラーが表示されません。
USB 2.0ポートに接続された同じディスクが同じ問題を引き起こすことはありません。USB3.0ポートに接続されたUSB 2.0ディスクも同様です。 USBデバイスがまったく接続されていない場合でも、USB 3.0ディスクが起動時から接続されていると、コンピューターはスタンバイからすぐに起動します。
システムはDell Precision M6700であり、問題は14.04で発生し、14.10でも続きます。
これは何が原因であり、さらにデバッグするにはどうすればよいですか?
> cat /proc/acpi/wakeup
Device S-state Status Sysfs node
P0P1 S4 *disabled
USB1 S3 *disabled
USB2 S3 *disabled
USB3 S3 *disabled
USB5 S3 *disabled
USB6 S3 *disabled
USB7 S3 *disabled
RP01 S4 *disabled pci:0000:00:1c.0
PXSX S4 *disabled
RP02 S4 *disabled pci:0000:00:1c.1
PXSX S4 *disabled pci:0000:03:00.0
RP05 S4 *disabled
PXSX S4 *disabled
RP06 S4 *disabled
PXSX S4 *disabled
RP07 S4 *disabled
PXSX S4 *disabled
RP08 S4 *disabled pci:0000:00:1c.7
PXSX S4 *disabled pci:0000:0c:00.0
PEG0 S4 *disabled pci:0000:00:01.0
PEGP S4 *disabled
PEG1 S4 *disabled
PEG2 S4 *disabled
PEG3 S4 *disabled
USB4 S3 *disabled
RP03 S4 *disabled pci:0000:00:1c.2
RP04 S4 *disabled pci:0000:00:1c.3
PXSX S4 *disabled
GLAN S4 *enabled pci:0000:00:19.0
EHC1 S0 *enabled pci:0000:00:1d.0
EHC2 S0 *enabled pci:0000:00:1a.0
XHC S0 *enabled pci:0000:00:14.0
HDEF S4 *disabled pci:0000:00:1b.0
LID0 S3 *enabled
PBTN S3 *enabled
すべてのデバイス(電源ボタンを除く)のウェイクアップを無効にしようとしました。
最初に/proc/acpi/wakeup
のデバイスを無効にしてから、/sys/devices/
ですべてのwakeup
ファイルを検索したことを確認します。
find /sys/devices/ -name "wakeup" -print -exec grep enabled {} \;
次に、すべてを明示的にdisabled
に設定します。例:
Sudo bash -c "echo disabled > /sys/devices/pci0000:00/0000:00:19.0/power/wakeup"
電源ボタンのみを有効にしておく:
cat /sys/devices/LNXSYSTM:00/LNXPWRBN:00/power/wakeup
# enabled
その後、コンピューターは(USB 3.0ディスクが接続されたときはいつでも)サスペンドから直ちに起動します。
また、起動後、次のデバイスはenabled
にリセットされました。
/sys/devices/pci0000:00/0000:00:19.0/power/wakeup
/sys/devices/LNXSYSTM:00/device:00/PNP0C0A:00/power_supply/BAT0/power/wakeup
PCIデバイスは、/proc/acpi/wakeup
でもリセットされるため、私のLANのようです。
Device S-state Status Sysfs node
...
GLAN S4 *enabled pci:0000:00:19.0
...
ウェイクアップの原因となるデバイスにリストされていない他の要因がありますか?
ファビー が要求する情報を追加しました:
> Bus 004 Device 002: ID 357d:7788
> Device Descriptor:
> bLength 18
> bDescriptorType 1
> bcdUSB 3.00
> bDeviceClass 0 (Defined at Interface level)
> bDeviceSubClass 0
> bDeviceProtocol 0
> bMaxPacketSize0 9
> idVendor 0x357d
> idProduct 0x7788
> bcdDevice 0.00
> iManufacturer 10
> iProduct 11
> iSerial 3
> bNumConfigurations 1
> Configuration Descriptor:
> bLength 9
> bDescriptorType 2
> wTotalLength 121
> bNumInterfaces 1
> bConfigurationValue 1
> iConfiguration 0
> bmAttributes 0xc0
> Self Powered
> MaxPower 2mA
> Interface Descriptor:
> bLength 9
> bDescriptorType 4
> bInterfaceNumber 0
> bAlternateSetting 0
> bNumEndpoints 2
> bInterfaceClass 8 Mass Storage
> bInterfaceSubClass 6 SCSI
> bInterfaceProtocol 80 Bulk-Only
> iInterface 0
> Endpoint Descriptor:
> bLength 7
> bDescriptorType 5
> bEndpointAddress 0x81 EP 1 IN
> bmAttributes 2
> Transfer Type Bulk
> Synch Type None
> Usage Type Data
> wMaxPacketSize 0x0400 1x 1024 bytes
> bInterval 0
> bMaxBurst 15
> Endpoint Descriptor:
> bLength 7
> bDescriptorType 5
> bEndpointAddress 0x02 EP 2 OUT
> Couldn't open device, some information will be missing
> bmAttributes 2
> Transfer Type Bulk
> Synch Type None
> Usage Type Data
> wMaxPacketSize 0x0400 1x 1024 bytes
> bInterval 0
> bMaxBurst 15
> Interface Descriptor:
> bLength 9
> bDescriptorType 4
> bInterfaceNumber 0
> bAlternateSetting 1
> bNumEndpoints 4
> bInterfaceClass 8 Mass Storage
> bInterfaceSubClass 6 SCSI
> bInterfaceProtocol 98
> iInterface 0
> Endpoint Descriptor:
> bLength 7
> bDescriptorType 5
> bEndpointAddress 0x01 EP 1 OUT
> bmAttributes 2
> Transfer Type Bulk
> Synch Type None
> Usage Type Data
> wMaxPacketSize 0x0400 1x 1024 bytes
> bInterval 0
> bMaxBurst 0
> Command pipe (0x01)
> Endpoint Descriptor:
> bLength 7
> bDescriptorType 5
> bEndpointAddress 0x82 EP 2 IN
> bmAttributes 2
> Transfer Type Bulk
> Synch Type None
> Usage Type Data
> wMaxPacketSize 0x0400 1x 1024 bytes
> bInterval 0
> bMaxBurst 0
> MaxStreams 32
> Status pipe (0x02)
> Endpoint Descriptor:
> bLength 7
> bDescriptorType 5
> bEndpointAddress 0x83 EP 3 IN
> bmAttributes 2
> Transfer Type Bulk
> Synch Type None
> Usage Type Data
> wMaxPacketSize 0x0400 1x 1024 bytes
> bInterval 0
> bMaxBurst 15
> MaxStreams 32
> Data-in pipe (0x03)
> Endpoint Descriptor:
> bLength 7
> bDescriptorType 5
> bEndpointAddress 0x04 EP 4 OUT
> bmAttributes 2
> Transfer Type Bulk
> Synch Type None
> Usage Type Data
> wMaxPacketSize 0x0400 1x 1024 bytes
> bInterval 0
> bMaxBurst 15
> MaxStreams 32
> Data-out pipe (0x04)
>
まず、XHC
出力のwakeup
リストがUSB 3.0デバイスであることは私には明らかではありませんでした。
XHC S0 *enabled pci:0000:00:14.0
ただし、このデバイスのウェイクアップステータスを無効にしても問題は解決しません。
Sudo bash -c "echo disabled > \
/sys/devices/pci0000:00/0000:00:14.0/power/wakeup" # Problem persists.
私が見つけた唯一の有効な解決策は、次のコマンドを使用してデバイスドライバをunbind
およびbind
することです:
Sudo bash -c ' \
echo -n "0000:00:14.0" > /sys/bus/pci/drivers/xhci_hcd/unbind && \
echo -n "0000:00:14.0" > /sys/bus/pci/drivers/xhci_hcd/bind;'
USB 3.0ストレージデバイスを接続してからコンピューターをサスペンドするまでの間、毎回これを行う必要がありますが、一貫して動作します。
パスのxhci_hcd
コンポーネントはUSB 3.0デバイスでのみ有効であることに注意してください。パスのこの部分は、リセットが必要なバスのタイプに応じて変更する必要があり、他のタイプのストレージデバイスの場合はuhci_hcd
、sdhci-pci
、またはehci-pci
のいずれかになります。 。
回答を追加して申し訳ありませんが、コメントを追加するほどの評判がありません...
(これはなぜあなたの問題を見ているのか!);-):P
一時停止する前にディスクが切断されたばかりのUSBバスをリセットしようとしましたか?
方法がわからない場合は、次のことができます:
lsusb --verbose > /tmp/good-bus.txt 2>&1
lsusb --verbose > /tmp/bad-bus.txt 2>&1
lsusb --verbose > /tmp/worse-bus.txt 2>&1
diff --text /tmp/good-bus.txt /tmp/bad-bus.txt > /tmp/test-g-b.txt
diff --text /tmp/good-bus.txt /tmp/worse-bus.txt > /tmp/test-g-w.txt
そして、/ tmp/test-g-b.txtと/tmp/test-g-w.txtの出力を使用して、ここにレポートします。