As Sascha Holzleiter wrote:
> Plextor setzt die Geschwindigkeit wohl über Modepage 0x31 die wie folgt
> aussieht :
(vendor specific)
> byte0 0x31
> byte1 0x02
> byte2 speedfactor
> byte3 Rsvd|DisAv|DisWt|SpdMode
> Es gibt hierzu auch ein Opensource Programm für Linux unter
> http://users.ite.pl/awr/projects/cdpl/cdpl-0.2.tar.bz2 .
Wofür die Leute alles so Opensource-Programme schreiben. ;-)
> Ein camcontrol cmd cd1 -v -c "15 00 00 00 08 00" -o 0x07 "00 00 00 00 31
...ist der falsche Weg.
cat >/root/myscsi_modes <<EOF
# Plextor drive speed control
0x31 {
{Speed factor} i1
{Reserved} *t5
{DisAv} t1
{DisWt} t1
{SpdMode} t1
};
EOF
env SCSI_MODES=/root/myscsi_modes camcontrol modepage cd0 -m 0x31 -v
Ich seh' schon, scsi_modes benötigt unbedingt mal eine Erweiterung,
so daß man vendor specific definitions da auch ablegen kann.
-- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Thu 21 Feb 2002 - 12:40:05 CET