Bug#314761: seagate barracude SATA drive not supported

2006-01-04 Thread Laurent Bonnaud
Hi,

I tried again with kernel 2.6.15 and it works:

# hddtemp /dev/sda
/dev/sda: ST3120026AS: 37°C

-- 
Laurent Bonnaud.
http://www.lis.inpg.fr/pages_perso/bonnaud/





Bug#314761: seagate barracude SATA drive not supported

2005-10-24 Thread Laurent Bonnaud

 Well hddtemp *works*, but your kernel does not support that. The patch 
 has finally not been merged, so please patch you kernel as explained in 
 the README file.

I would like to see SATA support in standard Debian kernels.  How about
kernel 2.6.14 ?  There are many libata related changes here:

http://kernel.org/pub/linux/kernel/v2.6/testing/ChangeLog-2.6.14-rc1

but I have seen nothing about ATA pass-through commands.

Perhaps I could reassign this bug to the kernel package ?

-- 
Laurent Bonnaud.
http://www.lis.inpg.fr/pages_perso/bonnaud/




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#314761: seagate barracude SATA drive not supported

2005-10-24 Thread Aurelien Jarno
On Mon, Oct 24, 2005 at 12:56:14PM +0200, Laurent Bonnaud wrote:
 
  Well hddtemp *works*, but your kernel does not support that. The patch 
  has finally not been merged, so please patch you kernel as explained in 
  the README file.
 
 I would like to see SATA support in standard Debian kernels.  How about
 kernel 2.6.14 ?  There are many libata related changes here:
 
 http://kernel.org/pub/linux/kernel/v2.6/testing/ChangeLog-2.6.14-rc1
 
 but I have seen nothing about ATA pass-through commands.

You're right, it is still not there (at least in -rc5 version). Last
time I asked, I have been answered they are waiting for the
standardisation of the pass-thru commands.

 Perhaps I could reassign this bug to the kernel package ?
Well, my idea was to keep this bug open until Bas Zoetekouw confirms me
hddtemp is working correctly with the kernel patch. Actually SATA is
well supported by hddtemp.

You could try to reassign it to the kernel package, but I doubt the 
kernel team will add some random patches to the kernel tree, even if the 
pass-thru patch is working correctly for months now.

Bye,
Aurelien

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#314761: seagate barracude SATA drive not supported

2005-10-21 Thread Laurent Bonnaud
Hi,

I am now using kernel 2.6.13 from the standard Debian linux-image
package.  Unfortunately hddtemp still does not work:

# hddtemp /dev/sda
/dev/sda: ATA ST3120026AS:  drive supported, but it doesn't have a temperature 
sensor.

-- 
Laurent Bonnaud.
http://www.lis.inpg.fr/pages_perso/bonnaud/


Package: hddtemp
Version: 0.3-beta14-2

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages hddtemp depends on:
ii  debconf [debconf-2.0]1.4.58  Debian configuration management sy
ii  grep 2.5.1.ds2-1 GNU grep, egrep and fgrep
ii  libc62.3.5-7 GNU C Library: Shared libraries an
ii  sed  4.1.4-4 The GNU sed stream editor




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#314761: seagate barracude SATA drive not supported

2005-10-21 Thread Aurelien Jarno

Laurent Bonnaud a écrit :

Hi,

I am now using kernel 2.6.13 from the standard Debian linux-image
package.  Unfortunately hddtemp still does not work:

# hddtemp /dev/sda
/dev/sda: ATA ST3120026AS:  drive supported, but it doesn't have a temperature 
sensor.


Well hddtemp *works*, but your kernel does not support that. The patch 
has finally not been merged, so please patch you kernel as explained in 
the README file.


Bye,
Aurelien

--
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#314761: seagate barracude SATA drive not supported

2005-08-23 Thread Laurent Bonnaud
Hi,

may I suggest that you change this error message which is plain wrong
and misleading.  Instead of:

/dev/sda: ATA ST3160023AS:  known drive, but it doesn't have a temperature 
sensor.

I suggest:

known drive with a temperature sensor, but the kernel does not yet support 
accessing it.

BTW, for the record, /usr/share/doc/hddtemp/README talks about kernel
2.6.11-rc5.  I'm running kernel 2.6.12 and it still does not work out
of the box.  Do you know if kernel 2.6.13 will include this feature ?

-- 
Laurent Bonnaud.
http://www.lis.inpg.fr/pages_perso/bonnaud/




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#314761: seagate barracude SATA drive not supported

2005-08-23 Thread Aurelien Jarno
On Tue, Aug 23, 2005 at 04:23:27PM +0200, Laurent Bonnaud wrote:
 Hi,
 
 may I suggest that you change this error message which is plain wrong
 and misleading.  Instead of:
 
 /dev/sda: ATA ST3160023AS:  known drive, but it doesn't have a temperature 
 sensor.
 
 I suggest:
 
 known drive with a temperature sensor, but the kernel does not yet support 
 accessing it.

