Re: UDMA ICRC error

2005-02-16 Thread Rob
Ramiro Aceves wrote:
> 
> I have read that others had this problem before. I
> just write this report for you to know.
> 
> When I installed FreeBSD 5.3 R, I get some errors
> like this, but I could end the install:
> 
> ad0: WARNING -READ_DMA UDMA ICRC error (retrying 
> request) LBA=5313599
> ad0: FAILURE -READ_DMA status=51
> error=84 >ICRC,ABORTED>
> spec_getpages:(ad0s1a) I/O read failure: (error=5)
> 
> 
> I have solved the problem disabling DMA:
> hw.ata.ata_dma="0"
> 
> (I previously tried disabling ACPI with no success,
> and playing with BIOS LBA, LARGE, NORMAL settings
> at the BIOS with no success).
> 
> Now ad0: works in PIO4 mode and everything is fine,
> previously , it was UDMA33. Now there are no errors.

There's you and me now. I have this problem with two
of my PCs. I don't know yet of anybody else who has
these problems.

It's indeed a serious problem, but too few people
running 5.3 seem to suffer from this.

Have you tried with 4.11?
I bet that would not generate these problems.

Regards,
Rob.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UDMA ICRC error

2005-02-16 Thread Peter Risdon
On Wed, 2005-02-16 at 06:31 -0800, Rob wrote:
> Ramiro Aceves wrote:
> > 
> > I have read that others had this problem before. I
> > just write this report for you to know.
> > 
> > When I installed FreeBSD 5.3 R, I get some errors
> > like this, but I could end the install:
> > 
> > ad0: WARNING -READ_DMA UDMA ICRC error (retrying 
> > request) LBA=5313599
> > ad0: FAILURE -READ_DMA status=51
> > error=84 >ICRC,ABORTED>
> > spec_getpages:(ad0s1a) I/O read failure: (error=5)
> > 
> > 
> > I have solved the problem disabling DMA:
> > hw.ata.ata_dma="0"
> > 
> > (I previously tried disabling ACPI with no success,
> > and playing with BIOS LBA, LARGE, NORMAL settings
> > at the BIOS with no success).
> > 
> > Now ad0: works in PIO4 mode and everything is fine,
> > previously , it was UDMA33. Now there are no errors.
> 
> There's you and me now. I have this problem with two
> of my PCs. I don't know yet of anybody else who has
> these problems.
> 
> It's indeed a serious problem, but too few people
> running 5.3 seem to suffer from this.

No, it's a known problem and I filed a pr about it a while back. So far
as I know, there's been no action on the pr and disabling dma is the
only workaround.
> 
> Have you tried with 4.11?
> I bet that would not generate these problems.

Agreed.

Peter.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UDMA ICRC error

2005-02-16 Thread Ramiro Aceves
Rob wrote:
Ramiro Aceves wrote:
I have read that others had this problem before. I
just write this report for you to know.
When I installed FreeBSD 5.3 R, I get some errors
like this, but I could end the install:
ad0: WARNING -READ_DMA UDMA ICRC error (retrying 
   request) LBA=5313599
ad0: FAILURE -READ_DMA status=51
   error=84 >ICRC,ABORTED>
spec_getpages:(ad0s1a) I/O read failure: (error=5)


I have solved the problem disabling DMA:
hw.ata.ata_dma="0"
(I previously tried disabling ACPI with no success,
and playing with BIOS LBA, LARGE, NORMAL settings
at the BIOS with no success).
Now ad0: works in PIO4 mode and everything is fine,
previously , it was UDMA33. Now there are no errors.

There's you and me now. I have this problem with two
of my PCs. I don't know yet of anybody else who has
these problems.
It's indeed a serious problem, but too few people
running 5.3 seem to suffer from this.
Have you tried with 4.11?
I bet that would not generate these problems.
Thanks, I see that we are not alone!
I have not got a 4.11 CDROM here. I could test it on 4.10 if you think 
it is important, I have a 4.10 CDROM here. My internet is too slow to 
dowload a full CDROM at home. I can download 4.11 install CDROM on the 
computers at University if it worths the effort.

Please let me know.
Ramiro.

Regards,
Rob.
__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UDMA ICRC error

2005-02-16 Thread Ramiro Aceves
Peter Risdon wrote:
On Wed, 2005-02-16 at 06:31 -0800, Rob wrote:
Ramiro Aceves wrote:
I have read that others had this problem before. I
just write this report for you to know.
When I installed FreeBSD 5.3 R, I get some errors
like this, but I could end the install:
ad0: WARNING -READ_DMA UDMA ICRC error (retrying 
   request) LBA=5313599
ad0: FAILURE -READ_DMA status=51
   error=84 >ICRC,ABORTED>
spec_getpages:(ad0s1a) I/O read failure: (error=5)


