• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

USB-Festplatte wird sofort aus Standby geholt

Ich möchte meine USB-Festplatte in den Standby-Modus versetzen. Dies gelingt auch mit dem Befehl:

Code:
sg_start -S /dev/disk/by-id/usb-Initio_HD160JJ_0010101640000000W-0:0

Allerdings wird sie sofort wieder in Betrieb gesetzt.

Ich habe mein System neu aufgesetzt, vorher hat es funktioniert. Jetzt habe ich openSUSE 12.2 64bit installiert.
Jemand eine Idee was ich machen kann?
 
Ist die Platte gemountet und hast du den Dateimanager offen?

Was sagt das Logfile /var/log/pm-powersave.log?
Was sagt
Code:
dmesg | egrep -i "err|warn|fail|crit
?
 
Platte ist nicht gemountet.

/var/log/pm-powersave.log existiert nicht

dmesg liefert:

Code:
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.001999] Marking TSC unstable due to check_tsc_sync_source failed
[    0.103441] ACPI: Using IOAPIC for interrupt routing
[    0.161612] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.161812] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
[    0.161974] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    0.162088] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    0.162200] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[    0.162300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[    0.162694]  pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
[    0.173314] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.173467] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.173615] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[    0.173763] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 *3 4 5 6 7 11 12 14 15)
[    0.173909] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.174070] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 *4 5 6 7 11 12 14 15)
[    0.174222] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.174375] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 *7 11 12 14 15)
[   16.085247] sd 4:0:0:0: [sdc] Asking for cache data failed
[   16.093484] sd 4:0:0:0: [sdc] Asking for cache data failed
[   16.101907] sd 4:0:0:0: [sdc] Asking for cache data failed
[11705.118463] sd 8:0:0:0: [sdc] Asking for cache data failed
[11705.121358] sd 8:0:0:0: [sdc] Asking for cache data failed
[11705.129958] sd 8:0:0:0: [sdc] Asking for cache data failed
[12684.732097] sd 9:0:0:0: [sdc] Asking for cache data failed
[12684.734946] sd 9:0:0:0: [sdc] Asking for cache data failed
[12684.748555] sd 9:0:0:0: [sdc] Asking for cache data failed
[13571.224344] ata6.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6

Die Festplatte um die es geht ist sdc
 
Dies ist die Ursache deines Problems und sieht nach einem Bug aus.
Code:
[13571.224344] ata6.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6


Siehe: https://bugzilla.novell.com/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=openSUSE+12.1&content=ata6.00%3A+exception+Emask+0x0+SAct+0x0+SErr+0x0+action+0x6
 
Oben