Well this message is displayed when an SCSI disk does not have a
temperature sensors. Without the SATA passthru patch, it is not possible
to determine if we are talking to a SCSI disk or a SATA disk, that's why
it is not possible to change the message as you suggested.

 BTW, for the record, /usr/share/doc/hddtemp/README talks about kernel
 2.6.11-rc5.  I'm running kernel 2.6.12 and it still does not work out
 of the box.  Do you know if kernel 2.6.13 will include this feature ?
It has been merged in version 2.6.13-rc6-git11 so yes it will include
this feature. This took long time because a X10 number has to be
standardized for that.

Bye,
Aurelien

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian GNU/Linux developer | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#314761: seagate barracude SATA drive not supported

2005-08-23 Thread Laurent Bonnaud
 Well this message is displayed when an SCSI disk does not have a
 temperature sensors. Without the SATA passthru patch, it is not possible
 to determine if we are talking to a SCSI disk or a SATA disk, that's why
 it is not possible to change the message as you suggested.

The problem is not to detect if the drive is SCSI or SATA but if it has
a temperature sensor or not.  Looking at the drives database should be
enough to display a proper error message about the existence or the lack
of a temperature sensor.

-- 
Laurent Bonnaud.
http://www.lis.inpg.fr/pages_perso/bonnaud/




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#314761: seagate barracude SATA drive not supported

2005-08-23 Thread Aurelien Jarno

Laurent Bonnaud a écrit :

Well this message is displayed when an SCSI disk does not have a
temperature sensors. Without the SATA passthru patch, it is not possible
to determine if we are talking to a SCSI disk or a SATA disk, that's why
it is not possible to change the message as you suggested.



The problem is not to detect if the drive is SCSI or SATA but if it has
a temperature sensor or not.  Looking at the drives database should be
enough to display a proper error message about the existence or the lack
of a temperature sensor.


The SCSI disks do not need a database as they are smart enough to tell 
if they have a temperature sensor or not. That's why so the database is 
not enough to know which message to display.


Anyway, this problem will disappear when the kernel 2.6.13 is out and 
people stops to use the previous one. I hope soon.


Bye,
Aurelien

--
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian GNU/Linux developer | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#314761: seagate barracude SATA drive not supported

2005-07-11 Thread Bas Zoetekouw
Hi Aurelien!

You wrote:

 Any progress on that bug? Have you tried to patch your kernel?

Not yet.  I'll try to do this soon though.

-- 
Kind regards,
++
| Bas Zoetekouw  | GPG key: 0644fab7 |
|| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| [EMAIL PROTECTED], [EMAIL PROTECTED] |  a2b1 2bae e41f 0644 fab7 |
++ 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#314761: seagate barracude SATA drive not supported

2005-07-06 Thread Aurelien Jarno

Any progress on that bug? Have you tried to patch your kernel?

--
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian GNU/Linux developer | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#314761: seagate barracude SATA drive not supported

2005-06-18 Thread Bas Zoetekouw
Package: hddtemp
Version: 0.3-beta13-17
Severity: wishlist

hddtemp says my (SATA) harddrive doesn't have a temperture sensor, but
windows utilities do show a tempertaure for this drive:

[EMAIL PROTECTED] hddtemp /dev/sda  
/dev/sda: ATA ST3160023AS:  known drive, but it doesn't have a temperature 
sensor.
[EMAIL PROTECTED] hddtemp --debug /dev/sda

= hddtemp 0.3-beta13 ==
Model: ATA ST3160023AS


If one of the field value seems to match the temperature, be sure to read
the hddtemp man page before sending me a report (section REPORT). Thanks.


The drive is an SATA Seagate Barracude, dmesg reports it as:
scsi1 : sata_via
  Vendor: ATA   Model: ST3160023AS   Rev: 3.18
  Type:   Direct-Access  ANSI SCSI revision: 05


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.9-ac6
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages hddtemp depends on:
ii  debconf [debconf-2.0]   1.4.51   Debian configuration management sy
ii  grep2.5.1.ds1-4  GNU grep, egrep and fgrep
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  sed 4.1.4-2  The GNU sed stream editor

hddtemp recommends no packages.

-- debconf information:
* hddtemp/SUID_bit: true
* hddtemp/interface: 127.0.0.1
* hddtemp/syslog: 0
* hddtemp/daemon: RUN_DAEMON=true
* hddtemp/port: 7634


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#314761: seagate barracude SATA drive not supported

2005-06-18 Thread Aurelien Jarno

Hi,

Bas Zoetekouw a crit :

Package: hddtemp
Version: 0.3-beta13-17
Severity: wishlist

hddtemp says my (SATA) harddrive doesn't have a temperture sensor, but
windows utilities do show a tempertaure for this drive:

[EMAIL PROTECTED] hddtemp /dev/sda  
/dev/sda: ATA ST3160023AS:  known drive, but it doesn't have a temperature sensor.


Looks like you haven't patched your kernel with the ATA pass-through 
patch. See /usr/share/doc/hddtemp/README for more information.


Bye,
Aurelien

--
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian GNU/Linux developer | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]