ALT Linux hardware support
 help / color / mirror / Atom feed
* [Hardware] hddtemp и HDD
@ 2007-05-28  9:07 Serge
  2007-05-28  9:37 ` Alexander Volkov
  0 siblings, 1 reply; 8+ messages in thread
From: Serge @ 2007-05-28  9:07 UTC (permalink / raw)
  To: hardware

Система: Мастер 2.4 + updates
давно поставил ядро из sisyphus (1-1,5 года назад)
uname -r
2.6.16-std26-up-alt9

hddtemp-0.3-alt1.11
dmesg |grep sda
SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: drive cache: write back
SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: drive cache: write back
 sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 >
sd 1:0:0:0: Attached scsi disk sda

в BIOS указывается что мой винт поддерживает S.M.A.R.T

но 
hddtemp /dev/sda
/dev/sda: ATA     ST380811AS      : /dev/sda: ATA     ST380811AS      :  
S.M.A.R.T. not available

Что посоветуете предпринять?


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Hardware] hddtemp и HDD
  2007-05-28  9:07 [Hardware] hddtemp и HDD Serge
@ 2007-05-28  9:37 ` Alexander Volkov
  2007-05-28 10:25   ` Serge
  0 siblings, 1 reply; 8+ messages in thread
From: Alexander Volkov @ 2007-05-28  9:37 UTC (permalink / raw)
  To: hardware

On 2007-05-28 12:07:59 +0300, Serge wrote:
S> Система: Мастер 2.4 + updates
S> давно поставил ядро из sisyphus (1-1,5 года назад)
S> uname -r
S> 2.6.16-std26-up-alt9

S> hddtemp-0.3-alt1.11
S> dmesg |grep sda
S> SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
S> sda: Write Protect is off
S> sda: Mode Sense: 00 3a 00 00
S> SCSI device sda: drive cache: write back
S> SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
S> sda: Write Protect is off
S> sda: Mode Sense: 00 3a 00 00
S> SCSI device sda: drive cache: write back
S>  sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 >
S> sd 1:0:0:0: Attached scsi disk sda

S> в BIOS указывается что мой винт поддерживает S.M.A.R.T

S> но 
S> hddtemp /dev/sda
S> /dev/sda: ATA     ST380811AS      : /dev/sda: ATA     ST380811AS      :  
S> S.M.A.R.T. not available

S> Что посоветуете предпринять?
Бэкпортить smartmontools. Если кто-либо не сделал этого раньше.
--
 Regards, Alexander



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Hardware] hddtemp и HDD
  2007-05-28  9:37 ` Alexander Volkov
@ 2007-05-28 10:25   ` Serge
  2007-05-28 13:04     ` Alexander Volkov
  0 siblings, 1 reply; 8+ messages in thread
From: Serge @ 2007-05-28 10:25 UTC (permalink / raw)
  To: hardware

В сообщении от Monday 28 May 2007 12:37:41 Alexander Volkov написал(а):
> On 2007-05-28 12:07:59 +0300, Serge wrote:
> S> Система: Мастер 2.4 + updates
> S> давно поставил ядро из sisyphus (1-1,5 года назад)
> S> uname -r
> S> 2.6.16-std26-up-alt9
>
> S> hddtemp-0.3-alt1.11
> S> dmesg |grep sda
> S> SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
> S> sda: Write Protect is off
> S> sda: Mode Sense: 00 3a 00 00
> S> SCSI device sda: drive cache: write back
> S> SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
> S> sda: Write Protect is off
> S> sda: Mode Sense: 00 3a 00 00
> S> SCSI device sda: drive cache: write back
> S>  sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 >
> S> sd 1:0:0:0: Attached scsi disk sda
>
> S> в BIOS указывается что мой винт поддерживает S.M.A.R.T
>
> S> но
> S> hddtemp /dev/sda
> S> /dev/sda: ATA     ST380811AS      : /dev/sda: ATA     ST380811AS      :
> S> S.M.A.R.T. not available
>
> S> Что посоветуете предпринять?
> Бэкпортить smartmontools. Если кто-либо не сделал этого раньше.
в Master 24 есть smartmontools
rpm -q smartmontools
smartmontools-5.36-alt2

но:
smartctl --smart=on --offlineauto=on --saveauto=on -T permissive -d 
ata /dev/sda
smartctl version 5.36 [i586-alt-linux-gnu] Copyright (C) 2002-6 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.
Error SMART Enable Auto-save failed: Input/output error
Smartctl: SMART Enable Attribute Autosave Failed.

Error SMART Enable Automatic Offline failed: Input/output error
Smartctl: SMART Enable Automatic Offline Failed.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Hardware] hddtemp и HDD
  2007-05-28 10:25   ` Serge
@ 2007-05-28 13:04     ` Alexander Volkov
  2007-05-28 15:01       ` Serge
  0 siblings, 1 reply; 8+ messages in thread
From: Alexander Volkov @ 2007-05-28 13:04 UTC (permalink / raw)
  To: hardware

On 2007-05-28 13:25:07 +0300, Serge wrote:
S> В сообщении от Monday 28 May 2007 12:37:41 Alexander Volkov написал(а):
S> > On 2007-05-28 12:07:59 +0300, Serge wrote:
S> > S> Система: Мастер 2.4 + updates
S> > S> давно поставил ядро из sisyphus (1-1,5 года назад)
S> > S> uname -r
S> > S> 2.6.16-std26-up-alt9
S> >
S> > S> hddtemp-0.3-alt1.11
S> > S> dmesg |grep sda
S> > S> SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
S> > S> sda: Write Protect is off
S> > S> sda: Mode Sense: 00 3a 00 00
S> > S> SCSI device sda: drive cache: write back
S> > S> SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
S> > S> sda: Write Protect is off
S> > S> sda: Mode Sense: 00 3a 00 00
S> > S> SCSI device sda: drive cache: write back
S> > S>  sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 >
S> > S> sd 1:0:0:0: Attached scsi disk sda
S> >
S> > S> в BIOS указывается что мой винт поддерживает S.M.A.R.T
S> >
S> > S> но
S> > S> hddtemp /dev/sda
S> > S> /dev/sda: ATA     ST380811AS      : /dev/sda: ATA     ST380811AS      :
S> > S> S.M.A.R.T. not available
S> >
S> > S> Что посоветуете предпринять?
S> > Бэкпортить smartmontools. Если кто-либо не сделал этого раньше.
S> в Master 24 есть smartmontools
S> rpm -q smartmontools
S> smartmontools-5.36-alt2
С сата дисками их научили работать относительно недавно...
--
 Regards, Alexander



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Hardware] hddtemp и HDD
  2007-05-28 13:04     ` Alexander Volkov
@ 2007-05-28 15:01       ` Serge
  2007-05-28 19:29         ` Michael Shigorin
  0 siblings, 1 reply; 8+ messages in thread
From: Serge @ 2007-05-28 15:01 UTC (permalink / raw)
  To: hardware

