LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-17-2012, 10:12 AM   #1
charging-ibis
Member
 
Registered: Dec 2011
Location: Columbus, OH
Distribution: Slackware 13.37
Posts: 38

Rep: Reputation: 0
DMA I/O or Hard Disk error I am confused : Dell Latitude D400 (Typical Installation)


Note: This question may appear to be a distro discussion but a assure it isn't.

Hello everybody, I am now having this problem since I tried to install Arch linux on my laptop.
I have tried to install other distros but at the command line while booting up a live disstro or
installing. I am getting these messages that automaticaly populates the screen preventing any kind
of installation and then the system just hangs. I am using a Dell D400 laptop, RAM (PC2100) 512 MB.

Is this a I/O error, or DMA error, Hard Drive error. How can this be resolved. do I need to do so by
using 'fsck' command? May I also get a good explanation on what is happening as well?



Code:
[221.979285] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[221.979375] ata1.00: fialed command: READ DMA
[221.979434] ata1.00: cmd c8/00:00:bd:86:bb/00:00:00:00:00/e0 tag 0 dma 131072 in
[221.979436]          res 40/00:01:d4:89:bb/00:00:00:00:00/e0 Emask 0x4 (timeout)
[221.979599] ata1.00: status: {DRDY}
[252.291953] ata1.00: exception Emask 0x0 SAct 0x0 Serr0x0 action 0x0
[252.292053] ata1.00: BMDMA stat 0x25
[252.292100] ata1.00: fialed command: READ DMA
[252.292158] ata1.00: cmd c8/00:00:bd:86:bb/00:00:00:00:00/e0 tag 0 dma 131072 in
[252.292160]          res 51/01:62:5b:87:bb/00:00:00:00:00/e0 Emask 0x4 (device error)
[282.910326] ata1.00: status: {DRDY ERR}
[282.910302] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[282.910496] ata1.00: fialed command: READ DMA
[282.910628] ata1.00: cmd c8/00:00:bd:86:bb/00:00:00:00:00/e0 tag 0 dma 131072 in
[282.910633]          res 40/00:62:5b:87:bb/00:00:00:00:00/e0 Emask 0x4 (timeout)
[282.910999] ata1.00: status: {DRDY}
[311.012069] ata1.00: exception Emask 0x0 SAct 0x0 Serr0x0 action 0x0
[311.012241] ata1.00: BMDMA stat 0x25
[311.012341] ata1.00: fialed command: READ DMA
[311.012471] ata1.00: cmd c8/00:00:bd:86:bb/00:00:00:00:00/e0 tag 0 dma 131072 in
[311.012476]          res 51/01:1b:a2:87:bb/00:00:00:00:00/e0 Emask 0x4 (device error)
[342.012852] ata1.00: status: {DRDY ERR}
[342.028474] ata1.00: exception Emask 0x0 SAct 0x0 Serr0x0 action 0x6
[342.028649] ata1.00: BMDMA stat 0x25
[342.028749] ata1.00: fialed command: READ DMA
[342.028880] ata1.00: cmd c8/00:00:bd:86:bb/00:00:00:00:00/e0 tag 0 dma 131072 in
[342.028885]          res 51/01:1a:a3:87:bb/00:00:00:00:00/e0 Emask 0x4 (device error)
[342.029261] ata1.00: status: {DRDY ERR}
[373.151274] ata1.00: exception Emask 0x0 SAct 0x0 Serr0x0 action 0x0 frozenata1.00: fialed command: READ DMA
[373.151470] ata1.00: cmd c8/00:00:bd:86:bb/00:00:00:00:00/e0 tag 0 dma 131072 in
[373.151601]          res 40/00:1a:a3:87:bb/00:00:00:00:00/e0 Emask 0x4 (timeout)
[373.151606] ata1.00: status: {DRDY}
[373.151973] end_request: I/O error, dev sda, sector 12289725
[373.360926] buffer I/O error on device sda2, logical block 0
[373.361080] buffer I/O error on device sda2, logical block 1
[373.361238] buffer I/O error on device sda2, logical block 2
[373.366871] buffer I/O error on device sda2, logical block 3
[373.372220] buffer I/O error on device sda2, logical block 4
[373.377457] buffer I/O error on device sda2, logical block 5
[373.382591] buffer I/O error on device sda2, logical block 6
[373.382591] buffer I/O error on device sda2, logical block 7
[373.392529] buffer I/O error on device sda2, logical block 8
[373.397322] buffer I/O error on device sda2, logical block 9
Help is most appriciated.

~Cheers
 
Old 09-17-2012, 10:42 AM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
This in fact looks like a hardware error. I would recommend to test the harddisk with its manufacturer's diagnosis tool.
 
1 members found this post helpful.
Old 09-17-2012, 10:48 AM   #3
charging-ibis
Member
 
Registered: Dec 2011
Location: Columbus, OH
Distribution: Slackware 13.37
Posts: 38

Original Poster
Rep: Reputation: 0
Hey thanks.
 
Old 09-17-2012, 05:04 PM   #4
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
I agree it looking like a dieing or dead hard disk but it could also be a flaky motherboard.
 
  


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
IDE hard disk DMA error at boot up. patufet99 Linux - Hardware 3 11-25-2007 10:13 PM
Dell Latitude D400 built-in speakers alextvm Linux - Laptop and Netbook 2 03-19-2006 07:48 AM
Dual Head display on Dell Latitude D400 dodger346 Linux - Laptop and Netbook 1 11-24-2005 07:30 AM
Problems booting Fedora Core 2 on Dell Latitude D400 reitsma Linux - Laptop and Netbook 1 11-02-2004 08:23 PM
Dell Latitude D400 and Linux htheus Linux - Laptop and Netbook 7 07-25-2004 11:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:59 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