I have solved the problem disabling DMA:
hw.ata.ata_dma="0"
(I previously tried disabling ACPI with no success,
and playing with BIOS LBA, LARGE, NORMAL settings
at the BIOS with no success).
Now ad0: works in PIO4 mode and everything is fine,
previously , it was UDMA33. Now there are no errors.
There's you and me now. I have this problem with two
of my PCs. I don't know yet of anybody else who has
these problems.
It's indeed a serious problem, but too few people
running 5.3 seem to suffer from this.

No, it's a known problem and I filed a pr about it a while back. So far
as I know, there's been no action on the pr and disabling dma is the
only workaround.
Have you tried with 4.11?
I bet that would not generate these problems.

Agreed.
Peter.

Hi Peter!
Thank you very much for the usefull information.
We will keep in touch for any news.
Ramiro.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UDMA ICRC error

2005-02-16 Thread Rob

--- Ramiro Aceves <[EMAIL PROTECTED]> wrote:

> Rob wrote:
> > Ramiro Aceves wrote:
> > 
> >>I have read that others had this problem before. I
> >>just write this report for you to know.
> >>
> >>When I installed FreeBSD 5.3 R, I get some errors
> >>like this, but I could end the install:
> >>
> >>ad0: WARNING -READ_DMA UDMA ICRC error (retrying 
> >>request) LBA=5313599
> >>ad0: FAILURE -READ_DMA status=51
> >>error=84 >ICRC,ABORTED>
> >>spec_getpages:(ad0s1a) I/O read failure: (error=5)
> >>
> >>
> >>I have solved the problem disabling DMA:
> >>hw.ata.ata_dma="0"
> >>
> > 
> > It's indeed a serious problem, but too few people
> > running 5.3 seem to suffer from this.
> > 
> > Have you tried with 4.11?
> > I bet that would not generate these problems.
> > 
> 
> Thanks, I see that we are not alone!
> 
> I have not got a 4.11 CDROM here. I could test it on
> 4.10 if you think 
> it is important, I have a 4.10 CDROM here. My
> internet is too slow to 
> dowload a full CDROM at home. I can download 4.11
> install CDROM on the 
> computers at University if it worths the effort.

No, no need for that. It's already confirmed that
4.X does not have this problem.

However, recently there's a 'ATA mkIII' patch around,
which seems to also solve this problem. Follow the
discussion on -stable mailinglist for further
details.
I'm not yet sure whether you have to upgrade first
to "5-STABLE" before applying this patch.

Rob.



__ 
Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UDMA ICRC error

2005-02-18 Thread Ramiro Aceves
Rob wrote:
--- Ramiro Aceves <[EMAIL PROTECTED]> wrote:

Rob wrote:
Ramiro Aceves wrote:

I have read that others had this problem before. I
just write this report for you to know.
When I installed FreeBSD 5.3 R, I get some errors
like this, but I could end the install:
ad0: WARNING -READ_DMA UDMA ICRC error (retrying 
  request) LBA=5313599
ad0: FAILURE -READ_DMA status=51
  error=84 >ICRC,ABORTED>
spec_getpages:(ad0s1a) I/O read failure: (error=5)


I have solved the problem disabling DMA:
hw.ata.ata_dma="0"
It's indeed a serious problem, but too few people
running 5.3 seem to suffer from this.
Have you tried with 4.11?
I bet that would not generate these problems.
Thanks, I see that we are not alone!
I have not got a 4.11 CDROM here. I could test it on
4.10 if you think 
it is important, I have a 4.10 CDROM here. My
internet is too slow to 
dowload a full CDROM at home. I can download 4.11
install CDROM on the 
computers at University if it worths the effort.

No, no need for that. It's already confirmed that
4.X does not have this problem.
However, recently there's a 'ATA mkIII' patch around,
which seems to also solve this problem. Follow the
discussion on -stable mailinglist for further
details.
I'm not yet sure whether you have to upgrade first
to "5-STABLE" before applying this patch.
Rob.
Thanks Rob!
		
__ 
Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UDMA ICRC error

2004-05-29 Thread SWIT
I got this on several hds.
was told once it was cuz the hd was like ata 100 and the cable or controller
didnt't match .
however sometime later (months) the drives died.
tyring to redo a machine that had these errors that the drive died in.
MD
- Original Message - 
From: "white vamp" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 29, 2004 3:53 PM
Subject: UDMA ICRC error


> i keep getting this in my securty run mailings and in my logs
> what dose this mean ? my HD going bad or what ...
> ad0s1b: UDMA ICRC error writing fsbn 1418815 of 197376-197503 (ad0s1 bn
> 1418815; cn 88 tn 80 sn 55) retrying
> ohh ond its different every time aswell
>
> vampextream# uname -a
> FreeBSD vampextream.com 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Oct 27
> 17:51:09 GMT 2003
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
>
> and thx inadvance for any help on this ..
>
> David D.
>
> _
> Is your PC infected? Get a FREE online computer virus scan from McAfee®
> Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UDMA ICRC error

