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 02-06-2006, 07:59 PM   #1
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
System occasionally hangs, { DriveReady SeekComplete Error} in syslog


Since I installed a new hard-drive (200GB Maxtor, mounted at /home) in my box, it has been occasionally hanging up out of nowhere (I don't even have to be doing anything). When I take a look in syslog, I see pages and pages of this:
Code:
Feb  6 20:48:57 slackdell kernel: ide: failed opcode was: unknown
Feb  6 20:48:57 slackdell kernel: ide0: reset: success
Feb  6 20:48:57 slackdell kernel: hda: read_intr: status=0x51 { DriveReady SeekComplete Error }
Feb  6 20:48:57 slackdell kernel: hda: read_intr: error=0x10 { SectorIdNotFound }, LBAsect=78126290, sector=78126290
Feb  6 20:48:57 slackdell kernel: ide: failed opcode was: unknown
Feb  6 20:48:57 slackdell kernel: hda: read_intr: status=0x51 { DriveReady SeekComplete Error }
Feb  6 20:48:57 slackdell kernel: hda: read_intr: error=0x10 { SectorIdNotFound }, LBAsect=78126290, sector=78126290
Feb  6 20:48:57 slackdell kernel: ide: failed opcode was: unknown
Feb  6 20:48:57 slackdell kernel: hda: read_intr: status=0x51 { DriveReady SeekComplete Error }
Feb  6 20:48:57 slackdell kernel: hda: read_intr: error=0x10 { SectorIdNotFound }, LBAsect=78126290, sector=78126290
Feb  6 20:48:57 slackdell kernel: ide: failed opcode was: unknown
Feb  6 20:48:57 slackdell kernel: hda: read_intr: status=0x51 { DriveReady SeekComplete Error }
Feb  6 20:48:57 slackdell kernel: hda: read_intr: error=0x10 { SectorIdNotFound }, LBAsect=78126290, sector=78126290
Feb  6 20:48:57 slackdell kernel: ide: failed opcode was: unknown
Feb  6 20:48:57 slackdell kernel: ide0: reset: success
I've researched those error messages, and get a lot of results pertaining to DMA and fdisk, so I include this as well:
Code:
[root@slackdell /home/scuzzy]$ hdparm /dev/hda

/dev/hda:
 multcount    =  0 (off)
 IO_support   =  0 (default 16-bit)
 unmaskirq    =  0 (off)
 using_dma    =  1 (on)
 keepsettings =  0 (off)
 readonly     =  0 (off)
 readahead    = 256 (on)
 geometry     = 65535/16/63, sectors = 40000000000, start = 0
[root@slackdell /home/scuzzy]$ hdparm /dev/hdb

/dev/hdb:
 multcount    =  0 (off)
 IO_support   =  0 (default 16-bit)
 unmaskirq    =  0 (off)
 using_dma    =  1 (on)
 keepsettings =  0 (off)
 readonly     =  0 (off)
 readahead    = 256 (on)
 geometry     = 24792/255/63, sectors = 203928109056, start = 0
[root@slackdell /home/scuzzy]$ fdisk -l

Disk /dev/hda: 40.0 GB, 40000000000 bytes
255 heads, 63 sectors/track, 4863 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1        4834    38829073+  83  Linux
/dev/hda2            4835        4865      249007+  82  Linux swap

Disk /dev/hdb: 203.9 GB, 203928109056 bytes
255 heads, 63 sectors/track, 24792 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hdb1               1       24792   199141708+  83  Linux
[root@slackdell /home/scuzzy]$
Any ideas?
 
Old 02-06-2006, 08:18 PM   #2
halvy
Member
 
Registered: Aug 2005
Location: Anchorage, Alaska (soon EU, hopefully)
Distribution: Anything NOT SystemD (ie. M$) related.
Posts: 918

Rep: Reputation: 42
if its under warranty take the dammened thing back, i dont' like maxor anyway, they really dont' have that great of reputation.. just hype and cheap drives.
 
Old 02-06-2006, 08:40 PM   #3
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Original Poster
Rep: Reputation: 47
Thats the thing though - the errors are on /dev/hda, the Maxtor I just installed is on /dev/hdb.
 
Old 02-06-2006, 09:06 PM   #4
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Try replacing the IDE cable. Perhaps a conductor was broken when installing the new drive. I've often seen these errors with bad cables.
 
Old 02-06-2006, 09:46 PM   #5
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Original Poster
Rep: Reputation: 47
Thanks. I have badblocks running right now on the new drive (the Maxtor) just to be sure. I'll replace the IDE cable in the morning.
 
Old 02-10-2006, 04:26 AM   #6
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Original Poster
Rep: Reputation: 47
OK - the problem wasn't with the IDE cable. Though, after running badblocks on the hdb (the new Maxtor) this has been happening less frequently. Any other ideas?
 
  


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
DriveReady SeekComplete Error l00zer Linux - Hardware 5 10-24-2005 09:33 PM
{ DriveReady SeekComplete DataRequest Error } kelnt Linux - Hardware 2 11-26-2004 07:38 AM
: dma_intr: status=0x51 { DriveReady SeekComplete Error } carboncopy Slackware 7 07-07-2004 04:02 AM
DriveReady SeekComplete Error ashfaq Linux - Software 1 04-22-2004 06:20 PM
RedHat 8.0 and DVD: DriveReady SeekComplete Error akikolehmainen Linux - Hardware 3 02-13-2003 02:26 PM

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

All times are GMT -5. The time now is 10:53 AM.

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