LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-07-2005, 10:07 AM   #1
oneman00
Member
 
Registered: Feb 2004
Posts: 32

Rep: Reputation: 15
SATA Issues Silicon Image / Seagate


Im using vanilla kernel.org 2.6.11, Ive got a Silicon Image 3112 on my abit mobo, im using it with two seagate sata 160gig drives (that should be pretty good)

However im getting this "applying seagate errata" in my dmesg and the performance is terrible. What is the solution? Do i need a new controller card or are these drives buggy?

Thanks,

David




bash-3.00# hdparm -Tt /dev/sda1

/dev/sda1:
Timing cached reads: 1188 MB in 2.00 seconds = 592.61 MB/sec
HDIO_DRIVE_CMD(null) (wait for flush complete) failed: Inappropriate ioctl for device
Timing buffered disk reads: 38 MB in 3.07 seconds = 12.37 MB/sec
HDIO_DRIVE_CMD(null) (wait for flush complete) failed: Inappropriate ioctl for device
bash-3.00#
bash-3.00# hdparm -Tt /dev/sda2

/dev/sda2:
Timing cached reads: 1196 MB in 2.00 seconds = 597.79 MB/sec
HDIO_DRIVE_CMD(null) (wait for flush complete) failed: Inappropriate ioctl for device
Timing buffered disk reads: 44 MB in 3.08 seconds = 14.27 MB/sec
HDIO_DRIVE_CMD(null) (wait for flush complete) failed: Inappropriate ioctl for device
bash-3.00#


libata version 1.10 loaded.
sata_sil version 0.8
ata1: SATA max UDMA/100 cmd 0xE0826080 ctl 0xE082608A bmdma 0xE0826000 irq 11
ata2: SATA max UDMA/100 cmd 0xE08260C0 ctl 0xE08260CA bmdma 0xE0826008 irq 11
ata1: dev 0 cfg 49:2f00 82:346b 83:7d01 84:4003 85:3469 86:3c01 87:4003 88:207f
ata1: dev 0 ATA, max UDMA/133, 312581808 sectors: lba48
ata1(0): applying Seagate errata fix
ata1: dev 0 configured for UDMA/100
scsi0 : sata_sil
ata2: dev 0 cfg 49:2f00 82:346b 83:7d01 84:4003 85:3469 86:3c01 87:4003 88:207f
ata2: dev 0 ATA, max UDMA/133, 312581808 sectors: lba48
ata2: dev 0 configured for UDMA/100
scsi1 : sata_sil
Vendor: ATA Model: ST3160023AS Rev: 3.18
Type: Direct-Access ANSI SCSI revision: 05
Vendor: ATA Model: ST3160827AS Rev: 3.00
Type: Direct-Access ANSI SCSI revision: 05
SCSI device sda: 312581808 512-byte hdwr sectors (160042 MB)
SCSI device sda: drive cache: write back
SCSI device sda: 312581808 512-byte hdwr sectors (160042 MB)
SCSI device sda: drive cache: write back
sda: sda1 sda2 sda3
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sdb: 312581808 512-byte hdwr sectors (160042 MB)
SCSI device sdb: drive cache: write back
SCSI device sdb: 312581808 512-byte hdwr sectors (160042 MB)
SCSI device sdb: drive cache: write back
sdb: sdb1
Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0
Attached scsi generic sg1 at scsi1, channel 0, id 0, lun 0, type 0
 
Old 03-08-2005, 03:15 AM   #2
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
IT wouldn't surprise me if the drive was buggy - after all, this is seacrate.

That isn't merely a swipe; I have a couple of seacrate SCSI drives with buggy firmware; they work OK but they keep reporting (spuriously) that they are about to fail.

Visit the Seacrate site, and download their "seatools" suite for testing/configuring their hard drives, and see what that tells you about how the things are set.
 
Old 03-08-2005, 07:34 AM   #3
oneman00
Member
 
Registered: Feb 2004
Posts: 32

Original Poster
Rep: Reputation: 15
Hrm thats extremly disconcerting, I was hoping that this was an issue with buggy drivers for the silicon image chip.

If the drives suck, jeez i donno how im gonna deal with that, surly I thought that these 160 gig seagate 7200.7 drives would be good to go.


These errors occurred during execution:
[08:16:15] data corrupted on disk - maybe you have two copies running?
^^^^
Bit torrent does this at times.

-David
 
Old 03-08-2005, 07:49 AM   #4
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
Quote:
Hrm thats extremly disconcerting, I was hoping that this was an issue with buggy drivers for the silicon image chip.
*Shrug*. Could be. I don't run SATA so I have no opinion.
 
Old 03-08-2005, 12:29 PM   #5
oneman00
Member
 
Registered: Feb 2004
Posts: 32

Original Poster
Rep: Reputation: 15
Does anyone here have a recomendation for a good ( mature linux support)_ sub $100 sata card with 2-4 ports?
 
Old 03-08-2005, 05:41 PM   #6
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Highpoint SATA controllers works with kernel version 2.4.x and 2.6.x. I do not suggest using Promise controllers because not all their models have open source drivers (assuming only kernel version 2.4.x) and a lack in independent channels for fast read and write speed for multiple drives.

Seagate SATA hard drives has many problems. One is it has trouble enabling DMA and the other is enabling the DMA mode. I suggest Western Digital or IBM/Hitachi drives. Maxtor SATA hard drives have the same problem as with Seagate drives, but not as bad.

IMHO, Silicon Image sucks because they do not support the controllers very well. Its rare that Silicon Image software will be fix because it depends the next kernel release if the kernel developers had any bug reports of the Silicon Image software.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
silicon image 3112 and seagate 200GB sata(non-raid) ganja_guru Linux - Hardware 16 08-08-2005 09:12 AM
Silicon Image Sli 3112 SATA controler Kernel 2.6 KoldFusion Slackware 0 01-16-2005 12:44 PM
Sata hdd on Silicon Image controller errors Am0eba Linux - Hardware 0 10-25-2004 03:44 PM
Silicon Image SATA driver in Redhat 9 Dauer Linux - Software 4 09-09-2004 12:08 PM
enabling sata support for silicon image on kernel 2.6.2 fobius Linux - Software 3 02-06-2004 07:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:57 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration