You are not logged in.
Pages: 1
Hello,
My DC jack on my ASUS laptop died so I moved my hard drive over to an older ASUS 64 bit laptop.
Everything* works so far, but I get the following intermittent messages when working at tty:
[1711.015097] ata2.00: exception Emask 0x40 SAct 0x0 SErr 0x80800 action 0x6
[1711.018544] ata2.00: irq_stat 0x400000001
[1711.018968] ata2: SError: { HostInt 10B8B }
[1711.019435] ata2.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 15
[1711.019435] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x40 internal error
[1711.020532] ata2.00: status: { DRDY ERR }I think I need to update some config files to recognize the different hardware, but I am not sure what to do.
Any suggestions would be greatly appreciated.
Thanks
By "everything", I mean wifi, samba, cups, sftp, audio, video, graphics, internet, etc.
Last edited by mrgar (2015-04-06 00:37:50)
Offline
Could you check if
$ dmesggives more detailed information around these error messages? When does this message appear for the first time in dmesg?
Offline
I installed a newer DVD drive and rebooted.
I then ran
dmesg > dmesgLog.txt The last part of the file includes the errors:
[ 4456.685292] ata2: exception Emask 0x40 SAct 0x0 SErr 0x80800 action 0x7 t3
[ 4456.685295] ata2: irq_stat 0x40000001
[ 4456.685298] ata2: SError: { HostInt 10B8B }
[ 4456.685302] ata2: hard resetting link
[ 4457.002978] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 4457.006764] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[ 4457.006770] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 4457.014430] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[ 4457.014435] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 4457.014725] ata2.00: failed to IDENTIFY (I/O error, err_mask=0x100)
[ 4457.014727] ata2.00: failed to IDENTIFY after ACPI commands
[ 4457.014731] ata2.00: revalidation failed (errno=-5)
[ 4462.002961] ata2: hard resetting link
[ 4467.336296] ata2: link is slow to respond, please be patient (ready=0)
[ 4472.029623] ata2: COMRESET failed (errno=-16)
[ 4472.029657] ata2: hard resetting link
[ 4477.362955] ata2: link is slow to respond, please be patient (ready=0)
[ 4482.056284] ata2: COMRESET failed (errno=-16)
[ 4482.056318] ata2: hard resetting link
[ 4487.389615] ata2: link is slow to respond, please be patient (ready=0)
[ 4517.099623] ata2: COMRESET failed (errno=-16)
[ 4517.099661] ata2: limiting SATA link speed to 1.5 Gbps
[ 4517.099664] ata2: hard resetting link
[ 4522.112952] ata2: COMRESET failed (errno=-16)
[ 4522.112990] ata2: reset failed, giving up
[ 4522.113013] ata2.00: disabled
[ 4522.113027] ata2: exception Emask 0x50 SAct 0x0 SErr 0x280900 action 0x7 t2
[ 4522.113062] ata2: irq_stat 0x08000002, interface fatal error
[ 4522.113097] ata2: SError: { UnrecovData HostInt 10B8B BadCRC }
[ 4522.113132] ata2: hard resetting link
[ 4527.446279] ata2: link is slow to respond, please be patient (ready=0)
[ 4532.139600] ata2: COMRESET failed (errno=-16)
[ 4532.139633] ata2: hard resetting link
[ 4537.472963] ata2: link is slow to respond, please be patient (ready=0)
[ 4542.166279] ata2: COMRESET failed (errno=-16)
[ 4542.166311] ata2: hard resetting link
[ 4547.499623] ata2: link is slow to respond, please be patient (ready=0)
[ 4577.206294] ata2: COMRESET failed (errno=-16)
[ 4577.206329] ata2: hard resetting link
[ 4582.219606] ata2: COMRESET failed (errno=-16)
[ 4582.219641] ata2: reset failed, giving up
[ 4582.219681] ata2: EH complete
Thanks for any suggestions. I can post the entire dmesgLog if that will help.
Offline
I am not really sure how to remove the error message, but the first thing I would do is nail the problem down to the device. You probably already know that it is your DVD drive. Try to run
dmesg | grep ata2Can you identify the device that is linked to `ata2`? If so, is it the DVD drive? What are the first lines of the error messages in dmesg? I once had a problem with a DVD drive on Linux because of a driver problem and the only solution was to deactivate it via udev.
Another interesting question related to udev and ata: http://serverfault.com/questions/244944 … evice-name
Cheers,
Dominik
Offline
Hello again, thanks for posting the article.
I tried this:
$ cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: ATA Model: Hitachi HTS54755 Rev: A60A
Type: Direct-Access ANSI SCSI revision: 05
Host: scsi1 Channel: 00 Id: 00 Lun: 00
Vendor: Slimtype Model: DVD A DS8A8SH Rev: KAA2
Type: CD-ROM ANSI SCSI revision: 05I think ATA is pointing to the Hitachi Hard Drive. I suppose my situation is a bit complicated to explain: I have 2 ASUS 64 bit machines. The newer one (K54C) had a bad DC jack and would not charge. So I took the hard drive out of the newer ASUS K54C and put it in the older ASUS 60IJ. However the older 60IJ had a bad DVD drive, so I put the newer working one from the K54C in the older 60IJ as well. There could be error messages regarding the DVD drive as well...
Offline
Pages: 1