Date: Tue, 25 Aug 1998 11:25:42 -0600 (MDT) From: "Kenneth D. Merry" <ken@plutotech.com> To: ken@plutotech.com (Kenneth D. Merry) Cc: Lars.Koeller@post.uni-bielefeld.de, freebsd-scsi@FreeBSD.ORG, gibbs@FreeBSD.ORG Subject: Re: Parse sense data with camcontrol into shell variable! Message-ID: <199808251725.LAA15288@panzer.plutotech.com> In-Reply-To: <199808251709.LAA15177@panzer.plutotech.com> from "Kenneth D. Merry" at "Aug 25, 98 11:09:39 am"
next in thread | previous in thread | raw e-mail | index | archive | help
Kenneth D. Merry wrote... > Hmm, try something like this: > > camcontrol -n ch -u 0 -c "03 00 00 00 64 00" -I 64 "s18 b8" > > Or perhaps: > > camcontrol -n ch -u 0 -c "03 00 00 00 64 00" -I 64 "s18 i1" Sorry to reply to myself, but those should probably be: camcontrol -n ch -u 0 -c "03 00 00 00 64 00" -I 0x64 "s18 b8" and camcontrol -n ch -u 0 -c "03 00 00 00 64 00" -I 0x64 "s18 i1" The length inside the CDB is in hex, so the length specified for the -I argument should match it. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808251725.LAA15288>