Hi,
i'm using arch linux arm on my raspberry pi model b.
i have an external hdd and two other hdd disks bundled in a software raid connected via usb.
sometimes it happen that my disks going not into sleep mode. when i want to check the status of my disk via hdparm i get the following message.
$this->bbcode_second_pass_code('', '
hdparm -C /dev/sda
/dev/sda: No such file or directory
')
$this->bbcode_second_pass_code('', '
ls /mnt/foo
ls: das Verzeichnis /mnt/foo wird gelesen: Eingabe-/Ausgabefehler
')
dmesg give me the following message
$this->bbcode_second_pass_code('', '
[79286.351587] ieee80211 phy0: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 2 in queue 2
[79286.351851] ieee80211 phy0: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 2 in queue 2
[79286.417588] ieee80211 phy0: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
[79287.582035] ieee80211 phy0: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 12 in queue 2
[79287.582135] ieee80211 phy0: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 12 in queue 2
[79287.582163] ieee80211 phy0: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 12 in queue 2
[79287.653713] ieee80211 phy0: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
[79288.911604] ieee80211 phy0: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
[79288.911734] ieee80211 phy0: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
[79288.911764] ieee80211 phy0: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
[79288.911881] ieee80211 phy0: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 11 in queue 2
[79288.974636] ieee80211 phy0: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
[79288.974680] ieee80211 phy0: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
[79612.531524] EXT4-fs warning (device sda1): __ext4_read_dirblock:908: error reading directory block (ino 2, block 0)
[79622.287788] EXT4-fs warning (device md0): __ext4_read_dirblock:908: error reading directory block (ino 2, block 0)
')
After some googling i found some blog and forum entries about usb suspend mode. but i can't find any config file or so which is related to usb suspend.
Has someone similar experience?
Thanks, Marko