2004-05-29 Thread Marshall Pierce
I occasionally get those errors as well. When I'd boot, the drive would 
try and
do ATA-100, fail, and revert to PIO-4. (I blame the cheap PCI IDE card, 
it came free
with a hard drive, and I have to use it, since the nforce2 chipset on 
my mobo
won't see anything but primary master and secondary master under FBSD.) 
I can
make it work by setting the drive to ATA-33, though. (The command, for 
me, is
# atacontrol mode 2 UDMA33 xxx
but check the manpage to see what options you should use.) I've been 
using the
hard drive for about 7 months now, and it works fine. I don't put 
anything I
care about much on it, though.
--
Marshall Pierce
Harvey Mudd College '06
[EMAIL PROTECTED]

On May 29, 2004, at 1:13 PM, SWIT wrote:
I got this on several hds.
was told once it was cuz the hd was like ata 100 and the cable or 
controller
didnt't match .
however sometime later (months) the drives died.
tyring to redo a machine that had these errors that the drive died in.
MD
- Original Message -
From: "white vamp" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 29, 2004 3:53 PM
Subject: UDMA ICRC error


i keep getting this in my securty run mailings and in my logs
what dose this mean ? my HD going bad or what ...
ad0s1b: UDMA ICRC error writing fsbn 1418815 of 197376-197503 (ad0s1 
bn
1418815; cn 88 tn 80 sn 55) retrying
ohh ond its different every time aswell

vampextream# uname -a
FreeBSD vampextream.com 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Oct 27
17:51:09 GMT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
and thx inadvance for any help on this ..
David D.
_
Is your PC infected? Get a FREE online computer virus scan from 
McAfee®
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"



Re: UDMA ICRC Error

2003-11-03 Thread Alexander Haderer
At 17:04 03.11.2003 +0100, Tomas Nyman wrote:
Hi!
I have a serious problem with 3 of my harddrives, the fail to enter DMA 
mode on boot, I can force them into udma5 using atacontrol but after a few 
reads I will get the same error and they will fall back into PIO4 mode.
The 3 disks are in a Vinum array consisting of 6 drives, the other 3 are 
working fine.

Sometimes when I try to boot I get this error:
Fatal trap 12: page fault while in kernel mode
fault code  = supervisor read, page not present
...
DMESG:
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.9-RELEASE #1: Thu Oct 30 19:09:30 CET 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SOPP
.
atapci1:  port 
0xa400-0xa40f,0xa000-0xa003,0x9c00-0x9c07,0x9800-0x9803,0x9400-0x9407 mem 
0xdb00-0xdb003fff irq 7 at device 11.0 on pci0
ata2: at 0x9400 on atapci1
ata3: at 0x9c00 on atapci1

ad6: 194481MB  [395136/16/63] at ata3-master UDMA100
ad7: 194481MB  [395136/16/63] at ata3-slave UDMA100
...

Maybe this is related with 
http://www.freebsd.org/cgi/query-pr.cgi?pr=35461. Although I answered that 
the problem still exists the PR gets closed. Probably because others were 
not able to reproduce this or were not affected.

Another disk related trap 12 problem  is:

http://www.freebsd.org/cgi/query-pr.cgi?pr=58391

Can you reproduce this?

Does the problem still occur if you remove one of the two Promise controllers?

Probably you should reopen the PR 35461.

Sorry, no real answers...

Alexander

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UDMA ICRC Error FreeBSD 4.9, falling back to PIO mode

2004-02-04 Thread Gilad Rom
treeml wrote:
I get a following error on boot

ad1s1a: UDMA ICRC error reading fsbn 511 of 244-255 (ad1s1 bn 511; cn 0 tn
8sn 7) retrying
ad1s1a: UDMA ICRC error reading fsbn 511 of 244-255 (ad1s1 bn 511; cn 0 tn
8sn 7) retrying
ad1s1a: UDMA ICRC error reading fsbn 511 of 244-255 (ad1s1 bn 511; cn 0 tn
8sn 7) retrying
ad1s1a: UDMA ICRC error reading fsbn 511 of 244-255 (ad1s1 bn 511; cn 0 tn
8sn 7) retrying
falling back to PIO mode
Sounds like your drive was physically damaged.
This recently happend to a mail server of ours,
and I had to reinstall the whole thing.
(After long fsck sessions, only a small part
of the file systems was accessible, and there
was nothing of value that could be salvaged)
Sorry for the Bad News (tm) :(

Gilad.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UDMA ICRC Error FreeBSD 4.9, falling back to PIO mode

2004-02-07 Thread Hong MingJian

I have the same messages in my `dmesg'.
It's caused by your IDE cable, replace it.

HTH
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"