В сообщении от Monday 28 May 2007 16:04:15 Alexander Volkov написал(а):
> On 2007-05-28 13:25:07 +0300, Serge wrote:
> S> В сообщении от Monday 28 May 2007 12:37:41 Alexander Volkov написал(а):
> S> > On 2007-05-28 12:07:59 +0300, Serge wrote:
> S> > S> Система: Мастер 2.4 + updates
> S> > S> давно поставил ядро из sisyphus (1-1,5 года назад)
> S> > S> uname -r
> S> > S> 2.6.16-std26-up-alt9
> S> >
> S> > S> hddtemp-0.3-alt1.11
> S> > S> dmesg |grep sda
> S> > S> SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
> S> > S> sda: Write Protect is off
> S> > S> sda: Mode Sense: 00 3a 00 00
> S> > S> SCSI device sda: drive cache: write back
> S> > S> SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
> S> > S> sda: Write Protect is off
> S> > S> sda: Mode Sense: 00 3a 00 00
> S> > S> SCSI device sda: drive cache: write back
> S> > S>  sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13
> > S> > S> sd 1:0:0:0: Attached scsi disk sda
> S> >
> S> > S> в BIOS указывается что мой винт поддерживает S.M.A.R.T
> S> >
> S> > S> но
> S> > S> hddtemp /dev/sda
> S> > S> /dev/sda: ATA     ST380811AS      : /dev/sda: ATA     ST380811AS   
>   : S> > S> S.M.A.R.T. not available
> S> >
> S> > S> Что посоветуете предпринять?
> S> > Бэкпортить smartmontools. Если кто-либо не сделал этого раньше.
> S> в Master 24 есть smartmontools
> S> rpm -q smartmontools
> S> smartmontools-5.36-alt2
> С сата дисками их научили работать относительно недавно...
тоесть нужно брать smartmontools из sisyphus и пытаться пересобирать в 
окружении Master24+updates?



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Hardware] hddtemp и HDD
  2007-05-28 15:01       ` Serge
@ 2007-05-28 19:29         ` Michael Shigorin
  2007-05-29 14:20           ` Serge
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Shigorin @ 2007-05-28 19:29 UTC (permalink / raw)
  To: hardware

On Mon, May 28, 2007 at 06:01:28PM +0300, Serge wrote:
> > S> > S> Что посоветуете предпринять?
> > S> > Бэкпортить smartmontools. Если кто-либо не сделал этого раньше.

Недостаточно.

> > С сата дисками их научили работать относительно недавно...
> тоесть нужно брать smartmontools из sisyphus и пытаться
> пересобирать в окружении Master24+updates?
Нет, надо ещё ядро то ли 2.6.14-alt+, то ли 2.6.16+.
На 2.6.18 точно работает.

Бишь лучше перебираться на 4.0.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Hardware] hddtemp и HDD
  2007-05-28 19:29         ` Michael Shigorin
@ 2007-05-29 14:20           ` Serge
  2007-05-29 19:35             ` Michael Shigorin
  0 siblings, 1 reply; 8+ messages in thread
From: Serge @ 2007-05-29 14:20 UTC (permalink / raw)
  To: hardware

В сообщении от Monday 28 May 2007 22:29:15 Michael Shigorin написал(а):
> On Mon, May 28, 2007 at 06:01:28PM +0300, Serge wrote:
> > > S> > S> Что посоветуете предпринять?
> > > S> > Бэкпортить smartmontools. Если кто-либо не сделал этого раньше.
>
> Недостаточно.
да, действительно. Сбекпортил (взял из sisyphus 5.36) - не работает
> > > С сата дисками их научили работать относительно недавно...
> >
> > тоесть нужно брать smartmontools из sisyphus и пытаться
> > пересобирать в окружении Master24+updates?
>
> Нет, надо ещё ядро то ли 2.6.14-alt+, то ли 2.6.16+.
> На 2.6.18 точно работает.
а откуда брать ядра (из Compact3.0, Sisysphus, Master4.0)?
> Бишь лучше перебираться на 4.0.
это я уже понял, но сейчас это для меня не реально :-(



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Hardware] hddtemp и HDD
  2007-05-29 14:20           ` Serge
@ 2007-05-29 19:35             ` Michael Shigorin
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Shigorin @ 2007-05-29 19:35 UTC (permalink / raw)
  To: hardware

On Tue, May 29, 2007 at 05:20:29PM +0300, Serge wrote:
> > Нет, надо ещё ядро то ли 2.6.14-alt+, то ли 2.6.16+.
> > На 2.6.18 точно работает.
> а откуда брать ядра (из Compact3.0, Sisysphus, Master4.0)?

Из M40 заработает, из 3.0 -- кажется, ещё не умело.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-05-29 19:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-28  9:07 [Hardware] hddtemp и HDD Serge
2007-05-28  9:37 ` Alexander Volkov
2007-05-28 10:25   ` Serge
2007-05-28 13:04     ` Alexander Volkov
2007-05-28 15:01       ` Serge
2007-05-28 19:29         ` Michael Shigorin
2007-05-29 14:20           ` Serge
2007-05-29 19:35             ` Michael Shigorin

ALT Linux hardware support

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/hardware/0 hardware/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 hardware hardware/ http://lore.altlinux.org/hardware \
		hardware@altlinux.ru hardware@lists.altlinux.org hardware@lists.altlinux.ru hardware@lists.altlinux.com hardware@altlinux.org
	public-inbox-index hardware

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.hardware


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git