Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2003 12:17:45 +0100
From:      Francesco Casadei <fcasadei@inwind.it>
To:        Andre Albsmeier <andre.albsmeier@siemens.com>
Cc:        freebsd-stable@FreeBSD.ORG, fcasadei@inwind.it
Subject:   Re: (da0:ahc0:0:0:0): Unexpected busfree in Data-in phase and other weirdness
Message-ID:  <20030307111745.GA1332@goku.kasby>
In-Reply-To: <20030307111039.A76900@curry.mchp.siemens.de>
References:  <20030228235031.GE5033@grummit.biaix.org> <20030301094934.GA547@goku.kasby> <20030306153355.A12907@curry.mchp.siemens.de> <20030306225837.GA1277@goku.kasby> <20030307081541.B71305@curry.mchp.siemens.de> <20030307094353.GA860@goku.kasby> <20030307111039.A76900@curry.mchp.siemens.de>

next in thread | previous in thread | raw e-mail | index | archive | help

--pf9I7BMVVzbSWLtt
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Mar 07, 2003 at 11:10:39AM +0100, Andre Albsmeier wrote:
>=20
[snip]
> It could, but I don't think so. Why don't you measure the temp of
> the DNES with the following script. The DNES usually doesn't get
> very hot...
>=20
> #!/bin/sh
>=20
> shit () {
>   if [ ! $sflag ]; then
>     echo	>&2
>     echo "$@"	>&2
>     echo	>&2
>   fi
>   exit 1
> }
>=20
> sflag=3D""
> if [ "x$1" =3D x-s ]; then
>   sflag=3D1
>   shift
> fi
>=20
> for d in "$@"; do
>   set -- `camcontrol cmd $d -c "4d 0 6f 0 0 0 0 0 0C 0" -i 12 "i1 *i1 i2 =
i2 *i1 i1 i1 i1 i1 i1"`
>   [ "$1" !=3D 47 ] && shit "Byte 0 is not 47"
>   [ "$2" !=3D  8 ] && shit "Bytes 2/3 are not 8"
>   [ "$3" !=3D  0 ] && shit "Bytes 4/5 are not 0"
>   [ "$4" !=3D  4 ] && shit "Byte 7 is not 4"
>=20
>   if [ $sflag ]; then
>     echo -n "$7 "
>     continue
>   fi
>=20
>   echo
>   echo "Device $d"
>   echo "---------------------------------------"
>   echo "SMART Sense Code Byte            : $5"
>   echo "SMART Alert Reason Code          : $6"
>   echo "Most Recent Temperature Reading  : $7"
>   echo "Vendor HDA Temperature Trip Point: $8"
> done
> echo
>=20
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message
> end of the original message

Thanks a lot for the script. Here's the output:

Device da1
---------------------------------------
SMART Sense Code Byte            : 0
SMART Alert Reason Code          : 0
Most Recent Temperature Reading  : 33
Vendor HDA Temperature Trip Point: 85

I assume that 33 stands for 33 Celsius degree. It's not a high temperature,=
 at
least not as high as I thought.

	Francesco Casadei
--=20
You can download my public key from http://digilander.libero.it/fcasadei/
or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...)

Key fingerprint is: 1671 9A23 ACB4 520A E7EE  00B0 7EC3 375F 164E B17B


--pf9I7BMVVzbSWLtt
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE+aH/YfsM3XxZOsXsRApQvAJwPeeGIucIdMjaPRn7XCig5+uLpoQCfY9r3
i1ZjuSz607l33JUyo5YRVAs=
=EKa3
-----END PGP SIGNATURE-----

--pf9I7BMVVzbSWLtt--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030307111745.GA1332>